Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
March 29, 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: 9145

People Online:
Visitors: 834
Members: 0
Total: 834
PacketStorm News
·301 Moved Permanently

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> Please Decode
Post new topic  Reply to topic View previous topic :: View next topic 
Please Decode
PostPosted: Thu May 22, 2014 8:39 am Reply with quote
Roak84
Regular user
Regular user
 
Joined: Mar 17, 2013
Posts: 8




Please Decode This File.

http://www.datafilehost.com/d/ba002134
View user's profile Send private message
Re: Please Decode
PostPosted: Tue May 27, 2014 5:00 pm Reply with quote
vv456
Advanced user
Advanced user
 
Joined: Aug 24, 2012
Posts: 190




Roak84 wrote:
Please Decode This File.

http://www.datafilehost.com/d/ba002134


index.php

Code:
<?php
/**
*
* @ Power Decoder
* @ vv456
* @ www.waraxe.us/forum-userprofile-8669.html
*/

?><center><a href="http://ttrickss.blogspot.in/">TtricksS</a><br><br>
<form method="post" action="play.php" >
<br>Username:<br>
<input type="text" name="uid" />
<br>Password:<br>
<input type="password" name="pwd" /><br>
To Number:<br>
<input type="text" name="to" /><br>
<label>Message</label><BR>
<textarea name="typ" maxlength="160"></textarea><BR>
<input value="Submit" type="submit" /><br><br>
<div class="db">PHP_Developed : <a href="http://fb.com/2suvo2">Click Here</a><div>
?>


play.php


Code:
<?php
/**
*
* @ Power Decoder
* @ vv456
* @ www.waraxe.us/forum-userprofile-8669.html
*/

?><center><a href="http://ttrickss.blogspot.in/">TtricksS</a><br><br>
<?php
error_reporting(0);
$uid=$_REQUEST['uid'];
$pwd=$_REQUEST['pwd'];
$to=$_REQUEST['to'];
$typ=$_REQUEST['typ'];
$url = "http://beta.jattmaza.in/site2sms";
$call = "$url/free-sms.php";
echo "<font color=green><b>Wellcome :</font><font color=blue>$uid</b></font><br>";

$agent = "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7";

$data = "uid=$uid&pwd=$pwd&no=$to&msg=typ";
$ch = curl_init();

curl_setopt($ch, CURLOPT_URL,$call);   
curl_setopt($ch, CURLOPT_USERAGENT, $agent);
curl_setopt($ch, CURLOPT_HTTPHEADER, Array("Content-Type: application/x-www-form-urlencoded","Accept: */*"));
curl_setopt($ch, CURLOPT_COOKIEFILE, $cookie);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_REFERER, $url);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS,"$data");

$ct = curl_exec( $ch );
if(stristr($ct, "SMS Successfully Sent"))
{
echo "<font color=green>SMS Successfully Sent To $to</font>";
}
elseif(stristr($ct, "Invalid Username or Password"))
{
echo "<font color=red>Invalid Username or Password</font>";
}
elseif(stristr($ct, "SMS Sending Failed"))
{
echo "<font color=pink>SMS Sending Failed</font>";
}
else
{
echo "Some Errore, Cont To <br>Http://fb.com/2suvo2";
}
?><br><br>
<div class="db">PHP_Developed : <a href="http://fb.com/2suvo2">Click Here</a><div>
?>
View user's profile Send private message
Please Decode
  www.waraxe.us Forum Index -> PHP script decode requests
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 topic  Reply 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-2020 Janek Vind "waraxe"
Page Generation: 0.139 Seconds