Log in

View Full Version : Root Problem ( can not play)


bigmasta
09-09-2009, 04:20 PM
Hi
First of all, this Mod is really awesome! Thanks to all who made this great mod really!
But it would be great, when i could play it without problems ;) and that is:

1. i'm using vB 3.8.4
2. i have uploaded, installed and made all the template changes without any problem
3. i can click on the men? and everything seems ok, i can se the newest games on the left and all the other thing.

but...

when i click on a game by "newest games" or klick on the links at the top "Arcade, Tournaments, Your Settings ...." then a blank page with this message appears "No input file specified."

i see where the problem is now, when i look at the browser path, then i see that all this links show's to www.mywebpage.com/arcade.php?.... but it has to show this way www.mywebpage.com/forum/arcade.php?...

like you see, that all this links needs .../forum/... because my forum is installed in the Forum folder and not at the main root folder.. (but i have uploaded everything on .../forum/...

any solution?

Regards
BiGmasta

--------------- Added 1252531152 at 1252531152 ---------------

ok, i have fixed the problem in arcade.php (you have to add the right path into "forumpath"

sump
09-29-2009, 01:29 PM
are you speaking in the arcade.php file


define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'arcade');
define('ROOT_PATH' , "./" );
define('CAT_IMGS' , "./arcade/cat_imgs/" );
define('MODULE_PATH' , "./arcade/modules/" );
define('FUNCTIONS_PATH', "./arcade/functions/");
define('PATH', (($getcwd = getcwd()) ? $getcwd : '.'));


or would you need to change the next three also ?

i have same problem