Author |
Message |
Ebaneezor
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jul 31, 2006
Posts: 8
|
Posted:
Mon Jul 31, 2006 4:43 pm |
|
I installed User Info 2.1.1 (whichever is on ravens site) after install and activateing it, I get a error message in the browser while trying to open the site.. It says that the site has reached its maximum for redirections..and never opens the site anymore.. any ideas? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kguske
Site Admin
![](modules/Forums/images/avatars/41f0b40a419280935f3a0.gif)
Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Mon Jul 31, 2006 4:46 pm |
|
Welcome. I believe if you search the forums here, you will find an answer for that. I'm pretty sure it's been reported before. |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Ebaneezor
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Jul 31, 2006 4:47 pm |
|
will do.. thanks for the quick response...prolly should have done that first, sorry. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Ebaneezor
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Jul 31, 2006 4:58 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kguske
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Jul 31, 2006 6:14 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Ebaneezor
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Jul 31, 2006 6:45 pm |
|
I removed this line of code from the block_user_info.php
$redirectURL = '/'.str_replace('http://','',$nukeurl);
Header("Location: $redirectURL");
die();
cleared up the redirects, but now shows the IP adress at the top.. everything else works great though.... workin on the IP issue now, lol. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kguske
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Jul 31, 2006 7:21 pm |
|
Not sure why that would move the IP address to the top, unless some HTML also got revmoved... |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Ebaneezor
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Jul 31, 2006 9:13 pm |
|
Im not sure either... uploaded it all, got the redirects, removed that line of code from that file and all is well - except IP addy is at the top now - just says your IP is 43.3423.43423. (whatever IP is yours.) not sure, but its working. But I think the IP actually reflects that users IP, not mine displayed to everyone..
ee.nationvoice.com |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kguske
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Jul 31, 2006 9:18 pm |
|
That's correct. It's the user's IP address. I believe it should appear at the top. Also, it looks like you might have some missing language definitions. Recheck the installation instructions for that. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Ebaneezor
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Jul 31, 2006 9:20 pm |
|
k.. Thanks so much for your input , and quick response!! Ill be sure to help where I can in here as you have been so helpful to me. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kguske
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Jul 31, 2006 9:23 pm |
|
No problem! We'll take all the help we can get... |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Ebaneezor
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Jul 31, 2006 9:25 pm |
|
k, added
define("_PASSWORDLOST","Lost Password");
define("_BWEL","Welcome");
define("_BTD","Today");
define("_BYD","Yesterday");
define("_BHITS","Hits");
define("_SERDT","Server Date/Time");
define("_BPM","Private Messages");
define("_BUNREAD","Unread");
define("_BREAD","Read");
define("_BMEMP","Membership");
define("_BLATEST","Latest");
define("_BOVER","Overall");
define("_BVISIT","People Online");
define("_BVIS","Visitors");
define("_BMEM","Members");
define("_BTT","Total");
define("_BON","Online Now");
define("_ALT_SEND","Send a quick private message to ");
define("_ALT_CHKPROFILE","Check the profile of $lastusername");
define("_GUESTIPS_OPTION","- Guest IP's -");
define("_TTL_RESENDEMAIL","Resend Email phpNuke Module at RavenPHPScripts");
define("_WAITLINK","Waiting");
define("_HIDDEN","Hidden");
define("_HIDDEN_ABBREV","(H)");
define("_YOURIP","Your IP: ");
define("_LOGOUT","Logout");
to the Language_english file. As prescribed in the install.txt as stated here
Copy the lines in the language.txt file to the PHPNuke/languages directory in the files that you allow for your site. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kguske
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Jul 31, 2006 9:28 pm |
|
See how much better it looks? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Ebaneezor
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Jul 31, 2006 9:32 pm |
|
much better.. but hey , im a guy -directions are what you ask for / read much much later, when parts are missing and all hope has faded. lol |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
helix512
Hangin' Around
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Aug 07, 2006
Posts: 40
|
Posted:
Sat Aug 12, 2006 11:20 am |
|
is there away to remove the buttom 2 boxes? i dont want to show the total hit ot todays hit just the rest of it? also were is the one that is on this site Site Info V2.2.2 be found? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|