Page 1 of 2

I am The MAZZTer...

Posted: Fri Jul 28, 2006 4:20 am
by The MAZZTer
... I can see you. :ninja:

New avatar... hehehe... took me forever to find a animated GIF PHP script, and then another forever to write a dynamic typing thingy... I think it was worth it though. :)

Posted: Fri Jul 28, 2006 4:35 am
by Liberal Cynic
freaky man, just scary :ninja:

Posted: Fri Jul 28, 2006 4:52 am
by Niko123000
That is just freaky :shock: .... I MUST HAVE ONE :twisted: :twisted:

Posted: Fri Jul 28, 2006 5:14 am
by Tai
oh yah if ur the mazzter why does my pp:sudesu function fail when I use it with havok2k and clone every instance of pp:hedehe, helper, and !help or thereabouts

Posted: Fri Jul 28, 2006 5:23 am
by Ranma-chan
:shock: can you make me one of those

THATS FLIPPIN AWSOME

Posted: Fri Jul 28, 2006 6:15 am
by Burning Sheep Productions

Posted: Fri Jul 28, 2006 11:27 am
by Kyler Thatch
Man, that's scary. I have to learn how to do that sometime.

Posted: Fri Jul 28, 2006 12:59 pm
by Fritz
:ninja: You will never catch me!

Posted: Fri Jul 28, 2006 1:45 pm
by Blue Blur
HAHA! I managed to mess with it. It's got my IP and browser wrong. I'm using Opera. :-P

Posted: Fri Jul 28, 2006 2:03 pm
by Dr. Doog
it'd be even better if it said the actual website you're on and not the picture URL, like if it used a referral or something

Posted: Fri Jul 28, 2006 2:13 pm
by The MAZZTer
It does, you must have referals [sic] turned off in your browser.

Code: Select all

if ($_SERVER['HTTP_REFERER']) { $page = $_SERVER['HTTP_REFERER']; } else { $page = "http://".$_SERVER["SERVER_NAME"]; if ($_SERVER["SERVER_PORT"] != 80) { $page .= ":".$_SERVER["SERVER_PORT"]; } $page .= $_SERVER["REQUEST_URI"]; } $text[] = "You are browsing this webpage:\n".$page;
And Blue Blur, it's largely reliant on the information given to it to be correct, including the user agent. IP is harder to forge, but a quick proxy trip later and it's done.

This is just mostly intended to freak out n00bs (same as those little signposts that say "Your IP is blah blah blah, You are running Mozilla Firefox in Windows XP" except that I don't have the motivation to parse user-agents to convert them to OS names and browser names :ninja:).

Posted: Fri Jul 28, 2006 3:01 pm
by Dr. Doog
funny, I see http://www.mzzt.net/iamthemazzter/iamthemazzter.jpeg as the page I'm browsing. I figured it was because the picture is the last thing loaded as far as it's concerned?

Posted: Fri Jul 28, 2006 3:26 pm
by The MAZZTer
It might depend on your browser, it might not send referers [sic] for images. Firefox does, I haven't really tested it with IE or Opera etc.

[Edit: IE7 does]

Posted: Fri Jul 28, 2006 4:18 pm
by Moddex
Nifty, but I have a problem lately. I can't seem to load a new avatar. Everytime I do, i comes up with a debug mode report and refuses to load the new avatar. :cry: Darn phpBB forums are so full of bugs lately.

Posted: Fri Jul 28, 2006 4:56 pm
by Tom Flapwell
Huh? What's special about that?