[Updated] ULTOO Single
User Multi Send Script 2012 in Web Designing -
Tags: earn money , free mobile recharge,
ultoo, ultoo multi sender , ultoo php script
Guys since Ultoo is the best way to get
Free Mobile Recharge I am presenting the
Tutorial to make your own Script to send
50 sms at just one click.
For that you must have a CURL, PHP
supported Web Hosting or a VPS.
Go to Notepad (any text editor) and paste
the bellow code.
Replace 9853098530 with your Ulto o ID
and 12345 with your password.
Save the file with yourfilename.php and
upload to the hosting account
Now suppose you uploaded at public_html
folder with name abc.php you should
open yoursitename/abc.php to execute
the file
Just open the link once a day and it will
auto send 50 sms from your account
automatically.
PHP Script :
<?php
$counter = 0;
$start = 1;
for($start; $start < 51; $start++) {
$username=”7377712345″;
//replace the username with your Ultoo
username
$password=”12345″;
//replace the password with your Ultoo
password
$recipitant=”9040149860″;
$message=urlencode(“Hi”.$start.”");
$agent = “Mozilla/5.0 (Windows; U;
Windows NT 5.0; en-US; rv:1.7.12)
Gecko/20050915 Firefox/1.0.7″;
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,”http://
ultoo.com/login.php”);
curl_setopt($ch, CURLOPT_USERAGENT,
$agent);
curl_setopt ($ch,
CURLOPT_HTTPHEADER, Array(“Content-
Type: application/x-www-form-
urlencoded”,”Accept: */*”));
curl_setopt($ch, CURLOPT_COOKIEJAR,
$cookie);
curl_setopt($ch,
CURLOPT_RETURNTRANSFER, 1);
curl_setopt( $ch,
CURLOPT_AUTOREFERER, 1);
curl_setopt($ch,
CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch,
CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS,
“LoginMobile=
$username&LoginPassword=
$password&RememberMe=1
&submit2=LOGIN HERE”);
$html=curl_exec($ch);
curl_setopt($ch, CURLOPT_URL,”http://
ultoo.com/home.php”);
curl_setopt($ch, CURLOPT_USERAGENT,
$agent);
//curl_setopt($ch,
CURLOPT_COOKIEFILE, $cookie);
curl_setopt($ch, CURLOPT_COOKIEJAR,
$cookie);
curl_setopt($ch,
CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch,
CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_HEADER, 1);
curl_setopt($ch,
CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch,
CURLOPT_SSL_VERIFYHOST, 2);
curl_setopt($ch, CURLOPT_POSTFIELDS,
“MessageLength=140
&MobileNos=$recipitant&Message=
$message&SendNow=Send Now”);
$html = curl_exec($ch);
if(!strstr($html,”successfully…”))
{
$cont=”";
echo $cont;
}
else
{
$cont=” “.$recipitant;
echo $cont;
}
$counter = $counter + 1;
print “Message Send”;
}
?>
Connect me to get paid hosting for ultoo.
Enjoy……
Comments
Post a Comment