Get XOOPS XOOPSXOOPS FAQFAQ ForumsForums NewsNews ThemesThemes ModulesModules

Search

Donate to XOOPS!

Please select an amount to donate


Do you want your username revealed with your donation?
Yes - List me as a Generous Donor
No - List my donation as from an Anonymous Donor


Local Support

Advertisement

XOOPS Code hosted on SourceForge

Cumulus Tag Cloud

admin Arabic banner block Christmas comments cumulus DayDawn dhsoft e-Commerce E-Learning Git Google GUI hacks instant-zero jQuery module mygalleries news Nordic Olédrion oxygen PageRank PHP rmcommon security SEO simple-XOOPS Smarty sport tag Theme tutorial wiki WOX xoops XoopsEngine ZendFramework

New Users

Registering user

# 133963

hillsync

Welcome to XOOPS!
[Main Page]

Spiders

From XOOPS Web Application System

Main Page | Recent changes | Edit this page | Page history | Switch to MediaWiki mode

Printable version | Disclaimers | Privacy policy

Contents

Spiders

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.

  1. MD5: 3763ce0490295b4bcbe4e4cdbc85be48
  2. SHA1: f262b8a580fe26c317105e30bc03857cdd6f7ecf
  3. RIPEMD160: 9fa9ef399437b75e0a48b91ea009622e08ad0175
  4. 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");
    }

Retrieved from "http://xoops.org/modules/mediawiki/index.php/Spiders"

This page has been accessed 4,327 times. This page was last modified 09:47, 11 March 2010. Content is available under XOOPS Web Application System.