Requesting code for an Signature....

liunx

Guest
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....<br />
<br />
XX.XX.XXX.XX, youre using IE6, "random quote"<br />
<br />
thanks for any help, bobtroy<!--content-->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.<!--content-->ip is <!--#echo var="REMOTE_ADDR"--> laugage=ssl<br />
browers is <script LANGUAGE="JavaScript"><br />
document.write(navigator.appName + " " + navigator.appVersion);<br />
</script> laugage=javascript<!--content-->
 
Back
Top