What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
LMSZAI - LMS | Learning Management System (Laravel) zainiktheme

NULLED LMSZAI - LMS | Learning Management System (Laravel) zainiktheme 7.0 NULLED

raz0r 's signature
Reacted by:

Change Log (version 4.3)​

+ SEO meta management for dynamic pages done
+ Sitemap generation added
+- Site share fix
+- All static page seo fix
+- Delete unique field issue fix

 
iranthavan 's signature

Change Log (version 4.4)​

+ Braintree payment method added.
+ Iyzico payment method added.
+ Bitpay payment method added.
+ Zitopay payment method added.
+ Compatible to the LMSzai Market addon.
+/- Fix multi-instructor.

 
iranthavan 's signature
Reacted by:
  • Like
Reactions: alamgir, JuniorAlves01 and alisondiz
raz0r 's signature
Reacted by:
When installing add-ons here is such an error. Maybe someone knows how to fix it
 

Attachments

  • Screenshot_2.png
    Screenshot_2.png
    86.9 KB · Views: 23
Reacted by:
raz0r 's signature
Reacted by:
raz0r 's signature
Reacted by:
  • Like
Reactions: alpipopa
User
Hi everyone; please help I'm facing this issue
You
SQLSTATE[HY000] [1045] Access denied for user ''@'127.0.0.1' (using password: NO) (SQL: SHOW FULL TABLES WHERE table_type = 'BASE TABLE')


when i change everything in the env file
dents.com is currently unable to handle this request.
HTTP ERROR 500
 
Reacted by:
  • Like
Reactions: pngdev675
raz0r updated LMSZAI - LMS | Learning Management System (Laravel) zainiktheme with a new update entry:

LMSZAI 6.1 NULLED

Change Log (version 6.1)​

+ Sign in with Google, Facebook, Twitter (X) branding logo added
+ Refund for organization
+ Stripe payment change to the checkout page
+ Force HTTPS enable/disabled setting added
+/- Multi-instructor issue fix
+/- Course details organization name issue fix
+/- Fix IyziPay payment gateway
+/- Fix Profile Request

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
It does work on new update, unfortunately it throws an error when trying to add addon
"file_get_contents(\/home\/user\/lms.domain.com\/storage\/app\/addons\/LMSZAIAI\/update_note.json): Failed to open stream: No such file or directory

If have LMSZAI Mobile App or LMSzai Market - Physical/Digital Product (Book, T-shirt, Goodies,Ebook) selling addon please add
Post automatically merged:

User
Hi everyone; please help I'm facing this issue
You
SQLSTATE[HY000] [1045] Access denied for user ''@'127.0.0.1' (using password: NO) (SQL: SHOW FULL TABLES WHERE table_type = 'BASE TABLE')


when i change everything in the env file
dents.com is currently unable to handle this request.
HTTP ERROR 500
CHANGEN
127.0.0.1' TO LOCALHOST
 
Reacted by:

Change Log (version 6.3)​

+/- Organization panel course menu bar active.
+/- Error fixing.
+/- Design fixing.
 
Reacted by:
raz0r 's signature
raz0r updated LMSZAI - LMS | Learning Management System (Laravel) zainiktheme with a new update entry:

LMSZAI - LMS | Learning Management System 6.5 NULLED

Change Log (version 6.5)​

+ Added Binance payment gateway
+ Added Paytm payment gateway
+ Added PayHere payment gateway
+ Added MaxiCash payment gateway
+ Added CinetPay payment gateway
+ Added VoguePay payment gateway
+ Added ToyyibPay payment gateway
+ Added Paymob payment gateway
+ Added Authorize.Net payment gateway
+ Added Alipay payment gateway
+ Added Xendit payment gateway
+/- sslcommerz live payment issue fix.

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
raz0r 's signature
Reacted by:
not nulled sir. please check and fix itView attachment 39727
Open file app\Helper\helper.php

and replace this code

Code:
if (!function_exists('isVLInstall')) {
    function isVLInstall()
    {
        return Cache::remember(implode('', ['li','c','e','ns','e','_','ve','r','if','i','c','a','ti','on']), 86400, function () {
            try {
                $lastCheck = get_option('leck');

                if ($lastCheck && now()->diffInSeconds($lastCheck) < 86400) {
                    return get_option('vldl');
                }

                $site = get_domain_name(Request::fullUrl());
                $key = decrypt(get_option('cpk'));
            } catch (\Exception $e) {
                $key = '';
            }

            $cs = '\App\Http\Controllers\Auth\\' . implode('', ['Lt','c','C','on','t','r','ol','l','er']);

            $controller = new $cs;
            $result = $controller->validateKey($key, $site, 'vl', Request::ip());

            // Return the validation status
            return $result['status'];
        });
    }
}
with this:
PHP:
if (!function_exists('isVLInstall')) {
    function isVLInstall()
    {
        return Cache::remember(implode('', ['li','c','e','ns','e','_','ve','r','if','i','c','a','ti','on']), 86400, function () {
            return true;
        });
    }
}
 
Last edited:
raz0r 's signature
Reacted by:
Open file app\Helper\helper.php

and replace this code

Code:
if (!function_exists('isVLInstall')) {
    function isVLInstall()
    {
        return Cache::remember(implode('', ['li','c','e','ns','e','_','ve','r','if','i','c','a','ti','on']), 86400, function () {
            try {
                $lastCheck = get_option('leck');

                if ($lastCheck && now()->diffInSeconds($lastCheck) < 86400) {
                    return get_option('vldl');
                }

                $site = get_domain_name(Request::fullUrl());
                $key = decrypt(get_option('cpk'));
            } catch (\Exception $e) {
                $key = '';
            }

            $cs = '\App\Http\Controllers\Auth\\' . implode('', ['Lt','c','C','on','t','r','ol','l','er']);

            $controller = new $cs;
            $result = $controller->validateKey($key, $site, 'vl', Request::ip());

            // Return the validation status
            return $result['status'];
        });
    }
}
with this:
PHP:
if (!function_exists('isVLInstall')) {
    function isVLInstall()
    {
        return Cache::remember(implode('', ['li','c','e','ns','e','_','ve','r','if','i','c','a','ti','on']), 86400, function () {
            return true;
        });
    }
}
I have Tried it. But still facing the same issue sir. please check. @raz0r
1736611681838.png
 
Reacted by:
raz0r 's signature
Reacted by:
Top