Well... I was bored.
I made this...
...
So basically what this does, is it logs your ip (parts cut off) and your browser name.
It stores them in http://tentencraft.net/banner/Bannerz/lol.txt
**THIS WAS MADE JUST FOR YOUR AMUSEMENT, IP'S ARE NOT BEING ABUSED**
Source Code: (if you like spying too. xD)
My Amusing picture.
I made this...
...
So basically what this does, is it logs your ip (parts cut off) and your browser name.
It stores them in http://tentencraft.net/banner/Bannerz/lol.txt
**THIS WAS MADE JUST FOR YOUR AMUSEMENT, IP'S ARE NOT BEING ABUSED**
Source Code: (if you like spying too. xD)
PHP:
<?php
header('Content-Type: image/png');
function getBrowser()
{
$u_agent = $_SERVER['HTTP_USER_AGENT'];
$bname...
header('Content-Type: image/png');
function getBrowser()
{
$u_agent = $_SERVER['HTTP_USER_AGENT'];
$bname...