There's A Guy In Here...
(Click here to view the original thread with full colors/images)Posted by: sabbath
Has this ever happened before?
What's goin' on with the dude?
Posted by: jay973
<_< To which dude to you refer?
Posted by: ilw
Is this :spam: or is that a serious question?
Posted by: sabbath
Never spammed, and never goin' to...
I saw *'s sig nad was reffering to my ISP, my IP and my browser, and talking crap, like "I've got much free time in my hands" and stuff...
The right thing to do...
Posted by: ilw
that just shows your own computers ip address, the owner of the sig never gets any of that information. The board (and thus the admin) knows your ip address, but then so does every website u visit. (ISP is determined from your IP address)
Posted by: sabbath
Oh, I think I made it...
OK, sorry for the disturbance...
Posted by: pol
:lol:
Posted by: sabbath
:unsure:
Posted by: balamm
Sounds like you are not using sygate pro firewall. If you were, and had it set to stealth, any site other than this one would only see your ISP proxy. This site see's it because you allow it when you log in and accept cookies.
Posted by: sabbath
Yeah, balamm, thanks, I already started a dl of this firewall.
Posted by: [B][O][T]
http://speed-society.com/george/signatures/nSomNeeAKsig.jpg
http://www.danasoft.com/vipersig.jpg
Another one here (http://members.lycos.co.uk/xtrinity/golucky/golucky.php)
<?
Header("Content-type: image/png");
$img = ImageCreate(115,55);
$ip = $_SERVER['REMOTE_ADDR'];
$alt = "(c) ChromeX";
//ImageColorTransparent($img,$bgcolor);
$bgColor = ImageColorAllocate($img, 0x2c,0x6D,0xAF); // blue
$shadow = ImageColorAllocate($img, 84,84,84); // gray
$textColor = ImageColorAllocate($img, 0,0,0); // black
$white = ImageColorAllocate($img, 255,255,255); //left upper corner
ImageRectangle($img,0,0,115-1,55-1,$shadow); //shadow effect
ImageRectangle($img,0,0,115,55,$white);
ImageTTFText($img,10,0,5,20,$shadow,"times.ttf","$ip\n\r$alt"); // text shadow effect
ImageTTFText($img,10,0,4,19,$textColor,"times.ttf","$ip\n\r$alt"); // text color
//ImageJpeg($img);
ImagePng($img);
ImageDestroy($img);
?>
BOT
Posted by: balamm
Bot, if you compare my actual IP, which you and I can see, with what these images show, you can see that sygate is pretty effective. That proxy is way down/up stream from me.
http://members.shaw.ca/userkey/wrong.jpg
Oh, and the ISP is also wrong. It should be shaw.ca
Posted by: Wizzandabe
Yeah, the bord knows your ip. Everytime you post, it got the ip, under your avatar, (you cant see it though).
Posted by: Gre1
He was getting all scared over nothing.
Posted by: Barbarossa
Originally posted by [B][O][T]@4 September 2003 - 12:07
<?
*Header("Content-type: image/png");
*$img = ImageCreate(115,55);
*$ip = $_SERVER['REMOTE_ADDR'];
*$alt = "(c) ChromeX";
*//ImageColorTransparent($img,$bgcolor);
*$bgColor = ImageColorAllocate($img, 0x2c,0x6D,0xAF); // blue
*$shadow = ImageColorAllocate($img, 84,84,84); * *// gray
*$textColor = ImageColorAllocate($img, 0,0,0); * * * // black
*$white = ImageColorAllocate($img, 255,255,255); * * //left upper corner
*ImageRectangle($img,0,0,115-1,55-1,$shadow); *//shadow effect
*ImageRectangle($img,0,0,115,55,$white);
*ImageTTFText($img,10,0,5,20,$shadow,"times.ttf","$ip\n\r$alt"); // text shadow effect
*ImageTTFText($img,10,0,4,19,$textColor,"times.ttf","$ip\n\r$alt"); // text color
*//ImageJpeg($img);
*ImagePng($img);
*ImageDestroy($img);
?>
BOT
Clever, I've never seen it put into an image before.. ;)
Posted by: Acecool
You need GD on your server but yeah, Ive got a version working now :-)
I made my own functions for os browser etc etc etc
// Get the OS
ACWB_SECURITY("OS", "WindowsNT1.0", "Windows 95");
ACWB_SECURITY("OS", "Windows98", "Windows 98 / ME");
ACWB_SECURITY("OS", "WindowsNT4.0", "Windows 98 / ME");
ACWB_SECURITY("OS", "WindowsNT5.0", "Windows 2000");
ACWB_SECURITY("OS", "WindowsNT5.1", "Windows XP");
ACWB_SECURITY("OS", "WindowsNT5.2", "Windows 2003");
ACWB_SECURITY("OS", "Linuxi686", "Linux");
ACWB_SECURITY("OS", "Linux", "Linux");
// Get the browser...
ACWB_SECURITY("BROWSER", "MSIE2.1", "Internet Explorer 2.1");
ACWB_SECURITY("BROWSER", "MSIE3.0", "Internet Explorer 3.0");
ACWB_SECURITY("BROWSER", "MSIE4.0", "Internet Explorer 4.0");
ACWB_SECURITY("BROWSER", "MSIE5.0", "Internet Explorer 5.0");
ACWB_SECURITY("BROWSER", "MSIE5.01", "Internet Explorer 5.01");
ACWB_SECURITY("BROWSER", "MSIE5.5", "Internet Explorer 5.5");
ACWB_SECURITY("BROWSER", "MSIE6.0", "Internet Explorer 6.0");
ACWB_SECURITY("BROWSER", "U", "Mozilla / Firebird");
ACWB_SECURITY("BROWSER", "I", "Mozilla");
ACWB_SECURITY("BROWSER", "Opera", "Opera");
ACWB_SECURITY("BROWSER", "Konqueror3.1", "Konqueror 3.1");
Thats the current ones, if you have any more lemme know :-)
How do you get the little character on it though :-)
Posted by: MUSLEMAN
lol vipersig step by step quide (http://www.devshed.com/Server_Side/PHP/ImageGeneration/page1.html)
