Quote:
Originally Posted by Aftermath
I have reinstalled the hack once again but my forums was kinda messed up so I'd no other choice but to clean up all the other hacks that existed. Anyway, is it possible to change the URL from "http://www.metalgearforums.com/profile.php?do=extra" to "http://www.metalgearforums.com/profile.php?do=mginfo"?
|
Yep!
change
Code:
if ($_REQUEST['do'] == 'extra')
to:
Code:
if ($_REQUEST['do'] == 'mginfo')
change
Code:
construct_usercp_nav('extra');
to:
Code:
construct_usercp_nav('mginfo');
change
to:
change
Code:
<input type="hidden" name="do" value="updateextra" />
to:
Code:
<input type="hidden" name="do" value="updatemginfo" />
Should do it I think. BTW, nice use of the hack!