lol M&M you started this post to try and prove it wasn't and couldn't be harmful...
i don't have much time to work on that so i can honestly say it's probably work on it once a week/two weeks. i map a lot and have various other stuff to do...
kai0ty - just to bring back an old argument - the script (and yes, the script in question, M&M's sig) can e-mail stuff back to ppl without it being displayed in the source.
how? PHP. embeddable in HTML, and therefore embeddable in javascript. and its output is HTML, if any visible. you cannot get the PHP source.
therefore, any varibles about the users enviroment could be used as a PHP script like:
<?php
mail( $user_ip, other variables set, $to, $re );
?>
or something to that effect - stick it right in the middle of javascript and all that is displayed is the javascript - PHP mail() has no visible output, and the code isnt visible.
if there is output, such as
<?php
echo("<h2>output</h2>");
?>
would output in the source code:
<h2>output</h2>,
and of course on the page would be like norm HTML. it is normal HTML.
and no PHP file don't have to be .php, they can be .hmtl or .jsp or .foo if u set up ur server like it.
embedd PHP in javascript and u get in output.... just javascript. how u no it sont do that?
"We must become the change we want to see in the world" (Mahatma Gandhi)