Quote:
Today at 01:52 AM Link14716 said this in Post #375
I have attempted Kill Kenny, however, it redirected to /proarcade.php instead of /forums/proarcade.php and when I got it to redirect properly, it gave me an "Invalid Game Specified" error.
|
make sure you don't change this bit of code:
// set up vars to return
vpaver = "100B2";
scorevariable = score;
action = "gameover";
game = gamename;
score_loc = location + "/proarcade.php";
// this needs to match the Admin CP value
// and should be between 0 and 31
hashoffset = 5;
// do security shuffle to return newhash
subhash1 = gamehash.substr(0,hashoffset);
subhash2 = gamehash.substr(hashoffset);
newhash = subhash2.concat(subhash1);
// redirect back to vbProArcade
getURL (score_loc, "_self", "POST");