AVideo-Encoder icon indicating copy to clipboard operation
AVideo-Encoder copied to clipboard

Major Issue With YPTWallet - Bots Causing False Payments

Open The-Do-It-Yourself-World opened this issue 5 years ago • 5 comments

People are writing bots to hit us with fake views. The bot hits us for a fraction of a second per video, generating a view of "0" time but the channel owner is being paid for this view in full and its wiping us out.

I have attached a screenshot showing just one page out of over 10,000 views generated today. I have to pay for every single view.

Notice the same IP addresses, "null" user id and "0" seconds watched. Yet this generates a payment to the channel owner.

Notice especially the first 4 and the last 5 entries in the screenshot. Sometimes multiple views are generated in the same second, proving this is a bot.

fake-views

I know this should be a simple fix in the code to set payment to only count based on % of a video viewed instead of full payment per click.

what table is that?

DanielnetoDotCom avatar Nov 18 '20 16:11 DanielnetoDotCom

That is the video statistics table in the database. This issue has been going on since the wallet was written but until now a simple warning stopped people. Now its out of control and costing me.

First , disable the auto-play , without auto-play will not generate +1 view .

on /install directory there's removeViewsStatisticsErrors.php but I'm not sure if that's gonna work for you .

akhilleusuggo avatar Nov 19 '20 11:11 akhilleusuggo

If you inspect the access log using the IPs on the table you should be able to see where they come from and how they are doing it.

DanielnetoDotCom avatar Nov 20 '20 12:11 DanielnetoDotCom