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

DOKANS - Multitenancy Based Ecommerce Platform (SAAS)

DOKANS - Multitenancy Based Ecommerce Platform (SAAS) 3.9.2

No permission to download
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
 
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: thelab and mutaman
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?!
 
how can i make demo website for every theme? and disable all functions
just like the developer website in codecanyon
thanks :)
 
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 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
 
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
 
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
 
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
 
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
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