Free Republic
Browse · Search
News/Activism
Topics · Post Article

To: lonewacko_dot_com
When I viewed the image with a hex editor, look what I found:




script
var once_per_session=0
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function loadornot(){
if (get_cookie('popunder')==''){
loadpopunder()
document.cookie="popunder=yes"
}
}
function loadpopunder(){
win2=window.open("http://www.jeeran.com/asp-bin/popads/pop_commbannerad.asp","memberads","width=500,height=150,personalbar=no,location=no,toolbar=no,status=no,menubar=no,scrollbars=no")
win2.blur()
window.focus()
}
if (once_per_session==0)
loadpopunder()
else
loadornot()
/script



I think it's safe to say where this thing came from.
13 posted on 04/05/2004 2:19:38 PM PDT by agitator (...And that no man might buy or sell, save he that had the mark)
[ Post Reply | Private Reply | To 1 | View Replies ]


To: agitator
I see that too. I don't know why they'd put javascript in a .jpg file. I don't think that would be executed.

jeeran.com appears to be a geocities-type site, and it's based in Amman Jordan.
17 posted on 04/05/2004 2:27:32 PM PDT by lonewacko_dot_com (http://lonewacko.com/blog)
[ Post Reply | Private Reply | To 13 | View Replies ]

To: agitator
bookmark
24 posted on 04/05/2004 2:42:19 PM PDT by vp_cal
[ Post Reply | Private Reply | To 13 | View Replies ]

To: agitator
Beat me to it. There also seems to be a font set embedded into the hex code which means it has been doctored in some program that used a font. The font set was probably used when that arabic stuff at the bottom of the picture was created. The handwriting in the pic does indeed look like handwriting and not like a font because all four e's are different, but that doesn't mean it wasn't drawn in someone's hand.

There are also places in the card board part that were obviously "stamped" from another part it.

It's a fake - case closed.

33 posted on 04/05/2004 5:01:19 PM PDT by numberonepal
[ Post Reply | Private Reply | To 13 | View Replies ]

To: agitator
Fascinating. I always thought a picture was a picture was a picture. Where can I learn more about hex editors?
36 posted on 04/07/2004 5:36:56 AM PDT by new cruelty
[ Post Reply | Private Reply | To 13 | View Replies ]

To: agitator
http://www.freerepublic.com/focus/f-news/1115829/posts

This is a continuation of this post.
40 posted on 04/12/2004 7:07:19 PM PDT by dila813
[ Post Reply | Private Reply | To 13 | View Replies ]

To: agitator
This info in the file is for the border, if you open it in an editor the border is lost but you can see it in your browser.

Check out the wall between the kids and lcpl legs, altered background is present
41 posted on 04/12/2004 7:11:10 PM PDT by dila813
[ Post Reply | Private Reply | To 13 | View Replies ]

Free Republic
Browse · Search
News/Activism
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson