Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules
Author Message
crash_end
New Member
New Member



Joined: Jan 20, 2007
Posts: 7

PostPosted: Sat Jan 20, 2007 6:30 am Reply with quote

Hi i'm new and i have a problem with Nukematch 2.1.1's module.

I have installed correctly everythings of NukeMatch (databases, mainfile.php, etc) and it runs correctly but...

When i try to entry in the link of ladder (eg. http://mywebsite.com/ladder/modules.php?name=NukeMatch&file=ladder&lid=1&mode=&order=&thold=), my browser says "Firefox has rileved out that the server is redirecting the request for this address in manner that never can be completed."

I try also with IE7 but it makes same problem.

Who can help me?

Thanks Smile
 
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Sat Jan 20, 2007 8:40 am Reply with quote

can we try ?
 
View user's profile Send private message
crash_end







PostPosted: Sun Jan 21, 2007 5:50 am Reply with quote

No for a simple reason... The site web is maked with EasyPHP and only Intranet connection can to view it.

Sad
 
hitwalker







PostPosted: Sun Jan 21, 2007 12:22 pm Reply with quote

on intranet?
with nukematch ?
are you joking..... Laughing
 
crash_end







PostPosted: Sun Jan 21, 2007 12:24 pm Reply with quote

yes cause i'm a cybercafè Razz I need of Nukeladder for the tournaments and ladders....

Somebody can help me?

Very Happy
 
hitwalker







PostPosted: Sun Jan 21, 2007 12:37 pm Reply with quote

thats not easy ,we cannot even see it....
and i cannot find anything on the error as well.
it sounds like a loop...,but im just guessing..
 
crash_end







PostPosted: Sun Jan 21, 2007 12:41 pm Reply with quote

The problem maybe is in set of coockie of this module... cause if i try to go to view the page of the ladder, FireFox says me "Firefox has rileved out that the server is redirecting the request for this address in manner that never can be completed."

I've check it 1000 times on the config and the modules....but nothing...
 
hitwalker







PostPosted: Sun Jan 21, 2007 12:43 pm Reply with quote

if you have standard cookie settings then it shouldnt be a problem...
and viewing a simple page doesnt need a cookie..
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Tue Jan 23, 2007 6:27 am Reply with quote

It may be tough to debug this given we cannot try it, but would you please post the first 20 lines (do NOT post more please!) of the following script file:

modules/NukeMatch/ladder.php

_________________
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
crash_end







PostPosted: Tue Jan 23, 2007 7:40 am Reply with quote

montego wrote:
It may be tough to debug this given we cannot try it, but would you please post the first 20 lines (do NOT post more please!) of the following script file:

modules/NukeMatch/ladder.php
if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}

require_once("mainfile.php");
$optionbox = "";
$module_name = basename(dirname(__FILE__));
get_lang($module_name);

if (stristr($REQUEST_URI,"mainfile")) {
Header("Location: modules.php?name=$module_name&file=ladder&lid=$lid");
} elseif (!isset($lid) && !isset($gid)) {
Header("Location: index.php");
}

if ($save AND is_user($user)) {
cookiedecode($user);
$db->sql_query("UPDATE ".$user_prefix."_users SET umode='$mode', uorder='$order', thold='$thold' where uid='$cookie[0]'");
getusrinfo($user);
$info = base64_encode("$userinfo[user_id]:$userinfo[username]:$userinfo[user_password]:$userinfo[storynum]:$userinfo[umode]:$userinfo[uorder]:$userinfo[thold]:$userinfo[noscore]");
setcookie("user","$info",time()+$cookieusrtime);
}

This is ladder.php ^^
 
montego







PostPosted: Tue Jan 23, 2007 7:46 am Reply with quote

What is the "Site URL" field of your Admin --> Preferences? Also, do you have, by chance, the "Force Nuke URL" set to "yes" in NukeSentinel? If so, set it to "No".

Not sure any of this will help, but trying to eliminate some things. I see that you are running this in a subdirectory, so it might be related to that somehow.
 
montego







PostPosted: Tue Jan 23, 2007 7:46 am Reply with quote

Sorry that I forgot to ask this... Is this a subdomain or are you just using nuke in a subdirectory off your main root?
 
crash_end







PostPosted: Tue Jan 23, 2007 8:00 am Reply with quote

I have not nukesentinel. The follow address is: C:\Program Files\Easyphp1-8\www\ladder\ and i extract nukematch into ladder's folder.

PHPNUKE VERSION is 7.9
 
montego







PostPosted: Wed Jan 24, 2007 6:23 pm Reply with quote

Well, under the Admin --> Preferences, the "Site URL" field must be exactly what you would enter into the browser (minus the index.php and the extra slash). So, in the example you gave in your original post, it should be:

http://mywebsite.com/ladder

In addition, in your Admin --> Forums --> Configuration, the site URL there should be:

mywebsite.com/ladder

Make sure those are set right and then try it again.
 
crash_end







PostPosted: Wed Jan 24, 2007 6:49 pm Reply with quote

I try that but...nothing... Sad
 
soulast
New Member
New Member



Joined: Nov 29, 2007
Posts: 4

PostPosted: Sat Jan 26, 2008 1:03 pm Reply with quote

lol..guys...i have exucly same problem.....whn i pick option Team Hardcore on my site http://csquad.home.pl/csq/modules.php?name=NukeMatch&file=games its direct me to the blank page..Sad
 
View user's profile Send private message
montego







PostPosted: Sun Jan 27, 2008 8:13 am Reply with quote

soulast, you have other threads with PMs too that no-one else seems to have, so I question your setup / environment that you are running. Just want to check that you reviewed these two points above and have found them to not work for you:

Quote:

What is the "Site URL" field of your Admin --> Preferences? Also, do you have, by chance, the "Force Nuke URL" set to "yes" in NukeSentinel? If so, set it to "No".

Not sure any of this will help, but trying to eliminate some things. I see that you are running this in a subdirectory, so it might be related to that somehow.


and..

Quote:

Well, under the Admin --> Preferences, the "Site URL" field must be exactly what you would enter into the browser (minus the index.php and the extra slash). So, in the example you gave in your original post, it should be:

http://mywebsite.com/ladder

In addition, in your Admin --> Forums --> Configuration, the site URL there should be:

mywebsite.com/ladder

Make sure those are set right and then try it again.


Also, does this ONLY happen with NukeMatch? Have you asked them about this issue? It could even be a discrepancy in patch levels between your installation and their module?

Just ideas... no answers. I have never used NukeMatch. Sorry.
 
nikserver
New Member
New Member



Joined: Apr 02, 2008
Posts: 3

PostPosted: Wed Apr 02, 2008 10:04 am Reply with quote

the nukematch website have closed.
so,we cannot ask the developer..
i also got the same problem...
wtf
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©