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
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
and there's frequent attacks on my site (every 2 days or so).. although they never get in
they 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...