Log in

View Full Version : index.php?act=Arcade&do=newscore


Staxed
03-20-2007, 08:57 AM
why is the entire arcade on the arcade.php file except for the newscore feature?

Whenever you play a game and finish it...it goes to 'index.php?act=Arcade&do=newscore' to submit the score...wouldn't it be better to go to 'arcade.php?act=Arcade&do=newscore' to stay consistent with the rest of the arcade?

the reason I ask is I have a right side column on my index.php...and the ONLY time it shows up in the arcade is when it submits a score...which just makes it look tacky...

Kacela
03-20-2007, 09:49 AM
This is a "feature" that MrZeropage inherited when he took this project on. It has to do with the score submit script that is added to games, part of which is getURL("index.php?act=Arcade&do=newscore", "_self", "POST");So, to change that, all the games would need to be recoded to submit their score to a different URL.

Staxed
03-20-2007, 02:30 PM
I see...alright then...

guess i'll just add the column to the arcade.php as well :D