Heres a cool script i made for grabbing files from sites.... simply type in the address which you wish to grab files from eg: Index of /funny and press enter
the script will then grab files from that page and will also crawl any other link it finds (can be limited to that site only)
This Script uses Mysql ... You can find the sql inside index.php ... You will also need to adjust settings on that page.
You will also notice iv have used base64 inside the script your welcome to decode this if you like as it is only an base64 image
(This Image is required to make script refresh)
You can use this to decode it http://coding-talk.com/f16/base64-image-converter-8917/ if you think it is unsafe ... or add your own image :P
Seeming this is very new it may still have a few bugs in it
This Script might not work on Free Servers due to GetFileContents() not being allowed
Also You may need to enable PHP short tags... to enable them put this in your .htaccess
php_value short_open_tag 1
This Script Is Unprotected From Shell Scripts etc being uploaded to server So Secure it using .htaccess or keep it hidden ... or better still dont keep it on your server when not in use.
Have fun :P
Oh and Hit The Thanks Button as i might not release more ... seeming last script i released was:
downloaded 327 times and thanked 21 times <- Poor thanks :P
oh and no demo before you ask :P
****************WARNING SCRIPT COULD USE A LOT OF BANDWIDTH*********************
the script will then grab files from that page and will also crawl any other link it finds (can be limited to that site only)
This Script uses Mysql ... You can find the sql inside index.php ... You will also need to adjust settings on that page.
You will also notice iv have used base64 inside the script your welcome to decode this if you like as it is only an base64 image
(This Image is required to make script refresh)
You can use this to decode it http://coding-talk.com/f16/base64-image-converter-8917/ if you think it is unsafe ... or add your own image :P
Seeming this is very new it may still have a few bugs in it
This Script might not work on Free Servers due to GetFileContents() not being allowed
Also You may need to enable PHP short tags... to enable them put this in your .htaccess
php_value short_open_tag 1
This Script Is Unprotected From Shell Scripts etc being uploaded to server So Secure it using .htaccess or keep it hidden ... or better still dont keep it on your server when not in use.
Have fun :P
Oh and Hit The Thanks Button as i might not release more ... seeming last script i released was:
downloaded 327 times and thanked 21 times <- Poor thanks :P
oh and no demo before you ask :P
****************WARNING SCRIPT COULD USE A LOT OF BANDWIDTH*********************
Comment