Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Upload system...AGAIN!!!!
Old 06-18-2005, 04:02 AM Upload system...AGAIN!!!!
fazan_na_drvetu's Avatar
Novice Talker

Posts: 6
Trades: 0
Hi,

I have been watching this forum for a while, and I decided to register...

Want to create uploading system... Need to control a few things like limit per upload (per file) - just one file per upload... Then total limit of all uploads, types of files that will be uploaded... than after uploading, user get the message with the download link (ofcourse protected so that link can download from other sites), also with download link, user should get the message with the link to delete uploaded file...User also get an email with the links (download and delete link). When uploading need to be some graphic preloader to count down the time till complete download...

Ok...this is a looooooooot of work, but I have managed to do :

control limit per download
email with the download link
download protection
i design an graphic preloader but I don't know how to insert...it's flash preloader...

this is what I have done for one forum :

http://www.fiestaevents.net

I allready talk with some hosting providers and they told me that I can get a free space and upload/download with no limit... I want to make a totally FREE upload service for all...

If someone can help me with these...or just say if this is possible...ThanX...

Last edited by fazan_na_drvetu; 06-18-2005 at 04:08 AM..
fazan_na_drvetu is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-18-2005, 05:48 AM
fazan_na_drvetu's Avatar
Novice Talker

Posts: 6
Trades: 0
anyone? please...
fazan_na_drvetu is offline
Reply With Quote
View Public Profile
 
Old 06-18-2005, 06:43 AM
mtishetsky's Avatar
King Spam Talker

Posts: 1,226
Name: Mike
Location: Mataro, Spain
Trades: 0
What's the question?
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

And don't forget to give me talkupation!
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Old 06-18-2005, 07:32 AM
fazan_na_drvetu's Avatar
Novice Talker

Posts: 6
Trades: 0
i need to insert some new scripts in my allready made script. Ofcourse I need someone to help me make new scripts... Here is what I need :

- script for total limit of all uploads (eg. total limit = 10mb so after 10 mb the message needs to apper - No more space, please come back later)

-after uploading, user should get the message with the download link (ofcourse protected so that link can download from other sites - I allready have that script - need to be inserted in version that i made), and also should get the message with the link to delete uploaded file...

The real example you can find at :

http://www.rapidshare.de - try to upload some file...

and

http://www.megaupload.com

Thank You!!! sorry for confusion...
fazan_na_drvetu is offline
Reply With Quote
View Public Profile
 
Old 06-19-2005, 02:58 AM
mtishetsky's Avatar
King Spam Talker

Posts: 1,226
Name: Mike
Location: Mataro, Spain
Trades: 0
If you use some DB to store info about files, such as file size and user id of the file owner, then it's not a problem. Just count the total disk usage by this user after each upload and display the message if it exceeds the max allowed usage. If you don't use db then I strongly recommend you to do it, because all uploaded files will belong to apache/httpd/www/nobody/etc. depending on server setup and it will be very hard to track disk usage for separate users in this case.

About download and delete-file links. I suppose that you must store files with names like 000001, 000002 ... 234423 - right after number of corresponding DB record to avoid charset problems and name conflicts. Download should be performed by some script which will give away headers and then read_file().
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

And don't forget to give me talkupation!
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Old 06-19-2005, 03:47 AM
fazan_na_drvetu's Avatar
Novice Talker

Posts: 6
Trades: 0
yes, thats what I need!!!!

thanx! but I need someone who can help me create scripts...someone who can write the scripts for me...i will find the way to render a service in return...

Last edited by fazan_na_drvetu; 06-19-2005 at 08:26 AM..
fazan_na_drvetu is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Upload system...AGAIN!!!!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.26376 seconds with 12 queries