Forgot 1 step in the 2nd attachment:
2.3. Find:
-----------------------------------------------------------------
// evaluate the code to call the game
$gcode = addslashes($gameinfo[gamecode]);
eval("\$gamecode = \"$gcode\";");
-----------------------------------------------------------------
2.3. Add below that:
-----------------------------------------------------------------
$DB_site->query("UPDATE user SET storep=storep-$arcadeinfo[pointsneeded] WHERE userid=$bbuserinfo[userid]");
-----------------------------------------------------------------
|