Promotional coupon

I am having a problem with famous in-place advertisements, in particular with Ad couponDropDown.

I know that usually these ads are created using malware on the computer or as a complement to the browser. However, my hard drive and my firefox are both clean, but the ads are showing on a specific website that I created a long time ago.

It is inserted between two divs as an html tag with a random generation class.

The site is powered by WordPress with iThemes security (previously enhanced security) - with the latest update and no problems with a high level of risk. When I downloaded and updated the plugin, the ad itself disappeared, but left an empty container and the link "Coupon advertisement | close".

Now I have hidden the central tag through css.

I appreciate any answer.

Link to the site (it is in Slovenian): http://www.grasshopper.si/

-1
source share
1 answer

I had the same problem. Suddenly, the site I was running was filled with banners from couponDropDown. My problem was not related to a local virus on my computer.

Here is what I found and how I solved it:

  • As I mentioned earlier, I manage the Moodle site, where other users manage the courses.
  • In two courses run by the same person, the couponDropDown nightmare appeared. But not in others. The problem was limited to specific courses from a specific person.
  • Obviously the content was uploaded by this person, but it was not obvious where it was.
  • WYSIWYG, HTML, , :

    <p> Some HTML over here</p>

    <script src="http://cdncache3-a.akamaihd.net/loaders/1032/l.js?aoi=1311798366&pid=1032&zoneid=10368" > </script>

  • script. iframes http://advertising-support.com/.

  • , , , , ( ), , , script . , , . .
  • : , script akamaihd.net.

, . , WYSIWYG script , .

script ( 5 2014 :)

, C & P html . HTML-. , , , .., :

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf8">
    <title>couponDropDown test</title>
</head>
<body>
<p>Some HTML over here</p>
<script src="http://cdncache3-a.akamaihd.net/loaders/1032/l.js?aoi=1311798366&pid=1032&zoneid=10368"></script>
</body>
Hide result

, . , ! , !

0

All Articles