Jump to content
UBot Underground

SmileyBot

Fellow UBotter
  • Content Count

    170
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by SmileyBot

  1. Hey guys I'm wanting to scrape the website url from goole maps listing, I'm able to scrape it when just running normal browser I'm currently using HTTP GET to run the bot so I would like to continue using it to find regex expression can anyone help as the HTTP code is messy to regex Example url: https://www.google.com/maps/place/Cityside+Conveyancing+Services/@-37.6956501,145.0148806,17z/data=!4m5!3m4!1s0x6ad644f85ba0b2dd:0x9b61e2d8af06c697!8m2!3d-37.6956544!4d145.0170693 Thanks in advance
  2. Hey guys looking for a regex to scrape a url without a prefix example.com.au thx
  3. Hey Guys I have looked every where on the web with no answer, so i thought I would ask my guru community on my server, I installed wordpress and made a simple website / blog for my client Now my client uses a mac book and when he is on the internet and when he clicks on his blog post, instead of opening the online page it opens into a word doc As usually what happens, the client keeps telling me that it's my server and wordpress install, I know nothing about MAC's. Has this happen to anyone before? does anyone know how to fix Thanks
  4. It checks the $url - this is how i'm using it
  5. Thanks Nick, worked a treat, just wondering why this function is only available with the botbank shouldn't this function be part of the standard functions? Cheers
  6. Hi guys looking for an easy and simple way to check if a site is http or https any ideas
  7. The URL you posted looks like it's a response to an error with your password users/wrong-password?url=%2Fusers%2Flogin&uuid=
  8. I want the dll files or the code, I don't want to have to use the bot bank
  9. I noticed that there are a heap of new functions in the bot bank How do I export these functions out to be normal ubot functions? Also is ubot now only adding new features to the bot bank, that you need to have a subscription for instead of adding them the program? If this is the case then that's wrong. I'm sick of paying a subscription for years and only to receive software bug updates which should be free. I thought the subscription was to help create development. I have not seen anything new from ubot in a while.
  10. Create Multiple Unlimited Facebook Accounts Best 2017 Tutorial How To Create Multiple Facebook Accounts from one device PC or Mobile Phone  No Phone Verification Needed  No Extra Phone Numbers Needed No Extra Gmail Accounts Needed  No Blocking or Ban Issues No Extra Sim Cards
  11. ** It took a little time but found the answer: the list was set to "local" It's always a simple thing...
  12. Hey Guys Any idea why my ubot isnt adding a list to list. It was all working fine the other day?
  13. Hey guys Can someone please share with me Aymens HTTP documentation. I have tried to contact him but he PM isn't excepting any new mail? Thanks in advance
  14. I used the MD5 plugin and got the hash of the body/HTML($document text) and compared. thanks
  15. Thanks Nick, I thought the fact I had multiple lines in the cell may have been the problem. my goal is to see if a website has updated it's information and alert. The script runs: 1. scrapes all 12 pages of a website and saves the data into a file 2. 12 hrs latter, scrape all 12 pages again and check for any changes 3. if comparison = different, then alert when trying to bring scraped page data back into the script the data gets messed up when trying to create list from file/table, so i have to use create table from list it seems simple enough, any ideas
  16. hey guys i have 2 tables old_db_data and new_db_data that I want to compare for change, but i keep getting the wrong result my issue is that the below list information are the same, so the alert should be page is the same but weather the list information is the same or not I still get the same result page is different any ideas, thanks in advance clear all data add list to list(%old_db_data,$list from text("Helpdesk If any tool is not working just open ticket through help desk @gmail.com",""),"Delete","Global") add list to list(%new_db_data,$list from text("Helpdesk If any tool is not
  17. Thanks guys Using the start and end numbers within the search seems to be the easiest way
  18. Hey guys Does anyone know how do you change the goog|e results per page slider that's on the search setting page I have been playing for a while now and can't manage to get the slider to more to 50 Thanks in advanced
  19. thanks mate, not sure whats going on as it keep braking into 2 lines? and when i dump it into a csv it looks like this result  horizontal 1Â
  20. Yes, but the result is on 2 lines example: result is horizontal 1
  21. thanks, but when i use the above i don't get anything
  22. Hey Guys I only want to regex return letters, numbers, spaces from this data result is, horizontal 1..... My desired result is: result is horizontal 1 When trying many different regex code [\w\s\d] I get the same vertical result Current regex results: r e s u l t i s h o r i z o n t a l 1 Thanks for any help!
×
×
  • Create New...