Kommentare

XXMerosticXX schrieb am 28.10.2009 um 10:16 Uhr
Also ich kenne das Programm nicht, und ich bin auch kein Profi...also warte lieber noch auf eine Antwort von jemandem der sich damit auskennt....

Aber, wenn ich das so lese und runterbreche sagst du folgendes:

"Das Programm hat dieses Feature nicht. Wie kann ich es benutzen?". Wenn ein Programm ein Feature nicht hat, kann man es nicht benutzen.

Ich weiß allerdings nicht, ob man da was externes via Code einbinden kann.
Ehemaliger User schrieb am 28.10.2009 um 20:05 Uhr
I would offer two ways of solution to password-protect your website or certain content/folders.

#1 protecting your website directories using .htaccess & .htpasswd
Create those two files:

.htaccess should contain:
AuthName "Protected Area" (It's login alert name)

.htpasswd contains:
username:password (so if you enter username as ID and password as secretkey you will login, otherwise you wont be able to enter protected area)

#2 Would be JavaScript (which i would not use) or PHP authentication methods. There is a lot of free authentication scripts here using PHP (with or without MySQL or other database):
http://www.hotscripts.com/category/php/scripts-programs/user-authentication/