URGENT HELP NEEDED: Locked OUT!

Ok, I've made a very stupid mistake.

I used the page permissions module to make all pages members only.

 

Here is what I did:

 

Now I realise the login pages is members only too so I can't login! :O

What can I do now to regain acces to the site as I can no longer log in? :/

http://untergangers.tk/  is my site

Quote · 5 Jul 2012

hahahaha

access you DB
locate table bx_pageac_rules and empty it that should do the trick :) (you'll also need to delete cache files via ftp both cache folders but do leave the .htaccess files alone)

Quote · 5 Jul 2012

Have you tried to login at /administration/index.php as admin?

http://pkforum.dolphinhelp.com
Quote · 5 Jul 2012

 

Have you tried to login at /administration/index.php as admin?

 won't work since he used / it will  block anything after .com/

Quote · 5 Jul 2012

Ok, thanks, it worked :D

 

Now the question is, how do I limit the homepage only to members? Without it being set as a wildcard? :P

Quote · 5 Jul 2012

try the full url .com/index.php and if that doesn't work you can always hide the blocks on your homepage from guests

Quote · 5 Jul 2012

I thought I saw some code in PAC that would not allow the admin login page to be blocked... or maybe it was just wishful thinking on my part.

This is what I was thinking of:

if (isLogged() && isRole(BX_DOL_ROLE_ADMIN, getLoggedId()) || strpos($sURL, '/'.$GLOBALS['admin_dir']) === 0) return; //admin isn't affected by this module also access to admin panel shouldn't ever be protected

http://pkforum.dolphinhelp.com
Quote · 5 Jul 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.