Yea, me too... alot of code missing in arcadeadmin.php couldnt find it to replace it? lol going to look to see if another version has been released, but kinda sucks when you get halfway thru it LOL
Quote:
Originally Posted by mariannet
I have installed v3 Arcade by John Warwick and are now trying to install this hack.
I have a problem when I get to edit the arcade.php. I cannot find:
Code:
if (!empty($_REQUEST['search']))
{
globalize($_REQUEST, array('search'=>STR_NOHTML));
$searchstring = "&search=$search";
$searchclause = "WHERE (title LIKE '%" . addslashes($search) . "%' OR descr LIKE '%" . addslashes($search) . "%')";
}
Code:
$pagenav = construct_page_nav($g, "arcade.php?$session[sessionurl]do=main$searchstring");
And other parts of code to replace. Has there been a new version released of v3 Arcade since you released this hack?
|