hey
Recently I installed one of habbo emotion DJ panels and it worked fine, The only thing which I am having problem with is the login , if I leave username and password field blank and click login I am directed into the panel. please help
Printable View
hey
Recently I installed one of habbo emotion DJ panels and it worked fine, The only thing which I am having problem with is the login , if I leave username and password field blank and click login I am directed into the panel. please help
Would you mind telling us what panel it is?
If I'm really honest I wouldn't use JabbaTown - its an old outdated panel and isn't half as secure as some of the others.
Your best bet is RadiPanel.
ok i installed radipanel but i get this error when i click any of the page from the side menu
Not Found
The requested URL /core.mgmtMessage was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
i followed the video by habboemotion and did everything it said
link to video: http://www.youtube.com/watch?v=P6rpoxv64_A
please someone help thank you in advance and thanks to all of you for replying
You haven't uploaded the .htaccess file given in the download. Either open the folder and upload the file to the main directory of the panel or create a file '.htaccess' and insert this:
Quote:
Options -Indexes
# Various rewrite rules.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)(\.)(.*)$ index.php?url=$1.$3 [L,QSA]
RewriteRule ^ajax$ _res/ajax.php [QSA]
#RewriteRule ^(.*)$ index.php?t=$1 [L,QSA]
</IfModule>