Jump to content
Bicrypto v3.6.1 + All Plugins ×
  • advertisement_alt
  • advertisement_alt
  • advertisement_alt

Recommended Posts

  • 3 weeks later...
  • 2 months later...
  • 4 weeks later...
  • 2 weeks later...
  • 2 weeks later...
  • 4 weeks later...
  • 2 weeks later...
  • 2 weeks later...
  • Mahmoud changed the title to Chameleon Social & Dating Software v5.2
  • 3 weeks later...
  • 4 weeks later...
В 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
Link to comment
Share on other sites

  • 2 months later...
  • 1 month later...
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

Link to comment
Share on other sites

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...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...