Jump to content
UBot Underground

Praney Behl

Fellow UBotter
  • Content Count

    2328
  • Joined

  • Last visited

  • Days Won

    94

Everything posted by Praney Behl

  1. What is the website? You can pick the tag and use offset(2) to select the second option.
  2. Tried the Free Trial and all it did was eatup captchas. Is there something that I am missing?
  3. Awesome BIG (+1) to you. Just a quick question; how are the "System Wide Thread safe container" & "Thread safe container" different from normal "thread" command? What is the use and if someone can provide an example that will be awesome! Thanks Praney
  4. Hi Aymen, Mate is there an example for file upload using HTTP Post Plugin? That would be really helpful. Thanks, Praney
  5. Awesome! Is there a script reference for the commands? Thanks, Praney
  6. Any updated or new features on this plugin?
  7. Hey Ayen, How are the updates for your plugins delivered? Praney
  8. Unfortunately, I don't think, tables can be made local.
  9. Oh I am on Win8 Pro 64 bit. Just thought to mention it as if might be related to Win8 somehow.
  10. For some reason I am not able to use the plugin. When I try to create a database it errors out "Access to the path "C:\data.sqlite" is denied." What's going on? Praney
  11. Awesome mate. I just got the plugin and now gonna play around with it.
  12. Well I would like to suggest an easier alternative instead. Try to nest the find regular expressing commands inside each other and you'll be right. Here is an example: set(#result, $find regular expression($find regular expression($find regular expression($document text, "Replace this with Regular Exprssion 1"), "Replace this with Regular Exprssion 2"), "Replace this with Regular Exprssion 3"), "Global") Hope it helps. Cheers! Praney
  13. I believe you will need to use multiple YT accounts for it too. the description is incomplete to my understanding as I built a bot that does this many moons ago.
  14. WOW! This is amazing! I have been long waiting for this this one for a bucket full of pending projects. Possibilities are endless... I have just got mine now. Guys get your hands on it now. Thank you TJ. Praney
  15. Hey great plugin. Does it support session cookies?
  16. Hey Ubotters! Its been a while. I just wanted to stop by and drop my comments about this plugin. Just got the plugin a couple of hours ago and started playing with it. I must say "ITS AWESOME"! No more hassles with flash page captcha solving. So I picked up the beast of all times and here are the results: Although I had the server issues with my above example, it works great. There is some scope for improvement and I have made my suggestions to Buddy. Hopefully we'll see them in near future updates. I recommend buying this plugin as it opens up so many avenues of Money mak
  17. Did you add the jQuery reference: <script src="http://code.jquery.com/jquery-latest.js"></script> ?? It won't work without it.
  18. Well TJ's plugin tells you the X and Y positions of the "Mouse Cursor" not and object on the page. However to find the position of an object on a webpage you can use some jQuery. There are 2 ways to do it: 1. Using offset() : $(function(){ var posObject = $('#container'), posX = posObject.offset().left, posY = posObject.offset().top; });jQuery Reference & More information on using the offset function: offset(). 2. Using position() : $(function(){ var posObject = $('#container'), posX = posObject.position().left, posY = posObject.position().top; }); jQuery Reference & More
  19. Good work! When is this coming back online?
  20. There is a way, I have been doing it around. Let me what's your budget. P.S. It ain't gonna be cheap. Praney
×
×
  • Create New...