December 12, 20213 yr very good script This forum account is currently banned. Ban Length: Member has been permanently banned.
April 26, 20223 yr Why do you all write words of gratitude.....The link has not been working for a long time. When asked to update, there is zero reaction.
October 15, 20222 yr Author Administrators updated Support is available for paid files only Support for free files is offered for a fee only
November 3, 20222 yr @Vasko Dimitrov BalkanacHello the zip file requires a code, so impossible to extract it! @Vasko Dimitrov Balkanac @Vasko Dimitrov Balkanac
November 26, 20222 yr В 11.06.2021 в 19:15, Vasko Dimitrov Balkanac сказал: license key not lorg 0578a6ce4998a7352d46c8f10b9d839482944b4d9a61a39377804a60d5d20cf3 e077251293c6de80c6ac35e3e7046abf53106ea183b0d94e1f6653826556fcdd 30008a82dcf2fe10b0a869e06fefa37e0fdc7c01fc4595bcf6e99781ff95f202ijlsd 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 December 2, 20222 yr by orthodox
April 7, 20232 yr 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.