Untitled
user_6696342792
plain_text
3 years ago
1.2 kB
8
Indexable
<?
include "../konfig.php";
@$email = $_GET['email'] ;
$msg = "Your Login Access to iNarra WhatsBot :\r\n\r\r" ;
$wa = mysqli_query($koneksi,"SELECT wa_no FROM web_user WHERE email = '$email' ") ;
$query = mysqli_query($koneksi,"SELECT concat('\nwa no\t: ', wa_no, '\nuser\t: ', wa_user, '\npass\t: ', password, '\n') login FROM web_user WHERE email = '$email' ") ;
while ($rs = mysqli_fetch_array($query))
{$msg = $msg . $rs['login'] . "\r-------------------------------\r"; }
if ($msg == "Your Login Access to iNarra WhatsBot :\r\n\r\r" ) { echo 'INVALID.. EMAIL NOT REGISTERED !! ' ;} else {
//mail ($email, 'RETRIEVE PASSWORD TO LOGIN iNarra WhatsBot', $msg ) ;
echo "Okay.. Password has been sent also to your Email\nPlease Check and Login" ;
$msg = str_replace("\r", "",$msg) ;
$msg = str_replace("\n", "<br>",$msg) ;
$msg = urlencode($msg) ;
$app = urlencode($appname) ;
//http://wa-gw.com/mailer/wgweb2.php?email=pupusyae@gmail.com&msg=halooo&app=WA%20SENDER
file_get_contents("http://pupusyae.com/mailer/wgweb2.php?email=$email&msg=$msg&app=$app") ;
$url = "http://203.77.247.183/api/send.php?token=31809&no=" & $wa & "text=" & $msg;
}
?>
Editor is loading...