44.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

06-16-2018, 02:04 AM
Post: #1
Joysale 2.3 - help decode files
I will share joysale 2.3 nulled, but you need to decode these files.

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

Thanks,
TroXx
06-16-2018, 02:39 AM
Post: #2
RE: Joysale 2.3 - help decode files
use phpdecode.xyz
06-16-2018, 05:15 PM
Post: #3
RE: Joysale 2.3 - help decode files
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;
    }


05-03-2021, 06:02 AM
Post: #4
RE: Joysale 2.3 - help decode files
Hi TroXx can you reupload Joysale version 2.3 please?
05-03-2021, 06:04 AM
Post: #5
RE: Joysale 2.3 - help decode files
Hi TroXx, can you reupload Joysale version 2.3 please?
11.gif




65.gif