Search found 2 matches
- Thu Jun 24, 2010 2:11 pm
- Forum: PHP - Code
- Topic: Need code converted to work with PHP allow_url_include = off
- Replies: 4
- Views: 734
Thanks for the help
Thank you for the code! It works. The only downfall is, this isn't a very big downfall but if it can be corrected please let me know. If, say there's an mp3 waiting for someone and someone inserts in the url "?code=somecode&fileaccess=some.mp3" , instead of getting the mp3 they get a b...
- Thu Jun 24, 2010 1:00 pm
- Forum: PHP - Code
- Topic: Need code converted to work with PHP allow_url_include = off
- Replies: 4
- Views: 734
Need code converted to work with PHP allow_url_include = off
Hello. I'm trying to get a website to fully function, however I need a piece of PHP code to be converted so that it works with the allow_url_include being off. It needs to be off for another part of the website to work. Here is the code: $code = $_GET["code"]; $fileaccess = $_GET["fil...