Jump to content
UBot Underground

Digital101

Fellow UBotter
  • Content Count

    46
  • Joined

  • Last visited

Everything posted by Digital101

  1. I have something odd going on and can not figure out why it is happening. When I navigate through a bunch of profiles with the scrape define below included in the loop it slows down from taking a few seconds to 3-5 minutes at somewhere between 100-150 profiles. If I run the loop without the scrape define included it works just fine without slowing down and I have taken it to over 3k profiles viewed. The scrape is activated with a checkbox and an if Any thoughts on a fix would be great. Thanks if($comparison(#Scrape_Profiles, "=", "true")) { then {
  2. meter replied to you on the 2nd on how to purchase http://www.ubotstudio.com/forum/index.php?/topic/12958-sell-ubotlocker-web-web-based-licensing-solution-that-prevents-decompiling-and-cracking/?p=109345
  3. You might want to try changing the delimiter to something other than a comma. The problem is that a lot of times you find commas in the data itself and that screws everything up. I have found that using semicolons rather than commas can fix the situation.
  4. That is similar to what I was already doing and would have done it for this bot as well but it seemed like there had to be a better way. The main button click from Pash's plugin does the job perfectly with just a little tweaking to how I was setting it all up.
  5. It does work in the compiled bot without throwing off the errors. With a little tweaking I got everything to run like I wanted it to and it was easier than going down the path I was on. Thanks.
  6. I just tried to use the "main button click" function and it threw off a bunch of errors. http://ozk.me/picts/mainbutton_error.JPG
  7. Thanks. I already have the plugin though not sure how that function would work in this situation. I tried setting it up a couple different ways and it did not work and threw off a bunch of errors. The video was not any help at all. I will post the screen shot with the errors over in the plugin thread and see if I can get some feedback on making it work.
  8. In my last bot I used the Stop Pause Check code and it worked fine. However the bot I am currently working on has a lot more going on and I am looking for something with a quicker response without having a million "Stop Pause Check" commands dropped everywhere my code. First thought was to run a thread looping in the background checking for the change in the pause value. What I got from that was exactly what in hindsight I should have expected is that it stopped the background thread and did not touch the main thread. I tried a few other things, none of which worked. I found this as it se
  9. For an imap connection I am using the following host imap-mail.outlook.comport 993ssl yes And yes my address is an @hotmail address but the outlook host is what the site said to use and it works.
  10. The append to file command has an option to append to the beginning of the file rather than the end.
  11. It depends on how the payment was funded. If it came from the buyers paypal balance or was funded by a bank account all you need to worry about is Paypal's rules so you can cover yourself. If however the payment was funded by a credit card then the buyer can go through their cc company directly and when the cc company takes the money back from Paypal you are pretty much out of luck because Paypal is not going to eat the loss. Even accepting the payment as a "personal" send money payment is not going to save you from cc chargeback. In addition taking "personal" payments for commercial trans
  12. Did you check the find content button in your profile rather than searching? There is over a page of threads you started going back a year Edit: the link did not work just go to your profile, click on the find content button on the right and on the left click on "only topics"
  13. Thanks... I knew it would be something simple I was missing.
  14. I have a couple of sites that have text boxes that have example text already populating the field where I obviously need to put my info. I am probably missing something easy and I did a couple of searches for a solution but can not figure out how to get rid of the sample text before adding my information.
  15. You do get the new versions as a subscriber or at least I did. The only extra I had to pay was when I upgraded to the Dev edition from standard.
  16. There is a bunch of proxy related source code posted, both free and paid so I would do a quick search to see if you can find what you need.
  17. It depends on what you are using them for. Public proxies work just fine for heavy scraping or posting a lot to the same sites when you do not want to burn your private IPs up. For actual posting to sites where you plan on going back using the same account they are not really the best choice and for that I generally use private.
  18. Grab a list from a file, load it into a list and then change them each time you run through whatever loop you are running. ui open file("Proxy List",#proxylist) add list to list(%proxies,$list from file(#proxylist),"Delete","Global")change proxy($random list item(%proxies))
  19. I thought of that after I posted and it would work but looking at some larger sites as well and I do not see that scaling all that well without confusing the hell out of me. I was hoping there was something simple that I was over looking.
  20. The one I am looking at now has a dozen but another one I am starting on has 30+
  21. I am scraping a site and want to show the current category in the UI. Right now I have it showing the category number but that does not really tell the person looking at the bot much of anything. What I want to display is the actual category that matches each number. Been thinking about it a bit and all the ways that come to me seem to be convoluted enough to be somewhat ludicrous and I figure there is probably a fairly simple way I am missing. If someone could point me in the right direction that would be great. Thanks
  22. Well I was feeling pretty good about myself for doing $10.....
  23. Hey Pash I just sent you a donation for the upgrade as well.
  24. I figured it out. I made some changes to the .htaccess file in the root of my domain and while I checked to make sure nothing was broken in the main part of the site I did not check the locker folder. Once I removed some of the changes it started working just fine. It is a bit odd as I do not see why it broke the sessions but I will play with it when I have more time and see if I can figure out exactly what is going on with it.
×
×
  • Create New...