The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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 |
|
#2
|
||||
|
||||
|
That wouldn't work for links though. How would you ever get to the CPs? That would mess up everything.
|
|
#3
|
||||
|
||||
|
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.
|
|
#4
|
||||
|
||||
|
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
|
|
#5
|
||||
|
||||
|
Why doesn't htaccess work on your server?
|
|
#6
|
|||
|
|||
|
Quote:
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... |
![]() |
|
|