Now after setting the script on 777 again and changing some paths i get the following:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,
webmaster@tastersclub.co.cc and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
when i put the script + upload folder on 755 i get the previous error
@Awesome
i must admit i have no clue at PHP, all that they suggested i already did in the HTML form, but instead i let it handle with a Perl sript, its called form2email.net. Its free and "should" be easy. Maybe im just dumb lol
my folders look the following:
/public_html/cgi_bin/heresthescript
/public_html/upload (heres the upload folder)
/public_html/contact.htm (heres the HTML file that triggers the script)
the script wants the following information from me:
my $file_dir = "/public_html/upload";
my $file_URL = "http://tastersclub.co.cc/upload/";
on the scripts page i found the following:
The PATH not URL to the folder to take the files without the final /. Your host may block all or some folders from taking files.
my $file_dir = "/home/path/to/your/file/folder";
The URL not PATH to the folder to take the files without the final /. Your host may block all or some folders from displaying files.
my $file_URL = "http://www.your-website-url.co.uk/files";
so im not sure if i pathed it correctly.
Greetz
Fantajim
sorry for all the trouble, your help is greatly appreciated!