I need few flash games, thet saves scores into mysql or flat file for my web site
Maybe someone knows (or has any) such games. If yes, plz post links or send games to lixas666[at]gmail[dot]com
Need/>and then found </ flash games with score saving
Moderator: Lixas
i have found
i found flash games, but the i finish, it redirects me to other file where is score submit. Now i will try to find out source what should be in new file. If i'll be succesfull, i'll post source here 


whaalaaaa, i'm genius :)
i have found source, now i'll post everything from beginning.
url to huge BD of flash games with score saving: http://phpbb-amod.com/down_db.html-page-cat-id-910
file name, that get scores and other data from game, name must be newscore.php remember it !
source of file:
newscore.php
And how do u like my job ?? 
url to huge BD of flash games with score saving: http://phpbb-amod.com/down_db.html-page-cat-id-910
file name, that get scores and other data from game, name must be newscore.php remember it !
source of file:
newscore.php
Code: Select all
$game_name = $HTTP_POST_VARS['game_name']; //game name, allways used
$score = $HTTP_POST_VARS['score']; //game score, allways used
$name = $HTTP_POST_VARS['name']; //player name from game, mostly not used
$mode = $HTTP_POST_VARS['mode']; //game mode from game, mostly not used
$arcade_hash=$HTTP_POST_VARS['arcade_hash']; //game hash, mostly not used


If you have a cms like postnuke, phpnuke, mambo or xoops you can use a module here : http://www.****.com/