Pagina 1 van 1

phpbb security

Geplaatst: 07 apr 2006, 01:05
door deatwish
ik ben besig met phpbb security te installeren maar dit snap ik niet kan iemand mij helpen????

Waar moet ik rename.phpbbsecurity vinden en de site voor dat passwoord ( http://www.earthlink.net/cgi-bin/pwgenerator.pl ) bestaat niet meer
#==== Next Step: ======================= |

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

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"

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

After you do all that, you will notice the files disappear, this is normal. That part is done.

These are CaSe SeNsItIvE, so when logging in, you need to use the same info you just stored.

#==== Next Step: ======================= |

Goto your administration panel -> .: Security :.

Setup how you want everything to work.

EoM

Geplaatst: 08 apr 2006, 11:07
door Ganondorf
Dit is de site van aUsTiN: http://phpbb-tweaks.com/index.php
De password generator is hier: http://phpbb-tweaks.com/pass_gen.html

Geplaatst: 08 apr 2006, 20:43
door deatwish
Ganondorf schreef:Dit is de site van aUsTiN: http://phpbb-tweaks.com/index.php
De password generator is hier: http://phpbb-tweaks.com/pass_gen.html
Dank u maar waar moet ik rename.phpbbsecurity vinden ????