|
include("/usr/www/users/kknox/teck/includes/sidemenu/rest/toplevel.html");
include("/usr/www/users/kknox/teck/includes/sidemenu/rest/tl.html");
include("/usr/www/users/kknox/teck/includes/sidemenu/rest/linkstl.html");
?>
|  |
 |
 |
 |
Links : Submit
if (!$t) :
PRINT "As you may have noticed, there aren't many links here yet. That's where you come in. If you have a link that you feel that should be in this list first click on the category it fits in.
";
PRINT "Friends ";
PRINT "Fun stuff ";
PRINT "Handy links to have ";
PRINT "Internet related links ";
PRINT "Macintosh links ";
PRINT "News from the web ";
PRINT "*nix related links
";
elseif (!$s) :
PRINT "You have selected '";
if ($t == "fun") :
PRINT "Fun stuff";
elseif ($t == "friends") :
PRINT "Friends";
elseif ($t == "news") :
PRINT "News from the web";
elseif ($t == "net") :
PRINT "Internet related links";
elseif ($t == "nix") :
PRINT "*nix related links";
elseif ($t == "mac") :
PRINT "Macintosh links";
elseif ($t == "handy") :
PRINT "Handy links to have";
endif;
PRINT "'. Now please enter the following information";
PRINT "";
elseif ($s == y) :
$email = "webmaster@tecknoxology.com";
$subject = "Links submission";
$message = "$t\n$name\n$addr\n$des\n$uemail";
$header = "From: links@tecknoxology.com\nReply-To: webmaster@tecknoxology.com\nX-Mailer: www.tecknoxology.com/ircusers originating sender $REMOTE_ADDR\nX-Security-Info: www.tecknoxology.com/irc/users/security";
mail($email, $subject, $message, $header);
PRINT "The link you submitted has been sent to the webmaster. Thank you for your contribution. Submit another link.
";
endif;
?>
|
|
 |
Copyright © 1999-2000 Kenneth Knox and Tecknoxology Internet
All Rights Reserved. Legal Notice. About this Site.
|
|
 |