mosestech2016
New member
- Aug 25, 2022
- 13
- 1
- 3
This didnt work out
This didnt work out
if you try it, please tell me what the error is, don't immediately assume it doesn't workThis didnt work out
Of course I did.. After extracting... The page doesn't load at allif you try it, please tell me what the error is, don't immediately assume it doesn't work
please include a picture broOf course I did.. After extracting... The page doesn't load at all
The paystack payment is not working. Keeps showing server error 500INFIX LMS NULLED VERSION 4.7.2 OUT NOW
If anyone has any add-on (module) for this script, please share it
@Tomz @harkel please update resource
![]()
File on MEGA
mega.nz
I will work on fixing itThe paystack payment is not working. Keeps showing server error 500
Please when will the fix be done. I am about launching my website pleaseI will work on fixing it
Download Infix LMS v4.7.2 - Open Source Learning Management System VueJs Nulled Free
Nulled Version Added - Big Thanks To @TheNuller
it asks for code when you do fresh install
Please provide infix lms flutter appI NEED INFIX LMS FLUTTER APP
Download Infix LMS v5.0.0 - Open Source Learning Management System VueJs Nulled Free
v5.0.0 (30 Aug 2022)
Bug Fixed : Vimeo Video Ajax loading (Loading Issue)
: Breadcrumb Location Update
: Role Permission Update
: Others Issues
Feature : API key protection
: Date Picker format dynamic form general setting
: Only subscription or both...
It's not nulled, or at least I might be doing something wrong.
Read the text in this screenshot carefully. It is asking invalid license format means you have to use long correct license format like xxxxxx-xxxxxx.It's not nulled, or at least I might be doing something wrong.
this path not foundhow to null InfixLMS
Modules\Installer\Http\Controllers\InstallerController.php
Open InstallerController.php
find this codes around line 23 to 30
And Replace With this codePHP:try { if (filter_var(gethostbyname($domain_name), FILTER_VALIDATE_IP)) { return TRUE; } else return FALSE; } catch (\Exception $e) { Toastr::error('Operation Failed', 'Failed'); return redirect()->back(); }
PHP:return TRUE;
find this codes 72 to 134
PHP:$request->validate([ 'envatouser' => 'required', 'purchasecode' => 'required', 'installationdomain' => 'required', ]); try { if ($this->is_valid_domain_name($request->installationdomain)) { $envatouser = htmlspecialchars($request->input('envatouser')); $purchasecode = htmlspecialchars($request->input('purchasecode')); $domain = htmlspecialchars($request->input('installationdomain')); $UserData = Envato::verifyPurchase($purchasecode); if (!empty($UserData['verify-purchase']['item_id']) && (User::$item == $UserData['verify-purchase']['item_id'])) { Session::put('envatouser', $envatouser); Session::put('purchasecode', $purchasecode); Session::put('domain', $domain); Session::put('item_id', $UserData['verify-purchase']['item_id']); if ( in_array('curl', get_loaded_extensions())) { try { $client = new Client(); $product_info = $client->request('GET', 'http://salespanel.infixedu.com/api/installation/' . $purchasecode . '/' . $domain . '/' . $envatouser); $product_info = $product_info->getBody()->getContents(); $product_info = json_decode($product_info); if ($product_info->flag == false) { return redirect()->back()->with("message-danger", $product_info->message); } else { Session::put('step3', 3); Session::flash("message-success", "Congratulations! Purchase code is verified." . $product_info->message); return redirect('system/check-environment'); } } catch (\GuzzleHttp\Exception\ConnectException $e) { Session::put('step3', 3); Session::flash("message-success", "Congratulations! Purchase code is verified."); return redirect('system/check-environment'); return redirect()->back()->with("message-danger", $e->getMessage()); } catch (\Exception $e) { return redirect()->back()->with("message-danger", "Operation Failed! Please contact us"); } } else { Session::flash("message-danger", "Ops! CURL is not available on your web server. Please install it."); } } else { Session::flash("message-danger", "Ops! Purchase Code is not valid. Please try again."); return redirect()->back()->with("message-danger", "Ops! Purchase Code is not valid. Please try again."); } return redirect()->back()->with("message-danger", "Ops! Purchase Code is not valid. Please try again."); } else { return redirect()->back()->with("message-danger", "Ops! Invalid Domain. Please try again."); } } catch (\Exception $e) { Toastr::error('Operation Failed', 'Failed'); return redirect()->back(); }
and Replace with this code
PHP:envatouser = htmlspecialchars($request->input('envatouser')); $purchasecode = htmlspecialchars($request->input('purchasecode')); $domain = htmlspecialchars($request->input('installationdomain')); Session::put('envatouser', $envatouser); Session::put('purchasecode', $purchasecode); Session::put('domain', $domain); Session::put('step3', 3); Session::flash("message-success", "Congratulations! Purchase code is verified."); return redirect('system/check-environment');
Enjoy![]()
That was from August 2020, you might find the code has changed since then.this path not found