• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

XRemit Pro - Remittance Money Transfer Full Solution

XRemit Pro - Remittance Money Transfer Full Solution v2.3.0 Untouched

No permission to download

phoenixcodex

Member
May 5, 2022
21
58
13
phoenixcodex submitted a new resource:

XRemit Pro - Remittance Money Transfer Full Solution - Money Transfer

1705338054508.png
Introducing XRemit Pro, the all-in-one Remittance Money Transfer Solution that equips you to launch your remittance solution business effortlessly. With a comprehensive package including a responsive website, cross-platform Android and iOS app, and an intuitive admin panel, XRemit Pro ensures you’re ready for success from day one. While supporting Multiple currencies at a time, it offers a quick start for your venture. Seamlessly facilitate International...

Read more about this resource...
 
Hello guys..how do you remove the chat button that appears on the bottom screen?
 
Modify this file : /resources/installer/src/Helpers/ValidationHelper.php
Afterward, input a random key as the purchase key.

PHP:
<?php

namespace Project\Installer\Helpers;

use Exception;
use Illuminate\Support\Facades\Http;
use Project\Installer\Helpers\Helper;
use Project\Installer\Helpers\URLHelper;

class ValidationHelper {

    public function validate(array $data) {

        $config = new ConfigHelper();
        $url = new URLHelper();
        $db = new DBHelper();
        $helper = new Helper();

        $data['client'] = $helper->client();
        $helper->connection($data);

        $helper->cache($data);

        $this->setStepSession();
    }

    public function setStepSession() {
        session()->put('validation',"PASSED");
    }

    public static function step() {
        return session('validation');
    }
}
 
  • Like
Reactions: 2bajide
I'm getting this error
'SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (SQL: alter table `admin_password_resets` add index `admin_password_resets_email_index`(`email`))'
 
Modify this file : /resources/installer/src/Helpers/ValidationHelper.php
Afterward, input a random key as the purchase key.

PHP:
<?php

namespace Project\Installer\Helpers;

use Exception;
use Illuminate\Support\Facades\Http;
use Project\Installer\Helpers\Helper;
use Project\Installer\Helpers\URLHelper;

class ValidationHelper {

    public function validate(array $data) {

        $config = new ConfigHelper();
        $url = new URLHelper();
        $db = new DBHelper();
        $helper = new Helper();

        $data['client'] = $helper->client();
        $helper->connection($data);

        $helper->cache($data);

        $this->setStepSession();
    }

    public function setStepSession() {
        session()->put('validation',"PASSED");
    }

    public static function step() {
        return session('validation');
    }
}
I'm getting this error
'SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (SQL: alter table `admin_password_resets` add index `admin_password_resets_email_index`(`email`))'
 
That error is
I'm getting this error
'SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (SQL: alter table `admin_password_resets` add index `admin_password_resets_email_index`(`email`))'
Your server's mysql configuration database length is limited.

Suggestion:

Check '/config/database.php' and set 'engine' to 'InnoDB'
 
  • Like
Reactions: emyhunk
I just tried it again but getting SQLSTATE[HY000]: General error: 1615 Prepared statement needs to be re-prepared (SQL: insert into `admin_roles` (`admin_id`, `created_at`, `name`, `updated_at`) values (1, 2024-02-24 07:10:59, Super Admin, 2024-02-24 07:10:59), (1, 2024-02-24 07:10:59, Sub Admin, 2024-02-24 07:10:59), (1, 2024-02-24 07:10:59, Moderator, 2024-02-24 07:10:59), (1, 2024-02-24 07:10:59, Editor, 2024-02-24 07:10:59), (1, 2024-02-24 07:10:59, Support Member, 2024-02-24 07:10:59) on duplicate key update `name` = values(`name`), `admin_id` = values(`admin_id`), `updated_at` = values(`updated_at`))
 
Modify this file : /resources/installer/src/Helpers/ValidationHelper.php
Afterward, input a random key as the purchase key.

PHP:
<?php

namespace Project\Installer\Helpers;

use Exception;
use Illuminate\Support\Facades\Http;
use Project\Installer\Helpers\Helper;
use Project\Installer\Helpers\URLHelper;

class ValidationHelper {

    public function validate(array $data) {

        $config = new ConfigHelper();
        $url = new URLHelper();
        $db = new DBHelper();
        $helper = new Helper();

        $data['client'] = $helper->client();
        $helper->connection($data);

        $helper->cache($data);

        $this->setStepSession();
    }

    public function setStepSession() {
        session()->put('validation',"PASSED");
    }

    public static function step() {
        return session('validation');
    }
}
Please can you upload one that is already nulled like you described let me try one more time.
 
I recommend installing it locally first, this installer sends detailed hostname and admin account information to the developer, to turn this off you can delete the line:

resources/installer/src/Helpers/DBHelper.php

PHP:
public function updateAccountSettings(array $data) {
         //..............................

        $helper = new Helper();
        $helper->cache($data);
        $helper->connection($helper->cache()); // <=== remove this line

        //................
 
Has anyone managed to install this please? I cant pass the purchase code request.

If one has a nulled version please share
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock