Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > Nukemods > nukemods.com

Reply
 
LinkBack Thread Tools Display Modes
Old
  (#11 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
06-25-2003, 03:37 PM

I think mikem will fix this soon, I was testing maty's script too, and he sent me an e-mail that the ip lookup was changed and he also sent the fix for it.

Mikem has to check his mailbox for the fix

Mighty_Y


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#12 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
06-25-2003, 03:59 PM

I haven't received any fix.

I am stilll puzzled as to why I am not seeing this error.

IACOJ, I'll check on that other thing.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#13 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
06-25-2003, 04:02 PM

IACOJ,
I just did a search for the same terms. It all works for me.
I clicked the Topics it found, and it took me to that topic. I clicked the Latest Post icon next to the topc(s) it found and it takes me to the last post in that thread...

What the heck is going on here???

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#14 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
06-25-2003, 04:06 PM

Quote:
Originally Posted by mikem
I haven't received any fix.

I am stilll puzzled as to why I am not seeing this error.

IACOJ, I'll check on that other thing.

mikem
MatyScripts assured me that he has send the fix to all his beta testers, well if you wait a sec i'll copy and past it for you


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#15 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
06-25-2003, 04:08 PM

OK..That is a BUG. in the search feature. But it happens on all Nuke sites so far as I can tell. I think it has something to do with the word "and"
I'm checking on it now over at Nukecops from the pros.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#16 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
06-25-2003, 04:10 PM

Quote:
Originally Posted by MatyScripts
My apology if the Beta Version of MSA 1.1 caused problems to your website.
As I E-mailed yesterday, IP-to-Country (http://ip-to-country.directi.com/)
changed their Web service to resolve country names from an IP-Address. My
site continued working without displaying errors, that's why I didn't notice
it immediately. Another site did lock up and another one had nasty messages
in their footer. I E-mailed yesterday how to change the file
/modules/MS_Analysis/include/class.client.php. I did some more tests today.

The following code will be present in the class.client.php file in the final
version of MSA v1.1


function get_country_ip2country( $ip )
{
if( ( $handle =
@fopen("http://ip-to-country.directi.com/country/name/".$ip, "rb") ) ==
FALSE ) {
return( "" );
}
else {
$country = fgets( $handle, 4096 );
fclose( $handle );
return( $country );
}
}

This routine makes sure that the above mentioned problems can not occur any
more. My advice is that you update this routine in your
/modules/MS_Analysis/include/class.client.php file with the above described
code, so that these problems can not occur any more.
Might in the feature IP-to-country do something like this again, than your
web site will continue working normally and MSA switches automatically to
resolving the country name from the hostname.
This is the mail he has sent to all his beta testers, and as you can read he also didn't noticed it because it didn't show up for him.
It seems that the superusers or admins can't see the errors[/quote]


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#17 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
06-25-2003, 04:12 PM

Quote:
Originally Posted by mikem
OK..That is a BUG. in the search feature. But it happens on all Nuke sites so far as I can tell. I think it has something to do with the word "and"
I'm checking on it now over at Nukecops from the pros.

mikem
It happens on PortedMods.com too, it doesn't parses the link like it should


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#18 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
06-25-2003, 05:21 PM

IS THE ERROR MESSAGE GONE NOW IN THE FOOTER???

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#19 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
06-25-2003, 05:52 PM

Yes it is gone


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#20 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
06-25-2003, 05:54 PM

Quote:
Originally Posted by Mighty_Y
Yes it is gone
thank goodness. Thanks for the code fix from Maty, Mighty.

mikem
   
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
[FIXED] Need help with footer aseitz Nuke 7.x - General 4 04-02-2005 04:04 AM
Forum Search error on Nukemods.com christian nukemods.com 4 07-03-2003 12:57 PM
Enhanced Downloads module error on NukeMods intel352 nukemods.com 17 03-19-2003 10:01 PM
Footer issue with phpib2. Rhino Purged Topics 2 03-12-2003 08:59 AM
Error in nukemods main menu breakolami nukemods.com 1 11-29-2002 12:25 PM




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