Log in

View Full Version : AdminCP randomizer


Protoman
09-26-2005, 10:30 PM
A mod that would use CRON to rename the admincp directory then update the config.php in real time. You could set it to rename the admincp directory once per hour/day or somethin like that :squareeyed:

edit: might as well rename the modcp and randomize at the same time

Boofo
09-26-2005, 11:57 PM
That wouldn't work for links though. How would you ever get to the CPs? That would mess up everything.

Paul M
09-27-2005, 12:05 AM
Why on earth would you want to do such an overkill thing. Just p/w protect the admincp and modcp if security is an issue.

Protoman
09-27-2005, 12:10 AM
well, it's just a request. do whatever ya want with it. I wanted a solution that avoids htaccess since that doesn't work on all servers (like mine) and there's frequent attacks on my site (every 2 days or so).. although they never get in

Boofo
09-27-2005, 12:15 AM
Why doesn't htaccess work on your server?

nexialys
09-27-2005, 01:12 AM
and there's frequent attacks on my site (every 2 days or so).. although they never get inthey will never get in if they don't have FTP access... and if they have, you are hacked solid, even with a hack like that...

php directories are not CGI... you can't access anything else in a directory by calling to it if there is a index.html file... so the only security you need is a index.html file in your dir...