Installing OmegaSoft SecureTag (beta)

Instructions

Once downloaded

  1. Now that the package is downloaded, upload the package (securetag directory) to the root-level of your server space.
  2.  
     
  3. Create an appropriately named database. Use the below SQL statements to install the table structure.
     
    CREATE TABLE `securetag_IPBan` (
    `entryID` int(11) NOT NULL auto_increment,
    `IPAddress` varchar(255) NOT NULL default '',
    `Reason` text NOT NULL,
    PRIMARY KEY (`entryID`)
    )

    CREATE TABLE `securetag_Log` (
    `logID` int(11) NOT NULL auto_increment,
    `Browser` varchar(255) NOT NULL default '',
    `OS` varchar(255) NOT NULL default '',
    `IP` varchar(255) NOT NULL default '',
    `Time` varchar(255) NOT NULL default '',
    `Referrer` varchar(255) NOT NULL default '',
    `File` varchar(255) NOT NULL default '',
    PRIMARY KEY (`logID`)
    )
     

     

  4. Edit the config.php file (found in the securetag directory) to fill in the correct database connect information.

    With that file open, alter the default administrator username and password fields, so you can later log in with your preferred details.

    Save and close that file.
  5.  
     
  6. Visit www.YOURSITE.com/securetag/management/ and you will be prompted to log in. Once logged in, copy the code from the admin splash screen into those files of your site you wish to have activity logged on, and users excluded from.
     

© Copyright 2006, OmegaSoft Technology
http://www.omegasoft.co.uk/

 

LINKS

SecureTag homepage
SecureTag FAQs
Download now