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.

hellboy9211

Well-known member
Null Master
Trusted Uploader
Apr 11, 2021
298
423
63
Hell
¡Hola hermano!

No, some files isn't in the update! maybe error from developer.
This update is just for who is using v2.0, if you're still using older verisons, PLEASE UPDATE the script version by version.

// ------------------------------------- //

1) How To Update

Note: please check the path properly before replacing any file

in pda folder
- replace Auth folder from root\script\app\Http\Controllers
- replace Helpers folder from root\script\app
- replace CustomerMiddleware.php from root\script\app\Http\Middleware
- replace RedirectIfAuthenticated.php from root\script\app\Http\Middleware
- replace SellerMiddleware.php from root\script\app\Http\Middleware
- replace helper.php from root\script\app\Helper




// ------------------------------------- //

you will get every resource from update directory.
if you're facing any problems, please contact with us we will help u :)

Simple try this it worked for me
 

Katia666

Member
Dec 18, 2020
60
16
8
This update is just for who is using v2.0, if you're still using older verisons, PLEASE UPDATE the script version by version.

// ------------------------------------- //

1) How To Update

Note: please check the path properly before replacing any file

in pda folder
- replace Auth folder from root\script\app\Http\Controllers
- replace Helpers folder from root\script\app
- replace CustomerMiddleware.php from root\script\app\Http\Middleware
- replace RedirectIfAuthenticated.php from root\script\app\Http\Middleware
- replace SellerMiddleware.php from root\script\app\Http\Middleware
- replace helper.php from root\script\app\Helper




// ------------------------------------- //

you will get every resource from update directory.
if you're facing any problems, please contact with us we will help u :)

Simple try this it worked for me

obstinate! xDD the web.php file is outdated have aproximated 5 lines missing with parameters and 2 files in views.

i nulled the 2.6 version and it work, i test ALL functions and here is and this is where it fails! if u want... install 2.0... update to 2.6 and see in customer section the errors
 
  • Love
Reactions: Hellboy70

starkids

Active member
Sep 21, 2020
122
40
28
i nulled the 2.6 version and it work, i test ALL functions and here is and this is where it fails! if u want... install 2.0... update to 2.6 and see in customer section the errors
did you succeed in nullifying this file, if so would you like to share it with us here?
 

hellboy9211

Well-known member
Null Master
Trusted Uploader
Apr 11, 2021
298
423
63
Hell
obstinate! xDD the web.php file is outdated have aproximated 5 lines missing with parameters and 2 files in views.

i nulled the 2.6 version and it work, i test ALL functions and here is and this is where it fails! if u want... install 2.0... update to 2.6 and see in customer section the errors
Ooh it worked for me.. Just the pda isn't working.. N I didn't test it rigorously dough. Anyways best of luck with the thanks process.. Let's hope we get I working asap
 

hellboy9211

Well-known member
Null Master
Trusted Uploader
Apr 11, 2021
298
423
63
Hell
obstinate! xDD the web.php file is outdated have aproximated 5 lines missing with parameters and 2 files in views.

i nulled the 2.6 version and it work, i test ALL functions and here is and this is where it fails! if u want... install 2.0... update to 2.6 and see in customer section the errors
@Katia666 ooh thanks great ate please do update us with files so that we could also help you test it . Thanks in advance
 

Katia666

Member
Dec 18, 2020
60
16
8
Sorry multi post...

For auto sub domain replace the .htaccess:

<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>

RewriteEngine On

# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

# Disable Directory listing
Options -Indexes

# block files which needs to be hidden, specify .example extension of the file
<Files ~ "\.(env|config.js|md|gitignore|gitattributes|lock)$">
Order allow,deny
Deny from all
</Files>
</IfModule>


and see this
 

hellboy9211

Well-known member
Null Master
Trusted Uploader
Apr 11, 2021
298
423
63
Hell
Sorry multi post...

For auto sub domain replace the .htaccess:

<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>

RewriteEngine On

# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

# Disable Directory listing
Options -Indexes

# block files which needs to be hidden, specify .example extension of the file
<Files ~ "\.(env|config.js|md|gitignore|gitattributes|lock)$">
Order allow,deny
Deny from all
</Files>
</IfModule>


and see this
ooh that's great thanks a lot bro . could you also upload the nulled file of the latest version.
 

dathbz

Active member
Trusted Uploader
Nov 3, 2019
109
113
43
Tôi tải xuống phiên bản 2.6.1 từ trang web, họ còn thiếu rất nhiều
 

dathbz

Active member
Trusted Uploader
Nov 3, 2019
109
113
43
Route [admin.customer.planedit] not defined
1.png

Yes, it's clean and untouched :)
If dont want, dont use it. I just sharing the file. YW.
I use your version and the following file is missing
Route [admin.customer.planedit] not defined
- script\resources\views\admin\customer\planedit.blade.php
You can share script\app\Http\Controllers\Admin\CustomerController.php
 
Last edited:

Katia666

Member
Dec 18, 2020
60
16
8
Route [admin.customer.planedit] not defined

I use your version and the following file is missing
Route [admin.customer.planedit] not defined
- script\resources\views\admin\customer\planedit.blade.php
You can share script\app\Http\Controllers\Admin\CustomerController.php
read the post... the solution is here
 
Status
Not open for further replies.

Forum statistics

Threads
69,373
Messages
909,297
Members
238,759
Latest member
ezajulislamshaon

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