Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 80
5 members and 75 guests
chrws7zonicfati, devbpy6eloppsy5, garere3denstc3t, int5nwernetmarx, locdpalmobiwjp6
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - General

Reply
 
LinkBack Thread Tools Display Modes
I'm hoping someone can help
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 35
Join Date: Aug 2004
Location: Iowa
I'm hoping someone can help - 09-23-2004, 12:18 PM

I've added a block to my website called Never Ending Story. I downloaded it from http://www.4n-community.de/ I'm having some trouble with it and I can't read nor understand one word on the creators website for it because its in another language. Even when I set to view the site in English, the one help forum for this mod/block still appears in German (I think its german).

To see what is going wrong with it on my site http://rpg.sharnyl.net/modules.php?n...ion=view&sid=1 view it by clicking that link. Its suppose to appear like a threaded forum post but its all goofy!

I'm hoping that someone will be able to help me fix this. Also, I got this message when trying to edit the post so it'd sit right on the page:

Warning: eregi_replace(): REG_BADRPT in /home/syren/public_html/rpg/includes/sentinel.php on line 69

Any idea what that means and how to correct it?

Edit note: When I logged out of the admin area of my website as well as logging out of my personal account - when I view the never ending story, it appears as it should look on the site. For some reason, when someone is logged into their account, it changes and looks all goofy.
  Send a message via AIM to Syren  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
09-23-2004, 03:41 PM

Quote:
Edit note: When I logged out of the admin area of my website as well as logging out of my personal account - when I view the never ending story, it appears as it should look on the site. For some reason, when someone is logged into their account, it changes and looks all goofy.
check the instructions for sentinel. You more than likely missed adding some code to a file.
I'll bet the same goes for the Never Ending story module. Check the install directions again.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 35
Join Date: Aug 2004
Location: Iowa
09-23-2004, 08:12 PM

Well, I looked at the installation directions for the never ending story again and it says nothing in any of the files about adding any code to any of the files. In fact, the directions involve only three simple steps:

Installation:

1. Create the Database with Dumpfile or start the installne.php
2. Copy the folder Never_Ending_Story to modules folder
3. Activate the module

As for the Sentinel - I believe I have found the culprit but I'm unsure of exactly what to insert. I've bolded the area in the text below:

}

// Force to NUKEURL
if($ab_config['force_nukeurl'] == 1) {
$servtemp1 = strtolower(eregi_replace("http://", "", $nuke_config['nukeurl']));
if(substr($servtemp1, -1) == "/") { $servtemp1 = substr($servtemp1, 0, strlen($servtemp1)-1); }
$servrqst1 = strtolower($_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);
$servrqst1 = str_replace("/".basename($servrqst1), "", $servrqst1);
if(substr($servrqst1, -1) == "/") { $servrqst1 = substr($servrqst1, 0, strlen($servrqst1)-1); }
if ($servrqst1 != $servtemp1 AND !stristr($_SERVER['REQUEST_URI'], "modules/Forums/admin/")) {
$rphp1 = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
$rphp2 = eregi_replace($servrqst1, $servtemp1, $rphp1);
$rphp2 = "http://".$rphp2;
Header("Location: $rphp2");
}

Also .. pertaining to Sentinel: I've read and re-read the files that are included with it and I'm not able to do anything with the Protected Admins List, Admin HTTPAuth List, and the Scan for New Admins. When I mouse over the ? image, nothing happens (I have it set to mouse over) and when its set to clicking the image, nothing happens either. If those three areas are to be accessible when I click on their names, they aren't linked to anything. I hope that made some sense.
  Send a message via AIM to Syren  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31