I converted to 3.07 and reinstalled the hack and I cannot get the url to show. It will print the Location but not the URL...
The Hack code calls for this:
Code:
// Edit 1
------------------------
Find the following text:
------------------------
global $limitlower, $limitupper, $stylevar, $vbphrase, $ipclass, $show, $forumcache;
----------------------
Replace the text with:
----------------------
global $limitlower, $limitupper, $stylevar, $vbphrase, $ipclass, $show, $forumcache, $custom_online;
However the 3.07 .PHP file only shows this:
Code:
global $limitlower, $limitupper, $stylevar, $vbphrase, $ipclass, $show, $forumcache, $usergroupcache;
I tried putting the $custom_online at the end and also before $usergroupcache but it still makes no difference...can I get some help?