Search found 302 matches

by captquirk
Wed May 15, 2019 6:22 pm
Forum: Sphider Help
Topic: can't indexing a lot of sites
Replies: 3
Views: 18795

Re: can't indexing a lot of sites

Looking at it... Which version of Sphider are you using? UPDATE: If you are using Sphider 3.1.0, try this: In commonfuncs.php, replace lines 404-423 $table = array( 'Š'=>'S', 'š'=>'s', 'Ð'=>'Dj', 'đ'=>'dj', 'Ž'=>'Z', 'ž'=>'z', 'Ć'=>'C', 'ć'=>'c', 'Č'=>'C', 'č'=>'c', 'À'=>'A', 'Á'=>'A', 'Â'=>'A', 'Ã'...
by captquirk
Mon May 13, 2019 10:32 pm
Forum: Announcements
Topic: Sphider 3.1.0-MB and Sphider 2.4.2-PDO released
Replies: 0
Views: 53119

Sphider 3.1.0-MB and Sphider 2.4.2-PDO released

Sphider 3.1.0-MB is multibyte capable, like 3.0.0-MB. However, 3.1.0-MB does NOT require the PHP mbstring extension. Mbstring is recommended, but not required. If it is available, it will be used. If not, Sphider will emulate the mulitbyte character string functions. Also, 3.1.0-MB continues the imp...
by captquirk
Tue May 07, 2019 6:02 pm
Forum: Sphider Help
Topic: Can't INDEX my website - Sphider 1.4.2
Replies: 1
Views: 14822

Re: Can't INDEX my website - Sphider 1.4.2

Your latest issue is an easy fix. Edit the file spiderfuncs.php. On line 736, change break 2; to: break; !.4.2 was one of the earlier attempts at upgrading Sphider and obviously didn't catch everything. Also note that 1.4.2 does not index images. That didn't happen until version 2. As to your origin...
by captquirk
Tue May 07, 2019 5:42 pm
Forum: Sphider Help
Topic: Character corruption
Replies: 0
Views: 49198

Character corruption

Sphider operates using the UTF-8 character set. When a web page is loaded for indexing, Sphider checks the HTTP headers to determine the character set in use. If it is not UTF-8, the data is converted to UTF-8. In its zeal to ensure everything is UTF-8, Sphider then performs a SECOND check. This is ...
by captquirk
Tue Apr 30, 2019 12:06 am
Forum: Announcements
Topic: Sphiders 2.4.1, 2.4.1-PDO, and 3.0.0-MB have been released
Replies: 0
Views: 52928

Sphiders 2.4.1, 2.4.1-PDO, and 3.0.0-MB have been released

Sphider 2.4.1, legacy and PDO is a minor update to 2.4.0. The "major" work went into updated some SQL error messages in the unlikely event any SQL statement fails to prepare properly. There was a correction to some code that prevented indexing from a browser for some sites. Also an additio...
by captquirk
Wed Apr 24, 2019 2:58 am
Forum: Sphider Help
Topic: Sphider 2.4.0 not indexing
Replies: 7
Views: 30352

Re: Sphider 2.4.0 not indexing

This issue has been resolved! In Sphider 2.4.0, lines 86-89: } elseif (isset($_SERVER['argv']) && $_SERVER['argc'] < 2) { commandLineHelp(); die(); } we commented out the elseif, thus: } /*elseif (isset($_SERVER['argv']) && $_SERVER['argc'] < 2) { commandLineHelp(); die(); }*/ It see...
by captquirk
Tue Apr 23, 2019 3:33 am
Forum: Sphider Help
Topic: POSSIBLE indexing issue with Sphider 2.4.0
Replies: 0
Views: 48627

POSSIBLE indexing issue with Sphider 2.4.0

Spider 2.4.0 MIGHT have this issue for SOME users. There is a POSSIBILITY that Sphider 2.4.0 may refuse to index a site from a browser window. If instead of seeing indexing results you get something like: 240results.JPG then the problem is likely in spider.php, lines 86-89. Change this: } elseif (is...
by captquirk
Mon Apr 22, 2019 4:19 pm
Forum: Sphider Help
Topic: Sphider 2.4.0 not indexing
Replies: 7
Views: 30352

Re: Sphider 2.4.0 not indexing

Looking at your settings, I can't see ANYTHING out of the ordinary. Now it's time to get serious! Imagick - This is used to display previews in search results. It is also used during indexing to try to determine image size if sizse tags are missing. Sphider can still index without it and can still s...
by captquirk
Mon Apr 22, 2019 3:22 am
Forum: Sphider Help
Topic: Sphider 2.4.0 not indexing
Replies: 7
Views: 30352

Re: Sphider 2.4.0 not indexing

Initially, using Sphider 2.4.1 (which is yet unreleased but MUCH like 2.4.0), I tried to index http://www.grangewoodplastics.co.uk. It immediatedly failed, giving me a NOHOST error. After installing Sphider 2.2.0 and creating a database for that, I was able to successfully index the site. I upgraded...
by captquirk
Sat Apr 20, 2019 1:39 am
Forum: Announcements
Topic: Sphider 3-MB (multi-byte) fork
Replies: 0
Views: 50845

Sphider 3-MB (multi-byte) fork

The regular edition of Sphider (currently at 2.4.0) will continue to be maintained with periodic improvements. The 2.4.x series is being ported to a new fork, Sphider 3-MB. Sphider 3-MB will replace all standard string operations with multi-byte string (mbstring) operations. This will ensure proper ...