Jump to content
UBot Underground

Gogetta

Moderators
  • Content Count

    870
  • Joined

  • Last visited

  • Days Won

    73

Posts posted by Gogetta

  1. The API is the easiest way to scrape the data of a video.

     

    Replace the [VIDEO_ID] with a video id.

    http://gdata.youtube.com/feeds/api/videos/[VIDEO_ID]?v=2&alt=jsonc&callback=youtubeFeedCallback1&prettyprint=true

    To scrape the data you can use this regex code.

    (?<="likeCount": ").*?(?=")
    

    More info on this regex snippet can be found here.

     

     

    The comments can also be scraped using this url.

    https://gdata.youtube.com/feeds/api/videos/[VIDEO_ID]/comments?max-results=50&start-index=1
    

    Increase the value of the start index by 50 on each loop to scrape the next page of comments.

     

     

     

    If you need a working example of the entire process PM me.

     

    .

    • Like 1
  2. Made a short video Aymen... http://screencast.com/t/S4JyVWGG

     

    Hey Pete, after watching your video I tried fooling around with the datagrid styler. What I found out is that if you leave the column field blank the header text colors don't work.

     

    What I added to the column field and it seemed to work was this.

     

    300|300|auto

     

    Maybe Aymen can add a default value to this field... Anyway, just wanted to let you know.

  3. just done testing , everything seems to be working (except the known bugs)!

    Did you make sure you used everything correctly ?

     

    Aymen, If you check a few post back you will see that I made a small video of a bug i spotted within 24 hours of purchasing this plugin. Can you let me know if I am doing something wrong, or maybe provide an example where the "data grid color" doesn't change to random rows when scrolling through the grid?

  4. Is this happening from within a define command? I noticed sometimes when I delete a few commands from within a define those commands will still run. What I do is right click over the define and select edit, from there I then click the ok button and this somehow refreshes that define so that those deleted commands no longer run. I'm not sure if this is the problem you are having or not...

  5. Title:

    alert($plugin function("HTTP post.dll", "$xpath parser", "<?xml version=\"1.0\" encoding=\"utf-8\"?>
    <?xml-stylesheet type=\"text/xsl\" href=\"css/feed.xsl\"?>
    <channel>
    <title>Sample title 1</title>
    <description>sample desc 1</description>
    <item>
    <title>sample title 2</title>
    <description>sample  desc 2</description>
    </item>
    </channel>", "//title", "InnerText", "XML"))
    
    

    Description:

    alert($plugin function("HTTP post.dll", "$xpath parser", "<?xml version=\"1.0\" encoding=\"utf-8\"?>
    <?xml-stylesheet type=\"text/xsl\" href=\"css/feed.xsl\"?>
    <channel>
    <title>Sample title 1</title>
    <description>sample desc 1</description>
    <item>
    <title>sample title 2</title>
    <description>sample  desc 2</description>
    </item>
    </channel>", "//description", "InnerText", "XML"))
    
    

     

    • Like 1
  6. Can we run normal commands in the content menuitem? Mine will freeze the bot when I try to do something other than a datagrid command. For example if I right click and try to do an alert it just freezes.

     

    Edit: It does show up when I force close the program through task manager so it's there it just freezes until I force quit.

     

    If we could change individual cell color as well and sort the datagrid by column that would be nice!

     

    This problem hasn't been fixed yet.

  7. does the bot can boost my song to top 25 Goggeta..?

     

    Yep, it shouldn't be a problem at all. I created this bot for a client over a month ago and the last time I spoke to him he was pretty high up. I don't want to say which spot he was in so all i will say is he was between 40 and 60 using this bot. But yes, I am sure you can go beyond that after the test I ran on it. Just be smart about the way you use this bot when pushing that high up the charts. You would want to set some good delays so that it appears as if the songs are actually being played.

  8. >>> SoundClick Views Blaster <<<

    "Easily Dominate and Own The SoundClick Charts.

     Tested and Proved to Get the Top Rankings..."

     

    http://i.imgur.com/enokpFG.png

     

     

    NEW! Scheduler Added in Version 1.1

     

    SoundClick Views Blaster can now be set to run daily, weekly, or monthly. Not that you would want to wait any more than a day to have

    your song plays being inflated. However, the options are there to take full advantage of. Just set the bot up to run on schedule and the views

    will keep you climbing the charts.

     

     

    Software Features:

     

    http://i.imgur.com/MX5x0yw.png Boost Views on Artist Page, Songs, and Downloads (all 3 at random)


    http://i.imgur.com/MX5x0yw.png Randomize Where the Views are Coming From (views looks natural)

     

    http://i.imgur.com/MX5x0yw.png Comes With 50 Useragents, and More Can Be Added (random browsers)

     

    http://i.imgur.com/MX5x0yw.png Delay Times Up to 5 Minutes, or Can Bet Set to Random (play times look human)

     

    http://i.imgur.com/MX5x0yw.png Supports Both Public and Private Http Proxies (a major feature for not getting caught)

    http://i.imgur.com/MX5x0yw.png Super Fast Threads (1 -200) Running in Sockets (select one or multiple songs)

    http://i.imgur.com/MX5x0yw.png Schedule the Software to Boost Views Hands Free (can set it up and forget it)

     

    http://i.imgur.com/MX5x0yw.png Lifetime Bug Fixes and Updates for Free (a one time payment for this software)

     

    Watch a Small Demo:

     

     

     

    100% Money Back Guarantee

     

    http://i.imgur.com/8N2RuHh.jpg

     

     

    Due to the nature of this bot only limited copies will be sold.

    Hurry, the price of this software will go up very soon.

     

    Software Last updated on 1/12/2018

     

    sg4EHue.jpg

    • Like 1
  9. add list to list(%purls, $scrape attribute(<href=w"*?ref=br_rs&fref=browse_search">, "href"), "Delete", "Global")
    clear list(%purls_cleaned)
    loop($list total(%purls)) {
        add item to list(%purls_cleaned, $replace($next list item(%purls), "?ref=br_rs&fref=browse_search", $nothing), "Delete", "Global")
    }
    
    

    The urls will then be stored in %purls_cleaned.

×
×
  • Create New...