Jump to content
UBot Underground

Praney Behl

Fellow UBotter
  • Content Count

    2328
  • Joined

  • Last visited

  • Days Won

    94

Everything posted by Praney Behl

  1. LOL you beat me by minute as I was writing the code... Haha Good stuff mate
  2. So I guess you have scraped the table already. Now you know the position of this column that you want. You need to run a loop through it and then save it in a table. Here are 2 examples on how you can do it: P.S. Assuming the table name is : 'your_table_name' and column you wish to extract is the first column, hence '0'. Example 1. Without using list: set(#pos, 0, "Global") set(#data, $nothing, "Global") loop while($comparison(#pos, "<", $table total rows(&your_table_name))) { set(#data, "{#data} {$table cell(&your_table_name, #pos, 0)}", "Global") increment(#pos) } sa
  3. I personally believe that issues regarding this particular have been discussed several times on the forum itself. I have have myself answered the same issue faced by many users, quite a few times. Please checkout the tutorial #7 for list @ http://ubotstudio.com/tutorials.aspx Hope it helps, Praney
  4. How are you inserting the company name in there? It is from a specified list or some function, by knowing that you can do it at that stage using the replace command... if you know what I mean..
  5. Thats correct the two commands sound similar but are quite different in functionality.
  6. Thats quite Easy!!!! add list to list(%A, $list from text("pete jane paul fred jamie", $new line), "Delete", "Global") add list to list(%B, $list from text("pete jane aloha", $new line), "Delete", "Global") add list to list(%C, $subtract lists(%A, %, "Delete", "Global") http://content.screencast.com/users/praneybehl/folders/Snagit/media/4a38b324-e43f-4ea8-b937-dfba407fe129/01.04.2012-00.49.11.png Enjoy!! Praney
  7. "Happy New Year" to you Dave and all the other Ubot fellows. http://www.turnbacktogod.com/wp-content/uploads/2011/12/2012-happy-new-year-wallpapers-16.jpg
  8. Andy, I think I missed out on the special prices as I was on my holidays... Another question, does it support subscription based products like monthly subscriptions, with the new V4 update? Praney
  9. LOL!! I said power developers as thats what we have been called if you go check the forums history. What it meant was Ubot's heavy users. Apart from that this is not a marketing forum, but a support forum. I shall say no more.!!!
  10. Its great but Yes I can see it talking to the server.. Thats why its so slow..!!
  11. Oh yeah my Skype: praneybehl. Its there in my profile too..
  12. I believe most of the power Ubot developers are already connected on Skype and its a great network we have. I am on Skype 20 hours a day and online 24/7 so I don't miss anything. If someone wants to join me on Skype they are welcome. Just introduce yourself and also leave a message "Want to join Skype Ubot support group", so I know where you come from. I am mostly busy, so can't guarantee that I will always be available for free help. But I'll try my best, when I can. Cheers! Praney
  13. That is the issue of proxy sever speed been slow. Are you using free or paid proxies?
  14. You can also scrape the data and add to list using list from text. Now you can pick the required list item using exact list position ... Easy peezy! Hope it helps. Praney
  15. Yes those were good old days, I have worked with DBMS and Foxbase too..
  16. Please contact support @ http://support.ubotstudio.com
  17. It surely is an amazing product. Ability to add our own sites shall be great
  18. Another solution is to contact your proxy provide and IP authenticate the proxies, so you can use them without need user:password cheers!
  19. It surely is a great product I can surely vouch for John and TJ anytime. Can't wait to see your new update Praney
  20. Thank you so much for adding shortcuts and allowing toolbox search from keyboard. :) :)
×
×
  • Create New...