'JetBots', 'Simsi' => 'JetBots', 'Simsi' => 'JetBots', 'simsimi' => 'JetBots', 'sim' => 'JetBots', 'Gà Símimi' => 'JetBots, ahihi !', '=11' => 'Like chi ?', 'Talk with random person: https://play.google.com/store/apps/details?id=www.speak.com' => 'Xin lỗi mình không hiểu bạn đang nói gì .', ); $text = str_replace(array_keys($replace),array_values($replace),$dap); if(preg_match("/play.google.com/i",$text)) $text = 'Xin lỗi mình không hiểu bạn đang nói gì '; $chatfuel->sendText($text); } else { $chatfuel->sendText('Tạm thời bảo trì😭.'); }} function auto($url){ $data = curl_init(); curl_setopt($data, CURLOPT_RETURNTRANSFER, 1); curl_setopt($data, CURLOPT_URL, $url); $hasil = curl_exec($data); curl_close($data); return $hasil; } ?>