Contents |
Spiders
- Module: Spiders
- Version: 1.13
- Author: Simon Roberts Wishcraft
- Compatible: All Versions - 2.3.x to 2.5.x
- Download: xoops2.3_spiders_1.13.zip
- Mirror: xoops2.3_spiders_1.13.zip
ZIP CRC
xoops2.3_spiders_1.13.zip
- MD5: d2716733938c98e308b03b51faf256c6
- SHA1: d2716733938c98e308b03b51faf256c6
- RIPEMD160: b6d87b5331e757f2610485c2273274465c00fe17
- CRC32: 9d76f18b
- Date: Friday, March 05, 2010, 8:09:39 PM
HashCalc
HashCalc is a SlavaSoft Tool for Calculating and checking file hashing and other functionalities of Textual Hashing, you can check your file hashing with this tool it is an easy-to-use hash calculator. It can compute message digests, checksums and HMACs for files, as well as for text and hex strings. It offers a choice of 13 of the most popular hash and checksum algorithms for calculations.
- MD5: 3763ce0490295b4bcbe4e4cdbc85be48
- SHA1: f262b8a580fe26c317105e30bc03857cdd6f7ecf
- RIPEMD160: 9fa9ef399437b75e0a48b91ea009622e08ad0175
- CRC32: 484d20d9
Release notes
Spiders is a robot manager tool, that imports a list of all crawler and scanner robots on the web. It allows you to use XOOPS Permissioning to control the data that robots list online your site. It will also log the robot in using a post loader and display when the robot is online on you 'Whos Online'.
The robot text file used is taken from an online resource of Robot data and stores it in your database. Remember to adjust your mainfile.php to include the post loader after the common file is loaded.
Robot Manager (Spiders) is a good way to control what your site displays in search engines.
Spider is only written for XOOPS 2.3 and later.
Installation - XOOPS 2.3.0
You will be required to alter your mainfile.php in the XOOPS Root path. You will need to add this line after the if clause of the common file inclusion..
For example the bottom of the mainfile.php looks like:
if (!isset($xoopsOption["nocommon"]) && XOOPS_ROOT_PATH != "") {
include XOOPS_ROOT_PATH."/include/common.php";
}
You will need to add this function in afterwards of the common.php include
if (!isset($xoopsOption["nocommon"]) && XOOPS_ROOT_PATH != "") {
include XOOPS_ROOT_PATH."/include/common.php";
include (XOOPS_ROOT_PATH."/modules/spiders/post.loader.spiders.php");
}











![[Main Page]](/modules/mediawiki/images/mediawiki.png)


