Need/>and then found </ flash games with score saving

Moderator: Lixas

Post Reply
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Need/>and then found </ flash games with score saving

Post by Lixas »

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


Image
sa3ude
Posts: 137
Joined: Wed Apr 13, 2005 4:32 am
Contact:

Post by sa3ude »

i realy dont have any right now
but if u use veblletin ther r the arceds hack
and if u dont , ther r a games script
u can find it in hotscript
and i will search for 1 for u
Image
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

i have found

Post by Lixas »

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 :)
Image
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

whaalaaaa, i'm genius :)

Post by Lixas »

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

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
And how do u like my job ?? :D
Image
kmove
Posts: 11
Joined: Mon Feb 14, 2005 5:17 pm

Post by kmove »

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