Search found 306 matches

by captquirk
Mon Feb 26, 2018 5:58 pm
Forum: Sphider Help
Topic: Creating a search template or altering the search page
Replies: 0
Views: 6647

Creating a search template or altering the search page

The default search page for Sphider 2.0 is tabbed. The first tab (Search) is for legacy textual content.The second tab (RSS Search) is for querying RSS feeds, and the third tab (Image Search) is for finding images. For some people, all they need is the legacy textual search. If this is what you need...
by captquirk
Sun Feb 25, 2018 3:58 am
Forum: Sphider Help
Topic: Sphider-2.0.0a-PDO - parse error when indexing
Replies: 4
Views: 7960

Re: Sphider-2.0.0a-PDO - parse error when indexing

There actually seems to be two separate issues here. One is how to create a new template. The other issue is being unable to get any results when searching images. When I hover over a link - I get a 'pop-up' preview of the webpage (rather than just the image). If you are getting a page preview, that...
by captquirk
Thu Feb 22, 2018 3:23 am
Forum: Sphider Help
Topic: Sphider-2.0.0a-PDO - parse error when indexing
Replies: 4
Views: 7960

Re: Sphider-2.0.0a-PDO - parse error when indexing

Some personal stuff going on right now, but I will address the customization of templates probably this weekend. Glad the parse issue is resolved and thank you for reporting it. I TRY to test all scenarios, but there are just so many variations. When someone catches something I didn't, it just makes...
by captquirk
Wed Feb 21, 2018 3:55 am
Forum: Sphider Help
Topic: Sphider-2.0.0a-PDO - parse error when indexing
Replies: 4
Views: 7960

Re: Sphider-2.0.0a-PDO - parse error when indexing

There is indeed a syntax error in spider.php. Edit line 235 to read: echo "Statement failed : ".$error[2]; I will be making the change to the download files asap. This particular section of code should execute ONLY if an SQL statement failed. I would like to see your corresponding log file...
by captquirk
Sat Nov 11, 2017 4:28 pm
Forum: Sphider Help
Topic: Sphider can work with databases other than MySQL
Replies: 6
Views: 17368

Re: Sphider can work with databases other than MySQL

I consider the MySQL version without PDO as the primary version. It is the most directly descended variation of the original by Ando Saabas. It is also the version I personally use. The practical strategy would be to have a single version of Sphider using PDO, as you are correct that PDO is widely a...
by captquirk
Sat Nov 11, 2017 3:46 pm
Forum: Sphider Help
Topic: New search interface?
Replies: 4
Views: 8176

Re: New search interface?

Should be very easy with anyone knowledgeable in PHP.
by captquirk
Sat Nov 11, 2017 2:43 am
Forum: Sphider Help
Topic: Sphider can work with databases other than MySQL
Replies: 6
Views: 17368

Re: Sphider can work with databases other than MySQL

Many of the differences are very subtle within the PDO family. The vanilla vs MySQL DB PDO is more radical as the SQL syntax is very different. The MySQL/SQLite/PostgreSQL differences are more subtle. I did look at OOP (really only one small module is currently OOP), but because of different databas...
by captquirk
Sat Nov 11, 2017 2:16 am
Forum: Sphider Help
Topic: New search interface?
Replies: 4
Views: 8176

Re: New search interface?

Actually, if you look at the code, it already DOES return an array! Each page of results is an array, and the number of elements is user defined, with the default set at 10.
by captquirk
Thu Oct 19, 2017 5:25 pm
Forum: Sphider Help
Topic: Sphider can work with databases other than MySQL
Replies: 6
Views: 17368

Re: Sphider can work with databases other than MySQL

...why you are creating multiple versions. It seems like that would create a lot of extra work, making sure they are 'in sync'. That is a good question. It IS a lot of work trying to keep them in sync! So why do it? L-o-n-g answer: I started out using 1.3.6 of the original Sphider. It served me wel...
by captquirk
Sat Sep 02, 2017 4:03 pm
Forum: Sphider Help
Topic: Bad News! (and some good news, too)
Replies: 0
Views: 6303

Bad News! (and some good news, too)

It has been discovered that Sphider 1.6 (or any of the earlier versions, for that matter) will not run using PHP7.1. Fatal errors keep popping up all over the place. At first everything seems fine... but then you start using it and at some point it happens... CRASH! Well, the good news is that PHP 7...