Menu

Expansion of the Banning and Systems on https://xortify.com

How are you all at some requests and supportive comments even at the screen, I have decided to expand the Xortify.com system further to beyond it expected range of systematics.

This will include the new Modular Systems which will be:-

  • Types - For Asset Key Typal Storage
  • Assests - Assest Grouping and Placement Information Store
  • Carriers - Communication Carriers Information Store
  • Locality - Physical Places Information Storage
  • Entities - Companies, individuals and organisation storage
  • Keys - Dynamic Centralised Key Storage (Uses varient of the QCP Hash info called XCP at 29 Characters)
  • Ologics - Network and System Topologics mapping and histograms
  • Forenslic - Forensic reporting and recording data-annode
  • Whoises - Whois Historical Recording Solution

The new fields in the ban and unban members will be:-

  • forensic-key
  • topolics-key
  • assestic-key
  • entities-key
  • business-key
  • owners-key
  • operator-key
  • provider-key
  • supplier-key
  • locality-key
  • carrier-key
  • whoises-key
  • im-type-key
  • im-identity
  • port
  • fone-route
  • fone-area
  • fone-number
  • fone-type-key

The banMembers constructor will look like:-

    function banMembers($fid = null)
    {
        $this->initVar('member_id', XOBJ_DTYPE_INT, null, false);
        $this->initVar('category_id', XOBJ_DTYPE_INT, null, false);
        $this->initVar('forensic-key', XOBJ_DTYPE_TXTBOX, str_repeat('-', 29), false, 29);
        $this->initVar('topolics-key', XOBJ_DTYPE_TXTBOX, str_repeat('-', 29), false, 29);
        $this->initVar('assestic-key', XOBJ_DTYPE_TXTBOX, str_repeat('-', 29), false, 29);
        $this->initVar('entities-key', XOBJ_DTYPE_TXTBOX, str_repeat('-', 29), false, 29);
        $this->initVar('business-key', XOBJ_DTYPE_TXTBOX, str_repeat('-', 29), false, 29);
        $this->initVar('owners-key', XOBJ_DTYPE_TXTBOX, str_repeat('-', 29), false, 29);
        $this->initVar('operator-key', XOBJ_DTYPE_TXTBOX, str_repeat('-', 29), false, 29);
        $this->initVar('provider-key', XOBJ_DTYPE_TXTBOX, str_repeat('-', 29), false, 29);
        $this->initVar('supplier-key', XOBJ_DTYPE_TXTBOX, str_repeat('-', 29), false, 29);
        $this->initVar('locality-key', XOBJ_DTYPE_TXTBOX, str_repeat('-', 29), false, 29);
        $this->initVar('carrier-key', XOBJ_DTYPE_TXTBOX, str_repeat('-', 29), false, 29);
        $this->initVar('whoises-key', XOBJ_DTYPE_TXTBOX, str_repeat('-', 29), false, 29);
        $this->initVar('suid', XOBJ_DTYPE_INT, null, false);
        $this->initVar('uid', XOBJ_DTYPE_INT, null, false); 
        $this->initVar('uname', XOBJ_DTYPE_TXTBOX, null, false, 64);
        $this->initVar('email', XOBJ_DTYPE_TXTBOX, null, false, 255);
        $this->initVar('im-type-key', XOBJ_DTYPE_TXTBOX, str_repeat('-', 29), false, 29);
        $this->initVar('im-identity', XOBJ_DTYPE_TXTBOX, null, false, 255);
        $this->initVar('ip4', XOBJ_DTYPE_TXTBOX, null, true, 255);
        $this->initVar('ip6', XOBJ_DTYPE_TXTBOX, null, false, 65535);
        $this->initVar('port', XOBJ_DTYPE_INT, 0, false);
        $this->initVar('long', XOBJ_DTYPE_TXTBOX, null, false, 120);
        $this->initVar('proxy-ip4', XOBJ_DTYPE_TXTBOX, null, false, 255);
        $this->initVar('proxy-ip6', XOBJ_DTYPE_TXTBOX, null, false, 65535);                     
        $this->initVar('network-addy', XOBJ_DTYPE_TXTBOX, null, false, 255);
        $this->initVar('mac-addy', XOBJ_DTYPE_TXTBOX, null, false, 255);
        $this->initVar('fone-route', XOBJ_DTYPE_INT, 0, false);
        $this->initVar('fone-area', XOBJ_DTYPE_INT, 0, false);
        $this->initVar('fone-number', XOBJ_DTYPE_INT, 0, false);
        $this->initVar('fone-type-key', XOBJ_DTYPE_TXTBOX, str_repeat('-', 29), false, 29);
        $this->initVar('country-code', XOBJ_DTYPE_TXTBOX, null, false, 3);
        $this->initVar('country-name', XOBJ_DTYPE_TXTBOX, null, false, 128);
        $this->initVar('region-name', XOBJ_DTYPE_TXTBOX, null, false, 128);
        $this->initVar('city-name', XOBJ_DTYPE_TXTBOX, null, false, 128);
        $this->initVar('postcode', XOBJ_DTYPE_TXTBOX, null, false, 15);
        $this->initVar('latitude', XOBJ_DTYPE_DECIMAL, null, false);
        $this->initVar('longitude', XOBJ_DTYPE_DECIMAL, null, false);
        $this->initVar('radiuskm', XOBJ_DTYPE_DECIMAL, null, false);
        $this->initVar('timezone', XOBJ_DTYPE_TXTBOX, null, false, 6);
        $this->initVar('made', XOBJ_DTYPE_INT, null, false);
        // Fraud System Added for Card Numbers of Any Origin
        $this->initVar('card-number', XOBJ_DTYPE_TXTBOX, null, false, 42);
        $this->initVar('card-number-parts', XOBJ_DTYPE_ARRAY, array(), false);
        $this->initVar('card-type', XOBJ_DTYPE_TXTBOX, null, false, 96);
        $this->initVar('card-expire-month', XOBJ_DTYPE_INT, null, false);
        $this->initVar('card-expire-year', XOBJ_DTYPE_INT, null, false);
        $this->initVar('card-country-use', XOBJ_DTYPE_TXTBOX, null, false, 32);
        $this->initVar('card-country-collected', XOBJ_DTYPE_TXTBOX, null, false, 32);
        $this->initVar('card-country-shipped', XOBJ_DTYPE_TXTBOX, null, false, 32);
        $this->initVar('card-shipping-to', XOBJ_DTYPE_ARRAY, array(), false);
        $this->initVar('card-shipping-from', XOBJ_DTYPE_ARRAY, array(), false);
        $this->initVar('tags', XOBJ_DTYPE_TXTBOX, null, false, 255);    
    }
Posted by Gc. Jerrimough Xaa (Dr. Simon Antony Roberts) 2014-11-12 Labels: Expansion Bans Modules Systems Solutions World's Greatest Bans

Log in to post a comment.