Ik heb de securitymod (amod) 1.0.2 geinstalleerd. Geen probleem maar blijkbaar kan ik niet meer in mijn AdminCP
Ik krijg altijd een bericht dat ik niet gemachtigd ben ... authorized etc...
Waarschijnlijk heb ik ergens een verkeerde naam ingegeven maar heb alles al meermaals gechecked. Er is hieronder iets foutgelopen denk ik.
Die paswoord-encrypter bestaat al niet meer op het net, maar ik heb em elders gevonden. Misschien is het een andere, maar het zal ook wel werken zeker?
Code: Selecteer alles
Configuring your admin popup login. You will need to goto http://www.earthlink.net/cgi-bin/pwgenerator.pl
and encrtpy your password. Take that & whatever username you want to use & open
rename.phpbbsecurity
In your rename.phpbbsecurity, you need to put the login info in there, in the format below
username:password
Code: Selecteer alles
Keep in mind the password HAS TO BE encoded before you do this, or you will never be able to
login to your admin panel.
Now that you have the rename.phpbbsecurity file done, onto the next one. Open rename.htaccess
with a text editor of some sort. Find
AuthUserFile "/home/{USERNAME}/public_html/.phpbbsecurity"
Code: Selecteer alles
and change that to yours. The word "{USERNAME}" is what needs to be changed. Your cPanel username,
FTP username & phpMyAdmin username, is what it needs to be. After you change that line, close
& save it. Next file, rename2.htaccess. If you already use a .htaccess in your public_html
directory, you will need to edit it. Otherwise we will use the one provided. If you already
have one, open it & add
<Files .phpbbsecurity>
deny from all
</Files>
then close & save it.
Now that we have prepared all the files, lets put them in place. Upload rename.phpbbsecurity
and rename2.htaccess to your public_html folder. After they are uploaded, rename them.
rename2.htaccess : Rename to : .htaccess
rename.phpbbsecurity : Rename to : .phpbbsecurity
Then upload rename.htaccess to your admin/ directory. After its uploaded, rename it.
rename.htaccess : Rename to : .htaccess
ik hoop dat iemand me hiermee kan helpen want op deze manier is het lekker frustrerend, lol...