Contents |
Xortify
- Module: Xortify
- Version: 1.16
- Author: Simon Roberts Wishcraft
- Compatible: All Versions - 2.0.x - 2.3.x
- Download: xoops2.4_xortify_1.16.zip
- Chronolabs: Xortify
ZIP CRC - xoops2.3_xortify_1.15.zip
- MD5: b8294e122f518f8e8ca2068eaa80460a
- SHA1: a6357eb0a230b06e7ca5540de6ef7eb01ae178af2dcaf
- RIPEMD160: 367a138c7db9a535304c62ebd9bfdf5f07a016ab
- CRC32: 7c4194a4
- Date: 19 - October - 2009 09:43 AEST
ZIP CRC - xoops2.4_xortify_1.16.zip
- MD5: b0fc92cb8e1bb07a8986b11a439d106d
- SHA1: f62b4385344c08ff57742c435a5b02a98c3e1a4f
- RIPEMD160: 1602d8b75ee3ac792a311893c194084fc3780997
- CRC32: 8398921b
- Date: 3 - March - 2010 1:32 AEST
Release Notes
Xortify is a network security drone that uses Web 2.0 techniques to link between your XOOPS installs and other via a XML Cloud. This will prevent security intrusions to your xoops with accurate deceptive notation of the intruder and prevent any farmed attacks. It is an accessory and required Protector to be installed an running to be part of the hookup. Otherwise it will run without protector just make sure you deselect protector as a provider.
It will display a template if you are banned and is an accessory to protector or any other firewall technology. The site itself is driven from www.xortify.com .. Cloud computing is web 2.0/3.0 stuff it used a SOAP XML exchange backend to work, this will eventually be included in xoops as a support class, that is SOAP protocol.
A cloud computing process is one which staggers multiple networks sometime and mainly unknown to the webmaster into a network or cloud of data. In this example it is IP and Netaddy names to control access lists.
This will prevent predators from exposing your network to lag and other attacks from link farming, often this means many xoops are attacked in occasions which is all the time caught by protector, this way if an attack is in process across a large spectrum of links, your site will down itself to your sourced attack even if it is discovered on a completely unaffiliated site that is link farmed to yours or on a XOOPS User list.
Install Text Xoops 2.3 and Earlier
+-----------------------------------------------------------------------------------+
| |
| XXX XXX OOOOO RRRRR TTTTTT IIIIII FFFFFF YYY YYY |
| XX XX OO OO RR RR TT II FF YY YY |
| XXX OO OO RRRR TT II FFFF YYYY |
| XX XX OO OO RR RR TT II FF YY |
| XXX XXX OOOOO RR RR TT IIIIII FF YY version 1.16 |
| |
+----[ NETWORK SECTOR SECURITY ]----------------------------------------------------+
| |
| Install the Providers Xortify support currently these are: |
| |
| * XOOPS Protector (Based in 3.22) |
| * Xortify Network Security Drone |
| |
| Sign up a username for Xortify.com you can do this in the module if everything |
| is working fine and there isn't any problem with the API SOAP communications. |
| |
| You will recieve an activation notice but you account will already be active. |
| |
| You will need to alter mainfile.php and do the following:: |
| |
+--[ Step 1 - mainfile.php ]--------------------------------------------------------+
| |
| You will need to change the following the main file has the following code on it |
| |
| [code] |
| if (!isset($xoopsOption["nocommon"]) && XOOPS_ROOT_PATH != "") { |
| include XOOPS_ROOT_PATH."/include/common.php"; |
| } |
| [/code] |
| |
| You will need to alter that to this after it is all install. |
| |
| [code] |
| @include( XOOPS_ROOT_PATH.'/modules/xortify/include/pre.loader.mainfile.php' ); |
| if (!isset($xoopsOption["nocommon"]) && XOOPS_ROOT_PATH != "") { |
| include XOOPS_ROOT_PATH."/include/common.php"; |
| } |
| @include( XOOPS_ROOT_PATH.'/modules/xortify/include/post.loader.mainfile.php' ); |
| [/code] |
| |
+--[ Step 2 - footer.php ----------------------------------------------------------+
| |
| At the bottom of footer.php place this line without the [|] Of course. |
| |
| [code] |
| @include( XOOPS_ROOT_PATH.'/modules/xortify/include/post.loader.footer.php' ); |
| [/code] |
| |
+-----------------------------------------------------------------------------------+











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


