>>
Site Map
>>
Forums
>>
General 6x
Forum module - topics in forum:
General 6x - Discussions reagarding any other PHP-Nuke Problems.
Remove Security Code from v6.5
Found this codeon Nukecops:
------------------------------------------------
Find the 7 occurrences of exactly this:
extension_loaded("gd")
There will be five in the modules/Your_Account/index.php, one in the admin.php, and one in the auth.php.
Change all 7 to this:
0
So, the 'if' statements will go from looking like this
if (extension_loaded("gd")
to this
if (0
or if you're really concerned about squeezing out cycles, change the whole 'if' statement to
if (0)
or comment out that whole 'if' block!
---------------------------------------------
I am happy to give it a try!
Like I said the other day Lucrecia, that is posted round here somewhere.

maybe Dashe'll add it to the solutions forum.

Well I did try to find it Dar - sorry

OK I tried it and it removes the sec code for ordinary login but I am again locked out of Admin.
*Edit* TIP of the Day!
If you are locked out of admin at this stage because the sec code box is still there and showing a cross - right click the sec code box, click properties and it will give you the random number - enter that and it logs you in. However, this does not work unless the above editing of the code has been done first!
Phew!
Suppose I gotta do it all again for the security update!

http://phpnuke-uk.net/modules.php?name=Forums&file=viewtopic&t=568

Fankoo!
