Help Please
on line 70
70:mysql_query("UPDATE users SET kills = kills + 1 WHERE username = '$gangsterusername')");
71:mysql_query("UPDATE users SET deathmessage = '$dmsg' WHERE username = '$ban'");
72:mysql_query("INSERT INTO modkill(victim,reason,killer,killerip,rankid)
73:VALUES ('$ban','$reason','$gangsterusername','$userip','$ banrank')");
74:mysql_query("INSERT INTO attempts(username,victim,ip,type)
75:VALUES ('$gangsterusername','$ban','$userip','1')");
76:echo"<font color=white face=verdana size=1>You shot at </font><a href=viewprofile.php?username=$ban><font color=white face=verdana size=1>$ban</a>, he died!</font>";


LinkBack URL
About LinkBacks
Reply With Quote


