Jump to content

Chameleon Social & Dating Software v5.2

Featured Replies

  • Replies 78
  • Views 18.6k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • ممل بت
    ممل بت

    very good script

  • i was nulled last version 4.6 dont know what is new in this about licence.. But it would be greate if nulled some one that have time.

  • Ryan Melo
    Ryan Melo

    Version 5.2 is available.. Please update it sir.

Most Helpful Posts

Posted Images

@jenssie

On 4/8/2023 at 2:25 AM, jenssie said:
function autoloader($class)
{
global $g;
        $class = strtolower($class);

        if ($class =='chtml')
        {
            $file = $g['path']['url_main'] . '_include/lib/' . substr($class,1) . '.php';
        }
				else if (strpos($class, 'chtml') === 0)
        {
            $file = $g['path']['url_main'] . '_include/lib/' . substr($class,5) . '.php';
        }
				else if (strpos($class, 'db_') === 0)
        {
            $file = $g['path']['url_main'] . '_include/lib/' . $class . '.php';
        }
        else if ($class =='cbanner')
        {
            $file = $g['path']['url_main'] . '_include/current/' . substr($class,1) . '.class.php';
        }
        else if ($class =='userfields')
        {
            $file = $g['path']['url_main'] . '_include/current/user_fields.class.php';
        }        
        else
        {
            $file = $g['path']['url_main'] . '_include/current/' . $class . '.class.php';
        }
//print_r($file);
        if (file_exists($file))
        {

            require $file;

            return true;
        }

        return false;

}

spl_autoload_register('autoloader');

this in autoloader.php

What is this file and what does it do?

В 06.07.2023 в 06:54, padonis сказал:

@jenssie

What is this file and what does it do?

Hm. Good question 🙂

[hide p=1]

Its no autoloader.php.

autoloader.php sets variables

$GLOBALS['a6ce91443f6']['_7cc538b1'];$lll11lllll = $GLOBALS['a6ce91443f6']['_d5c186983b52c'];$ll1lll1 = $GLOBALS['a6ce91443f6']['_da54dd5a0398011'];$llllllllll =

mean

$GLOBALS['a6ce91443f6']['_735701335a53e5'] = base64_decode('YmFzZW5hbWU=');

"YmFzZW5hbWU" in base64 its "basename"

and the rest are similar

[/hide]

 

Edited by orthodox

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Latest Updated Files