Adblock - blocks buttons. Solution to the problem

hsabarab

New Member
Hello.
When I set the site rating, I ran into a problem! The 88x31 image was not displayed after installing the code on the site.
Ad blockers and adblock blocked my backlink button on sites that installed it.
I propose a solution to this problem

Привет.
При выставлении рейтинга сайта столкнулся с проблемой! Изображение 88x31 не отображалось после установки кода на сайт.
Блокировщики рекламы и adblock блокировали мою кнопку обратной ссылки на сайтах которые её установили.
Предлагаю вариант решения этой проблемы

In these files, you need to replace button.php with in.php
В этих файлах нужно заменить текст button.php на in.php

screenshot 2022-03-19 001.png

I used notepad++ for this. He knows how to search with a replacement
Я использовал notepad++ Он умеет искать с заменой

2screenshot 2022-03-19 001.png
In all files, replace all found text button.php with in.php.
Во всех файлах заменить весь найденный текст button.php на in.php.

it should turn out like this
должно получиться вот так

3screenshot 2022-03-19 001.png

And now your code for the buttons will change and it will not be blocked by ad blockers.
И теперь ваши код для кнопок изменится и его не будут блокировать блокировщики рекламы.

<a href="http://yourwebsite/"><img src="http://yourwebsite/in.php?u=yourwebsite&buttontype=static" alt="your website" /></a>

This method helped me. Thank you for reading.
Sorry for my English, I'm from Ukraine.
 

Attachments

Top