Need explaination of a php code snippet
- by aqif hamid
Hello,
I have code that transloads files to your server. I tried reading this code but was unable to understand. Can any PHP Guru spend some time to understand this code and comment it. Please I need to understand this code to modify this.
Modification required is:
at the moment it transloads files from direct links that ends up with file extension. like.
www.mysite.com?file.zip
but it wont work for download links like
www.mysite.com?download.php?fileid=3
I want it to work for all direct links.
Code is downloadable from box.net from following url as well,
http://www.box.net/shared/no21luo2m2 This url is itself eample of url for which I want this script to work.
regards,
aqif