Ok I got the hack to install and it said i didnt have errors but now when i go to my user control panel i get this error
Code:
Parse error: parse error, expecting `','' or `';'' in /home/sh-demon/public_html/forums/member.php on line 695
anyone know how to fix this?
my line 695 in member.php is this
Code:
$fetchclan=$DB_site->query("SELECT * FROM clan WHERE pass='$pickclan'");
$clanage=$DB_site->fetch_array($fetchclan);
$DB_site->query("UPDATE user SET clan='$clanage[clanid]' WHERE userid=$bbuserinfo[userid]");
if ($showbirthdays)
getbirthdays();