birgittaw
|
posted on June 6, 2006 06:57:18 AM new
So I'm cruising along, and click on someone's other items. A pop up comes up: "Isn't this the most annoying script since BLINK!" It's a cgi ebay window too. What in the world??? And it came up for seller's feedback etc. as well. Was that really too much two buck last night, or has someone invaded eBay? Or is it as simple as fiddling with the html code?
B/
|
paloma91
|
posted on June 6, 2006 07:20:42 AM new
what's the auction number?
|
birgittaw
|
posted on June 6, 2006 07:32:07 AM new
Here's one ... every time I tried to click on an item from seller, this script comes up. That includes trying to bid, copying auction number, asking a question, etc.
6274436779
B/
|
NEGLUS
|
posted on June 6, 2006 08:31:50 AM new
Looks like ebay got hacked! No way can a seller add that to those links!
-------------------------------------

http://stores.ebay.com/Moody-Mommys-Marvelous-Postcards?refid=store
|
NEGLUS
|
posted on June 6, 2006 08:39:10 AM new
Does it involve other sellers too or just this one? I get that "annoying script" message wherever I click on the page (not just links):
http://cgi.ebay.com/ART-DECO-RICHARD-HUDNUT-DEAUVILLE-WOMANS-POWDER-COMPACT_W0QQitemZ6633994409QQihZ012QQcategoryZ600QQssPageNameZWDVWQQrdZ1QQcmdZViewItem
-------------------------------------

http://stores.ebay.com/Moody-Mommys-Marvelous-Postcards?refid=store
|
birgittaw
|
posted on June 6, 2006 08:42:26 AM new
Didn't come across anyone else ... wrote this seller an email asking about it, or alerting as the case may be. Even shows on his closed auctions.
B/
|
irked
|
posted on June 6, 2006 01:03:41 PM new
It didn't show anything unusual to me except there are red X where picture should be on that item #. Other auctions of theirs are ok.
**************
I married my wife for her looks...but not the
ones she's been giving me lately!

|
mikes4x4andtruckrepair
|
posted on June 6, 2006 01:11:27 PM new
Nope, I didn't get anything either. God I love Firefox. 
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein
|
glassgrl
|
posted on June 6, 2006 01:16:11 PM new
I don't get anything unless I try to right click and then it says "hey look but don't touch!"
no pop ups. I tried ask seller a question and placing a bid. nada. nothing.
I think you guys have lost it.........
|
tOMWiii
|
posted on June 6, 2006 01:17:15 PM new
They DO have an ANTI RIGHT-CLICK script embedded in the ENTIRE page...NOT sure how they did they entire page...
I know how to do my own HTML area, but that still allows one to VIEW SOURCE off that area...
I would say there's a bug-a-boo in the script they're using for this...

Got stuff? PLEASE join RALPHIE & ME in some AUCTIONS for our favorite NON-PROFIT~Thank You!
|
birgittaw
|
posted on June 6, 2006 01:36:52 PM new
Neglus ... you saw it too, yes? I'm starting to feel dementia setting in! And I'm using Firefox amd have for ages.
B/
|
pixiamom
|
posted on June 6, 2006 01:42:39 PM new
I'm using Firefox and I still see it when I click to scroll.
|
glassgrl
|
posted on June 6, 2006 01:54:35 PM new
<SCRIPT LANGUAGE="JavaScript1.1">
<!--
function right(mousebutton)
{
var msg1 = "Hey!! Look but don't touch!!";
var msg2 = "Isn't this the most annoying script since BLINK?!";
if (navigator.appName == 'Netscape' && mousebutton.which==3)
{
alert(msg1);
return false;
}
else
if (navigator.appName == 'Netscape' && mousebutton.which==1)
{
alert(msg2);
return false;
}
else
if (navigator.appName == 'Microsoft Internet Explorer' && event.button == 2)
{
alert(msg1);
return false;
}
else
if (navigator.appName == 'Microsoft Internet Explorer' && event.button == 2)
{
alert(msg2);
return false;
}
return true;
}
document.onmousedown = right;
// -->
</SCRIPT>
|
neglus
|
posted on June 6, 2006 02:02:57 PM new
I guess the script can't tell left from right because it happens with left click too. I am glad ebay wasn't hacked at any rate

-------------------------------------

http://stores.ebay.com/Moody-Mommys-Marvelous-Postcards?refid=store
|