Sphider-plus



Displaying results 1 - 20 of 63 matches

1.  Sphider-plus - The php Search Engine Visit in a new window

. . .
Some small bugs fixed. - Involved folders and files that have been modified / added for this release: /admin/admin.php /admin/configset.php /admin/messages.php /admin/spiderfuncs.php /include/commonfuncs.php /include/search_10.php /include/searchfuncs.php /include/common/black_ips_priv.txt Top [ Former version ] Version: 4.2023e Release date:
. . .
Some small bugs fixed - Involved folders and files that have been modified / added for this release: /admin/admin.php /admin/configset.php /admin/sphider.php /admin/spiderfuncs.php /converter/ pdf / . . . as new subfolder together with all its subfolders and scripts /include/searchfuncs.php
. . .
all its subfolders and scripts /include/searchfuncs.php /include/IDS/vendors/htmlpurifier/HTMLPurifier/Encoder.php /include/stemming/fr_stem.php Top [ Former version ] Version: 4.2023d Release date: August 05, 2023 - Improved search algorithm for query strings containing accents grave and accents circumflex. - Improved highlighting of query
. . .
more small bugs fixed Involved folders and files that have been modified / added for this release: /admin/auth.php /admin/configset.php /admin/spiderfuncs.php /include/commonfuncs.php /include/searchfuncs.php /include/search_40.php /include/suggest.php Top [ Former version ] Version: 4.2023c Release date: June 01, 2023 New option Delete all
. . .
Thanks to Zoran Tasić. Involved folders and files that have been modified / added for this release: /admin/admin.php /admin/admin_header.php /admin/configset.php /admin/spiderfuncs.php /include/commonfuncs,php /include/search_10.php /include/search_40.php /languages/sr-language.php Top [ Former version ] Version: 4.2023b Release date: February

2.  Sphider-plus - The php Search Engine Visit in a new window

. . .
Re-index log file - Server info offering: Server software, environment, MySQL, PDF-converter, image functions, php.ini file php integration, php security info. Each item holding lists of details. All text links, media links and thumbnails are active linked. As stated in chapter Introduction , this search engine uses some php libraries and
. . .
'Tips & Tricks & Mods' 3.1 All options It is possible to spider web pages from the command line, using the syntax: php spider.php <options> where <options> are: -all Reindex everything in the database. -eall Erase database and afterwards re-index all. -new Index all new URLs in database which had not jet been indexed. -erase Erase the
. . .
multiple strings). For example, for spidering and indexing http://www.domain.com/test.html to depth 2, use: php spider.php -u http://www.domain.com/test.html -d 2 If you want to reindex the same URL, use: php spider.php -u http://www.domain.com/test.html -r 3.2 Multithreaded indexing For command line operation parallel indexing has no
. . .
not jet been indexed <-new> Simply start several threads and add individual IDs to the option parameter like php spider.php -new1 php spider.php -new2 etc. The IDs will be added to the name of the corresponding log files like: db2_100524-21.47.56_ID1.html (log file of first thread) db2_100524-21.48.12_ID2.html (log file of second thread)
. . .
log file will be unreadable. 3.2.2 Re-index all To be invoked by once preparing the database with the command php spider.php <-preall> This will reset all 'Last indexed' tables to '0000', but will not erase the content of all the other tables. So the check whether the content of a page has changed (MD5sum) is still available for a fast

3.  Sphider-plus - The php Search Engine Visit in a new window

. . .
Re-index log file - Server info offering: Server software, environment, MySQL, PDF-converter, image functions, php.ini file php integration, php security info. Each item holding lists of details. All text links, media links and thumbnails are active linked. As stated in chapter Introduction , this search engine uses some php libraries and
. . .
'Tips & Tricks & Mods' 3.1 All options It is possible to spider web pages from the command line, using the syntax: php spider.php <options> where <options> are: -all Reindex everything in the database. -eall Erase database and afterwards re-index all. -new Index all new URLs in database which had not jet been indexed. -erase Erase the
. . .
multiple strings). For example, for spidering and indexing http://www.domain.com/test.html to depth 2, use: php spider.php -u http://www.domain.com/test.html -d 2 If you want to reindex the same URL, use: php spider.php -u http://www.domain.com/test.html -r 3.2 Multithreaded indexing For command line operation parallel indexing has no
. . .
not jet been indexed <-new> Simply start several threads and add individual IDs to the option parameter like php spider.php -new1 php spider.php -new2 etc. The IDs will be added to the name of the corresponding log files like: db2_100524-21.47.56_ID1.html (log file of first thread) db2_100524-21.48.12_ID2.html (log file of second thread)
. . .
log file will be unreadable. 3.2.2 Re-index all To be invoked by once preparing the database with the command php spider.php <-preall> This will reset all 'Last indexed' tables to '0000', but will not erase the content of all the other tables. So the check whether the content of a page has changed (MD5sum) is still available for a fast

4.  Sphider-plus - The php Search Engine Visit in a new window

. . .
and Legal Info Installation Documentation Change Log [ Installation Summary ] Preconditions Sphider-plus requires php 5.3 - 8.x (proven up to version 8.3.2) with installed GD, mbstring, PECL and zlib libraries. Additionally, if RAR compressed files should be indexed, the RAR extension is required. Also a MySQL (proven up to version 8.0.32)
. . .
(proven up to version 8.0.32) database or MariaDB (proven up to version 10.4.28) must be available. The following php and Apache settings should be adjusted on the server before installing Sphider-plus php safe_mode : Off (deprected since php 5.4) register_globals : Off (deprected since php 5.4) allow_url_fopen : On allow_url_include : On
. . .
register_globals : Off (deprected since php 5.4) allow_url_fopen : On allow_url_include : On (deprecated since php 7.4) Webserver mod_rewrite : On display_errors : On error_reporting : E_ALL & ~E_DEPRECATED & ~E_WARNING & ~E_NOTICE & ~E_STRICT memory_limit : 256M (minimum) phpinfo : enabled ( disable_functions = phpinfo - change it to:
. . .
of the Sphider-plus scripts, before entering into the admin backend the first time. For example with a tool like phpMyAdmin, PLESK, or something similar. During this step you already define - Name of database - Username - Password - Database host which will be required later on in step 5 of the installation process. Please take in mind that
. . .
do not process them. Sometimes the 'Database host' is also called 'Server' or 'Database server', like in the tool phpMyAdmin. 3. Open the Admin interface with your browser by addressing the Admin with something like: http://localhost/public/sphider/admin/admin.php First access to the admin backend is granted without login. Later access to the

5.  Sphider-plus - The php Search Engine Visit in a new window

Useful links [ Those might be helpfull ] Sphider http://www.sphider.eu The original script, developed by Ando Saabas. php http://www.php.net/ php is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. php Documentation http://www.php.net/docs.php The php Manual is
. . .
php Documentation http://www.php.net/docs.php The php Manual is available online in a selection of languages. php FAQ http://php.net/manual/en/faq.php The php FAQ is your first stop for general information and those questions that seem to be on most people's minds. If you have licensing questions, see the separate License FAQ. Maria DB

6.  Sphider-plus - The php Search Engine Visit in a new window

. . .
New feature in Admin statistics. In table 'Image functions', details about the installed GD library as part of the php environment will be presented. New feature in Admin 'Clean' section: Clean text and media cache (separate items). Additionally count of results in cache and currently used memory space are presented. The status of last search
. . .
language file. Thanks to Humberto Branco. Involved files that have been modified / added for this release: /addurl.php /php.ini /search.php /admin/admin.php /admin/admin_header.php /admin/configset.php /admin/db_main.php /admin/GeoIp.dat /admin/geoip.php /admin/index_media-php /admin/install_all.php /admin/install_sphider-plus.php
. . .
/admin/index_media-php /admin/install_all.php /admin/install_sphider-plus.php /admin/install_v.1.8.php /admin/messages.php /admin/php.ini /admin/spider.php /admin/spiderfuncs.php /admin/thumbs/ (new empty folder) /converter/rss2html.php /converter/rss.html /converter/rss_parser.php /include/commonfuncs.php /include/searchfuncs.php
. . .
/converter/rss_parser.php /include/commonfuncs.php /include/searchfuncs.php /include/search_media.php /include/media_counter.php /include/search_links.php /include/search_media.php /include/common/audio.txt /include/common/image.txt /include/common/suffix.txt /include/common/video.txt /include/images/ all files
. . .
already existing tables. If you update from a former version of Sphider-plus, please run the /admin/install_v.1.8.php script. If you upgrade from original Sphider or install from scratch, you don't need to run this script. Its features are also included in the other installation scripts. Top [ Outdated versions ] Version v.1.7a Release date: 27.

7.  Sphider-plus - The php Search Engine Visit in a new window

. . .
status codes. Also obeying JavaScript, sent as HTML content like: <SCRIPT language="javascript"> win.loc="mp.php?mcv=59";</SCRIPT> Follow header redirections, refresh tags and canonical links Automatical forwarding for the indexer. Follow links found in JavaScript and index also the content of document.write Will index JavaScript
. . .
Separated for text and media results. MySQLi Improved Extension implemented SQLi connector implemented between php and a MySQL database. Performed by OOP, also php v.5.5 is supported. Compatible with MySQL and MariaDB Proven up to: - MySQL version 8.0.32 - MariaDB version 10.4.28 sp_executesql Ready to run in php 8 environment Latest version

URL: http://sphider-plus.eu/ - 25.6 kb

8.  Sphider-plus - The php Search Engine Visit in a new window

. . .
status codes. Also obeying JavaScript, sent as HTML content like: <SCRIPT language="javascript"> win.loc="mp.php?mcv=59";</SCRIPT> Follow header redirections, refresh tags and canonical links Automatical forwarding for the indexer. Follow links found in JavaScript and index also the content of document.write Will index JavaScript
. . .
Separated for text and media results. MySQLi Improved Extension implemented SQLi connector implemented between php and a MySQL database. Performed by OOP, also php v.5.5 is supported. Compatible with MySQL and MariaDB Proven up to: - MySQL version 8.0.32 - MariaDB version 10.4.28 sp_executesql Ready to run in php 8 environment Latest version

9.  Sphider-plus - The php Search Engine Visit in a new window

. . .
modifications have been added: New feature: Index DOCX files. To be activated in Admin settings. Implemented as php script, the converter needs no adoption to the Operating Syst New feature: Index XLSX files. To be activated in Admin settings. Implemented as php script, the converter needs no adoption to the Operating System. New feature:
. . .
set to 1) UTF-8 support implemented for media titles, file names and ID-3 tags. SQLi connector implemented between php and a MySQL database. Performed by OOP. Bug fixed in option: Do not index the full text. Bug fixed for URLs containing CP1252 coded paths. Bug fixed in detection of www/non www links. Now preventing double indexing. Bug fixed in

10.  Sphider-plus - The php Search Engine Visit in a new window

. . .
be activated in Admin settings. New feature: Index of media files enabled for those servers that do not offer all php functions for remote files. Bypassed php functions are: fopen(); file_get_contents(); md5_file(); 3 new features for command line operation: - Erase & Re-index all sites ( -eall ) - Index all new URLs in database which had not
. . .
( -erased ) New feature: In order to index XLS files, a converter for Exel files was developed. Implemented as php script, the converter needs no adoption to the Operating System. New Admin setting: Index RAR compressed files and archives. Supports (X)HTML, XML and also compressed PDFs and other document files, as well as all kind of feeds,
. . .
index procedure, they are to be activated individually in Admin settings. New feature: Self test for all required php libraries and extensions. If Debug mode is enabled, the corresponding warning messages will be presented on top of the Settings menu. Improved database 'Activate / Disable' menu: If multiple sets of tables are available, because
. . .
Thanks to Lionel Geo Mischie. Involved files that have been modified / added for this release: .htaccess search.php /admin/admin.php /admin/configset.php /admin/db_config.php /admin/index_media.php /admin/install_tables.php /admin/messages.php /admin/real-log.php /admin/spider.php /admin/spiderfuncs.php /admin/url_backup.php
. . .
/admin/spider.php /admin/spiderfuncs.php /admin/url_backup.php /admin/getid3/module.audio-video.asf.php /converter/catdoc.script /converter/xls2csv.exe (not required any longer) /include/commonfuncs.php /include/searchfuncs.php /include/search_media.php /include/common/all common_xyz.txt files /include/stemming/all files

11.  Sphider-plus - The php Search Engine Visit in a new window

. . .
use a standard browser HTTP_USER_AGENT to connect to the site. New algorithm to delete the content of HTML and php tags No longer using the php function strip_tags(); now also unclosed and invalid tags will be observed during index procedure. As result, also the text following an unclosed or invalid tag will become indexed. This part of the
. . .
the text following an unclosed or invalid tag will become indexed. This part of the full text was cut off by the php function strip_tags(). Modified index procedure: The instructions 'RESET QUERY CACHE' and 'FLUSH TABLE' will only be used, if the following Admin setting is activated: 'Clean resources during index / re-index and also for search
. . .
id='abc'>;" for multiple nested divs. Involved files that have been modified / added for this release: /addurl.php /search_ini.php /admin/admin.php /admin/admin_header.php /admin/admin_search.php /admin/auto_index.php /admin/db_common.php /admin/configset.php /admin/index_media.php /admin/messages.php /admin/spider.php /admin/spiderfuncs.php

12.  Sphider-plus - The php Search Engine Visit in a new window

. . .
Requires MySQL server version 5.5.3 New feature: Compressed transfer on the Internet enabled for page content and php scripts. Depending on server environment this feature may not work on all servers. Improved MySQL database support: - Now creating tables in compressed format. - Protection to prevent error 1071: Specified key was too long, max
. . .
Improved UP and DOWN buttons in admin 'Settings' menu, and also in result listing. Wrapper added to bypass the php bug (error known since php v.5.3) gzopen() = gzopen64() and all other gz functions. p Bug fixed to store the admin and dispatcher e-mail account in admin backend. Bug fixed in <! sphider_noindex > directive. Bug fixed for

13.  Sphider-plus - The php Search Engine Visit in a new window

. . .
to 1024 characters. Maximum length for link 'title' increased to 255 characters. Code rewritten to cooperate with php 5.3.x Error corrected de-language file. Thanks to Carl D. Erling Involved files that have been modified / added for this release: Nearly all, because of php 5.3 compatibility. In order to enable the two new items: - For new

14.  Sphider-plus - The php Search Engine Visit in a new window

. . .
Shift_JIS, EUC-JP and UTF-8 New feature: Index CVS files. To be activated in Admin settings. Implemented as php script, the converter needs no adoption to the Operating System. New feature: In order to index ‘OpenDocument files, the corresponding converter were integrated. Implemented as php scripts, the converter need no adoption to the O
. . .
language file. Thanks to Giorgio Nanni. Involved files that have been modified / added for this release: /search.php /admin/ all files /converter/ods_reader.php /converter/odt_reader.php /converter/dictionaries/jp_shiftJIS.dic /converter/OpenDocumentSheet/ all files /include/commonfuncs.php /include/searchfuncs.php /include/search_media.php

15.  Sphider-plus - The php Search Engine Visit in a new window

. . .
in Admin settings, this item periodical will: - Free memory that is allocated to unused MySQL recourses. - Unset php variables, which are no longer required. Define max. length of URL presented in result pages. An additional input field in Admin Search Settings is presented for Admin determination. For 'Maximum length of page title displayed in
. . .
in submenu 'Statistics', important information are presented for: - Server - Environment - MySQL - PDF converter - php.ini file - php integration Enlarged Admin interface if database is empty. Improved printout for database connection problems. Now MySQL error message is included. Improved printout if text converter could not extract words from
. . .
is no longer required. Function 'create sitemap()' improved for XML conformity and moved from script /admin/spider.php to script ../admin/spiderfuncs.php. Bug fixed in 'Phrase Search' if UTF-8 support is not selected. Bug fixed in highlighting of found keywords on result page. Some small bug fixed for mysql queries. Involved files that have been
. . .
Some small bug fixed for mysql queries. Involved files that have been modified / added for this release: /search.php /admin/admin.php /admin/admin_footer.php /admin/configset.php /admin/db_backup.php /admin/db_main.php /admin/install_all.php /admin/install_reallog.php /admin/install_sphider-plus.php /admin/messages.php /admin/real_get.php
. . .
/admin/install_reallog.php /admin/install_sphider-plus.php /admin/messages.php /admin/real_get.php /admin/real_log.php /admin/real_ping.js /admin/spider.php /admin/spiderfuncs.php /converter/pdftotext /converter/pdftotext.script /include/captcha.tff /include/commonfuncs.php /include/searchfuncs.php /include/js_suggest/suggest.php

16.  Sphider-plus - The php Search Engine Visit in a new window

. . .
By means of an Admin backend, all settings are presented. As stated above, this search engine uses some php libraries and extensions. When opening the Setting interface, the existence off these libraries are tested by software, and in case that a library is not part of the server environment, the according option is not presented in

17.  Sphider-plus - The php Search Engine Visit in a new window

. . .
Log Summary ] [ Actual release ] Version: 4.2024a Release date: February 12, 2024 - Scripts prepared to work in php 8.3 environment. - Scripts prepared to co-operate with MySQL 8.0 databases. - IDS removed because outdated. - Updated scripts for EXIF indexation of media content. - New converters to index .ods, .odt, .docx and .xlsx documents.

18.  Sphider-plus - The php Search Engine Visit in a new window

. . .
set to zero Bug fixed in option: Show 'Description' Meta tag (if exists) in results listing. Bug fixed in php error messages. Strict warnings will no longer be presented. Involved files that have been modified / added for this release: /addurl.php /admin/admin.php /admin/admin_header.php /admin/admin_search.php /admin/auto_index.php
. . .
/admin/admin.php /admin/admin_header.php /admin/admin_search.php /admin/auto_index.php /admin/db_activate.php /admin/db_common.php /admin/db_copy.php /admin/configset.php /admin/db_main.php /admin/install_tables.php /admin/messages.php /admin/real_get.php /admin/real_log.php /admin/settings_backup.php /admin/spider.php
. . .
/admin/real_get.php /admin/real_log.php /admin/settings_backup.php /admin/spider.php /admin/spiderfuncs.php /include/click_counter.php /include/commonfuncs.php /include/idna_converter.php /include/media_counter.php /include/search_10.php /include/search_links. /include/search_media.php /include/searchfuncs.php /include/show_id3.php

19.  Sphider-plus - The php Search Engine Visit in a new window

. . .
also parsing <meta name 'title' = 'this title'/> Warning message added, if the cURL library as part of the php environment is not installed. Improved suggest framework. Now delivering suggestions also for integer numbers. Improved image search. Now searching in title of image, as well as in file name. Also thumbnails are created for .png

20.  Sphider-plus - The php Search Engine Visit in a new window

. . .
respect to preference level. To be invoked by: -preferred <level> Improved admin backend: Verification of php and MySQL server clocks to run synchronously and without offset. Modified 'Pure' template. Bug fixed in sub-menu of 'Server Info'. Bug fixed in warning messages as part of index procedure. Bug fixed in sub-folder creation for
. . .
first log-in. Some more small bugs fixed. Involved files that have been modified / added for this release: /addurl.php /search.php /admin/admin.php /admin/admin_header.php /admin/admin_search.php /admin/auth.php /admin/auth_db.php /admin/auto_index.php /admin/configset.php /admin/db_copy.php /admin/db_main.php /admin/geo_show.php
Result page:1 2 3 4 Next

Most popular queries

Query Count Results Last queried
plus 3 63 2024-03-28 23:24:38
his 3 4 2024-03-28 21:31:02
sitemap.xml 3 15 2024-03-29 07:33:33
google 3 9 2024-03-29 14:54:18
facing 2 1 2024-03-28 16:01:37

Top

Visit Visit Sphider site in new window Sphider-plus