Recommended Posts

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

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

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.