mirror of
https://github.com/php/web-php.git
synced 2026-03-29 01:32:15 +01:00
add a site
This commit is contained in:
5
cvs.php3
5
cvs.php3
@@ -22,12 +22,13 @@ a CVS account request here: (only the encrypted version of the password is sent)
|
||||
<table>
|
||||
<tr><th>Full Name: </th><td><input type=text size=50 name=fullname></td></tr>
|
||||
<tr><th>Email: </th><td><input type=text size=50 name=email></td></tr>
|
||||
<tr><th>Requested Password: </th><td><input type=password size=10 name=password></thd</tr>
|
||||
<tr><th>User ID: </th><td><input type=text size=10 name=id></th></tr>
|
||||
<tr><th>Requested Password: </th><td><input type=password size=10 name=password></th></tr>
|
||||
<tr><th> </th><td><input type=submit value="Send It"></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
<? else:
|
||||
mail("rasmus@lerdorf.on.ca","CVS Account Request","Full name: $fullname\nEmail: $email\nPassword: ".crypt($password));
|
||||
mail("rasmus@lerdorf.on.ca","CVS Account Request","Full name: $fullname\nEmail: $email\nID: $id\nPassword: ".crypt($password));
|
||||
?>
|
||||
Thank you. Your request has been sent.
|
||||
<?endif;?>
|
||||
|
||||
@@ -237,6 +237,7 @@ right away.</blockquote>
|
||||
site("Internet Weather Report","www.internetweather.com");
|
||||
site("Mail Chek","mail.chek.com");
|
||||
site("Metaindex of Law and Government","www.catalaw.com");
|
||||
site("RacersDirect","www.racersdirect.com");
|
||||
site("Scour Net","www.scour.net");
|
||||
site("Spell Web","www.spellweb.com");
|
||||
site("TVGrid.com","www.divein.tvgrid.com");
|
||||
|
||||
Reference in New Issue
Block a user