#47 Posted January 15, 2005 Share Posted January 15, 2005 I'm not using IE6, I'm an Opera user :blink: Link to comment https://www.neowin.net/forum/topic/271009-signature/page/2/#findComment-585297705 Share on other sites More sharing options...
insanekiwi Posted January 15, 2005 Share Posted January 15, 2005 the idea is quite old and the sig expires after awhile. i know my ip and browser. no need to tell me and make my dialup load senseless graphics. Link to comment https://www.neowin.net/forum/topic/271009-signature/page/2/#findComment-585297751 Share on other sites More sharing options...
Nelsinho Posted January 15, 2005 Share Posted January 15, 2005 :hmmm: is one simple sig, but I don't like it only annoying me a lot :angry: going to find some manner to hide my isp :p <j/k> Link to comment https://www.neowin.net/forum/topic/271009-signature/page/2/#findComment-585298760 Share on other sites More sharing options...
j.r.l. Posted January 15, 2005 Share Posted January 15, 2005 If you log IPs in those sigs you need a disclaimer + agreement page before the user sees the signature. (DPA '98 regulations)... Simple PHP code can do that... in an image :p, GD lib is great. <?php //This is sig.php include 'getbrowserandosclass.php'; include 'getisp.class.php'; $ip = $_SERVER['REMOTE_ADDR']; // shows IP $clientinfo = new classname; print "$clientinfo->blabla['browser']<br>"; print "$ip<br>"; print "$clientinfo->blabla['os']<br>"; $isp = new ISP; print "$isp->bla['ispname']"; ?> Then make img.php and make the GD code, then when you wanna put what you want your sig to say: include 'sig.php'; Then [ img]img.php url[ /img] :p Link to comment https://www.neowin.net/forum/topic/271009-signature/page/2/#findComment-585299035 Share on other sites More sharing options...
dt26 Posted January 16, 2005 Share Posted January 16, 2005 Weren't these all the rage about 2 years ago? 585289659[/snapback] that's what I thought... Link to comment https://www.neowin.net/forum/topic/271009-signature/page/2/#findComment-585301149 Share on other sites More sharing options...
Andrew Lyle Global Moderator Posted January 16, 2005 Global Moderator Share Posted January 16, 2005 shouldn't this be in internet or even guides? but i dont care much for them. they spelt "Rogers" wrong... but oh well... you shouldn't use the internet and trash it if you dont know how to use it properly :p Link to comment https://www.neowin.net/forum/topic/271009-signature/page/2/#findComment-585301890 Share on other sites More sharing options...
Recommended Posts