Hi,
I want to create a search for my website, because I have loads of different formats of pages I wanted to use sphider, I have a problem with a NOHOST error because in their words "The servers block connections back to its self called loopback connections. If the script is trying to make a loopback connection to its self then this will not work on our servers.", So basically does anybody know how I can get around this, as this gave me the best results, or where to look so I can build my own.
Kev
Website search
Moderator: General Moderators
-
kevrelland
- Forum Commoner
- Posts: 73
- Joined: Mon Jan 08, 2007 7:41 am
Re: Website search
Any ideas on tutorials or other scripts that can do the same job as sphider?
Kev
Kev
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: Website search
Why not just use Sphider? I used it on a directory web site a while back and seemed to do the trick quite well/well enough for most searches. Easy to template/theme into existing designs as well.
Cheers,
Alex
Cheers,
Alex
-
kevrelland
- Forum Commoner
- Posts: 73
- Joined: Mon Jan 08, 2007 7:41 am
Re: Website search
I can't use it on my hosting as mentioned in the op.
It worked brilliant in my testing server and I would love to use it on the live site so I need something else
Cheers
Kev
It worked brilliant in my testing server and I would love to use it on the live site so I need something else
Cheers
Kev
Re: Website search
I've never used Sphider, and I've never heard of this NOHOST error. From what the error says though, it sounds like you're trying to connect to the database using the server's IP. Try using "localhost" or "127.0.0.1" instead. Both of those should use the MySQL socket, rather than going over TCP.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Re: Website search
Why dont you try using an open source software like Joomla?