Curious about some code
Posted: Fri Feb 29, 2008 4:07 am
In the file admin_main.php there is a section of code that begins
I was curious as to what that code does and why it is there in the encrypted format.
Also, just below that particular section of code, there is some code that displays the "Check for Updates" and some related messages. I commented that out but I can't find the code for the paragraph about removing the "Powered by" link. I would like to remove that paragraph but not the actual link at the bottom. Where is that portion of code located?
I have no intention of removing the actual link at the bottom.
Code: Select all
eval(gzinflate(base64_decode(
Also, just below that particular section of code, there is some code that displays the "Check for Updates" and some related messages. I commented that out but I can't find the code for the paragraph about removing the "Powered by" link. I would like to remove that paragraph but not the actual link at the bottom. Where is that portion of code located?
I have no intention of removing the actual link at the bottom.