Plugin Directory

Changeset 1415950


Ignore:
Timestamp:
05/12/2016 10:05:30 PM (10 years ago)
Author:
selnomeria
Message:

minor update

Location:
login-tracker-logs/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • login-tracker-logs/trunk/index.php

    r1414015 r1415950  
    44Plugin URI:
    55Description: Track logins (IP + COUNTRY/CITY );  Allow login only to specific IPs or SPECIFIC ROLES; or just notify to ADMIN;  (P.S.  OTHER MUST-HAVE PLUGINS FOR EVERYONE: http://bitly.com/MWPLUGINS  )
    6 Version: 2.15
     6Version: 2.16
    77Author: tazotodua
    88*/
     
    1212
    1313
    14 $newlgs= new Login_Restrict_logs;
    15 class Login_Restrict_logs {
     14$GLOBALS['Login_Restrictor_and_Logs']= new Login_Restrictor_and_Logs;
     15class Login_Restrictor_and_Logs {
    1616    protected $this_veresion    =2.15;
    1717    protected $whois_site;
     
    174174    //if file doesnt exist still, then create..
    175175    public function allowed_ipss_file_CREATED($determined_content=false) {
    176         $file =$this->AIPS_filepath_full;
     176        $file   =$this->AIPS_filepath_full;
    177177        //if file doesnt exist (i dont know why, but lets check..)
    178178        if(!file_exists($file))     {
     179            //recreate essentials
     180            $this->change_files_and_folders();
    179181            //if directory too doesnt exist
    180182            $this->create_target_dir_if_not_exists();
     
    293295
    294296
    295     public function logintrackss_funcct()   { add_submenu_page('options-general.php','LOGIN Restricts','LOGIN Restricts', 'manage_options' ,$this->plugin_pageslug, array($this, 'lgs_page_callback') );}public function lgs_page_callback(){
     297    public function logintrackss_funcct()   { add_submenu_page('options-general.php','LOGIN Restrictor','LOGIN Restrictor', 'manage_options' ,$this->plugin_pageslug, array($this, 'lgs_page_callback') );}public function lgs_page_callback(){
    296298        global $wpdb;   $table_name = $wpdb->prefix . "restrictor_logins";
    297299        $editable_roles = get_editable_roles();
  • login-tracker-logs/trunk/readme.txt

    r1414015 r1415950  
    44Requires at least: 3.0
    55Tested up to: 4.2
    6 Stable tag: 2.15
     6Stable tag: 2.16
    77License: Free
    88
     
    1111== Description ==
    1212
    13 After plugin activation, go to  "Dashboard->Settings->Login Tracks".
     13After plugin activation, go to  "Dashboard->Settings->Login Restrictor".
    1414
    1515>  (P.S. Note! This is a NON-SLOWING Plugin.  See other <a href="http://bitly.com/MWPLUGINS" target="_blank" alt="http://codesphpjs.blogspot.com/2014/10/nsp-non-slowing-plugins-for-wordpress.html">MUST-HAVE PLUGINS</a> for everyone. )
Note: See TracChangeset for help on using the changeset viewer.