Hi,
I need a simple cgi script to upload files. I also need to set the allowed file type and size. And the most improtent part is to write an other file with the same name that only has this content.
This extra file must be created in the "/info" so that my php upload administration system (That I made) can sycronice with this CGI.
If I'm satisfied I will own the script buy paying you extra 50 points. Till then you can have a link on the bottom of the page.
At the top you must put the title "Chirantha Soft Upload Service"
Thank you,
Chirantha
P.S. I only need to upload one file at a time
P.S. Please tell me to use a premade script that is on the web because extra file is needed.
P.S. Don't tell me to use php even thow I'm a good php programmer because my DC refuses to change the php upload limit because of abuse tat happened.
I need a simple cgi script to upload files. I also need to set the allowed file type and size. And the most improtent part is to write an other file with the same name that only has this content.
<?php
$file_include_ip=<<Uploaders IP here>>;
$file_include_downloads=0;// Don't change
$file_include_bandwidth=0;// Don't change
$file_include_size=<<File Size>>;
$file_include_suspened=0;// Don't change
$file_include_reson='';// Don't change
$file_include_reviewed=0;// Don't change
?>
This extra file must be created in the "/info" so that my php upload administration system (That I made) can sycronice with this CGI.
If I'm satisfied I will own the script buy paying you extra 50 points. Till then you can have a link on the bottom of the page.
At the top you must put the title "Chirantha Soft Upload Service"
Thank you,
Chirantha
P.S. I only need to upload one file at a time
P.S. Please tell me to use a premade script that is on the web because extra file is needed.
P.S. Don't tell me to use php even thow I'm a good php programmer because my DC refuses to change the php upload limit because of abuse tat happened.