Waraxe IT Security Portal
Login or Register
April 19, 2025
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: 191
Members: 0
Total: 191
Full disclosure
83 vulnerabilities in Vasion Print / PrinterLogic
[CVE-2025-32102, CVE-2025-32103] SSRF and Directory Traversal in CrushFTP 10.7.1 and 11.1.0 (as well as legacy 9.x)
Re: APPLE-SA-03-11-2025-2 iOS 18.3.2 and iPadOS 18.3.2
[KIS-2025-01] UNA CMS <= 14.0.0-RC4 (BxBaseMenuSetAclLevel.ph p) PHP Object Injection Vulnerability
OXAS-ADV-2025-0001: OX App Suite Security Advisory
APPLE-SA-04-01-2025-1 watchOS 11.4
APPLE-SA-03-31-2025-11 visionOS 2.4
APPLE-SA-03-31-2025-10 tvOS 18.4
APPLE-SA-03-31-2025-9 macOS Ventura 13.7.5
APPLE-SA-03-31-2025-8 macOS Sonoma 14.7.5
APPLE-SA-03-31-2025-7 macOS Sequoia 15.4
APPLE-SA-03-31-2025-6 iOS 15.8.4 and iPadOS 15.8.4
APPLE-SA-03-31-2025-5 iOS 16.7.11 and iPadOS 16.7.11
APPLE-SA-03-31-2025-4 iPadOS 17.7.6
APPLE-SA-03-31-2025-3 iOS 18.4 and iPadOS 18.4
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> please help the newbie by decoding
Post new topicReply to topic View previous topic :: View next topic
please help the newbie by decoding
PostPosted: Sun May 19, 2013 7:31 pm Reply with quote
leoleon
Beginner
Beginner
Joined: May 19, 2013
Posts: 1




can someone please decodet this file for me ?
http://www.file-upload.net/download-7614379/activation.rar.html
View user's profile Send private message
Re: please help the newbie by decoding
PostPosted: Mon May 20, 2013 12:10 pm Reply with quote
vv456
Advanced user
Advanced user
Joined: Aug 24, 2012
Posts: 190




Decoded

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

?><script type="text/javascript" src="js/jmini.js" /></script>

<script>

$jqspywall = jQuery.noConflict();

</script>
<?php
require_once( '../../../inc/header.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'design.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'profiles.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'utils.inc.php' );
include BX_DIRECTORY_PATH_MODULES.'ibdw/1col/myconfig.php';
$userid = (int)$_COOKIE['memberID'];

if(!isAdmin()) { exit;}

$db = mysql_connect(DATABASE_HOST,DATABASE_USER,DATABASE_PASS);
mysql_query("SET NAMES 'utf8'");
if ($db == FALSE)
die ("errore di connessione");
mysql_select_db(DATABASE_NAME,$db)
or die ("errore selezione database");

$controllorilevanza= "SELECT * FROM `one_code` LIMIT 0 , 30";
$resultax = mysql_query($controllorilevanza);
$conteggio = mysql_num_rows($resultax);
if ($conteggio == 0) {
$inserimentoprimorecord = "INSERT INTO one_code (id,code)
VALUES ('1','0')";
$resultrec = mysql_query($inserimentoprimorecord);
}

$controlloattivazione = "SELECT * FROM `one_code` WHERE id =1 LIMIT 0 , 30";
$resultaa = mysql_query($controlloattivazione);
$rowa = mysql_fetch_assoc($resultaa);
$confronto = $rowa['code'];
$onecript = "dsjfspfbdisbfs82342432pbdfuibfuidsbfur7384476353453432dasddsfsfsds";
$twocript = $_SERVER['HTTP_HOST'];
$trecript = "dsfsfd7875474g3yuewyrfoggogtoreyut7834733429362dd6sfisgfffegregege803";
$genera = $onecript.$twocript.$trecript;

?>
<style>
body, td, th {
}
a {
color:#000000;
text-decoration:none;
}
a:hover {
color:#FFFFFF;
text-decoration:none;
}
body {
background:none repeat scroll 0 0 #333333;
font-family:Verdana;
font-size:11px;
margin:0;
text-align:center;
}
#pagina {
background:none repeat scroll 0 0 #999999;
height:645px;
margin:30px auto auto;
padding:20px;
width:900px;
}
#form_invio {
border:1px solid #FFFFFF;
float:left;
font-size:15px;
line-height:34px;
margin-left:187px;
margin-top:44px;
padding:20px;
width:500px;
}
#form_conferma {
border:1px solid #666666;
float:left;
font-size:16px;
height:189px;
line-height:45px;
margin-left:187px;
margin-top:14px;
padding:20px;
width:500px;
}
.title {
font-size:27px;
text-transform:uppercase;
}
.dett_activ {
color:#FFFFFF;
font-size:10px;
line-height:15px;
}
#introright {
float:right;
text-align:right;
}
#notifica {
color:#FFFFFF;
font-size:18px;
margin:135px;
}
.classeform1 {
color:#999999;
font-size:14px;
height:36px;
width:294px;
}
.classeform2 {
color:#999999;
font-size:11px;
height:36px;
width:358px;
}
.subclass {
background:none repeat scroll 0 0 #000000;
border:medium none;
color:#FFFFFF;
font-size:11px;
margin:13px 13px 0;
padding:7px;
text-transform:uppercase;
}
#return {
border:1px solid #FFFFFF;
color:#FFFFFF;
font-size:15px;
height:31px;
line-height:27px;
margin-left:93px;
margin-top:48px;
width:315px;
}
#return:hover {
background:none repeat scroll 0 0 #333333;
}
#step1 {
font-size:24px;
}
#step2 {
font-size:24px;}

</style>

<html>
<body>
<div id="pagina">
<div id="introright">
<span class="title"><?php echo _t("_ibdw_1col_activaintro");?></span> <br/>
<span class="dett_activ"><?php echo _t("_ibdw_1col_spycodereq");?></span>
</div>
<?php if(md5($genera) === $confronto) {
echo '<div id="notifica">'._t("_ibdw_1col_yosattiva").' </div> <div id="introswich">
<a href="delete.php">'._t("_ibdw_1col_sostituiscibott").'</a></div> </div></div></body> </html>'; exit; }
?>


<div id="form_invio">
<div id="step1"> 1° Step </div>
<form action="requirex.php" method="post">
<span class="dett_activ"><?php echo _t("_ibdw_1col_introattivazione");?></span> <br/><br/>
<input type="text" name="paypal" value="Insert your email address (Paypal/Echeck)" size="37" id="reset" onclick="resetta();" class="classeform1"> <br/>
<input type="submit" value="Send Request" class="subclass">

<script>
function resetta(){
$jqspywall("#reset").val("");
$jqspywall(".classeform1").css("color","black");
}
</script>
<br/>
</form>
</div>

<div id="form_conferma">
<div id="step2"> 2° Step </div>
<form action ="redirect.php" method="post">
CODE ACTIVATION<br/>
<span class="dett_activ"><?php echo _t("_ibdw_1col_entrecode");?></span>
<input type="text" size="62" name="code" value="Insert the activation code you receive via email (ACTIVATION CODE)" id="resettwo" onclick="resettatwo();" class="classeform2"><br/>
<input type="submit" value="ACTIVATE" class="subclass">
</form>
<script>
function resettatwo(){
$jqspywall("#resettwo").val("");
$jqspywall(".classeform2").css("color","black");

}
</script>
<div id="return"><a href="../../../<?php echo $admin_dir;?>"><?php echo _t("_ibdw_1col_backadmin");?></a></div> <br/> <br/>
</div>
</div>
</body>
</html>
?>
View user's profile Send private message
please help the newbie by decoding
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 topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
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.084 Seconds