eaglelegend Posted May 19, 2008 Share Posted May 19, 2008 I'm wanting to "borrow!" a flash games from sites, and have the sends their score and it inserts it into the database, even thought the game is not made/from my site? I have seen it work on other sites, I am unsure on mine, bte, the code below isnt mine, but I borrowed it from another topic as it is a good example, althougt that person made theirs :/ on(press) { getURL("maze1.php", "score"); } Maze 1 is: <? if ($msg == 1) { print"<BR><BR><P align=center><font face='Arial, Helvetica, sans-serif' size=2>You have earned $mds Points.</font></P> <P align=center><font face='Arial, Helvetica, sans-serif' size=2><a href=games.php>Play Again</a></font></P>"; } if ($error == 2) { print"<BR><BR><P align=center><font face='Arial, Helvetica, sans-serif' size=2>Sorry, your score does not count as you have already submitted it more then the 7 times. You can play as many times as you want but you can only submit your score 7 times.</font></P> <P align=center><font face='Arial, Helvetica, sans-serif' size=2><a href=games.php>Play Again</a></font></P>"; } ?> Quote Link to comment https://forums.phpfreaks.com/topic/106312-solved-php-amp-flash/ Share on other sites More sharing options...
trq Posted May 19, 2008 Share Posted May 19, 2008 Do you have an actual question? Quote Link to comment https://forums.phpfreaks.com/topic/106312-solved-php-amp-flash/#findComment-544832 Share on other sites More sharing options...
eaglelegend Posted May 19, 2008 Author Share Posted May 19, 2008 yep, how do I Hhave php send the score from a game, ie. say freegameworlds.com game. now whatever scor is made on a game from there, when "sent", it adds up into my - nvm. Quote Link to comment https://forums.phpfreaks.com/topic/106312-solved-php-amp-flash/#findComment-544838 Share on other sites More sharing options...
trq Posted May 19, 2008 Share Posted May 19, 2008 What? Quote Link to comment https://forums.phpfreaks.com/topic/106312-solved-php-amp-flash/#findComment-544845 Share on other sites More sharing options...
MadTechie Posted May 19, 2008 Share Posted May 19, 2008 depends on the game, a few use a xml as a config, either that or monitor traffic from the app, but your probably breaking copyright law.. Quote Link to comment https://forums.phpfreaks.com/topic/106312-solved-php-amp-flash/#findComment-544847 Share on other sites More sharing options...
eaglelegend Posted May 19, 2008 Author Share Posted May 19, 2008 heh ok then. just lucky I wasnt that other site. because thats what they did. nevermind topic closed. Quote Link to comment https://forums.phpfreaks.com/topic/106312-solved-php-amp-flash/#findComment-544857 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.