Search found 308 matches

by captquirk
Wed Jan 31, 2024 5:59 pm
Forum: Sphider Help
Topic: cron job
Replies: 2
Views: 3401

Re: cron job

The issue is with the website itself. The certificate is invalid and there is no way for Sphider to change that.

As a work-around, you could try http://wtk-velbert.de (or maybe http://www.wtk-velbert.de), but if the site is set up to redirect to https, that won't work either.

Sorry.
by captquirk
Tue Jan 30, 2024 4:28 pm
Forum: Sphider Help
Topic: 500 Server Error
Replies: 4
Views: 3842

Re: 500 Server Error

PM me with the URL of the site you are trying to index and I'll see what happens from my end. Then maybe we can figure out a solution.

I hate 500 errors... :(
by captquirk
Mon Jan 29, 2024 12:10 am
Forum: Sphider Help
Topic: problem with different languages
Replies: 6
Views: 4190

Re: problem with different languages

The search page customization is very nicely done!
I'm not sure what is going on with the searches...
Is there just a single database, or is there a separate database for each language? Knowing this will help me think more clearly as to what/why... :lol:
by captquirk
Sun Jan 28, 2024 11:55 pm
Forum: Sphider Help
Topic: 500 Server Error
Replies: 4
Views: 3842

Re: 500 Server Error

Check this previous post... https://www.forum.worldspaceflight.com/viewtopic.php?t=207 Unfortunately, the 500 error does not show up in the logs. The log writes after a status report from the server, but a 500 error is a failure to get a response, including getting a status report! Post back if you ...
by captquirk
Sun Jan 28, 2024 11:48 pm
Forum: Sphider Help
Topic: Images are not being added to the results
Replies: 2
Views: 4327

Re: Images are not being added to the results

Is this an initial index run or a re-index run? Sphider will not index images during a re-index unless there was a change in the page since the last run. Also, index images must be checked in settings. Also, SOMETIMES the image referenced will have a different source from the domain being indexed. F...
by captquirk
Fri Dec 15, 2023 4:37 pm
Forum: Sphider Help
Topic: Question about the sitemap
Replies: 4
Views: 7234

Re: Question about the sitemap

:D Thanks!
by captquirk
Fri Dec 15, 2023 4:36 pm
Forum: Sphider Help
Topic: indexed with the message "Page contains less than 10 word BUG???
Replies: 3
Views: 9359

Re: indexed with the message "Page contains less than 10 word BUG???

First off, the bug got fixed. But on reflection and testing, the ability to index decimals may be pointless! Why? You can't search ("and", "or") for a word containing a period (.) or comma (,)! For example, a search for 1.06 ( or 1,06) will translate into a search for "1 06&...
by captquirk
Thu Dec 14, 2023 12:38 am
Forum: Sphider Help
Topic: Question about the sitemap
Replies: 4
Views: 7234

Re: Question about the sitemap

Tentative enhancement to allow reading xml.gz files: /** * Read the sitemap.xml file on the server * * @param string $input_file Sitemap file name * * @return array $links Array of links found in sitemap.xml */ function getSiteMap($input_file) { $links = ''; $sitemap = simplexml_load_file($input_fil...
by captquirk
Wed Dec 13, 2023 4:08 pm
Forum: Sphider Help
Topic: Question about the sitemap
Replies: 4
Views: 7234

Re: Question about the sitemap

A short history of Sphider... Originally, Sphider read ONLY a sitemap.xml file. This worked fine on small websites, which Sphider was intended for. I did expand this so that Sphider could use sitemap.xml as an index, and now will accept further xml files. HOWEVER, I did NOT take xml.gz into consider...