|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 63
Members: 0
Total: 63
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
decode phpcipher |
|
Posted: Wed Sep 19, 2012 8:31 am |
|
|
arale |
Regular user |
|
|
Joined: Aug 31, 2012 |
Posts: 22 |
|
|
|
|
|
|
|
|
|
|
|
Posted: Wed Sep 19, 2012 10:29 am |
|
|
demon |
Moderator |
|
|
Joined: Sep 22, 2010 |
Posts: 485 |
|
|
|
|
|
|
|
post phpcipher.bin |
|
_________________ Go BIG or go HOME ! |
|
|
|
Posted: Thu Sep 20, 2012 4:13 am |
|
|
arale |
Regular user |
|
|
Joined: Aug 31, 2012 |
Posts: 22 |
|
|
|
|
|
|
|
|
|
|
|
Posted: Thu Sep 20, 2012 5:37 am |
|
|
demon |
Moderator |
|
|
Joined: Sep 22, 2010 |
Posts: 485 |
|
|
|
|
|
|
|
ok, all files are decoded to get them see your pm |
|
_________________ Go BIG or go HOME ! |
|
|
|
Posted: Thu Sep 27, 2012 6:01 pm |
|
|
Cyko |
Moderator |
|
|
Joined: Jul 21, 2009 |
Posts: 375 |
|
|
|
|
|
|
|
demon wrote: | ok, all files are decoded to get them see your pm |
Why pm??? |
|
|
|
|
|
|
|
|
Posted: Thu Oct 04, 2012 7:33 pm |
|
|
demon |
Moderator |
|
|
Joined: Sep 22, 2010 |
Posts: 485 |
|
|
|
|
|
|
|
never mind....
login.php
Code: | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Login</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<link href="../mystyle.css" rel="stylesheet" type="text/css">
<script language="javascript">
<!--
function memloginvalidate()
{
if(document.form1.txtusername.value == "")
{
alert("Please enter admin UserName.");
document.form1.txtusername.focus();
return false;
}
if(document.form1.txtpassword.value == "")
{
alert("Please enter admin Password.");
document.form1.txtpassword.focus();
return false;
}
}
//-->
</script>
<body onLoad="document.form1.txtusername.focus();">
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" id="Outer">
<tr>
<td><table width="96%" height="500" border="0" align="center" cellpadding="3" cellspacing="3" id="inner">
<tr>
<td><?php include('header.php'); ?></td>
</tr>
<tr>
<td><div align="center">
<span class="redtext"><strong><?php $StrAction=$_GET['Action']; if ($StrAction == "wrong") { echo "<span class=error>"; echo "Wrong Username or Password"; echo "</span>"; } ?>
</strong></span><br />
<br />
</div>
<table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="18"><img src="images/boxtopleftcorner.gif" alt="" width="18" height="13" /></td>
<td width="734" background="images/boxtopBG.gif"></td>
<td width="18"><img src="images/boxtoprightcorner.gif" alt="" width="18" height="13" /></td>
</tr>
<tr>
<td background="images/boxleftBG.gif"></td>
<td><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="4" colspan="2"></td>
</tr>
<tr >
<td height="18" ><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="378" colspan="3" class="smalltextgrey"><div align="center" class="redtext"></div></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="300" border="0" align="center" cellpadding="0" cellspacing="0" class="GreenBox">
<tr>
<form name="form1" id="form1" method="post" action="login_submit.php" onSubmit="return memloginvalidate()">
<td><table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="3" class="smalltextgrey"> ;;</td>
</tr>
<tr>
<td colspan="3" class="smalltextgrey"><div align="center" class="headtext13"><strong>Administrator Login Area </strong></div></td>
</tr>
<tr>
<td height="10" colspan="3"></td>
</tr>
<tr>
<td width="115"> ;; ;; ;; ;;Username</td>
<td width="3">:</td>
<td width="160"><input name="txtusername" type="text" class="forminput" id="txtusername" maxlength="20" /></td>
</tr>
<tr>
<td> ;; ;; ;; ;;Password</td>
<td>:</td>
<td><input name="txtpassword" type="password" class="forminput" id="txtpassword" maxlength="20" /></td>
</tr>
<tr>
<td> ;;</td>
<td> ;;</td>
<td><input name="Submit" type="submit" class="green-button" value="Login" /></td>
</tr>
</table></td>
</form>
</tr>
</table></td>
</tr>
<tr>
<td> ;;</td>
</tr>
</table></td>
<td background="images/boxrightBG.gif"></td>
</tr>
<tr>
<td width="18"><img src="images/boxbtmleftcorner.gif" alt="" width="18" height="12" /></td>
<td width="734" background="images/boxbtmBG.gif"></td>
<td width="18"><img src="images/boxbtmrightcorner.gif" alt="" width="18" height="12" /></td>
</tr>
</table>
<br />
<br /></td>
</tr>
<tr>
<td><?php include('footer.php'); ?></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html> |
login_submit.php
Code: | <?php include('../dbconnect.php'); $myusername=$_POST['txtusername']; $mypassword=$_POST['txtpassword']; $sql="SELECT * FROM tbl_adminusers WHERE strUserName='$myusername' and strPassword='$mypassword'"; $result=mysql_query($sql); $count=@mysql_num_rows($result); if($count==1){ session_register("myusername"); session_register("mypassword"); header("location:index.php"); } else { ob_start(); ?>
<?php header('location:login.php?Action=wrong'); exit(); } ?> |
|
|
_________________ Go BIG or go HOME ! |
|
|
|
|
|
Hi demon i need a help to decode my php cipher, plz chk pm |
|
Posted: Thu Mar 20, 2014 8:23 am |
|
|
codehunter |
Beginner |
|
|
Joined: Mar 20, 2014 |
Posts: 1 |
|
|
|
|
|
|
|
hi demon im new to php. need a code to be decoded .please check ur pm |
|
|
|
|
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
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|