The Dink Network

Reply to Re: Website Memberships

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
January 9th 2005, 05:09 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
The password protected directories are done using Basic Authentication with a .htaccess file. This use a .htpasswd file in which it stores the users and passwords. I don't know where your host stores this file, but if you can manage to write to it using some language that it does support, you can make it work. You'll have to find out the way passwords are encrypted, though. My guess is md5.