Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
you have a solution
05-16-2012, 04:43 PM
Post: #1
you have a solution
do you have a solution for :


Quote:$Var_360->users( );
$usr = $Var_360;

Quote: 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" );
$Var_360->users( );
$usr = $Var_360;
return $usr->checkIdentity( $user, $identity );
}

thanks
Find all posts by this user
Quote this message in a reply
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
05-16-2012, 06:48 PM (This post was last modified: 05-16-2012 06:57 PM by 2nick.)
Post: #3
RE: you have a solution
PHP Code:
$usr $this->users( ); 
Find all posts by this user
Quote this message in a reply
05-16-2012, 07:03 PM
Post: #4
RE: you have a solution
(05-16-2012 06:48 PM)2nick Wrote:  
PHP Code:
$usr $this->users( ); 

yep, seems so.

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
05-16-2012, 07:43 PM
Post: #5
RE: you have a solution
(05-16-2012 04:43 PM)bouba Wrote:  do you have a solution for :


Quote:$Var_360->users( );
$usr = $Var_360;

Quote: 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" );
$Var_360->users( );
$usr = $Var_360;
return $usr->checkIdentity( $user, $identity );
}

thanks
This code needs to be thrown in the trash Big Grin
Find all posts by this user
Quote this message in a reply
05-17-2012, 08:59 AM
Post: #6
RE: you have a solution
2nick needs to be thrown in the trash Smile
Find all posts by this user
Quote this message in a reply
05-17-2012, 11:28 AM
Post: #7
RE: you have a solution
(05-17-2012 08:59 AM)bouba Wrote:  2nick needs to be thrown in the trash Smile

what you mean?Angry
Find all posts by this user
Quote this message in a reply
05-17-2012, 03:00 PM
Post: #8
RE: you have a solution
LOL That's Right

Attach the full file to debug Or Go And Throw Your Code In The Trash
Find all posts by this user
Quote this message in a reply
05-18-2012, 09:24 AM
Post: #9
RE: you have a solution
(05-17-2012 03:00 PM)magedxp Wrote:  LOL That's Right

Attach the full file to debug Or Go And Throw Your Code In The Trash

ok magedxp


Attached File(s)
.rar  auth.rar (Size: 1.82 KB / Downloads: 8)
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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

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