why do my youtube videos keep getting mass banned

forgetfear

Registered Member
Joined
Mar 6, 2013
Messages
70
Reaction score
8
im using ccleaner,im using a vpn,im creating pva accounts using pinger,im using different links,max 5 videos per account and every single time all my accounts get banned all at the exact same time

even when i was making my own ppd videos and uploading i was still getting mass bans. I know my vpn might have bad ips its not hma btw but it does not explain why they are all banned at the exact same time
 
Yes VPN's are easily detected by YouTube. You can't really get passed them these days in that sense
 
I'm still a noob in IM and probably this doesn't even make sense to you guys but are you linking something to a Gmail account or is there any other G product that might track you back?

Sometimes it's the little things (i mentioned it because I've connected a banned account from YT to a Gmail and then used it to another YT account, same results as you lol)

Not trying to be funny, just really trying to help you don't forget the little things.

Cheers
 
My 2 cents on it:

Don't use Chrome for this, (if you know how it works) maybe get a proxie, setup another account... Don't log in and out of accounts without cleaning cookies, don't create multiple accounts one after another, give it a couple of hours at least. And like i said, the little things, try to think like YT and the BIG G, i know it may sound stupid, but assume a position of a control freak until you'r getting it done.


I'm sure there's better ways to do it and people more efficient/specialized in it than myself, but i think this might help.

Cheers
 
Private proxy is your friend

Sometime they ban the whole ip range/block

VPN is widely shared
 
Yes, VPN is the problem here. There are plenty of cheap private proxy sellers on BST section. if you manually creating accounts, then you can make a simple process function in vb to open google account signup page with your proxy automatically.

Eg:

Code:
Process.Start("Chrome", "https://accounts.google.com/SignUp?service=youtube&continue=http%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26feature%3Dsign_in_button%26hl%3Den_US%26next%3D%252F%26nomobiletemp%3D1&hl=en_US --incognito -proxy-server=[URL="http://127.0.0.1:8118/"]127.0.0.1:8118[/URL]")
 
Back
Top