Jump to content
UBot Underground

Digital101

Fellow UBotter
  • Content Count

    46
  • Joined

  • Last visited

Community Reputation

4 Neutral

About Digital101

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 7
  • Total Memory
    More Than 9Gb
  • Framework
    v3.5 & v4.0
  • License
    Developer Edition

Recent Profile Visitors

3432 profile views
  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.
×
×
  • Create New...