Dizzy Support Creators Content Script

Dizzy Support Creators Content Script v5.0 ( Nulled )

No permission to download

HeyMakarina

Well-known member
Jul 29, 2020
298
243
63
i installed in Root folder, and seems like rewrite or something not working.
i can login with admin on home page, other pages not found.

Screen Shot 2021-10-06 at 00.36.58.png
 

Proxybunker

Well-known member
Jan 3, 2021
2,660
1,841
120
codecanyonscripts.com
i installed in Root folder, and seems like rewrite or something not working.
i can login with admin on home page, other pages not found.

Screen Shot 2021-10-06 at 00.36.58.png
have you install it on an apache server or Nginx as the code is set up for apache and the rewrites may not work on Nginx as there all from the .htaccess and I don't think Nginx will use that file

I have it installed on xampp on windows
 

Proxybunker

Well-known member
Jan 3, 2021
2,660
1,841
120
codecanyonscripts.com
Hi can
@Null Masters @phpCore @ChintanBhat

can any of you have a look over this code and see if there are any callbacks providing server info back to the dev?
I have had a look and can not find anything just to get a second pair of eyes as well thanks
 
Last edited:

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
Remove all not required stuff from the .htaccess

Apache config:
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index\.php/$1 [L,QSA]
 

one_man_army

New member
Oct 15, 2020
23
10
3
Remove all not required stuff from the .htaccess

Apache config:
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index\.php/$1 [L,QSA]
stop giving unconscious answers. The .htaccess codes that you say are not necessary are important to increase the speed of the website.
 

one_man_army

New member
Oct 15, 2020
23
10
3
Hi can
@Null Masters @phpCore @ChintanBhat

can any of you have a look over this code and see if there are any callbacks providing server info back to the dev?
I have had a look and can not find anything just to get a second pair of eyes as well thanks
Wouldn't it be better to ask the seller about this? In this way, you can give people the right answer.
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
stop giving unconscious answers. The .htaccess codes that you say are not necessary are important to increase the speed of the website.

WTF ? Who you think yourself ? Be polite when you argue about something, maybe you are tired and need some rest ? I can help you to choose your next destination !​

 

HeyMakarina

Well-known member
Jul 29, 2020
298
243
63
have you install it on an apache server or Nginx as the code is set up for apache and the rewrites may not work on Nginx as there all from the .htaccess and I don't think Nginx will use that file

I have it installed on xampp on windows
I tried to install on Nginx, but script is depending on .htaccess so i reconfigure server with apache2
Remove all not required stuff from the .htaccess

Apache config:
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index\.php/$1 [L,QSA]
this is what i should leave in .htaccess right?
is a common bug, to solve type in your terminal: a2enmod headers
i will try this now thank you
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
I tried to install on Nginx, but script is depending on .htaccess so i reconfigure server with apache2

this is what i should leave in .htaccess right?

i will try this now thank you

For testing in local you can use the minimal .htaccess that I posted.

With a simple trick you can let it run from a subditectory

Capture.PNG
 

HeyMakarina

Well-known member
Jul 29, 2020
298
243
63
I change htaccess file just like you posted.
ran sudo a2enmod headers
and restarted apache2 but still can not login. Index page displaying correctly but https://domain/register or login page not found.
Clicking on Login button does nothing :p
Untitled.png
 

HeyMakarina

Well-known member
Jul 29, 2020
298
243
63
remove the .htaccess and open a new private window and run it again
Thank you for helping me <3
removed .htaccess file and opened new tab in a incognito window ( clearing browser cache?)
Able to login but anything beyond index page is not found.
1.png 2.png
 

juniorplay

Member
Apr 22, 2020
35
19
8
Thank you for helping me <3
removed .htaccess file and opened new tab in a incognito window ( clearing browser cache?)
Able to login but anything beyond index page is not found.
1.png 2.png
I spent a week to resolve this damn error, it may have different causes, I resolved this same error from different ways,
1 - go to the location: /etc/apache2/sites-enabled
2- edit the file: sites-enabled
3 - search for: DocumentRoot /var/www/
4 - change to: DocumentRoot /var/www/html

note: if it looks like this: DocumentRoot /var/www/html, remove the "html"



end: restart your apache
 
  • Like
Reactions: HeyMakarina

juniorplay

Member
Apr 22, 2020
35
19
8
Thank you for helping me <3
removed .htaccess file and opened new tab in a incognito window ( clearing browser cache?)
Able to login but anything beyond index page is not found.
1.png 2.png
To identify the exact error, go to: / var / log / apache2
and look for the file: error.log
and show what is causing the problem
 

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