I've noticed that when clicking some links to the Scratch site from the Scratch Site, I will get a strange screen that asks me to take a survey.
An example: one of my projects is tagged with 'posted at 12:00'. When the tag link is clicked, it brings up the screen.
Here is the link, if you want to see it:
http://scratch.mit.edu/tags/view/posted%20at%2012:00
(or you can get to it through the tags in my '2013' project)
So, what's the survey for?
Offline
technoguyx wrote:
I don't see any survey... Might be some adware in your computer.
It must be.
Offline
Yep
i also tried the link
it said
404 page not found - our server is scratching its head
Offline
If it's adware, then it's some strange adware, as the buttons don't actually do anything, and there's a bunch of random code around the page:
EDIT: Oh, that's kind of hard to read. Here's what it says:
false; } var htmlText = '
Do you want to take a survey?
'; TINY.box.show( { html : htmlText, boxid : 'frameless', fixed : false, maskid : 'bluemask', maskopacity : 40, width: 240, height: 65, closejs : function() { Survey.cancel() } }); } }
(Just curious, what is that code supposed to do?)
Last edited by warriorcats3125 (2013-01-24 00:18:57)
Offline
warriorcats3125 wrote:
If it's adware, then it's some strange adware, as the buttons don't actually do anything, and there's a bunch of random code around the page:
http://i47.tinypic.com/2zizpfp.png
EDIT: Oh, that's kind of hard to read. Here's what it says:false; } var htmlText = '
Do you want to take a survey?
'; TINY.box.show( { html : htmlText, boxid : 'frameless', fixed : false, maskid : 'bluemask', maskopacity : 40, width: 240, height: 65, closejs : function() { Survey.cancel() } }); } }(Just curious, what is that code supposed to do?)
That code is Javascript, it's supposed to make a box show up while darkening the rest of the page. Whoever made the adware isn't very good
This has been reported before.
Offline
Offline
I remember an incidence awhile ago where I (and a few other scratchers) got this virus called TextEnhance (that's if I remembered its name correctly), which "enhanced" text by adding on random links to various websites. What you're experiencing here might be the same malicious software, though it might not.
Offline
ErnieParke wrote:
I remember an incidence awhile ago where I (and a few other scratchers) got this virus called TextEnhance (that's if I remembered its name correctly), which "enhanced" text by adding on random links to various websites. What you're experiencing here might be the same malicious software, though it might not.
The page still appears to be the Scratch site, so I don't think that's it.
ImagineIt wrote:
Are you on IE?
Yes, I am.
Offline
kayybee wrote:
Even though it's on the scratch site, as long as a virus is installed on the computer, it can change websites (at least what you see)
Running a virus scan shows nothing. Strange... and the text only shows up on the one page.
Last edited by warriorcats3125 (2013-01-24 23:16:49)
Offline
Well, if you take a look at the technical aspects, it's actually quite strange that we're getting a 404 page in the first place; the page exists, it's the same for every tag; it's a PHP file with a GET input and a rewriterule. I'm using Chrome, but when I look at it in IE I still don't see it. Try another browser or the add-on free version of IE (Internet Explorer (No Add-ons)) and see if it's still there.
Offline
warriorcats3125 wrote:
kayybee wrote:
Even though it's on the scratch site, as long as a virus is installed on the computer, it can change websites (at least what you see)
Running a virus scan shows nothing. Strange... and the text only shows up on the one page.
Some virus scans don't pick up malware very well. You'll probably have better luck using a software that is geared towards malware removal.
Personally, I use Malwarebytes for my computer since it behaves well when used alongside other computer protection software. Since you use IE, I'm gonna guess that you use a Windows computer, you might also want to check out Microsoft's malware removal tool as well.
Offline
404 page not found - our server is scratching its head
Offline