Hello, Read this topic and apply the changes suggested by Matt.by Willy - Sphider Support
- 9 months agoGood news, finally you found the solution. Congratulations!by Willy - Sphider Support
- 9 months agoLooking at your results page in IE( I get this error message: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C) Timestamp: Mon, 13 Aug 2012 20:53:22 UTC Message: Expected identifier, string or number Line:by Willy - Sphider Support
Hello, Open search.php in a text editor and remove line 92 which contains: require_once("$template_dir/$template/search_form.html" That should do what you want, remove the search form from the results page.by Willy - Sphider Support
Have you tried localhost instead of 127.0.0.1?by Willy - Sphider Mods
Had not seen this one before. Just added it to my site and works nicely. Thanks Tec!by Willy - Sphider Mods
No, this has nothing to do with Sphider install procedure, if you have "permissions issues" that's a server issue, or maybe due to you changing permissions wrongly. Typically, you only need to upload the files and permissions should be correct, you don´t need to change any.by Willy - Sphider Support
1. You can simply change the include path in the Sphider php files where header and footer are called. 2. Yes, the <?php include ...... ?> will be recognized if you add the code snippet I posted to your .htaccess file.by Willy - Sphider Support
Can´t you just replace the code in the current Sphider template files with the code you use in your site's header and footer files? Also, if you place the following code in your .htaccess you can you use php includes in .html files: AddType application/x-httpd-php .html .htmby Willy - Sphider Support
This is due to the robots.txt file on the Facebook server. As you can not change that file you have to live with those restrictions, I guess.by Willy - Sphider Support
by Willy - Sphider Support
Just imagine what will happen: You type "a" and Sphider shows you every possible result that contains an "a". The resulting list would be very very long, and pretty much useless. Why don´t you prefer to search for complete words?by Willy - Sphider Support
Or simply clear the search log table from time to time, Clean Tables => Clear Search Log.by Willy - Sphider Support
1. I don`t think the query_log table is very big so I don´t see the use of disabling this. 2. Check your settings in Admin panel => Sphider settings => Minimum word length in order to be indexed. Remember to do a complete re-index after changing that setting. Which means emptying the search tables except the sites table before re-indexing. Although I don't think this change will havby Willy - Sphider Support
Ask at www.webhostingtalk.com.by Willy - Sphider Support
I believe that one possible fix can be: Open search.php Find on line 11 //extract(getHttpVars()); Add after, on a new line: function htmlspecialchars($t){ return array_map("htmlspecialchars",$t); } $_GET = htmlspecialchars($_GET); Mind you, I am not an expert and am curiously waiting the opinion of someone with more knowledge.by Willy - Sphider Support
1. Remove index.php and/or index.html from your server. 2. Rename search.php to index.php. 3. Open /templates/standard/search_form.html and change <form action="search.php" method="get"> into <form action="index.php" method="get"> That is all you need to do.by Willy - Sphider Support
It works fine for me, it shows the number of characters I set in the admin panel.by Willy - Sphider Mods
Sphider can only show as many words as there are present in the page content. Meta description tag is not part of the content. I understand you want to make a combination of meta description and content. Correct?by Willy - Sphider Mods
You can set the length of the description in your Admin Panel => Settings => Search settings => Maximum length of page summary displayed in search results. Or is that not what you are asking for?by Willy - Sphider Mods
You can find a Follow Sitemap.xml modification somewhere here on the forum. That way Sphider will only index the links in the sitemap.by Willy - Sphider Support
Google. This is a support forum for Sphider.by Willy - Sphider Support
And do a complete re-index after changing that setting. Which means emptying the search tables except the sites table before re-indexing.by Willy - Sphider Support
Tec means you use the search function on this forum to search for - embed -, not the sphider on your own website.by Willy - Sphider Support
It's called in search.php, on line 92: require_once("$template_dir/$template/search_form.html" Greetings.by Willy - Sphider Support