Author |
Message |
Cablespider
New Member


Joined: Jul 02, 2004
Posts: 7
Location: Occupied Chicago
|
Posted:
Mon Jun 05, 2006 5:03 pm |
|
The layout in the admin section is a bit fubared. Just a heads up. |
|
|
|
 |
hitwalker
Sells PC To Pay For Divorce

Joined:
Posts: 5661
|
Posted:
Mon Jun 05, 2006 5:09 pm |
|
Huh?..whats..fubared?
I did upgrade to and all is normal... |
|
|
|
 |
Cablespider

|
Posted:
Mon Jun 05, 2006 5:59 pm |
|
Maybe it's just me then. I uploaded it twice to make sure. Not a big deal...just an FYI. I just realized this is in the wrong forum....Sorry! |
Last edited by Cablespider on Thu Jun 08, 2006 10:00 pm; edited 3 times in total |
|
|
 |
hitwalker

|
Posted:
Mon Jun 05, 2006 6:09 pm |
|
looks like that particular file is messed up..
unclosed tags..
delete these files and make sure you upload your files correctly.. |
|
|
|
 |
Eagle2
New Member


Joined: Nov 02, 2005
Posts: 24
|
Posted:
Mon Jun 05, 2006 6:51 pm |
|
|
|
 |
manunkind
Client

Joined: Apr 26, 2004
Posts: 368
Location: Albuquerque, NM
|
Posted:
Mon Jun 05, 2006 8:42 pm |
|
Happening to me too. Uploaded twice already. |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Mon Jun 05, 2006 11:07 pm |
|
Make sure you have replaced the language/nukesentinel/lang-english.php file. |
|
|
|
 |
Eagle2

|
Posted:
Tue Jun 06, 2006 1:59 am |
|
Raven wrote: | Make sure you have replaced the language/nukesentinel/lang-english.php file. |
Done but still the same problem |
|
|
|
 |
Eagle2

|
Posted:
Tue Jun 06, 2006 2:02 am |
|
Ok...now it's fixed...I re uploaded the pl7 english.php file and it works good...I think that there's an error in the new english.php. |
|
|
|
 |
Eagle2

|
Posted:
Tue Jun 06, 2006 2:44 am |
|
I found the problem:
language/nukesentinel/lang-english.php
replace this line:
Code:define('_AB_HELP_078','You do not have the IP 2 Country table data installed.<br />This means your are missing the IANA Reserved Ranges that should be blocked.<br />Please use the <a href="'.$admin_file.'.php?op=ABImport">Import Data</a> section to install the data.');
|
with this:
Code:define('_AB_HELP_078',"You do not have the IP 2 Country table data installed.<br />This means your are missing the IANA Reserved Ranges that should be blocked.<br />Please use the <a href=\'".$admin_file.".php?op=ABImport\'>Import Data</a> section to install the data.");
|
I hope this helps  |
|
|
|
 |
manunkind

|
Posted:
Tue Jun 06, 2006 5:27 am |
|
Eagle2 wrote: | I found the problem:
language/nukesentinel/lang-english.php
replace this line:
Code:define('_AB_HELP_078','You do not have the IP 2 Country table data installed.<br />This means your are missing the IANA Reserved Ranges that should be blocked.<br />Please use the <a href="'.$admin_file.'.php?op=ABImport">Import Data</a> section to install the data.');
|
with this:
Code:define('_AB_HELP_078',"You do not have the IP 2 Country table data installed.<br />This means your are missing the IANA Reserved Ranges that should be blocked.<br />Please use the <a href=\'".$admin_file.".php?op=ABImport\'>Import Data</a> section to install the data.");
|
I hope this helps |
That worked. Thanks!  |
|
|
|
 |
hitwalker

|
Posted:
Tue Jun 06, 2006 6:04 am |
|
ah thats why we didnt see it..
cause all works if you have ip2country installed,if not then the message shows..whitch results in the error. |
Last edited by hitwalker on Tue Jun 06, 2006 8:33 am; edited 1 time in total |
|
|
 |
spiritwulf
New Member


Joined: Feb 10, 2006
Posts: 18
|
Posted:
Tue Jun 06, 2006 8:02 am |
|
|
|
 |
Eagle2

|
Posted:
Tue Jun 06, 2006 9:11 am |
|
Yeah...I worked all the night to resolve this problem...reading the "functions.php" (where this _AB_HELP_078 is), I tested and re-tested the code but it was right ....so, at the end, it was a really stupid thing...
When you think that you're in front of a BIG problem, the solution is probably in a simple line
What a strange world.
Thank you for the credit, If there's the need, I'll gladly continue to help.  |
|
|
|
 |
Raven

|
Posted:
Tue Jun 06, 2006 9:37 am |
|
Eagle2 wrote: | Thank you for the credit, If there's the need, I'll gladly continue to help. |
If there's the need?
That has to be the under-statement of the year  |
|
|
|
 |
Eagle2

|
Posted:
Tue Jun 06, 2006 9:42 am |
|
What's wrong with that lol  |
|
|
|
 |
Raven

|
Posted:
Tue Jun 06, 2006 9:50 am |
|
Nothing is wrong. It was meant as a tongue-in-cheek response. We always need help  |
|
|
|
 |
Eagle2

|
Posted:
Tue Jun 06, 2006 9:52 am |
|
Yeah yeah lol, and I wrote that cuz I'll be honoured to help this community  |
|
|
|
 |
jaded
Theme Guru

Joined: Nov 01, 2003
Posts: 1006
|
Posted:
Tue Jun 06, 2006 6:02 pm |
|
|
|
 |
kguske
Site Admin

Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Tue Jun 06, 2006 7:03 pm |
|
For reference, hitwalker, FUBARed is US Marine Corps slang for F (messed) Up Beyond All Recognition.
Eagle2, we welcome and appreciate any help we can get - especially during difficult times like this when attacks are seemingly nonstop. |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
 |
Raven

|
Posted:
Tue Jun 06, 2006 7:58 pm |
|
And when providing estimates, you often hear SWAG, which is usually meant to mean (Sophisticated, Silly, Scientific) Wild As*ed Guess. |
|
|
|
 |
Cablespider

|
Posted:
Tue Jun 06, 2006 8:44 pm |
|
Thanks for the fix. I thought it was just me. |
|
|
|
 |
Eagle2

|
Posted:
Wed Jun 07, 2006 4:40 am |
|
No problem...thanks for your appreciations!  |
|
|
|
 |
thapizza
New Member


Joined: Jun 08, 2006
Posts: 1
|
Posted:
Thu Jun 08, 2006 3:58 pm |
|
Had the same problem here.
Did alot of search work everywhere but finally I found this post
Problem solved: A+ for solving this!  |
|
|
|
 |
Eagle2

|
Posted:
Fri Jun 09, 2006 1:53 am |
|
Sorry guys but there's still a little bug in this new release...
It's always that line of that lang-english file:
\'".$admin_file.".php?op=ABImport\
you forgot the first \ and the second \...without these you can't read the help of the IPtoCountry module...try to see
Just a little fix. Bye all! |
|
|
|
 |
|