Jump to content
UBot Underground

magzmedia

Fellow UBotter
  • Content Count

    91
  • Joined

  • Last visited

Posts posted by magzmedia

  1. Hey, Ubotstudio has made me a lot of money, Ubots biggest fan is right...what "cuts it" at the end of the day is affiliates and a good rep. I have taken over 25K for a bot on the warrior forum and in total bots I've been involved with have made over 200K since 2010, I'm not bragging I'm just saying it is possible to do really well and I know there are other bot coders on this forum that have done much better than me. I am thinking we should get a collective together, a small group who can target the Warrior Forum and the Black Hat Scene, with our combined expertise we could do something special and all profit. PM me if you would like to brainstorm.

     

    Cheers

     

    Rob

  2. I think this is a really interesting idea...and I'm pretty sure that the scripts already exist to set up such sites (I'm sure I looked at one). A paid membership would be a good idea, but how would this essentially differ from a site like vagex? You have got me thinking though, I'm sure there is something in this. I think what interests me is the idea of a collective...we really need to band together at the moment to counteract the evil "G"

     

    Cheers

     

    Rob

  3. Hey guys, I've been using bots to add users and unfollow on twitter for some time. However recently I can't get the bot to click the twitter follow buttons...tried several things, but no joy. (fine on unfollow)

     

    I wondered if anyone knows how to activate the buttons by using Javascript...any input would be appreciated. Is it possible to activate the button by using the change attribute command?

     

    Cheers

     

    Rob

  4. Hey I like that bit of javascript...cheers John

     

    Another way of doing this would be to retrieve the feed from the Twitter API:

     

    here's how I do it:

     

    clear list(%userids)
    clear list(%usernames)
    set(#doctext, $read file("https://api.twitter.com/1/followers/ids.xml?cursor=-1&screen_name=tweetmagnate"), "Global")
    add list to list(%userids, $find regular expression(#doctext, "(?<=\\<id\\>).*(?=\\<)"), "Delete", "Global")
    loop(50) {
       navigate("http://twitter.com/account/redirect_by_id?id={$next list item(%userids)}", "Wait")
       add item to list(%usernames, $url, "Delete", "Global")
       load html($text from list(%usernames, "<BR>"))
    }
    

     

    In the above example I retrieve 5000 user ids of tweetmagnate's followers

    I then get the username by navigating to twitter. in the above example I'd get 50 usernames

     

    I've used similar routines for following and unfollowing.

     

    Hope this helps.

     

    Cheers

     

    Rob

     

     

    i was tryin to scrape usernames of all the followers of a guy

    everything was great and i was able to scrape the first 20 then i got stuck with the fact that in twitter you need to scroll down the page in order to see the rest of the followers list

     

    so is there a way around that i can scrape all the followers usernames?

    • Like 1
  5. First of all use the change proxy command and change back to:

     

    127.0.0.1:localhost

     

    That will get rid of the error. Then try the proxies.

     

    Michel, This will not work in 4 as it will not accept localhost in the port placeholder, I assume it wants a numerical value like 80. Fine in 3.5 but not in 4.

     

    and thanks Duane i will try change proxy("None")

     

    Cheers

     

    Rob

  6. Hey guys, I've got a great bot that I'm developing but it uses proxies and I need to develop a good testing routine for the proxies as the bot will fall down if they fail. here's what I have at the moment...can you guys see a better way of doing it?

     

    http://www.stealthymarketer.co.uk/images/proxy-check.png

     

    Cheers

     

    Rob

  7. Hi guys,

     

    Looking for an advanced coder to help me finish two bots. One is for Facebook and the Other Google Places.

     

    Please contact me if interested and I'll describe what I need in detail. I need to get the FB project finished by the end of the week, I'm sure the coding is less than a few minutes work for an advanced coder.

     

    Please also give me a price estimate for the job.

     

    Many thanks

     

    Rob

  8. I'm working on this at the moment...what you need to do is save the results of every friend that you add to a list, next time you run the software get it to visit each of the friends requested and cancel the requests which haven't been approved. I wish I'd realized that before I started adding as I have to wait for the blocks to be lifted. Also make sure that you add only 20ish friends a day (so I've been told)

     

    Hope this helps

     

    Cheers

     

    Rob

  9. Hey Guys,

     

    I'm making a Facebook bot and it's going well, but one issue I have is cancelling facebook friend requests...has anyone worked out how to do this? I'm thinking the best way would be to add new requests to a text file and then check to see which of the requests haven't been approved...but I didn't do that when I added friends originally and now I've hit a block...

     

    Any ideas guys?

     

    Cheers

     

    Rob :)

×
×
  • Create New...