MonsterTools: The All-in-One SEO & Web Toolkit, like a Swiss Army Knife

MonsterTools: The All-in-One SEO & Web Toolkit, like a Swiss Army Knife V3.1.0

No permission to download

zabi123

New member
Oct 24, 2020
9
0
1
Upload the below sql after you have created database ,username and password then paste the following in your .env file:
APP_NAME="Monster Tools"
APP_ENV=local
APP_KEY=base64:QnfTEO6KC5Yugz+Z4g5gVe8z8S8d0zHD6BEyF3MFDy4=
APP_DEBUG=false
APP_URL=https://localhost
APP_INSTALLED=true
APP_VERSION=1.0.0
APP_ADMIN_PREFIX=admin
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
IGNITION_EDITOR=vscode
DEBUGBAR_ENABLED=false
SYSTEM_TIMEZONE=America/Tijuana
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=monster-seo
DB_USERNAME=monster-seo
DB_PASSWORD=monster-seo
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
FILESYSTEM_DRIVER=public
FILESYSTEM_DISK="${FILESYSTEM_DRIVER}"
UPLOADER_TEMP_DISK=local
UPLOADER_TEMP_PATH=temp
PUBLIC_FILES_DISK="${FILESYSTEM_DRIVER}"
PUBLIC_FILES_PATH=uploads
UPLOADER_CHUNKS_PATH=uploads/chunks
MEMCACHED_HOST=127.0.0.1
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_MAILER=sendmail
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=587
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=[email protected]
MAIL_FROM_NAME="${APP_NAME}"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
WAS_ACCESS_KEY_ID=
WAS_SECRET_ACCESS_KEY=
WAS_DEFAULT_REGION=us-east-1
WAS_BUCKET=
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_HOST=
PUSHER_PORT=443
PUSHER_SCHEME=https
PUSHER_APP_CLUSTER=mt1
VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
VITE_PUSHER_HOST="${PUSHER_HOST}"
VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
FRONT_THEME=canvas
FACEBOOK_APP_ID=
FACEBOOK_REDIRECT=
STRIPE_KEY=
STRIPE_SECRET=
BRIANTREE_MODE=ture
BRIANTREE_MERCHANT_ID=
BRIANTREE_PUBLIC_KEY=
BRIANTREE_PRIVATE_KEY=
PAYPAL_MODE=sandbox
PAYPAL_SANDBOX_CLIENT_ID=
PAYPAL_SANDBOX_CLIENT_SECRET=
PAYPAL_LIVE_CLIENT_ID=
PAYPAL_LIVE_CLIENT_SECRET=
PAYPAL_LIVE_APP_ID=
PAYPAL_VALIDATE_SSL=TRUE
PAYPAL_NOTIFY_URL=
Hi my env file already have following, and where is the mysql file to upload? can you help me out.

APP_NAME="Best SEO Tools"
APP_ENV=production
APP_KEY=base64:
APP_DEBUG=false
APP_URL=
APP_INSTALLED=true
APP_VERSION=1.0.0
APP_ADMIN_PREFIX=admin

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
IGNITION_EDITOR=vscode
DEBUGBAR_ENABLED=false
SYSTEM_TIMEZONE=America/Tijuana

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=u523041667_bestseo
DB_USERNAME=u523041667_bestseo
DB_PASSWORD=Canada$$2023

BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120

FILESYSTEM_DRIVER=public
FILESYSTEM_DISK="${FILESYSTEM_DRIVER}"
UPLOADER_TEMP_DISK=local
UPLOADER_TEMP_PATH=temp
PUBLIC_FILES_DISK="${FILESYSTEM_DRIVER}"
PUBLIC_FILES_PATH=uploads
UPLOADER_CHUNKS_PATH=uploads/chunks

MEMCACHED_HOST=127.0.0.1

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_MAILER=sendmail
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=587
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=[email protected]
MAIL_FROM_NAME="Monter Tool"

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false

WAS_ACCESS_KEY_ID=
WAS_SECRET_ACCESS_KEY=
WAS_DEFAULT_REGION=us-east-1
WAS_BUCKET=

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_HOST=
PUSHER_PORT=443
PUSHER_SCHEME=https
PUSHER_APP_CLUSTER=mt1

VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
VITE_PUSHER_HOST="${PUSHER_HOST}"
VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

FRONT_THEME=canvas
FACEBOOK_APP_ID=3056246081082951
FACEBOOK_REDIRECT=https://dareecha.pk/best-seo-tools/public/index.php/social/handle/facebook

STRIPE_KEY=
STRIPE_SECRET=

BRIANTREE_MODE=ture
BRIANTREE_MERCHANT_ID=
BRIANTREE_PUBLIC_KEY=
BRIANTREE_PRIVATE_KEY=

PAYPAL_MODE=sandbox
PAYPAL_SANDBOX_CLIENT_ID=
PAYPAL_SANDBOX_CLIENT_SECRET=
PAYPAL_LIVE_CLIENT_ID=
PAYPAL_LIVE_CLIENT_SECRET=
PAYPAL_LIVE_APP_ID=
PAYPAL_VALIDATE_SSL=TRUE
PAYPAL_NOTIFY_URL=https://dareecha.pk/best-seo-tools/public/index.php/payments/webhook
 
May 9, 2022
101
15
18
Code:
RewriteEngine On
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://example.com/ [R,L]
    
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “alt-php80” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-alt-php80___lsphp .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
Did you find a solution to this problem?
I solved the problem by modifying the file .htaccess
 
  • Like
Reactions: Auwal

tuton012

Strive for progress, not perfection
Babiato Lover
Trusted Uploader
May 23, 2019
1,607
2,061
120
Near You
MrSam_1 updated MonsterTools: The All-in-One SEO & Web Toolkit, like a Swiss Army Knife with a new update entry:

MonsterTools: The All-in-One SEO & Web Toolkit, like a Swiss Army Knife

Decryption key:

Untouched Version

## [3.0.0] - 2024-10-03​

### Requirements
# Minimum PHP version required is now PHP 8.2 or higher.

### Introducing
# Upgraded to Laravel 11.
# Added a new themes management.
# Introduced a brand new theme (Minimal).
# Added new tool: Credit Card Generator.
# Added new tool: Fake Address Generator.
# Added new tool: Fake Name Generator.
# Added...

Read the rest of this update entry...
 

tuton012

Strive for progress, not perfection
Babiato Lover
Trusted Uploader
May 23, 2019
1,607
2,061
120
Near You
MrSam_1 updated MonsterTools: The All-in-One SEO & Web Toolkit, like a Swiss Army Knife with a new update entry:

MonsterTools: The All-in-One SEO & Web Toolkit, like a Swiss Army Knife

Decryption key;


### Updated
# The MonsterTools now handle the mail with PHP Mail.
# Updated Domain Authority MOZ drvier to new version.
# Laravel upgraded to version 11.31.0 along with other package updates

### Fixed
# Fixed admin panel not showing alert on Advanced settings.
# Fixed the installer issues.
# Fixed admin panel user management issues.
# Fixed social login/register issues & assigned default user role.
# Fixed...

Read the rest of this update entry...
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,731
27,070
120
@Null Master Please check for nulling.
 

nik.patel1017

Member
Babiato Fan
May 29, 2021
35
2
8
Public folder downloaded.
Replaced.
Given permission to 777.
Deleted files from cache folder.

Still not working
 

Minion01

Well-known member
Babiato Fan
Babiato Lover
Null Master
Trusted Seller
Trusted Uploader
May 12, 2022
2,226
1,401
70
Last edited by a moderator:

nik.patel1017

Member
Babiato Fan
May 29, 2021
35
2
8
hi, Thanks for doing this,

Still i am facing issue with production registration on admin dashboard. See the screenshot

1743250226893.png
 

Tupac

Well-known member
Babiato Fan
Babiato Lover
Trusted Uploader
Sep 1, 2023
419
165
50
hi, Thanks for doing this,

Still i am facing issue with production registration on admin dashboard. See the screenshot

1743250226893.png
Clear browser cache or check your hosting, this version working for me on a2hosting.
1743250348695.png

I have other work to ofc, if you are in a hurry buy the script directly from the dev.

Try this and report back!

*** Hidden text: cannot be quoted. ***


1743245017978.png
Working for me, thanks
 

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