• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Mod truy vấn google john

boy94

Well-Known Member
Vip
Open pages/mainmenu.ph
chen vao noi muon ht
Code:
$sql = " AND `engine` LIKE '%google%'";
$sql = str_replace('AND', 'WHERE', $sql);
         $total = mysql_result(mysql_query("SELECT COUNT(* ) FROM `stat_robots` ".$sql.""), 0);
         if($total > 0)
         $req = mysql_query("SELECT * FROM `stat_robots` ".$sql." ORDER BY `date` DESC LIMIT 50");
if($total > 0){
	echo '<div class="menu"><div class="mainblok">Tags Search:';
while ($arr = mysql_fetch_array($req)){
    echo '<a href="http://www.google.com/m?q=' . str_replace(' ','+',$arr['query']) . '&client=ms-opera-mini&channel=new">$arr['query'].'</a>, ';
    
}
echo '</div></div>';
}
 

Facebook Comments

New posts New threads New resources

Back
Top