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: 81
Members: 0
Total: 81
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 -> Can Some One Decode This
Post new topicReply to topic View previous topic :: View next topic
Can Some One Decode This
PostPosted: Wed Aug 05, 2009 10:38 am Reply with quote
PehleNazar
Regular user
Regular user
Joined: Mar 26, 2009
Posts: 11




Thanks a lot mate..


Last edited by PehleNazar on Fri Aug 07, 2009 4:41 am; edited 1 time in total
View user's profile Send private message
PostPosted: Fri Aug 07, 2009 12:41 am Reply with quote
Cyko
Moderator
Moderator
Joined: Jul 21, 2009
Posts: 375




The first one is the encoder file, which is uneeded.

Code:
<?php
//############################
// SourceCop Decoder v1.0
// By Cyko
//############################
?>
<?
if(isset($_GET['logout'])){
if(empty($_SESSION['mun'])){
header("location:../index.php");
}
session_start();
session_unset();
session_unregister();
session_destroy();
header("location:../index.php");
}
else{
if(empty($_SESSION['mun'])){
session_start();
header("location:login.php");
exit();
}
else{
header ("Expires: Sun, 01 Jan 2006 00:01:00 GMT"); // Date in the past
header ("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); // always modified
header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header ("Pragma: no-cache"); // HTTP/1.0
$_SESSION['cmr_name'] = $_SESSION['mun'];
}
}
?>
<html>
<head>
<title>DL PayCart - Administration</title>
<link rel="stylesheet" href="scripts/style.css" type="text/css">
<script>
function open_window(url) {
window.open(url,"MyWin",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=540,height=250');
}
function ShowPic(url,title,x1,y1) {
window.open('../image.php?i='+url+'&t='+title+'', 'MyWin', 'top=1,width=' + x1 + ', height=' + y1 + '');
}
<!--
function MM_displayStatusMsg(msgStr) { //v2.0
status=msgStr;
document.MM_returnValue = true;
}
//-->
</script>
<link rel="stylesheet" href="scripts/menu1.css" id="css_menu">
<!-- dynamic menu structure & template -->
<script language="JavaScript" src="scripts/menu.js"></script>
<script language="JavaScript" src="scripts/menu_items.js"></script>
<script language="JavaScript" src="scripts/menu_tpl1.js"></script>

</head>
<body style='margin: 5px;' onLoad="MM_displayStatusMsg('Copyright &copy;2006 DL PayCart');return document.MM_returnValue">
<table bgcolor="white" cellspacing='0' cellpadding='0' align=center style='border:#29527B 1px solid; width: 90%;'>
<tr>
<td style='height: 64px; background-color: #ffffff; width: 200px;'><a href='http://www.dinkumsoft.com'><img src='img_bin/dlpc_logo.gif' border='0' alt='www.dinkumsoft.com' title='www.dinkumsoft.com' target="_blank" /></a></td>
<td align=right><p style="margin-top:1px; margin-right:5px;"><a class=nav href="../index.php" target="_new">Storefront</a> | <a class=nav href="access.php?logout">Logout</a><p style="margin-top:17px">
<img hspace=5 width=170 height=30 src="img_bin/t_admin.gif"></td>
</tr>
</table>

<table style='border-left:#29527B 1px solid; border-right:#29527B 1px solid; border-bottom:#29527B 1px solid;' align=center width="90%" border=0 cellpadding=2 cellspacing=0>
<tr bgcolor="#5A8EC5">
<td height=26 background="img_bin/tbar_bg2.gif" valign=top><div style="position:absolute; text-align:center"><script language="JavaScript">
<!--//
new menu (MENU_ITEMS, MENU_POS1, MENU_STYLES1);
//-->
</script></div></td>
</tr>
</table>
<table style='height:75%; border-left:#29527B 1px solid; border-right:#29527B 1px solid; border-bottom:#29527B 1px solid;' align=center width="90%" border=0 cellpadding=0 cellspacing=0>
<tr bgcolor="#FFFFFF">
<td valign=top>
View user's profile Send private message
PostPosted: Fri Aug 07, 2009 4:49 am Reply with quote
PehleNazar
Regular user
Regular user
Joined: Mar 26, 2009
Posts: 11




Thanks a lot mate.. i love this forum for people like u
View user's profile Send private message
Can Some One Decode This
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.039 Seconds