Waraxe IT Security Portal
Login or Register
November 16, 2024
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 82
Members: 0
Total: 82
Full disclosure
SEC Consult SA-20241112-0 :: Multiple vulnerabilities in Siemens Energy Omnivise T3000 (CVE-2024-38876, CVE-2024-38877, CVE-2024-38878, CVE-2024-38879)
Security issue in the TX Text Control .NET Server for ASP.NET.
SEC Consult SA-20241107-0 :: Multiple Vulnerabilities in HASOMED Elefant and Elefant Software Updater
Unsafe eval() in TestRail CLI
4 vulnerabilities in ibmsecurity
32 vulnerabilities in IBM Security Verify Access
xlibre Xnest security advisory & bugfix releases
APPLE-SA-10-29-2024-1 Safari 18.1
SEC Consult SA-20241030-0 :: Query Filter Injection in Ping Identity PingIDM (formerly known as ForgeRock Identity Management) (CVE-2024-23600)
SEC Consult SA-20241023-0 :: Authenticated Remote Code Execution in Multiple Xerox printers (CVE-2024-6333)
APPLE-SA-10-28-2024-8 visionOS 2.1
APPLE-SA-10-28-2024-7 tvOS 18.1
APPLE-SA-10-28-2024-6 watchOS 11.1
APPLE-SA-10-28-2024-5 macOS Ventura 13.7.1
APPLE-SA-10-28-2024-4 macOS Sonoma 14.7.1
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Php -> pls decode these 2 files
Post new topicReply to topic View previous topic :: View next topic
pls decode these 2 files
PostPosted: Fri May 31, 2013 8:14 am Reply with quote
apnpal
Regular user
Regular user
Joined: Apr 12, 2013
Posts: 11




pls decode these 2 php files links are -

http://www1.datafilehost.com/d/9cfc1373

http://www1.datafilehost.com/d/7930e7b5


Last edited by apnpal on Sat Jun 01, 2013 11:59 am; edited 1 time in total
View user's profile Send private message Visit poster's website
PostPosted: Sat Jun 01, 2013 11:57 am Reply with quote
apnpal
Regular user
Regular user
Joined: Apr 12, 2013
Posts: 11




plese decode these files too
View user's profile Send private message Visit poster's website
that so easy easy to crack
PostPosted: Sat Jun 01, 2013 4:12 pm Reply with quote
myg3nx
Advanced user
Advanced user
Joined: Jun 01, 2013
Posts: 72
Location: indonesia




here is dude..................
i only decode this link http://www1.datafilehost.com/d/9cfc1373,
in indonesia it is 24.00 am, time to go sleep... see ya..........

Code:

<?php

$sleep = "3"; // Looping Intervel Time

include 'set.php';

echo "<title>ULtoo Earner By RaHuL</title>";
$char = 'abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ';
$char2 = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
$name = '';
for ($i = 0; $i < 7; $i++) {
$name .= $char2[rand(0, strlen($char2) - 1)];
}

function getRandomWord() {
$file="meanmsg.txt";
$lineno=rand(1,100);
$line=false;
$fp=fopen($file, 'r');
while (!feof($fp) && $lineno--) {
$line=fgets($fp); }
fclose($fp);
return trim($line);
}

function getRandomNumber() {
$file="numbers.txt";
$lineno=rand(1,45);
$line=false;
$fp=fopen($file, 'r');
while (!feof($fp) && $lineno--) {
$line=fgets($fp); }
fclose($fp);
return trim($line);
}

?>
<?php

$line=$_POST['data'];
$line = explode(",",$line);
$username=$line[0];
$password=$line[1];

$cookie = tempnam("/coki", "CURLCOOKIE");

$ch = curl_init();

curl_setopt($ch,CURLOPT_URL,"http://sms.ultoo.com/login.php");
curl_setopt($ch, CURLOPT_PROXY, $proxy);
curl_setopt($ch,CURLOPT_COOKIEJAR,$cookie);
curl_setopt($ch,CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch,CURLOPT_REFERER,"http://sms.ultoo.com/login.php");

$one=curl_exec($ch);

preg_match("/input name=\"(.*?)\" type=\"text\" class=\"existing_user round_four\" id=/i",$one,$matches);

$user = $matches[1];

preg_match("/input name=\"(.*?)\" type=\"password\" class=\"existing_user round_four\" id=/i",$one,$matches);

$pass = $matches[1];

$post_data = "$user=$username&$pass=$password&RememberMe=1&submit2=LOGIN HERE";
$url = "http://sms.ultoo.com/login.php";
$cookie = tempnam("/coki", "CURLCOOKIE");

$ch = curl_init();

curl_setopt( $ch, CURLOPT_USERAGENT,"User-Agent: Mozilla/7.0 (Windows NT 6.1; rv:10.0) Gecko/20100101 Firefox/9.0" );
curl_setopt( $ch, CURLOPT_URL, $url );
curl_setopt($ch, CURLOPT_PROXY, $proxy);
curl_setopt ($ch, CURLOPT_HTTPHEADER, Array("Content-Type: application/x-www-form-urlencoded","Accept: */*"));
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data);
curl_setopt( $ch, CURLOPT_COOKIEJAR, $cookie );
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
curl_setopt( $ch, CURLOPT_AUTOREFERER, true );

$ct = curl_exec( $ch );


if(stristr($ct,"number & password"))
{
echo "<font color='red'><b>Invalid mobile number / password.</b></font>";
}
else
{

if(stristr($ct,"secure.php"))

{

$post_data2 = "captchaType=google&loginButton=LOGIN";
//$post_data2 = "captchaType=nlp&loginButton=LOGIN";
curl_setopt($ch, CURLOPT_URL,"http://sms.ultoo.com/secure.php?zxcoiesesscd=");
curl_setopt($ch, CURLOPT_PROXY, $proxy);
curl_setopt ($ch, CURLOPT_HTTPHEADER, Array("Content-Type: application/x-www-form-urlencoded","Accept: */*"));
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data2);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_REFERER, "http://sms.ultoo.com");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$dt = curl_exec($ch);

if(!stristr($dt,"mywallet.php"))
{
die("<font color='red'><b>Invalid Captcha. Try Again.</b></font>");
}
}

echo "<b> Hi, <font color=red>$username</font> Earning Started</b><br><br>";

date_default_timezone_set('Asia/Kolkata');
$curmonth=date("m",time());

$getcredit = "debitMonth=$curmonth&Months=$curmonth&zxcoiesesscd=";

curl_setopt($ch, CURLOPT_URL,"http://sms.ultoo.com/transaction.php?credit=1&debit=0");
curl_setopt($ch, CURLOPT_PROXY, $proxy);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_POSTFIELDS, $getcredit);
curl_setopt($ch, CURLOPT_TIMEOUT, 0);
curl_setopt($ch, CURLOPT_REFERER, "http://sms.ultoo.com");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$ha = curl_exec($ch);

$smsbonus="Rs. 0.00";

$pattern="/class=\"monthes_sub_heading\">(.*?)</i";
preg_match_all($pattern,$ha,$matches);
for($x=0; $x<count($matches[1]); $x++) {
if($matches[1][$x]==date("Y-m-d")) {
if($matches[1][$x+1]=="By Sending Sms")
$smsbonus=$matches[1][$x+2];
}//End if
}//End for

if($smsbonus == "Rs. 1")
{
echo"<font color=#8B451><b>Todays SmS Section Completed.</b></font><br>";
}
else
{

curl_setopt($ch, CURLOPT_URL,"http://sms.ultoo.com/home.php?zxcoiesesscd=");
curl_setopt($ch, CURLOPT_PROXY, $proxy);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_TIMEOUT, 0);
curl_setopt($ch, CURLOPT_REFERER, "http://sms.ultoo.com");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$dt = curl_exec($ch);

preg_match_all("/document.getElementById(.*?).value/",$dt,$mbll);
$mbl = $mbll[1][16];
$mbl = str_replace("('","",$mbl);
$mbl = str_replace("')","",$mbl);
preg_match_all('/textarea name=\"(.*?)\"/i',$dt,$msgg);

$m1 = $msgg[1][0];
$m2 = $msgg[1][1];
$m3 = $msgg[1][2];
$m4 = $msgg[1][3];
$m5 = $msgg[1][4];
$m6 = $msgg[1][5];
$m7 = $msgg[1][6];
$m8 = $msgg[1][7];


for($loop=1;$loop<=$maxsms;$loop++)

{

sleep($sleep);

$msssg = getRandomWord();
$number = getRandomNumber();

$post_data2 = "zxcoiesesscd=&MessageLength=140&GlobalKeyValue=1&$mbl=$number&$m1=$msssg&$m2=$msssg&$m3=$msssg&$m8=$msssg&$m4=$msssg&$m5=$msssg&$m6=$msssg&$m7=$msssg&SendNow_=Send Now&BtnSendNow_=Send Now&Day=15&Month=15&Year=2011&TimeInterval=15:00 - 15:59";

curl_setopt($ch, CURLOPT_URL,"http://sms.ultoo.com/home.php?zxcoiesesscd=");
curl_setopt($ch, CURLOPT_PROXY, $proxy);
curl_setopt ($ch, CURLOPT_HTTPHEADER, Array("Content-Type: application/x-www-form-urlencoded","Accept: */*"));
curl_setopt($ch, CURLOPT_TIMEOUT, 0);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_TIMEOUT, 0);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data2);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_TIMEOUT, 0);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data2);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_REFERER, "http://sms.ultoo.com");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$dt = curl_exec($ch);

if(strstr($dt,"You have reached the Overall sms limit for the day"))
{
echo"<font color=#8B451><b>Todays All SmS Sented, Going To Poll.</b></font><br>";
break;
}
elseif(strstr($dt,"msgSent.php"))
{
echo "<b><font color=green>".$loop." SmS Sent Successfully.</font></b><br>";
}
else
{
curl_setopt($ch, CURLOPT_URL,"http://sms.ultoo.com/home.php?zxcoiesesscd=");
curl_setopt($ch, CURLOPT_PROXY, $proxy);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_TIMEOUT, 0);
curl_setopt($ch, CURLOPT_REFERER, "http://sms.ultoo.com");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$dt = curl_exec($ch);

preg_match_all("/document.getElementById(.*?).value/",$dt,$mbll);
$mbl = $mbll[1][16];
$mbl = str_replace("('","",$mbl);
$mbl = str_replace("')","",$mbl);
preg_match_all('/textarea name=\"(.*?)\"/i',$dt,$msgg);

$m1 = $msgg[1][0];
$m2 = $msgg[1][1];
$m3 = $msgg[1][2];
$m4 = $msgg[1][3];
$m5 = $msgg[1][4];
$m6 = $msgg[1][5];
$m7 = $msgg[1][6];
$m8 = $msgg[1][7];


sleep($sleep);

$msssg = getRandomWord();
$number = getRandomNumber();

$post_data2 = "zxcoiesesscd=&MessageLength=140&GlobalKeyValue=1&$mbl=$number&$m1=$msssg&$m2=$msssg&$m3=$msssg&$m8=$msssg&$m4=$msssg&$m5=$msssg&$m6=$msssg&$m7=$msssg&SendNow_=Send Now&BtnSendNow_=Send Now&Day=15&Month=15&Year=2011&TimeInterval=15:00 - 15:59";

curl_setopt($ch, CURLOPT_URL,"http://sms.ultoo.com/home.php?zxcoiesesscd=");
curl_setopt($ch, CURLOPT_PROXY, $proxy);
curl_setopt ($ch, CURLOPT_HTTPHEADER, Array("Content-Type: application/x-www-form-urlencoded","Accept: */*"));
curl_setopt($ch, CURLOPT_TIMEOUT, 0);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_TIMEOUT, 0);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data2);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_TIMEOUT, 0);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data2);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_REFERER, "http://sms.ultoo.com");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$dt = curl_exec($ch);

if(strstr($dt,"You have reached the Overall sms limit for the day"))
{
echo"<font color=#8B451><b>Todays All SmS Sented, Going To Poll.</b></font><br>";
break;
}
elseif(strstr($dt,"msgSent.php"))
{
echo "<b><font color=green>".$loop." SmS Sent Successfully.</font></b><br>";
}
else
{
echo "<b><font color=red>SmS Sending Failed.</b><br>";
}
}
}
} // End Of SmS

for($loop=1;$loop<=$maxpoll;$loop++)
{

sleep($sleep);

$post_data2 = "";

curl_setopt($ch, CURLOPT_URL,"http://sms.ultoo.com/poll.php?zxcoiesesscd=");
curl_setopt($ch, CURLOPT_PROXY, $proxy);
curl_setopt ($ch, CURLOPT_HTTPHEADER, Array("Content-Type: application/x-www-form-urlencoded","Accept: */*"));
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data2);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$dt = curl_exec($ch);

preg_match('/name=\"qxci\" value=\"(.*?)\"/',$dt,$qxc);
$qxci = $qxc[1];
preg_match('/name=\"QuestionId\" value=\"(.*?)\"/',$dt,$qi);
$qid = $qi[1];

preg_match('/value=\"(.*?)\" name=\"OptionId\"/',$dt,$oi);
$oid = $oi[1];

preg_match('/name=\"OptionId\" value=\"(.*?)\"/',$dt,$poi);

$poid = $poi[1];

if(!$oid)
{
$roid = $poid;
}
else
{
$roid = $oid;
}
preg_match('/"ps_bg1">(.*?)</',$dt,$pk);
$ps = $pk[1];
preg_match('/"rs_bg1">(.*?)</',$dt,$rkk);
$rs = $rkk[1];

preg_match('/uestion no: -(.*?)</',$dt,$rkkk);
$pollnumber = $rkkk[1];

if(stristr($dt,"ollCompletion"))
{
$myq = rand(1,999);
$o4 = rand(1,9);
$o4 = rand(8,19);
$o4 = rand(21,29);
$o4 = rand(5,19);

$post_data5 = "zxcoiesesscd=&PollUserName=$name&PollUserQuestion=Which is The Next Letter of $myq&Option1=$o1&Option2=$o2&Option3=$o3&Option4=$o4";

curl_setopt($ch, CURLOPT_URL,"http://sms.ultoo.com/PollCompleted.php?zxcoiesesscd=");
curl_setopt($ch, CURLOPT_PROXY, $proxy);
curl_setopt ($ch, CURLOPT_HTTPHEADER, Array("Content-Type: application/x-www-form-urlencoded","Accept: */*"));
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data5);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$st = curl_exec($ch);

if(strstr($st,"uestionSaved.php"))
{
echo "<b><font color=magenta>Poll Question Submitted.</font></b><br>";
}
elseif(strstr($st,"be credited for thi"))
{
echo "<b><font color=#8B451>Todays Poll Section Completed.</font></b><br>";
break;
}
else
{
echo "<b><font color=#8B451>Todays Poll Section Completed.</font></b><br>";
break;
}
}
else
{
$post_data3 = "qxci=$qxci&QuestionId=$qid&OptionChecked=1&zxcoiesesscd=&OptionId=$roid";

curl_setopt($ch, CURLOPT_URL,"http://sms.ultoo.com/poll.php?zxcoiesesscd=");
curl_setopt($ch, CURLOPT_PROXY, $proxy);
curl_setopt ($ch, CURLOPT_HTTPHEADER, Array("Content-Type: application/x-www-form-urlencoded","Accept: */*"));
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data3);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$at = curl_exec($ch);

if(strstr($at,"ollResult.php"))
{
echo "<b><font color=green>".$pollnumber." Poll Submitted Successfully.</font></b><br>";

echo "<b><font color=blue>Balance: ".$rs.".".$ps."</font></b><br>";
}
else
{
echo "<b><font color=red>Poll Submitting Failed.</font></b><br>";
}
}
}


echo "<b><font color=red>Todyas Possible Earning Completed.</b></font><br>";

date_default_timezone_set('Asia/Kolkata');
$curmonth=date("m",time());

$getcredit = "debitMonth=$curmonth&Months=$curmonth&zxcoiesesscd=";

curl_setopt($ch, CURLOPT_URL,"http://sms.ultoo.com/transaction.php?credit=1&debit=0");
curl_setopt($ch, CURLOPT_PROXY, $proxy);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_POSTFIELDS, $getcredit);
curl_setopt($ch, CURLOPT_TIMEOUT, 0);
curl_setopt($ch, CURLOPT_REFERER, "http://sms.ultoo.com");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);


$ha = curl_exec($ch);


$loginbonus="Rs. 0.00";$pollqbonus="Rs. 0.00"; $pollbonus="Rs. 0.00"; $smsbonus="Rs. 0.00"; $answeritbonus="Rs. 0.00"; $finalamt="Rs.0.00";
$pattern="/class=\"monthes_sub_heading\">(.*?)</i";
preg_match_all($pattern,$ha,$matches);
for($x=0; $x<count($matches[1]); $x++) {
if($matches[1][$x]==date("Y-m-d")) {
if($matches[1][$x+1]=="Poll Question Bonus")
$pollqbonus=$matches[1][$x+2];
if($matches[1][$x+1]=="Poll Bonus")
$pollbonus=$matches[1][$x+2];
if($matches[1][$x+1]=="By Sending Sms")
$smsbonus=$matches[1][$x+2];
if($matches[1][$x+1]=="Answer It Bonus")
$answeritbonus=$matches[1][$x+2];
}//End if
}//End for
$pattern="/width=\"275\" valign=\"top\" class=\"monthes_heading_final\">(.*?)</i";
if(preg_match($pattern,$ha,$matches1))

$finalamt=$matches1[1];

echo
"<br><font color=#D2691E>Sms Bonus</font> <font color=green>-></font> <font color=#8B0000>".$smsbonus."</font><br>
<font color=#D2691E>Quiz Bonus</font> <font color=green>-></font> <font color=#8B0000>".$answeritbonus."</font><br>
<font color=#D2691E>Poll Bonus</font> <font color=green>-></font> <font color=#8B0000>".$pollqbonus."</font><br><br>
<b><font color=red>Total Balance</font> <font color=green>-></font> <font color=blue>".$finalamt."</font></b><br><br>";

}
?>
View user's profile Send private message Visit poster's website Yahoo Messenger
PostPosted: Sun Jun 02, 2013 10:53 am Reply with quote
apnpal
Regular user
Regular user
Joined: Apr 12, 2013
Posts: 11




thanx bro ...
try to decode second also
View user's profile Send private message Visit poster's website
here is the last
PostPosted: Sun Jun 02, 2013 1:16 pm Reply with quote
myg3nx
Advanced user
Advanced user
Joined: Jun 01, 2013
Posts: 72
Location: indonesia




dont forget to say "thanks" dude...

Code:

<?php
echo "<title>ULtoo Bal Checker By RaHuL</title>";

$fh=file("num.txt");

foreach($fh as $line) {
$line = explode(",",$line);
$username=$line[0];
$password=$line[1];

$c = $_REQUEST['recaptcha_challenge_field'];
$cv = $_REQUEST['recaptcha_response_field'];

$cookie = tempnam("/coki", "CURLCOOKIE");

$ch = curl_init();

curl_setopt($ch,CURLOPT_URL,"http://sms.ultoo.com/login.php");
curl_setopt($ch,CURLOPT_COOKIEJAR,$cookie);
curl_setopt($ch,CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch,CURLOPT_REFERER,"http://sms.ultoo.com/login.php");

$one=curl_exec($ch);

preg_match("/input name=\"(.*?)\" type=\"text\" class=\"existing_user round_four\" id=/i",$one,$matches);

$user = $matches[1];

preg_match("/input name=\"(.*?)\" type=\"password\" class=\"existing_user round_four\" id=/i",$one,$matches);

$pass = $matches[1];

$post_data = "$user=$username&$pass=$password&RememberMe=1&submit2=LOGIN HERE";

$url = "http://sms.ultoo.com/login.php";
$cookie = tempnam("/coki", "CURLCOOKIE");

$ch = curl_init();

curl_setopt( $ch, CURLOPT_USERAGENT,"User-Agent: Mozilla/7.0 (Windows NT 6.1; rv:10.0) Gecko/20100101 Firefox/9.0" );
curl_setopt( $ch, CURLOPT_URL, $url );
curl_setopt ($ch, CURLOPT_HTTPHEADER, Array("Content-Type: application/x-www-form-urlencoded","Accept: */*"));
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data);
curl_setopt( $ch, CURLOPT_COOKIEJAR, $cookie );
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
curl_setopt( $ch, CURLOPT_AUTOREFERER, true );

$ct = curl_exec( $ch );


if(stristr($ct,"number & password"))
{
echo "<font color='red'><b>$username : Wrong Password.</b></font><br><br>";
}
else
{

if(stristr($ct,"secure.php"))
{
$post_data2 = "captchaType=google&recaptcha_challenge_field=$c&recaptcha_response_field=$cv&loginButton=LOGIN";
//$post_data2 = "captchaType=nlp&loginButton=LOGIN";
curl_setopt($ch, CURLOPT_URL,"http://sms.ultoo.com/secure.php");
curl_setopt ($ch, CURLOPT_HTTPHEADER, Array("Content-Type: application/x-www-form-urlencoded","Accept: */*"));
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data2);

curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_REFERER, "http://sms.ultoo.com");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$dt = curl_exec($ch);


if(!stristr($dt,"mywallet.php"))
{
die("<font color='red'><b>Invalid Captcha. Try Again.</b></font><br><br>");
}
}


curl_setopt($ch, CURLOPT_URL,"http://sms.ultoo.com/home.php?zxcoiesesscd=");
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie); curl_setopt($ch, CURLOPT_TIMEOUT, 0);
curl_setopt($ch, CURLOPT_REFERER, "http://sms.ultoo.com");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);


$dt = curl_exec($ch);


preg_match_all('|<h1>(\d*?)<\/h1>|i', $dt, $bal);
$rs=$bal[1][0];
$paisa=$bal[1][1];
echo "<b> Hi, <font color=#31B404>$username</font><br><font color=red>Balance : ".$rs.".".$paisa."</font></b><br><br>";
}
}

?>
View user's profile Send private message Visit poster's website Yahoo Messenger
pls decode these 2 files
www.waraxe.us Forum Index -> Php
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.051 Seconds