1
0
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:
Rasmus Lerdorf
1998-08-14 06:30:15 +00:00
parent 05ddcb75e3
commit af95fc98f3
2 changed files with 4 additions and 2 deletions

View File

@@ -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>&nbsp;</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;?>

View File

@@ -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");