DOKANS - Multitenancy Based Ecommerce Platform (SAAS)

DOKANS - Multitenancy Based Ecommerce Platform (SAAS) v3.9.1 Nulled

No permission to download
Status
Not open for further replies.
S

sunilkr

Guest
Hi guys, if someone here buy the script. Can you please ask the developer, how to activate automatic subdomains? And post the instructions here? Thanks
 

leonelborges

Member
Feb 27, 2020
51
17
8
Activating automatic subdomain, extended license:

Open the folder /public_html/script/
Edit the file below and add the lines at the end
.env

AUTO_APPROVED_DOMAIN=true
MOJODNS_AUTHORIZATION_TOKEN=
SERVER_IP=
CNAME_DOMAIN=
VERIFY_IP=
VERIFY_CNAME=

Save.
In application administration, go to the menu:
Config
System Environment
Domain Configuration
Register on the website: https://mojodns.com. Configure the API. Be happy!

dokan_auto_domain.JPG

Adding automatic subdomain "wildcard subdomain or wildcard subdomain"

01 - In cPanel, click Subdomains

2-1 - When creating the subdomain, in the field to add the store name. Add the wildcard character "*" asterisk.

2-2 - Select the primary domain

2-3 - Document Root, manually add the name of the root folder of the application "public_html".

:) Ready. The new stores will already be approved automatically, without having to create a new subdomain every time you sell a store.

01 -
add subdomain.JPG

02 -
create subdomain.JPG
 
Last edited:
  • Like
  • Love
Reactions: tharlab and mutaman
S

sunilkr

Guest
Activating automatic subdomain, extended license:

Open the folder /public_html/script/
Edit the file below and add the lines at the end
.env

AUTO_APPROVED_DOMAIN=true
MOJODNS_AUTHORIZATION_TOKEN=
SERVER_IP=
CNAME_DOMAIN=
VERIFY_IP=
VERIFY_CNAME=

Save.
In application administration, go to the menu:
Config
System Environment
Domain Configuration
Register on the website: https://mojodns.com. Configure the API. Be happy!

dokan_auto_domain.JPG
Thank you so much, can I use cloudflare dns instead of Mojodns, and how?!
 
S

sunilkr

Guest
how can i make demo website for every theme? and disable all functions
just like the developer website in codecanyon
thanks :)
 

samer19887

New member
Jun 9, 2022
0
0
0
Activating automatic subdomain, extended license:

Open the folder /public_html/script/
Edit the file below and add the lines at the end
.env

AUTO_APPROVED_DOMAIN=true
MOJODNS_AUTHORIZATION_TOKEN=
SERVER_IP=
CNAME_DOMAIN=
VERIFY_IP=
VERIFY_CNAME=

Save.
In application administration, go to the menu:
Config
System Environment
Domain Configuration
Register on the website: https://mojodns.com. Configure the API. Be happy!

dokan_auto_domain.JPG
@leonelborges do i have to write the detail to the .env file or just have to paste the above and fill the rest from the admin settings ?

cos i have tried it couple of times now,it wouldn't even save entry from the admin end
 

leonelborges

Member
Feb 27, 2020
51
17
8
@leonelborges do i have to write the detail to the .env file or just have to paste the above and fill the rest from the admin settings ?

cos i have tried it couple of times now,it wouldn't even save entry from the admin end


Save the lines in .env.

Then go to the administrator and save the entries.

Note: Works on both to save
 

samer19887

New member
Jun 9, 2022
0
0
0
Save the lines in .env.

Then go to the administrator and save the entries.

Note: Works on both to save
exactly what i did,but the admin panel doesn't accept entry ,like when the text is typed into the available boxes the save button does not function anylonger
 

leonelborges

Member
Feb 27, 2020
51
17
8
exactly what i did,but the admin panel doesn't accept entry ,like when the text is typed into the available boxes the save button does not function anylonger

Opens the browser console, checks for any errors. Has a common error which is the required email information
 
S

sunilkr

Guest
guys help me please, How i can make demo users ?!
Just like the demo users of the developer
user with all permissions disabled just for viewing the website and admin panel

please i need your help
 

leonelborges

Member
Feb 27, 2020
51
17
8
caras me ajudem por favor, como posso fazer usuários demo ?!
Assim como os usuários de demonstração do desenvolvedor
usuário com todas as permissões desativadas apenas para visualizar o site e painel de administração

por favor eu preciso de sua ajuda

If you understand a little php. Blocking editing to the shopkeeper's page. Let me give an example of the file that edits the products: /script/resources/views/seller/products/index.blade.php

Search for "input". adds in before "> "readonly". I'll take an example below:

Before:
<input type="text" id="src" class="form-control" placeholder="Search..." required=""name="src" autocomplete="off" value="{{ $src ?? '' }}">

After:
<input type="text" id="src" class="form-control" placeholder="Search..." required="" name="src" autocomplete="off" value="{{ $src ?? '' }} readonly">

This field will be available for viewing. Locked to enter data.
 
  • Like
Reactions: mutaman
Status
Not open for further replies.

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