ULTOO MULTI
SMS SENDER
SCRIPT[Updated]
Hello Friends after a lot of request by my friends and and my readers i decided to share Ultoo multisender script with you.This is very updated script because it sends all 50 message with suffixed with counter number which makes every message unique , this is very necessary because as per as ultoo updated their security so that their systems not allows to send all sms of same contents , their system recognizes the messages as spam. So this very updated script to send all 50 messages uniquely without being blocked by their systems .
Here is The Preview of The ScRipT You can download the script by the link given below :
<?php
$counter = 0;
$start = 1;
for($start; $start < 51; $start++) {
$username="9999999999";
//replace the username with your Ultoo username
$password="mypass";
//replace the password with your Ultoo password
$recipitant="9000000000";
$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";
}
?>
Change the Highlighted Username , password , Recipient and message with your Mobile No as username , your password , Recipient no. to whome you want to send message and message respectively.
Download the Script and do required settings and upload any free hosting site and enjoy earnings daily.
5 comments:
NOT WORKING
uploaded script to 5gbfree.com
script is not running completely, no msg is send by it.
please tell reason and solution.
script is ok.. i m using it more than a month..
its may bcoz of overloded server or exceeds of bandwidth..or sometimes slow internet connections..use this sites..
www.freewebhostingarea.com/
http://www.1freehosting.com
getting this error in 1freehosting.com (similar in 5gbfree.com)
Warning: curl_setopt() [function.curl-setopt]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/u887232564:/usr/lib/php:/tmp) in /home/u887232564/public_html/4.php on line 21
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/u887232564/public_html/4.php on line 24
Warning: curl_setopt() [function.curl-setopt]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/u887232564:/usr/lib/php:/tmp) in /home/u887232564/public_html/4.php on line 34
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/u887232564/public_html/4.php on line 36
Message Send
PLEASE TELL SOME SOLUTION TO RESOLVE THIS
plz install all php related scripts including curl...1freehosting.com ask for installation of scripts during registration...
Post a Comment