Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
you have a solution
05-16-2012, 05:19 PM
Post: #2
RE: you have a solution
public function checkidentity( $user = null, $identity = null ) {
if ( $user === null ) {
$user = $this->username;
}
global $config_abs_path;
require_once( $config_abs_path."/classes/users.php" );
$usr = new users();
return $usr->checkIdentity( $user, $identity );
}

something like that...

Security Audit, Web Development, PHP & JavaScript Decoding & Deobfuscation, Debugging, Bug Fixing, Reverse Engineering
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
you have a solution - bouba - 05-16-2012, 04:43 PM
RE: you have a solution - object0 - 05-16-2012 05:19 PM
RE: you have a solution - 2nick - 05-16-2012, 06:48 PM
RE: you have a solution - object0 - 05-16-2012, 07:03 PM
RE: you have a solution - 2nick - 05-16-2012, 07:43 PM
RE: you have a solution - bouba - 05-17-2012, 08:59 AM
RE: you have a solution - 2nick - 05-17-2012, 11:28 AM
RE: you have a solution - iDENTiTY - 05-17-2012, 03:00 PM
RE: you have a solution - bouba - 05-18-2012, 09:24 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication