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]

Xortify

From XOOPS Web Application System

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

Printable version | Disclaimers | Privacy policy

Contents

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]                                                                          |
|                                                                                   |
+-----------------------------------------------------------------------------------+

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

This page has been accessed 2,256 times. This page was last modified 04:13, 3 March 2010. Content is available under XOOPS Web Application System.