Best Blackhat Forum

Full Version: Joysale 2.3 - help decode files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I will share joysale 2.3 nulled, but you need to decode these files.

Files:
https://mega.nz/#!RV1xlSiQ!oj8ATLS9BdeAr...43w0P54fkc

Thanks,
TroXx
use phpdecode.xyz
AdminUserIdentity.php
PHP Code:
<?php 

class AdminUserIdentity extends CUserIdentity
{
    private 
$_id NULL;

    public function 
authenticate()
    {
        
$users Admins::model()->findByAttributes(array( "email" => $this->username ));
        if( 
$users === NULL 
        {
            
$this->errorCode self::ERROR_USERNAME_INVALID;
        }
        else
        {
            if( 
$users->password !== base64_encode($this->password) ) 
            {
                
$this->errorCode self::ERROR_PASSWORD_INVALID;
            }
            else
            {
                
$this->errorCode self::ERROR_NONE;
                
$this->_id $users->id;
            }

        }

        return !
$this->errorCode;
    }

    public function 
getId()
    {
        return 
$this->_id;
    }


Hi TroXx can you reupload Joysale version 2.3 please?
Hi TroXx, can you reupload Joysale version 2.3 please?
Reference URL's