Remito - Online Money Transfer Solution

Remito - Online Money Transfer Solution 3.0.2

No permission to download

gordian

Member
Babiato Lover
Trusted Uploader
Jun 11, 2020
67
53
18
gordian updated Remito - Online Money Transfer Solution with a new update entry:

Version 3.0.2 – 24th Apr, 2022

Version 3.0.2 – 24th Apr, 2022​

  • [Fix] 2FA Issue


Download Links

Read the rest of this update entry...
 

ghostriderrr

Well-known member
Babiato Lover
Null Master
Trusted Uploader
May 2, 2022
428
499
63
OutOfWorld
GO TO : vendor\jlang\jsonstringfy\src\Http\Controllers

And replace code from line number 49 to 81 with this code .

PHP:
public function submitProductCode(Request $request)
    {
        $this->validate($request, [
            'purchased_code' => 'required|min:5',
            'email' => 'required|email|max:150',
            'database_host' => 'required|min:5',
            'database_port' => 'required|min:2',
            'database_name' => 'required|min:1',
            'database_username' => 'required|min:1',
            'database_password' => 'nullable|min:5'
        ]);

        $data['purchased_code'] = $request->purchased_code;
        $data['email'] = $request->email;
        $getData = json_decode(Installer::getToken($data));
        $getData->success = 'next';
        $getData->data = 'babiato.tech';
        $getData->error =false;
       
            $env = [
                'DB_HOST' => $request->database_host,
                'DB_PORT' => $request->database_port,
                'DB_DATABASE' => $request->database_name,
                'DB_USERNAME' => $request->database_username,
                'DB_PASSWORD' => $request->database_password ?? '',
            ];
            Installer::setEnv($env);
            DocHash::fEncrypt($getData->data);
            RequestResolve::fwCircuit($getData);
            $path = (string)config('requirmetns.home_url');
            return view('pdoc::success', compact('path'));

    }
 

Klrahul

Active member
May 2, 2022
190
72
28
Babiato😍
babiato.tech
GO TO : vendor\jlang\jsonstringfy\src\Http\Controllers

And replace code from line number 49 to 81 with this code .

PHP:
public function submitProductCode(Request $request)
    {
        $this->validate($request, [
            'purchased_code' => 'required|min:5',
            'email' => 'required|email|max:150',
            'database_host' => 'required|min:5',
            'database_port' => 'required|min:2',
            'database_name' => 'required|min:1',
            'database_username' => 'required|min:1',
            'database_password' => 'nullable|min:5'
        ]);

        $data['purchased_code'] = $request->purchased_code;
        $data['email'] = $request->email;
        $getData = json_decode(Installer::getToken($data));
        $getData->success = 'next';
        $getData->data = 'babiato.tech';
        $getData->error =false;
      
            $env = [
                'DB_HOST' => $request->database_host,
                'DB_PORT' => $request->database_port,
                'DB_DATABASE' => $request->database_name,
                'DB_USERNAME' => $request->database_username,
                'DB_PASSWORD' => $request->database_password ?? '',
            ];
            Installer::setEnv($env);
            DocHash::fEncrypt($getData->data);
            RequestResolve::fwCircuit($getData);
            $path = (string)config('requirmetns.home_url');
            return view('pdoc::success', compact('path'));

    }
Tested localhost but its not working
after visiting http://localhost/remito-302/install

1653492563959.png
 

salmankhan22

New member
Jun 15, 2022
2
0
1
i installed it successfully but after installing it says " page is not working " 500 error
Pls help
 

Attachments

  • Screenshot 2022-06-15 at 9.08.53 PM.png
    Screenshot 2022-06-15 at 9.08.53 PM.png
    89.5 KB · Views: 5

Latest posts

Forum statistics

Threads
69,279
Messages
908,680
Members
237,541
Latest member
probashidlo

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu