Jump to content
xisto Community

ryan012

Members
  • Content Count

    28
  • Joined

  • Last visited

  1. Do you wanna upload with command line? I am just wondering you can check the UNIX FTP command put to do it. login as a userftp>cd your destination folderftp>put sourcefile destination
  2. Thank you for your guys' reply, finnally, I wrote my own php script and got the running. The code is attached below, it is simple and anybody got some security suggestions based on that? Like regular expression check<?php @extract($_POST); $name = stripslashes($name); $email = stripslashes($email); $message = stripslashes($message); mail("blah@mail.co.nz",$subject,$message, "From: $name <$email>\r\n" . "Reply-To: $name <$email>\r\n" .); $message = str_replace("\n","<br>",$message); echo "The following message was sent:<br><br>"; echo "<b>From:</b> $name <".$email."><br>"; echo "<b>Subject</b> $subject<br>"; echo "<br><b>Message:</b><br>$message"; echo "<br><br>"; echo "<b>Thank You For Sending Me A Comment</b>"; ?>
  3. The OS I use is MAC OS X 10.3.6. In server admin, I found in Web enabled Module, cgi_module is disabled. I tried to put my CGI code in CGI-executble folder, but I always got authentication deny(blah blah). Following some instuction for apache httpd file, I could not find some configuration in my machine, Is it some different between Apache and MAC preinstalled apache?
  4. hi, therethank you for your replying. I have saved it as optimized .gif before I posted the last message.What else recommendations?
  5. I uesed "image ready" to creat an animated gif and put it into my web site design. The problem is when I pre-browse from image ready, the images effect is very good, the color is fresh and the displaying is clear, but when I put it into the webpage and browse it from IE(Safari), the images showing faded and non-clear enough. The resolution of those images I used in animated gif is 72.Dose anyone have idea about it? Thank you very much.
  6. I am programming on a web site's contact form page, How can I mail the filled in information of the client to particular E-mail address? I tried form action="mailto:blah@blah", but it is running all right on my machine rather that other computer in our LAN. The error message I got is a connection failure error occurred. I noticed there are some form mail info on line, but I have no idea to figure out how is that works. Anybody have some experience on that? Thanks!
  7. If you want to program based on MAC, Xcode 1.5 is powerfull enough for java c++ cocoa etc, for web developer, WebObject is a easy-to-use language on mac, handy and strong. But according to the user manual for WebObject is not refreshed for a long time, I am not sure weather Apple will add more features on that!
  8. I assume the money which u use to update your mac will get another brand new in the store, acturlly it is not easy to tell how to ungrade your system and hardware from the information you supported!
  9. ryan012

    about CGI

    Filemaker support xslt which can pass the client request to the server side and processing in server end. BTW, filemaker still a easy solution for small business although it is not free. Is there any front end application for MySQL in mac?
  10. I am not sure whether it is a correct place to post this questions, Is anybody can explain the folder structures under the personal host spaces. I am quite confused with so many different folder.Thanks!
  11. ryan012

    MySQL and PHP

    thank you for your guys reply, I am focusing on that now!
  12. ryan012

    about CGI

    Filemaker is still the one which can quickly set up different layout and easy to maintain. Personaly, I prefer MySQL but do not have enough knowledge on it. Acturally, FM is not too bad as I can see.
  13. Thanks for your guys reply, I tried mput *, it seems like find all the file in my user home directory, which is not the file I specified the path for that command. FAIL!Then I try go to the directory which I wanna transfer, mput * send all the file to the root directory of remote server. SUCCESS(partly)! I am trying to find some command such as -R, unforturnately, I can not figure out why -R is always behave asa a argument which is the source file name.I got some software for FTP the whole folder, just thought FTP command would be more reliable when some wired problem happen in the client side.
  14. ryan012

    about CGI

    I am using filemaker 7 in my server side, I want to generate some server side script to search for the database and create some chart accoding to the result. Since filemaker do not support customer script in client side, I need to write some CGI code to pass the query and compute in my server side, anybody have some easy tutorial of Perl? IS IT a good way to program like that?Thanks
  15. Does anybody know how to FTP the whole folder to a remote place? There are put and mput, seems not working for me. Thanks!
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.