Jump to content
UBot Underground

positivity13

Members
  • Content Count

    34
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by positivity13

  1. Hi Aymen, I know this post was a while ago, but can you point me in the right direction to create an API, as currently I pull my data from varies MySql queries straight from you bot. Thanks
  2. Yes same here. Frustrating as whole day is wasted. Hopefully they will be back online soon.
  3. I have bought a number of bots from Nick, all have been great, this looks no exception, have no need at the moment bought to just show support and thanks. Plus the discount is too good to miss
  4. Yes just set the header but leave the value as blank
  5. Thanks Kev! Forgot to big up Dan with his http tutorial videos, really boosted my http skills. I'm currently loving learning curl and seeing where I can add it into my ubot bots.
  6. [For Sale] - HTTP Pinterest Account Creator Source Code Extremely Fast. Integrate this into your existing pinterest bots. Or just use as educational tool. $54.95 $29.95 http://bretcontreras.com/wp-content/uploads/Paypal-Buy-Now-Button-Transparent.gif http://blog.dlvr.it/wp-content/uploads/2013/06/pinterest-logo.jpg 24 Year Old Makes over $1000 dollars a day with his hundreds on Pinterest bots. Read the article here - http://www.dailydot.com/news/pinterest-steve-amazon-spammer-tells-all/ This is source code only, so you need Developers Version, Aymens Http post plugin(paid) & Fi
  7. I can help. In essence though, just download fiddler, do what you want to do on the browser and fiddler will record all the http post and get requests. Then just put this into ubot and hey presto!
  8. Sorry jhartsell, was on holiday for a week. Yeh you are not the first who have asked for this, about halfway through a bot for there so will get it finished over the weekend.
  9. Hi guys any more comments? What would you like to see extra? Any more sites? Thanks
  10. Wow this is definetly the next step! How do you get it to trigger once the form posts to the database?
  11. Thanks for the great review, appreciate it !!! My first bot I've sold on here. Yeh I have been using it on and off for age with out a problem. Just make sure if you use multiple accounts to use proxy! you can actually open more than one of them up at a time. Each with a different user name,password and proxy Are there any other sites other than the followlike.net I should do a bot like this for?
  12. http://automateddollar.com/downloads/coingainer/coin%20gainer.jpg[media]http://www.youtube.com/watch?v=lc_tnSF9mzw[/media]
  13. Hi Kev, Awesome tutorial!!! The one thing im stuck on is putting the actual bot and batch file on the server. I have made sure it is a windows one but lost how to actually put it on. Any help guys?
  14. Ignore that, worked it out, stuck the shell in a thread command set(#value, 0, "Global") loop(10) { increment(#value) load html(#value) wait(1) } thread { shell("C:\\Users\\Mark\\Desktop\\Batch.bat") } stop script
  15. Hi Kev, It seems its not getting to the stop script part, as the shell batch command I guess doesnt register it is finished. Because it just opens a new cmd window and then a new bot, so say I let it loop 30 times there would be 30 cmd windows and 30 bots open. I am using windows 8, does that make a difference? example bot code compiled and called test.exe: set(#value, 0, "Global") loop(10) { increment(#value) load html(#value) wait(1) } shell("C:\\Users\\Mark\\Desktop\\Batch.bat") stop script The Batch file is this: "C:\Users\Mark\Desktop\test.exe" /auto What am
  16. Hi Kev, This is gold!!! One thing I'm stuck on is closing the bot down. I shell out to a batch.bat which has /botname.exe But I can't find a way to close the old bot window down as the cmd window is still open and doesn't close. So I have 10 bots open and 10 batch files. What am I doing wrong?
  17. I have developer version and have tried everything. I have turned off flash, this allows you to select upload, but the picture never uploads properly, just get the loading circles. I have turned off JavaScript, again can select but this doesn't even load the loading circles up. I have tried to set variable and use captcha, no luck. Also have experimented with user agents. Still no luck. Can some one point me in the right direction?
  18. Thanks guys this couldn't have come at a better time. Must have read my mind.
  19. Take the time to learn regex, it's the nuts once it clicks. Took me a little while but so glad took the time. I use it scrape most things now. Tj - doesn't the last bit of the regex need the < sign. I.e (?<=</a>)
  20. Yeh I sort of get it, better down some coffee and give this ago, thanks insomnia
×
×
  • Create New...