• 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"

Escroc - Money Transfer with Escrow Full Solution

Escroc - Money Transfer with Escrow Full Solution v1.2.0

No permission to download

alu247

New member
Nov 22, 2020
22
13
3
alu247 submitted a new resource:

Escroc - Money Transfer with Escrow Full Solution - Money Transfer with Escrow Full Solution available on CodeCanyon. This comprehensive package include

Introducing Escroc, the all-encompassing Money Transfer with Escrow Full Solution available on CodeCanyon. This comprehensive package includes a website, versatile cross-platform Android and iOS apps, and a user-friendly admin panel for seamless management. The escrow account feature acts as a secure third-party intermediary for funds before they reach the ultimate recipient, offering protection against scams and fraud, particularly in high-value and dispute-prone sectors. Boasting a range...

Read more about this resource...
 
  • Love
Reactions: Babak
The installation screen returns a 405 ERROR. Any idea how to fix this?
1711285547791.png
Try do manual instalation:
crate database type DB credentials on .env then:
php8.1

sudo apt update
php artisan key:generate

composer install
composer update
php artisan migrate
php artisan db:seed
php artisan passport:install
php artisan storage:link

php artisan config:cache
sudo service apache2 restart
systemctl restart lsws
 
  • Like
Reactions: Babuthecodes
Try do manual instalation:
crate database type DB credentials on .env then:
php8.1

sudo apt update
php artisan key:generate

composer install
composer update
php artisan migrate
php artisan db:seed
php artisan passport:install
php artisan storage:link

php artisan config:cache
sudo service apache2 restart
systemctl restart lsws
solved. How to bypass Purchase code: 1711298507088.png
 
please help me The installation screen returns a 404 ERROR. Any idea how to fix this?
 

Attachments

  • 1711285547791.png
    1711285547791.png
    467.2 KB · Views: 3
Its quite a process to null this . There was a lot of cat and mouse . there was a lot of hiding by the devs.

here is the full procedure . please click like once it works for you

follow step by step

1. Edit file

resources\installer\src\routes/web.php

delete line 17
delete line 18
delete line 30
delete line 31

on line 40 change to "PURCHASE_CODE" = "123456",


2.Edit file

resources\installer\src\views\installer\pages/requirements.blade.php

Line 95
<a href="{{ route('project.install.validation.form') }}" class="btn--base">


Replace with
<a href="{{ route('project.install.database.config') }}" class="btn--base">


3.Edit file


resources\installer\src\Controllers/BaseController.php

delete Line 82 + 119 + 140 , 143 , 173 , 146

line 134 change to return redirect()->route('project.install.finish');

4. Http/MiddleWare/StartingPoint

change 32, 37, 41 from true to false.


5. env update then save


PURCHASE_CODE = "123456"

APP_ENV=production

to

APP_URL="http://YOURDOMAIN.COM"

DB_HOST="localhost"

DB_PORT="3306"

DB_DATABASE="yourdatabase"

DB_USERNAME="yourdatabseusername"

DB_PASSWORD="yourdatabsepassword"


6. Middleware/Admin/AppModeGuard

delete line 34,35,36,37,38

7. Middleware/Admin/AppModeGuardAPi

delete line 34,35,36,37,38

9. Go to terminal

php artisan migrate
php artisan db:seed
php artisan passport : install --force

php artisan config: cache

10. go to yourdomain.com/admin/login.

username : [email protected]
password : appdevs

Enjoy
 
Last edited:
  • Like
Reactions: Babuthecodes
Its quite a process to null this . There was a lot of cat and mouse . there was a lot of hiding by the devs.

here is the full procedure . please click like once it works for you

follow step by step

1. Edit file

resources\installer\src\routes/web.php

delete line 17
delete line 18
delete line 30
delete line 31

on line 40 change to "PURCHASE_CODE" = "123456",


2.Edit file

resources\installer\src\views\installer\pages/requirements.blade.php

Line 95
<a href="{{ route('project.install.validation.form') }}" class="btn--base">


Replace with
<a href="{{ route('project.install.database.config') }}" class="btn--base">


3.Edit file


resources\installer\src\Controllers/BaseController.php

delete Line 82 + 119 + 140 , 143 , 173 , 146

line 134 change to return redirect()->route('project.install.finish');

4. Http/MiddleWare/StartingPoint

change 32, 37, 41 from true to false.


5. env update then save


PURCHASE_CODE = "123456"

APP_ENV=production

to

APP_URL="http://YOURDOMAIN.COM"

DB_HOST="localhost"

DB_PORT="3306"

DB_DATABASE="yourdatabase"

DB_USERNAME="yourdatabseusername"

DB_PASSWORD="yourdatabsepassword"


6. Middleware/Admin/AppModeGuard

delete line 34,35,36,37,38

7. Middleware/Admin/AppModeGuardAPi

delete line 34,35,36,37,38

9. Go to terminal

php artisan migrate
php artisan db:seed
php artisan passport : install --force

php artisan config: cache

10. go to yourdomain.com/admin/login.

username : [email protected]
password : appdevs

Enjoy
easy peasy. works like a charm! The installation is successfully running.
 
Its quite a process to null this . There was a lot of cat and mouse . there was a lot of hiding by the devs.

here is the full procedure . please click like once it works for you

follow step by step

1. Edit file

resources\installer\src\routes/web.php

delete line 17
delete line 18
delete line 30
delete line 31

on line 40 change to "PURCHASE_CODE" = "123456",


2.Edit file

resources\installer\src\views\installer\pages/requirements.blade.php

Line 95
<a href="{{ route('project.install.validation.form') }}" class="btn--base">


Replace with
<a href="{{ route('project.install.database.config') }}" class="btn--base">


3.Edit file


resources\installer\src\Controllers/BaseController.php

delete Line 82 + 119 + 140 , 143 , 173 , 146

line 134 change to return redirect()->route('project.install.finish');

4. Http/MiddleWare/StartingPoint

change 32, 37, 41 from true to false.


5. env update then save


PURCHASE_CODE = "123456"

APP_ENV=production

to

APP_URL="http://YOURDOMAIN.COM"

DB_HOST="localhost"

DB_PORT="3306"

DB_DATABASE="yourdatabase"

DB_USERNAME="yourdatabseusername"

DB_PASSWORD="yourdatabsepassword"


6. Middleware/Admin/AppModeGuard

delete line 34,35,36,37,38

7. Middleware/Admin/AppModeGuardAPi

delete line 34,35,36,37,38

9. Go to terminal

php artisan migrate
php artisan db:seed
php artisan passport : install --force

php artisan config: cache

10. go to yourdomain.com/admin/login.

username : [email protected]
password : appdevs

Enjoy
1714457369517.png
 
  • Like
Reactions: avibe
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