greetings, fellow internet!

welcome to digitalgangster.com, the coolest community for people who hack the gibson and make bajillions of dollars off of online marketing. please click here to register an account (it's free) and join in on a plethora of discussions with the internet elite.

ASGPHE,
ytcracker, original digital gangster
follow me on twitter
fan me on facebook
Page 1 of 2 12 LastLast
Results 1 to 50 of 91

Thread: YouTube - Mobile Views back in ACTION! + SEO Enabled + ANY Referrer

  1. #1

    Lightbulb YouTube - Mobile Views back in ACTION! + SEO Enabled + ANY Referrer

    Posting from: Your AP>Attrib /s /d +h +s ME

    All I got is my balls, my words, computer skills & Internet Marketing Black Hat strategies

    WHERE or HAVING clause' injectable
    Quote Originally Posted by pad View Post
    and i'm sure you're smart and creative enough to not have to resort to something so dumb

  2. #2
    straight class, bitch. reefer's Avatar
    Join Date
    Jun 2010
    Posts
    3,333

    Default

    kinda wanna hop on this but it's gonna get raped and patched so quickly.

  3. #3

  4. #4

    Join Date
    Aug 2010
    Location
    the angeles
    Posts
    1,950

    Default

    thread is down

  5. #5

    Default

    Quote Originally Posted by jrob View Post
    thread is down
    http://www.sendspace.com/file/petb8u
    Posting from: Your AP>Attrib /s /d +h +s ME

    All I got is my balls, my words, computer skills & Internet Marketing Black Hat strategies

    WHERE or HAVING clause' injectable
    Quote Originally Posted by pad View Post
    and i'm sure you're smart and creative enough to not have to resort to something so dumb

  6. #6

    Default

    “Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime”

    I just want to clear up, the method explained is way more valuable (to some) than the actual bot. Although I will show snippets how to do the different things, this thread is more based on the method itself, how it is done, and so on.

    There is no functional bot in this thread, but I’d appreciate if someone took the time to release one (I have too much work to do, and I really don’t have the time to code anything else at the moment)
    Part 1 – The ‘mobile method’

    So I’ve been looking around, and there is constantly new view providers popping up, and most of them are doing mobile views. But wait SpK, the views show up as Facebook.com and Twitter.com referrals, how come? Well, I will be explaining how these guys do that. The views are just as worthless. Let’s start, shall we?

    This has to be the easiest method out there, and I am kind of surprised not too many know about this. Anyways, this is how to do it:

    First of all, we need to turn into an iPhone or Android. How do we do this? We can use Chrome, and an extension called “Chrome UA Spoofer”. After we’ve done this, we grab Fiddler2 (http://www.fiddler2.com/fiddler2/). Turn on Fiddler2, and navigate to YouTube (with iPhone 4 user-agent turned on), then watch any video on YouTube. Let’s analyze the requests inside Fiddler2 now. This is what I got after watching the entire video:



    So as we can see, while watching the video, it sends numerous “s.youtube.com” requests. For those who don’t know, this is YouTube’s Video Stats Server (according the response header “Server: Video Stats Server”). This is the server that counts the views, and everything else that has to do with video statistics (basically everything in your analytics).

    Now let’s take a look at the parameters sent over to the server from our browser. I will be explaining in detail what each one of these tells the server.

    on3g=0
    This basically means that the phone is not watching this via 3G.

    app=youtube_mobile
    This is the main parameter in this method. By telling YouTube’s statistic servers that you are a mobile phone, you bypass most security such as X views per IP per 24 hours, etc. It basically turns the filters off.

    preq=%2Fwatch%3Fajax%3D1%26feature%3Dm-trends%26layout%3Dmobile%26tsp%3D1%26v%3Dyk_7ol-bSU8
    This is basically the end of the URL you’ve navigated to.

    reloadCount=0
    Every single request I’ve sent, this has been 0, and I don’t think it will change in the near future. It’s basically how many times you’ve reloaded the video (I think).

    rdm=m4vdvn22r
    The last 3 characters of this changes randomly (with no pattern that makes sense), so I just do the same as the JavaScript files, and append 3 random characters after “m4vdvn”. The views count, so it should be right.

    html5=1
    Tells YouTube that we are using the html5 mobile player, and not something else (though there are not too many available alternatives, I have no clue why this is one of the parameters)

    ns=yt
    “ns” means namespace, and it is always “yt” (YouTube). Never analyzed a video with a different value.

    ps=blazer
    “ps” means player-style, and the mobile-player is codenamed “blazer”.

    el=detailpage
    “el” means “Event Label”, and “detailpage” means what we all refer to as “watch page”. (the default page we watch the video on)

    hl=en
    “hl” is the interface language, and “en” is English.

    cr=US
    “cr” is country region, and “US” is the United States. Changing this sometimes changes the location of the video (geo-targeting), but it is not always working. (they base it of IP most times, but when they turn off the initial filters, changing country region usually works)

    docid=yk_7ol-bSU8

    “docid” basically means the video ID. The thing usually after the “/watch?v=”.

    plid=h306l6771pavjfv1u
    “plid” means playback ID token value, and can be scraped from the HTML.

    fmt=18
    Basically means which format the video is in. If you’ve ever coded a video downloader before, you would know what 18 is. Although, you can just watch the video 1 time with Chrome (+ UA spoofer) and find out which format it is, then use that to send the requests. It will never change (for that specific video)

    fs=0
    Is the video played back in full screen? 1 = true, 0 = false.

    screenw=320
    Screen width.

    screenh=533
    Screen height.

    rt=30.252
    Basically, here is my calculation of this parameter:
    Code:
    rt = ((getTimer() - playbackStartTime) / 1000).toFixed(3);
    It means, current unix time, subtracted by the time the player started playing (unix time, you have to store this), divided by a thousand, and round to 3 decimals.

    sw=1

    Stands for sampling weight although I have no clue what that means.

    len=218.635
    Length of the video in seconds. This has to be accurate, and you can get it by watching the video legitimately 1 time, and find the values in Fiddler2, or any other HTTP analyzer out there.

    st=17.643
    This means “start seconds”, and is the value of which time in the video it sent the LAST request. First request, both et and st will be the same.

    et=27.65
    This means “end seconds”, and is the value of which time in the video it sent the CURRENT request. First request, both et and st will be the same.

    How this is used to send “Facebook and Twitter” views

    So, the people who know about this method were kind of smart, and though: “Hey if it shows up as mobile, and can easily be emulated, can’t we make it look like it comes from elsewhere?” And they figured out how to do this.

    I know a few people that own sites that sell views, and gigs on Fiverr that currently do this, and it is basically just a ripoff, and the price gives away that. There is no way people can sell real views at such prices.

    Now let’s look at how it is done. When watching a video legitimately with a real PC, and actually being referred through Facebook, we get a parameter called “sdetail”, and “referrer”. I figured out that “sdetail” is not important, so let’s focus on “referrer”. By adding a little parameter to the mobile request (with “app=youtube_mobile” and all that jazz), called “referrer=URL”, we can make the views come from anywhere. So basically appending “referrer= http%3A%2F%2Ffacebook.com%2F” (url-encoded) to the parameter list, it will come from Facebook. Wasn’t that easy? Well, it sure does look good and all that, but from all the tests I’ve done (and just to let you know, that’s a TON), it never has any positive SEO-impact to the videos. I’ve heard people say that it does, but that was BEFORE, when the RTSP glitch still worked (oh, by the way, it works again).

    Mobile views do not really mean much, but that changed today (03.06.2012). By adding “et” (end time) and “st” (start time) mobile views now shows audience retention to the video statistics server, meaning it now adds SEO-juice. You heard it here first They used to not send rt, et and st, but they added it last night, meaning they want to use mobile views in their SEO algorithm (and this is the reason some sites such as SquidRootBeer do not offer mobile views since last night)

    Part 2 will be released next week, and I will talk about another common method these fake “view sellers” use. This one will be a little trickier. Until then, peace out.

    Credits to "the known" for countless of hours of testing with me. <3

    can anybody answer if this can be done via web browser using live http or something, in case nobody codes it up and post..
    Last edited by EXEcuter; 06-03-2012 at 06:02 PM.
    Posting from: Your AP>Attrib /s /d +h +s ME

    All I got is my balls, my words, computer skills & Internet Marketing Black Hat strategies

    WHERE or HAVING clause' injectable
    Quote Originally Posted by pad View Post
    and i'm sure you're smart and creative enough to not have to resort to something so dumb

  7. #7
    ureddit.com/category/23442 pad's Avatar
    Join Date
    Feb 2005
    Posts
    28,198

    Default

    maybe i'll code it after the celtics game

  8. #8
    Synja's Avatar
    Join Date
    Jan 2009
    Location
    727
    Posts
    3,644

    Default

    This looks like half a dozen cURLs piped to /dev/null.
    Quote Originally Posted by tm View Post
    i will love your sweet body forever
    Quote Originally Posted by khamkookeomany View Post
    Red curtain boy , help me please, i am new number, i try to sign in www.gayhentaixxx, but it is not woking.... help me pleasemmmmmmmmmmmmmmmmmmm

  9. #9

    Default

    If anyone gets this set up hit me up, I have a couple videos I'd like to go viral and having a shitload of views definitely helps credibility.

  10. #10

    Default

    bump, would like to see this before it gets fixed


  11. #11

    Default

    made no $$ with the method but did get a shit load of backlinks when all those wordpress sites scraped up my video.

  12. #12

    Default

    i made one but i'm tired as fuck so i don't feel like cleaning up the code to make it work for other people right now. also it looks like it's working but i wont be able to tell until tomorrow anyway.

    that spk dude said i'm doing it different than him but it should still work. if i don't see the hits come in tomorrow i'm sure dat nigga will tell me how to fix it.

    either way, you'll probably have a working bot here tomorrow. i almost don't even want to drop it here due to begging. maybe i'll just send it to people that don't suck and the rest can PM, idk but that foxhound nigga bumping this thread like "YO DUDES WHERE THE FUCKS THIS BOT AT" was a super turn-off
    Quote Originally Posted by mistik View Post
    jersey isn't for everyone brah, move along.

  13. #13
    straight class, bitch. reefer's Avatar
    Join Date
    Jun 2010
    Posts
    3,333

    Default

    Quote Originally Posted by dougiefresh View Post
    i made one but i'm tired as fuck so i don't feel like cleaning up the code to make it work for other people right now. also it looks like it's working but i wont be able to tell until tomorrow anyway.

    that spk dude said i'm doing it different than him but it should still work. if i don't see the hits come in tomorrow i'm sure dat nigga will tell me how to fix it.

    either way, you'll probably have a working bot here tomorrow. i almost don't even want to drop it here due to begging. maybe i'll just send it to people that don't suck and the rest can PM, idk but that foxhound nigga bumping this thread like "YO DUDES WHERE THE FUCKS THIS BOT AT" was a super turn-off
    sell it for $20, brah. 100% serious. you've done a lot to make dg more of a community, i think you earned yourself the ability to at least charge a super low price for your dope bots once in awhile.

  14. #14

  15. #15

    Default

    it works. multithreaded and stuff. sorry, hot date's over atm and i just bored her death trying to explain how it works before even making it accept user input. gimme like a few minutes.

    sorry i was being a grumpypuss last night

    dg4l, check back in a few
    Quote Originally Posted by mistik View Post
    jersey isn't for everyone brah, move along.

  16. #16

    Default

    she just actually walked out of here because of this.

    sux yo, call me if it doesnt work

    http://www.2shared.com/file/uORMXJl8/Desktop.html



    fuck my life

    luv you guise
    Quote Originally Posted by mistik View Post
    jersey isn't for everyone brah, move along.

  17. #17

    Join Date
    Aug 2010
    Location
    the angeles
    Posts
    1,950

    Default

    Quote Originally Posted by dougiefresh View Post
    she just actually walked out of here because of this.

    sux yo, call me if it doesnt work

    http://www.2shared.com/file/uORMXJl8/Desktop.html



    fuck my life

    luv you guise
    this is awesome but it won't open

  18. #18

    Default

    Quote Originally Posted by jrob View Post
    this is awesome but it won't open
    you have to have python27

  19. #19
    ureddit.com/category/23442 pad's Avatar
    Join Date
    Feb 2005
    Posts
    28,198

    Default

    inbox you fuckin beast

  20. #20
    ureddit.com/category/23442 pad's Avatar
    Join Date
    Feb 2005
    Posts
    28,198

    Default

    my bad dougiefresh is a beast

    but you both the apple of my whywork eyes, no homosexuality

  21. #21
    admin KOiN's Avatar
    Join Date
    Jul 2005
    Posts
    29,755

    Default

    running smooth over here, lets hope when the stats refresh on this video that your exploit really works and I will be very delighted
    PM me with forum questions or concerns and I will do my best to help

  22. #22

    Default

    hell yea dougie ^5

    also has this worked for anybody yet?
    Posting from: Your AP>Attrib /s /d +h +s ME

    All I got is my balls, my words, computer skills & Internet Marketing Black Hat strategies

    WHERE or HAVING clause' injectable
    Quote Originally Posted by pad View Post
    and i'm sure you're smart and creative enough to not have to resort to something so dumb

  23. #23

    Default

    Quote Originally Posted by dougiefresh View Post
    she just actually walked out of here because of this.

    sux yo, call me if it doesnt work

    http://www.2shared.com/file/uORMXJl8/Desktop.html



    fuck my life

    luv you guise
    You must spread some Reputation around before giving it to dougiefresh again.
    Posting from: Your AP>Attrib /s /d +h +s ME

    All I got is my balls, my words, computer skills & Internet Marketing Black Hat strategies

    WHERE or HAVING clause' injectable
    Quote Originally Posted by pad View Post
    and i'm sure you're smart and creative enough to not have to resort to something so dumb

  24. #24

    Default

    oh yea i remember them saying that views will only work if a port is open but i forgot what port..
    Posting from: Your AP>Attrib /s /d +h +s ME

    All I got is my balls, my words, computer skills & Internet Marketing Black Hat strategies

    WHERE or HAVING clause' injectable
    Quote Originally Posted by pad View Post
    and i'm sure you're smart and creative enough to not have to resort to something so dumb

  25. #25

    Default

    even with python i can't get it open...

  26. #26

    Default

    Quote Originally Posted by P4ntySniffr View Post
    even with python i can't get it open...
    1.Install Python on C:\
    2.create folder (put file.exe, log.txt, logo.txt, run.cmd) inside that folder doesn't matter where its at
    3.Add SuperStar.exe to run.cmd

    and click it.. sheesh
    Posting from: Your AP>Attrib /s /d +h +s ME

    All I got is my balls, my words, computer skills & Internet Marketing Black Hat strategies

    WHERE or HAVING clause' injectable
    Quote Originally Posted by pad View Post
    and i'm sure you're smart and creative enough to not have to resort to something so dumb

  27. #27

    Default

    shit, dont use this yet, i think i left my test video hardcoded in. yall just made a hilarious video of me dancing go viral. ill fix and reup at lunch.
    Quote Originally Posted by mistik View Post
    jersey isn't for everyone brah, move along.

  28. #28
    Audio's Avatar
    Join Date
    Jun 2007
    Location
    banks back room
    Posts
    15,909

    Default

    ROFL, awesome thread, gg dougie
    Coder for hire. Anything you need, outstanding prices and good return time.
    Contact: Skype - GetMoneyHo, AIM - theorangebox

  29. #29

    Default

    kay, fixed it.

    here's the new file: http://www.2shared.com/file/Tzo5VlG7/SuperStar.html

    extract and run from command prompt. i don't have time to download fiddler to make sure it's passing your video parameters atm but i'm fairly certain it's all good.

    also, i can confirm this exploit is working as i am seeing views starting to come in from you guys running it last night.

    the views take like 24 hours to start coming in and then trickle in at best.

    ALSO

    i only released this here for free yesterday because it was reefer's birthday and he is my favorite dg

    dg4l
    Quote Originally Posted by mistik View Post
    jersey isn't for everyone brah, move along.

  30. #30
    qbert's Avatar
    Join Date
    Feb 2005
    Location
    Backwoods fucklord
    Posts
    54,746

    Default

    +rep dougie
    most boring signature of all time

  31. #31

    Default

    +rep, good share

  32. #32

    Default

    if anybody makes money with this you should be a pal and send some my way.

    or better yet hook me up with a solid method so that i can make my own money. i won't share it.

    PM or skype me

    skype: swag.gov
    Quote Originally Posted by mistik View Post
    jersey isn't for everyone brah, move along.

  33. #33
    ureddit.com/category/23442 pad's Avatar
    Join Date
    Feb 2005
    Posts
    28,198

    Default

    what about
    plid=h306l6771pavjfv1u
    “plid” means playback ID token value, and can be scraped from the HTML.

  34. #34

    Default

    Quote Originally Posted by pad View Post
    maybe i'll code it after the celtics lose



  35. #35

    Default

    Quote Originally Posted by pad View Post
    what about
    yeah the plid is a bitch. you can either dynamically generate it by using the same logic as their javascript OR scrape it from the nonmobile page. i chose the latter.
    Quote Originally Posted by mistik View Post
    jersey isn't for everyone brah, move along.

  36. #36

    Join Date
    Aug 2010
    Location
    the angeles
    Posts
    1,950

    Default

    You must spread some Reputation around before giving it to dougiefresh again.

    it's running right now will report back tomorrow

  37. #37

    Default

    Nice! Repped, will try out soon.
    -blank

  38. #38
    Synja's Avatar
    Join Date
    Jan 2009
    Location
    727
    Posts
    3,644

    Default

    You must spread some Reputation around before giving it to dougiefresh again.
    Quote Originally Posted by tm View Post
    i will love your sweet body forever
    Quote Originally Posted by khamkookeomany View Post
    Red curtain boy , help me please, i am new number, i try to sign in www.gayhentaixxx, but it is not woking.... help me pleasemmmmmmmmmmmmmmmmmmm

  39. #39

    Default

    doesn't seem to be working for me :(

    does it take a certain amount of time for views to show up?

  40. #40

    Default

    Quote Originally Posted by The Meat King View Post
    doesn't seem to be working for me :(

    does it take a certain amount of time for views to show up?
    24 hours bud... you gotta wait.. i wish it was instant too
    Posting from: Your AP>Attrib /s /d +h +s ME

    All I got is my balls, my words, computer skills & Internet Marketing Black Hat strategies

    WHERE or HAVING clause' injectable
    Quote Originally Posted by pad View Post
    and i'm sure you're smart and creative enough to not have to resort to something so dumb

  41. #41
    ureddit.com/category/23442 pad's Avatar
    Join Date
    Feb 2005
    Posts
    28,198

    Default

    freezes right here for me


  42. #42

    Join Date
    Aug 2010
    Location
    the angeles
    Posts
    1,950

    Default

    Quote Originally Posted by pad View Post
    freezes right here for me

    maybe it's a rounding error on certain videos? mine worked first try

  43. #43
    daggy diamonds
    Guest

    Default

    dougiefresh comes through

    everybody rep him

    (You must spread some Reputation around before giving it to dougiefresh again.)

  44. #44
    ureddit.com/category/23442 pad's Avatar
    Join Date
    Feb 2005
    Posts
    28,198

    Default

    ok it seems to be working now, however, this worries me:
    len=218.635
    Length of the video in seconds. This has to be accurate, and you can get it by watching the video legitimately 1 time, and find the values in Fiddler2, or any other HTTP analyzer out there.
    yet the program errors when i include a decimal

  45. #45

    Default

    if you look at the last request sent after watching the vid on m.youtube you'll see it doesn't need to be that accurate
    Quote Originally Posted by mistik View Post
    jersey isn't for everyone brah, move along.

  46. #46
    leon's Avatar
    Join Date
    Sep 2008
    Location
    Fla.
    Posts
    6,844

    Default

    Dont even mess with youtube but i still gave you rep A+
    We Gettin' -بجدية Money!


  47. #47
    tm's Avatar
    Join Date
    Aug 2005
    Location
    new orleans, la
    Posts
    7,264

    Default

    why iz every thing made 4 u windoze ppl uGH unf
    Go LSU Tigers! Louisiana da hottest place on earth!

  48. #48

    Default

    nigga, i can give you a unix or linux version if you want. everything i write is cross platform, i just 'compiled' this for windows.
    Quote Originally Posted by mistik View Post
    jersey isn't for everyone brah, move along.

  49. #49
    Synja's Avatar
    Join Date
    Jan 2009
    Location
    727
    Posts
    3,644

    Default

    Written in Python?
    Quote Originally Posted by tm View Post
    i will love your sweet body forever
    Quote Originally Posted by khamkookeomany View Post
    Red curtain boy , help me please, i am new number, i try to sign in www.gayhentaixxx, but it is not woking.... help me pleasemmmmmmmmmmmmmmmmmmm

  50. #50

    Default

    Quote Originally Posted by Synja View Post
    Written in Python?
    yup

    .exe -> ArchiveViewer.py (pyinstaller.org) ->
    sig to big -mods

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •