running all test as I type this reply
Search found 9 matches
- Tue Mar 07, 2006 5:04 pm
- Forum: PHP - Security
- Topic: Upload script question? uploaded PHP script with png ext.
- Replies: 14
- Views: 5379
- Tue Mar 07, 2006 12:11 am
- Forum: PHP - Security
- Topic: Upload script question? uploaded PHP script with png ext.
- Replies: 14
- Views: 5379
- Mon Mar 06, 2006 10:31 am
- Forum: PHP - Security
- Topic: Upload script question? uploaded PHP script with png ext.
- Replies: 14
- Views: 5379
- Mon Mar 06, 2006 10:20 am
- Forum: PHP - Security
- Topic: Upload script question? uploaded PHP script with png ext.
- Replies: 14
- Views: 5379
PHP
?> <? if (@phpversion() < '4.1.0') { $_FILE = $HTTP_POST_FILES; $_GET = $HTTP_GET_VARS; $_POST = $HTTP_POST_VARS; } clearstatcache(); error_reporting(E_ALL & ~E_NOTICE); $fum_vers = "1.3"; # do not edit this line, the script will not work!!! $fum_info_full = "File Upload Manager ...
- Mon Mar 06, 2006 10:06 am
- Forum: PHP - Security
- Topic: Upload script question? uploaded PHP script with png ext.
- Replies: 14
- Views: 5379
Thanks for your time. Would that be possible to add to current code or should I just post code I am using so all can see. Maybe there is something missing from my code that was over looked by the original writer. If yes did you post PHP using quote function on boards? Sorry new here edited; I just l...
- Mon Mar 06, 2006 9:32 am
- Forum: PHP - Security
- Topic: Upload script question? uploaded PHP script with png ext.
- Replies: 14
- Views: 5379
- Mon Mar 06, 2006 7:13 am
- Forum: PHP - Security
- Topic: Upload script question? uploaded PHP script with png ext.
- Replies: 14
- Views: 5379
Upload script question? uploaded PHP script with png ext.
OK here is a strange one ! Someone uploaded a PHP script with a png ext.. "Written and saved as a png file". Here is a link to png file. I left it on server for now till I figure out if it is a functional script or someone trying to tell me something . "I have a PHP script that allows...
- Thu Dec 08, 2005 5:56 am
- Forum: PHP - Code
- Topic: upload form
- Replies: 2
- Views: 298
- Wed Dec 07, 2005 9:52 pm
- Forum: PHP - Code
- Topic: upload form
- Replies: 2
- Views: 298
upload form
$upload->set_acceptable_types('image'); // comma separated string, or array
How do I get this to also except plain text file. Using an upload form for images and would like to let users upload small text file.
How do I get this to also except plain text file. Using an upload form for images and would like to let users upload small text file.