MyBB Community Forums

Full Version: any way of knowing which users reach up ADMINCP?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Like if an user does go into the Admincp login , would there a way i can be notified?
Since they can't do anything there wouldn't be much point in being notified.

There is no way of knowing at this time.
You could try this. It makes a fake ACP login, and when anyone tried to login to it, you get sent an email.

That's the closest thing to what you want that I can think of.
also i can't find the post with the .htaccess trick that blocks people with certain IP ADDRESS to going to ADMINCP
order allow,deny
deny from IP ADDRESS HERE
allow from all

That's what I use. Replace IP ADDRESS HERE with the IP address that you want to block, obviously. Toungue
(2009-08-11, 10:44 AM)Joshua Mayer Wrote: [ -> ]
order allow,deny
deny from IP ADDRESS HERE
allow from all

That's what I use.

thanks bro.
Actually no joshua , Thats not what i mean

I mean .. ONLY allow my IP ADDRESS to go to the ADMINCP
order deny,allow
deny from all
allow from yourip