Author |
Message |
crash_end
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jan 20, 2007
Posts: 7
|
Posted:
Sat Jan 20, 2007 6:30 am |
|
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](modules/Forums/images/smiles/icon_smile.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
Sells PC To Pay For Divorce
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined:
Posts: 5661
|
Posted:
Sat Jan 20, 2007 8:40 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
crash_end
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jan 21, 2007 5:50 am |
|
No for a simple reason... The site web is maked with EasyPHP and only Intranet connection can to view it.
![Sad](modules/Forums/images/smiles/icon_sad.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jan 21, 2007 12:22 pm |
|
on intranet?
with nukematch ?
are you joking..... ![Laughing](modules/Forums/images/smiles/icon_lol.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
crash_end
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jan 21, 2007 12:24 pm |
|
yes cause i'm a cybercafè I need of Nukeladder for the tournaments and ladders....
Somebody can help me?
![Very Happy](modules/Forums/images/smiles/icon_biggrin.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jan 21, 2007 12:37 pm |
|
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.. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
crash_end
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jan 21, 2007 12:41 pm |
|
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... |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jan 21, 2007 12:43 pm |
|
if you have standard cookie settings then it shouldnt be a problem...
and viewing a simple page doesnt need a cookie.. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
Site Admin
![](modules/Forums/images/avatars/0c0adf824792d6d341ef4.gif)
Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Tue Jan 23, 2007 6:27 am |
|
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! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
crash_end
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Jan 23, 2007 7:40 am |
|
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 ^^ |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Jan 23, 2007 7:46 am |
|
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. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Jan 23, 2007 7:46 am |
|
Sorry that I forgot to ask this... Is this a subdomain or are you just using nuke in a subdirectory off your main root? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
crash_end
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Jan 23, 2007 8:00 am |
|
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 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Jan 24, 2007 6:23 pm |
|
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. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
crash_end
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Jan 24, 2007 6:49 pm |
|
I try that but...nothing... ![Sad](modules/Forums/images/smiles/icon_sad.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
soulast
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Nov 29, 2007
Posts: 4
|
Posted:
Sat Jan 26, 2008 1:03 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jan 27, 2008 8:13 am |
|
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. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nikserver
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Apr 02, 2008
Posts: 3
|
Posted:
Wed Apr 02, 2008 10:04 am |
|
the nukematch website have closed.
so,we cannot ask the developer..
i also got the same problem...
wtf |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|