Click to See Complete Forum and Search --> : Requesting code for an Signature....
bobtroy
08-31-2003, 07:49 PM
Noticed a cool signature somewhere....It included the persons ip and what browser using. the ip and browser info was user specific....only you can see your info. It also included a random quote....heres an example....
XX.XX.XXX.XX, youre using IE6, "random quote"
thanks for any help, bobtroy
PeOfEo
08-31-2003, 08:27 PM
A signature for what? A forum? It is going to need the same server side language you used to make the forum. If its for news or something you could use a client side technology like java script to add it to a text box I guess.
Jupac
08-31-2003, 09:38 PM
ip is <!--#echo var="REMOTE_ADDR"--> laugage=ssl
browers is <script LANGUAGE="JavaScript">
document.write(navigator.appName + " " + navigator.appVersion);
</script> laugage=javascript