wow this is nice i like it im starting to rewrite me arcade now im having a slight problem though ok this is what i did and it clean up most of it to .html at the end
with the help of this
post
of i looked for this in my templates
Code:
<a href="arcade.php?do=play&gameid=$game[gameid]">
and i replaced it with this:
Code:
<a href="arcade/games/$game[gameid].html">
that worked very well it worked on the image part too where you can click the image to play the game... ok now for my part that im not to sure of or if it can be rewritten...
Code:
<a href="arcade.php?$session[sessionhash]do=play&gameid=$game[gameid]">
what could i rewrite that too? i only have a few more to rewrite and my arcade is flawless