D
D
D P2020-04-30 21:02:07
WordPress
D P, 2020-04-30 21:02:07

How to remove fake WP Ulike likes from posts?

I saw there were smart people on my site who clicked ulike buttons from posts from a proxy or torus.
I checked all the IP addresses and saw that half of them are obviously cheated judging by GeoIP. I have already counted how many votes are wound up.
Is there a ready-made solution to at least edit the likes counter as in the previous version? In the new campaign, they removed it, or I just didn’t find a place in the database.
Before that, there was a certain parameter in the database responsible for the amount of likes per post.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Y P, 2020-05-02
@wplooser

Until you wait for the answer, you will guess)))
I found a temporary solution directly by querying the database.

UPDATE `<имя вашей БД>`.`wp_ulike` 
SET `status`='unlike' 
WHERE  `ip` IN ('198.16.74.204', 'x.x.x.x', 'и т.д.');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question