downloadsII

hacker666

New Member
can someone read the code on this page please?

[noparse]http://www.vbulletin.org/forum/showpost.php?p=1411831&postcount=2136[/noparse]
 
hacker666 said:
can someone read the code on this page please?

[noparse]http://www.vbulletin.org/forum/showpost.php?p=1411831&postcount=2136[/noparse]
The entire contents of that post are -

Code:
That's because of the default upload limit of PHP.

You need to create a file named .htaccess (note the period in front of the name). Put the following two lines into the file:


Code:
php_value upload_max_filesize 30Mphp_value post_max_size 30M
Upload the file into your forum directory (the same location where downloads.php is located.)

This will increase the size of the file you can upload to 30MB.
 
Back
Top