phpbb security

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
deatwish
Berichten: 70
Lid geworden op: 29 mar 2006, 14:57
Contacteer:

phpbb security

Bericht door deatwish » 07 apr 2006, 01:05

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

Gebruikersavatar
Ganondorf
Berichten: 88
Lid geworden op: 05 jun 2005, 17:58
Locatie: Soesterberg, Utrecht, Nederland
Contacteer:

Bericht door Ganondorf » 08 apr 2006, 11:07

Dit is de site van aUsTiN: http://phpbb-tweaks.com/index.php
De password generator is hier: http://phpbb-tweaks.com/pass_gen.html
Afbeelding
Mijn phpBB3 MODs: Simpel Punten Systeem || Advanced Dungeons & Rabbits
Geen PM hulp!

deatwish
Berichten: 70
Lid geworden op: 29 mar 2006, 14:57
Contacteer:

Bericht door deatwish » 08 apr 2006, 20:43

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 ????

Gesloten