PDA

View Full Version : This score was not submitted from the game. Your score will not be saved.


taavipost
08-04-2011, 10:08 AM
When i play games, after playing game it just says ' This score was not submitted from the game. Your score will not be saved. '

I tried to edit templates and do this: https://vborg.vbsupport.ru/showthread.php?t=267718

Nothing will help me..


Thanks for reply.

Hippy
08-04-2011, 01:53 PM
cause you need to this edit
https://vborg.vbsupport.ru/showpost.php?p=2228396&postcount=5

taavipost
08-04-2011, 04:05 PM
I have no index.php, can i make new one with next text: ?
And where should i put index.php file?

// ibProArcade
if($_POST['module'] == "pnFlashGames")
{
require_once('./global.php');

switch($_POST['func'])
{
case "storeScore":
$_GET['act'] = "Arcade";
$_GET['module'] = "arcade";
$_GET['do'] = "pnFStoreScore";
break;

case "saveGame":
$_GET['do'] = "pnFSaveGame";
break;

case "loadGame":
$_GET['do'] = "pnFLoadGame";
break;

case "loadGameScores":
$gid = $vbulletin->input->clean_gpc('p', 'gid', TYPE_INT);
$uid= $vbulletin->userinfo['userid'];
$game = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "games_scores WHERE mid=$uid AND gid = $gid ORDER BY score DESC LIMIT 0,1");
$scores = $game[score];

if($scores != false)
{
//Return true
print "&opSuccess=true&gameScores=$scores&endvar=1"; //send endvar to keep opSuccess separate from all other output from PostNuke
}
else
{
print "&opSuccess=false&error=Error&endvar=1";
}
break;
}
}

$act = $_GET[act];
$autocom = $_GET[autocom];
$showuser= $_GET[showuser];
if($act == "Arcade" || $autocom=="arcade") {
include "arcade.php";
exit();
}
if(!empty($showuser) && $showuser >= 1) {
$u = $showuser;
$_GET[u] = $showuser;
include "member.php";
exit();
}

Hippy
08-04-2011, 06:08 PM
vb and vb suite both have a forum.php and a index.php..
add the edit to that index.php..

if by chance you delete the default vb index.php redirect download it again and add it to your root dir and do the edit..
also mentioned in the post I directed you to as to where to add this edit..
hope this helps

taavipost
08-05-2011, 05:23 AM
after editing index.php in root dir, it still says : ' This score was not submitted from the game. Your score will not be saved. ' and account loggs out......

Hippy
08-05-2011, 10:07 AM
the account logging out is you need to have the remember me checked .. to do this default see this post https://vborg.vbsupport.ru/showpost.php?p=2227860&postcount=2

taavipost
08-05-2011, 10:13 AM
I did it already, i will give you picture, ive done all this but it still logs out...... damn :S