Waraxe IT Security Portal
Login or Register
November 22, 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: 54
Members: 0
Total: 54
Full disclosure
APPLE-SA-11-19-2024-5 macOS Sequoia 15.1.1
Local Privilege Escalations in needrestart
APPLE-SA-11-19-2024-4 iOS 17.7.2 and iPadOS 17.7.2
APPLE-SA-11-19-2024-3 iOS 18.1.1 and iPadOS 18.1.1
APPLE-SA-11-19-2024-2 visionOS 2.1.1
APPLE-SA-11-19-2024-1 Safari 18.1.1
Reflected XSS - fronsetiav1.1
XXE OOB - fronsetiav1.1
St. Poelten UAS | Path Traversal in Korenix JetPort 5601
St. Poelten UAS | Multiple Stored Cross-Site Scripting in SEH utnserver Pro
Apple web content filter bypass allows unrestricted access to blocked content (macOS/iOS/iPadOS/visionO S/watchOS)
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
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