Jump to content
UBot Underground

stanf

Fellow UBotter
  • Content Count

    571
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by stanf

  1. This seems to be a common problem, it looks like 4.6 is recommended
  2. i want to thank everyone for their suggestions . i ended up deleting the netframe 4.5 and updating to 4.6, and then one by one reinstalling all my plugins. i am finding that stealth does not seem to play well with some plugins (or it maybe an operator error , i'm not sure yet) but once again thanks.
  3. 4.5 or 4.6 i see there was an upgrade
  4. can you explain the process, i have never installed the support files, i hace always let the bot download what it needed
  5. uninstalled everything ran ccleaner reinstalled 5.9.2 with no plugins still will not open on any machine that does not have ubot installed compile size has been reduced to 12 megs my question is does it compile and run for anyone?
  6. since upgrading to stealth non of compiles run, tried downgrading to 5.8.5 and still nothing. tried on four separate machines, all with legal o.s. other programs run fine also exe files seem extremely large. example attached file just navigates to google, types and clicks the search button, this thing compiles out over 50 megs the fed.ubot
  7. Doing this on my phone so i cant code...... NUMBER OF ITEMS IN A LIST Uistat (%listtotal =name of list)
  8. 1.this reads like a vote for exbrowser over stealth. 2.can this cookie be easily identified and erased or over written?
  9. i am building a scrape that will have 5 active threads at one time , and i have to scrape some data to a list to process it. i need to know if list with same name are local to the thread that contains them?
  10. when i click help--->tutorial it shows a fake ransom ware threat
  11. After reading the above. It would be interesting to know how many are useing stealth with ubot 4 code and experiencing these errors?
  12. fixed.....deleteed the appdata stuff and restarted.. (at least a small 10 liner)....any tips on just being able to compile a bot , it justs hangs
  13. looks like this might be fun to play with releasing this on a Thursday night ,some of us still got day jobs
  14. yes, it is possible if the articles are identified by a post date, you could easily compare that to the data that you have already collected ( if that info was collected in your first scrape of the data). or you could compare titles. ubot is a very easy and flexible platform to use and adapt to most needs. it just requires a little forethought and planning on what you need t accomplish . what i would do in this case scrape date, time, title and author and article save date, time, title and author and a link to where you downloaded the article to a table or database ( dont know how familiar you
  15. hi tj can you help me with this error. when i load the token alone in a define it works fine. but when i try to load anything else it crashes, in the same define or calling another define version 1.0.3.0 face_book_error.ubot
  16. Im reading this on my phone so i cant code it. But this seems pretty straight foward. 1-read thru the list and regx up to the first slash (deleting all dups)that should give u 1 of every domain 2-read thru the small list and compare against evry line in the big lis. If the line in the big list contains the check item add item to list (deleting any dupes) until that list equals 5 when u hit 5 save that list somewhere. Clear the list and repeat with next item in small list until the small list is exhausted
  17. Also waiting on your marketing course
  18. stanf

    Bizzare Problem

    you kept reloading the same 3 pages help-corrected.ubot
  19. Ok,i was hoping there was a way to isolate just the one. But thanx for clearing that up
  20. yes i know i can read in the document text and regex to list, but that defeats the purpose of this exersise, as you can see the class atributes all share something "sale" or "price" what i need to learn is how to call just the eliment that i want, but thanx for the help thats why i love this place, folks aint shy about helping to work out a problem
  21. can someone tell me how to isolate just the $14.99 <p class="sale-price"> $14.99 <span class="sale-was-price"> <s>$24.99</s> </span> <span class="sale-tag">Sale</span> </p>
×
×
  • Create New...