diff --git a/application/controllers/Bkoreport.php b/application/controllers/Bkoreport.php index 5390d22..11b330a 100644 --- a/application/controllers/Bkoreport.php +++ b/application/controllers/Bkoreport.php @@ -79,6 +79,14 @@ class Bkoreport extends Bko_Controller { $this->renderbkoreportpage($data); } + public function recent() { + $data["title"] = "Recent Signup Report"; + //$mysql = "SElECT added::date,username,firstname||' '||lastname AS Name,loc,last_login::date FROM members ORDER BY id DESC LIMIT 7000"; + $mysql = "SElECT added::date,username,firstname||' '||lastname AS Name,loc,country,last_login::date FROM members WHERE account_type='FULL' ORDER BY id DESC LIMIT 50"; + + $data['mysql'] = $mysql; + $this->renderbkoreportpage($data); + } public function pendsignup() { $data["page_title"] = "Pending Signup Report"; diff --git a/application/views/bko/view_bko_header.php b/application/views/bko/view_bko_header.php index 29d041e..64f1ac3 100644 --- a/application/views/bko/view_bko_header.php +++ b/application/views/bko/view_bko_header.php @@ -78,6 +78,7 @@
+ Recent Signup Marketing Blog Sign up