예제 #1
0
 function dnint_requests()
 {
     parent::SQL_Class("aifs");
     $s = $this->execute("SELECT id, fk_osint_url_id, content FROM osint_version ORDER BY id desc LIMIT 1");
     list($id, $url, $data) = $s->fetch_array();
     $this->id = $id;
     $this->page = $data;
     $this->url = $url;
 }
예제 #2
0
 function request()
 {
     parent::SQL_Class("aifs");
 }
예제 #3
0
 function FopenFetch($domain = 'osint')
 {
     parent::SQL_Class("aifs");
     $this->domain = $domain;
 }