Sphider-plus



Displaying results 1 - 10 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
Result page:1 2 3 4 5 6 7 Next

Most popular queries

Query Count Results Last queried
results 1 35 2024-03-28 10:51:04
abc 1 4 2024-03-28 10:53:39
facing 1 1 2024-03-28 11:34:42
plus 1 63 2024-03-28 12:09:04
Verifying 1 5 2024-03-28 12:17:46

Top

Visit Visit Sphider site in new window Sphider-plus