PDA

View Full Version : Uploadho.com: Anonymous Free Direct Files Hosting



Borduria
June 16th, 2009, 04:36
Uploadho.com (http://www.uploadho.com/)

Allowed Types: *.gif, *.jpg, *.jpeg, *.jpe, *.png, *.bmp, *.tif, *.tiff, *.swf, *.ico, *.doc, *.txt, *.pdf, *.psd, *.zip, *.rar, *.mpeg, *.mpg, *.wmv, *.wma, *.avi, *.asf, *.mov, *.moov, *.movie, *.mp4, *.3gp, *.qt, *.rm, *.asx, *.flv, *.fla, *.ram, *.rmj, *.ra, *.mp3, *.mpa, *.wav, *.midi, *.mid, *.aac, *.aif, *.iff, *.m3u, *.ogg, *.fnt, *.fon, *.otf, *.ttf, *.xls, *.xml

Max size per file: 5 MB.

Max size for all files combined: 5 MB.

Files are stored indefinitely.

somik
June 16th, 2009, 05:20
Hmm, its a simple upload script. Nice, but way too simple :(

And only 5MB? Atleast make it 50 or 100MB!

DJboutit
June 16th, 2009, 10:45
I already said in another one of his thread to change the limit to 100mb or more but he has done nothing. With the 5mb limite hardly anybody is gonna use this file host your losing atleast 40% more users

Borduria
June 16th, 2009, 14:34
I already said in another one of his thread to change the limit to 100mb or more but he has done nothing. With the 5mb limite hardly anybody is gonna use this file host your losing atleast 40% more users

How can I change the file size limit ?

If you can tell me the right exact method, I don't mind to raise the limit to 100 MB.

I'm using Networksolutions E-Commerce hosting package. There is no .htmaccess nor a php.ini file and I don't have any idea about how to make such files.

The server sets that 5 MB as a limit.

somik
June 16th, 2009, 23:37
In your PHP file, the ho.php, add these lines to the very top of the file:



<?php

ini_set('upload_max_filesize','100M');
ini_set('memory_limit','100M');

//-- your files content go here --//


?>

Borduria
June 18th, 2009, 06:43
In your PHP file, the ho.php, add these lines to the very top of the file:



<?php

ini_set('upload_max_filesize','100M');
ini_set('memory_limit','100M');

//-- your files content go here --//


?>


Alas, Did not work!

I deeply appreciate your effort though :classic2: