Jump to content

Chameleon Social & Dating Software v5.2

Featured Replies

  • Replies 77
  • Views 18.4k
  • 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

В 11.06.2021 в 19:15, Vasko Dimitrov Balkanac сказал:

license key not  lorg

 

0578a6ce4998a7352d46c8f10b9d839482944b4d9a61a39377804a60d5d20cf3
e077251293c6de80c6ac35e3e7046abf53106ea183b0d94e1f6653826556fcdd
30008a82dcf2fe10b0a869e06fefa37e0fdc7c01fc4595bcf6e99781ff95f202ijlsd

Screenshot 2021-06-11 at 19-11-15 Chameleon Social Networking Software.png

When checking a license, the domain in which the site is installed is checked. The key from another domain in your domain will not work.

This key only for run script in domain "localhost", when installing a message is displayed that informs about this

Цитата

Localhost license key for testing and development

You need to either completely remove the protection or create a new key for your domain

Edited by orthodox

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

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