|
|
|
|
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 |
|
|
can someone decode this |
|
Posted: Wed Jan 21, 2009 7:56 pm |
|
|
chucu |
Regular user |
|
|
Joined: Jan 21, 2009 |
Posts: 8 |
|
|
|
|
|
|
|
|
|
|
|
Posted: Wed Jan 28, 2009 9:16 pm |
|
|
zerobytes |
Valuable expert |
|
|
Joined: Aug 30, 2008 |
Posts: 199 |
|
|
|
|
|
|
|
Code: |
<?php
require_once('classes/checkUser.class.php');
$check = new checkUser;
$check->username = $_POST['user'];
$check->checkService = $_POST['service'];
$check->checkUserStatus();
if($check->avatarLink == null) {
$check->avatarLink = 'images/noAvatar.png';
}
// Let's return the user status now
echo $check->response;
?>
<p align="center"><a href="http://unikscripts.com"><span style="text-decoration: none">
<font size="2">Copyright UnikScripts</font></span></a></p>
|
ZeroBytes |
|
|
|
|
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
|
|
|
|
|
|
|