Waraxe IT Security Portal
Login or Register
November 6, 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: 66
Members: 0
Total: 66
Full disclosure
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
APPLE-SA-10-28-2024-3 macOS Sequoia 15.1
APPLE-SA-10-28-2024-2 iOS 17.7.1 and iPadOS 17.7.1
APPLE-SA-10-28-2024-1 iOS 18.1 and iPadOS 18.1
Open Redirect / Reflected XSS - booked-schedulerv2.8.5
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> decode please
Post new topicReply to topic View previous topic :: View next topic
decode please
PostPosted: Sun Oct 14, 2012 8:12 pm Reply with quote
firefoxrembi
Beginner
Beginner
Joined: Oct 14, 2012
Posts: 1




Hi, Can you tell me, what kind of program will coded that file and decode please:

http://radkomp.pl/header.zip
View user's profile Send private message
PostPosted: Sun Oct 14, 2012 9:57 pm Reply with quote
demon
Moderator
Moderator
Joined: Sep 22, 2010
Posts: 485




here you are and see pm Wink

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="LTR" lang="pl">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex,nofollow">
<title><?php echo TITLE; ?></title>
<link rel="stylesheet" type="text/css" href="includes/css/stylesheet.css">
<link rel="stylesheet" type="text/css" href="includes/css/menu.css">
<link rel="stylesheet" type="text/css" href="popupbox/style.css">
<script type="text/javascript" language="javascript" src="includes/javascript/general.js"></script>
<script type="text/javascript" src="../swfobject.js"></script>
<link rel="stylesheet" type="text/css" href="includes/javascript/spiffyCal/spiffyCal_v2_1.css">
<script language="JavaScript" src="includes/javascript/spiffyCal/spiffyCal_v2_1.js"></script>
<script language="JavaScript" type="text/javascript" src="includes/javascript/pick.js"></script>
<!--skrypt allegro-->
<?php $xajax->printJavascript();?>

<!--end skryp allegro-->
<style type="text/css" media="screen">
.ths { border:1px solid #747474; background:#fff; }
.lnks { padding:2px;padding-left:4px;padding-right:4px; display:block; background: #ffffff; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif; font-weight: normal; color: #474747; }
.lnks:hover { padding:2px;padding-left:4px;padding-right:4px; display:block; background: #dddcdc; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif; font-weight: normal; color: #ff0000; text-decoration:none; }
.lnks_wl { padding:2px;padding-left:4px;padding-right:4px; display:block; background: #ffffff; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif; font-weight: normal; color: #888a88; }
.lnks_wlon { padding:2px;padding-left:4px;padding-right:4px; display:block; background: #dddcdc; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif; font-weight: normal; color: #474747; }
.hlpsa { font-size: 9px; font-family: Tahoma, Verdana, Arial, sans-serif; font-weight: normal; color: #888a88; }
</style>
</head>
<body onload="xajax_kategorie_pokaz('0');">

<div id="blad">
<div id="pop_overlay"></div>
<div id="ekran">
</div>
</div>

<?php
if ($messageStack->size > 0) {
echo $messageStack->output();
};
?>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td height="80" style="background:#000" valign="middle">
<?php echo tep_image(DIR_WS_IMAGES . 'oscgold.gif', STORE_NAME); ?>
</td>
<td align="right" style="background:#000">
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="center" width="80px">

<?php echo '<a href="' . tep_href_link(FILENAME_CATEGORIES, '', 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'menu/katalog.gif', 'Kategorie i produkty', '32', '32') . '</a>'; ?>

</td>
<td align="center" width="115px">

<?php echo tep_draw_form('frmordernew', 'create_order.php', '', 'get'); ?>

<input type="image" src=" <?php echo DIR_WS_IMAGES; ?>menu/order.gif" alt="Dodaj nowe zamA?wienie do sklepu">

<?php
if (isset($HTTP_GET_VARS[tep_session_name()])) {
echo tep_draw_hidden_field(tep_session_name(), $HTTP_GET_VARS[tep_session_name()]);
}
;
?>
</form>
</td>
<td align="center" width="110px">
<?php
echo tep_draw_form('frmcustnew', 'customers.php', '', 'get');
echo tep_draw_hidden_field('action', 'new');
?>
<input type="image" src=" <?php echo DIR_WS_IMAGES; ?> menu/customer.gif" alt="Dodaj nowego klienta do sklepu">
<?php
if (isset($HTTP_GET_VARS[tep_session_name()])) {
echo tep_draw_hidden_field(tep_session_name(), $HTTP_GET_VARS[tep_session_name()]);
};
?>

</form>
</td>
<td align="center" width="90px">

<?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'menu/admin.jpg', HEADER_TITLE_ADMINISTRATION, '32', '32') . '</a>'; ?>

</td>
<td align="center" width="70px">

<?php echo '<a href="' . tep_catalog_href_link() . '">' . tep_image(DIR_WS_IMAGES . 'menu/shop.jpg', HEADER_TITLE_ONLINE_CATALOG, '32', '32') . '</a>'; ?>

</td>
<td align="center" width="80px">

<?php echo '<a href="http://www.oscgold.com" target="_blank">' . tep_image(DIR_WS_IMAGES . 'menu/home.jpg', HEADER_TITLE_SUPPORT_SITE, '32', '32') . '</a>'; ?>

</td>
<?php
if (tep_session_is_registered('login_id')) {
echo '<td align="center" width="80px"><a href="' . tep_href_link(FILENAME_ADMIN_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'menu/user.jpg', HEADER_TITLE_ACCOUNT, '32', '32') . '</a></td>';
echo '<td align="center" width="80px"><a href="' . tep_href_link(FILENAME_LOGOFF_ADMIN, '', 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'menu/exit.jpg', HEADER_TITLE_LOGOFF, '32', '32') . '</a></td>';
} else {
echo '<td align="center" width="80px"><a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '" class="headerLink">' . tep_image(DIR_WS_IMAGES . 'menu/admin.jpg', HEADER_TITLE_TOP, '32', '32') . '</a></td>';
}
;
?>
<td>

<?php echo tep_draw_separator('pixel_trans.gif', '20', '1'); ?>

</td>
</tr>
<tr>
<td width="80px" align="center">

<?php echo '<a href="' . tep_href_link(FILENAME_CATEGORIES, '', 'NONSSL') . '" class="headerLink">Produkty</a>'; ?>

</td>
<td width="115px" align="center">

<?php echo '<a href="javascript:void(0)" class="headerLink" onClick="document.frmordernew.submit()">Dodaj zamA?wienie</a>'; ?>

</td>
<td width="110px" align="center">

<?php echo '<a href="javascript:void(0)" class="headerLink" onClick="document.frmcustnew.submit()">Dodaj klienta</a>'; ?>

</td>
<td width="90px" align="center">

<?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '" class="headerLink">' . HEADER_TITLE_ADMINISTRATION . '</a>'; ?>

</td>
<td width="70px" align="center">

<?php echo '<a href="' . tep_catalog_href_link() . '" class="headerLink">' . HEADER_TITLE_ONLINE_CATALOG . '</a>'; ?>

</td>
<td width="80px" align="center">

<?php echo '<a href="http://www.oscgold.com" target="_blank" class="headerLink">' . HEADER_TITLE_SUPPORT_SITE . '</a>'; ?>
</td>
<?php
if (tep_session_is_registered('login_id')) {
echo '<td width="80px" align="center"><a href="' . tep_href_link(FILENAME_ADMIN_ACCOUNT, '', 'SSL') . '" class="headerLink">' . HEADER_TITLE_ACCOUNT . '</a></td>';
echo '<td width="80px" align="center"><a href="' . tep_href_link(FILENAME_LOGOFF_ADMIN, '', 'NONSSL') . '" class="headerLink">' . HEADER_TITLE_LOGOFF . '</a></td>';
} else {
echo '<td width="80px" align="center"><a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '" class="headerLink">' . HEADER_TITLE_TOP . '</a></td>';
}
;
?>
<td>

<?php echo tep_draw_separator('pixel_trans.gif', '20', '1'); ?>

</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left" style="background:#000" colspan="2">
<table border="0" cellspacing="0" cellpadding="2" style="padding-bottom:3px">
<tr class="main">
<td class="admin_text" style="padding-left: 10px;" valign="top">

<?php echo tep_image(DIR_WS_IMAGES . 'icons/search.gif', 'Szukaj'); ?>

</td>
<td class="admin_text" valign="top">
<?php
echo tep_draw_form('frmcustsearch', FILENAME_CUSTOMERS, '', 'get');
$custparams = "style='background:#2e2e2e;
color:#8c8d8d;
font-family:Tahoma,Arial;
font-size:10px;
border:1px solid #636464;
width:200px' onblur=\"javascript:document.frmcustsearch.search.value='Klient';
\" onclick=\"javascript:document.frmcustsearch.search.value='';
\"";
echo tep_draw_input_field('search', 'Klient', $custparams, false, 'text', false);
if (isset($HTTP_GET_VARS[tep_session_name()])) {
echo tep_draw_hidden_field(tep_session_name(), $HTTP_GET_VARS[tep_session_name()]);
}
;
?>
</form>
</td>
<td class="admin_text" valign="top">
<?php
$orderparams = "style='background:#2e2e2e;
color:#8c8d8d;
font-family:Tahoma,Arial;
font-size:10px;
border:1px solid #636464;
width:100px' onblur=\"javascript:document.frmordersearch.oID.value='Nr zamA?wienia';
\" onfocus=\"javascript:document.frmordersearch.oID.value='';
\"";
echo tep_draw_form('frmordersearch', FILENAME_ORDERS, '', 'get') . tep_draw_input_field('oID', 'Nr zamA?wienia', $orderparams, false, 'text', false) . tep_draw_input_field('action', 'edit', '', false, 'hidden', false);
if (isset($HTTP_GET_VARS[tep_session_name()])) {
echo tep_draw_hidden_field(tep_session_name(), $HTTP_GET_VARS[tep_session_name()]);
}
;
?>
</form>
</td>
<td class="admin_text" valign="top">
<?php
echo tep_draw_form('frmprodsearch', FILENAME_CATEGORIES, '', 'get');
$prodparams = "style='background:#2e2e2e;
color:#8c8d8d;
font-family:Tahoma,Arial;
font-size:10px;
border:1px solid #636464;
width:250px' onblur=\"javascript:document.frmprodsearch.search.value='Produkt';
\" onfocus=\"javascript:document.frmprodsearch.search.value='';
\"";
echo tep_draw_input_field('search', 'Produkt', $prodparams, false, 'text', false);
if (isset($HTTP_GET_VARS[tep_session_name()])) {
echo tep_draw_hidden_field(tep_session_name(), $HTTP_GET_VARS[tep_session_name()]);
}
;
?>
</form>
</td>
<td class="smallText" style="color:#8e8e8e;padding-left: 10px;" valign="top">
<?php
$n_members = 0;
$n_guests = 0;
$member_list = '';
$whos_online_query = tep_db_query("select customer_id from " . TABLE_WHOS_ONLINE);
while ($whos_online = tep_db_fetch_array($whos_online_query)) {
if (!$whos_online['customer_id'] == 0) {
$n_members++;
$member = tep_db_fetch_array(tep_db_query("select customers_firstname from " . TABLE_CUSTOMERS . " where customers_id = '" . $whos_online['customer_id'] . "'"));
$member_list .= (($n_members > 1) ? ', ' : '') . $member['customers_firstname'];
}
if ($whos_online['customer_id'] == 0)
$n_guests++;
}
$user_total = sprintf(tep_db_num_rows($whos_online_query));
$box = 'IloA›A‡ osA?b przeglA…dajA…cych sklep: <span style="color:#ffffff;
font-weight:bold">' . $user_total . '</span> ;;
';
if ($n_members >= 1) {
$box .= ', w tym osA?b zalogowanych: <span style="color:#ffffff;
font-weight:bold"> ' . $n_members . '</span>.';
}
echo $box;
?>

</td>
</tr>
</table>
</td>
</tr>

<tr><td colspan="3" height="33px" style="background: url('images/menu/tlo.gif') repeat;">
<?php require(DIR_WS_INCLUDES . 'header_navigation.php');?>
</td></tr><tr><td colspan="3" id="cook"></td></tr></table>

_________________
Go BIG or go HOME !
View user's profile Send private message
decode please
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



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.046 Seconds