Jump to content
UBot Underground

BigEfromDaBX

Members
  • Content Count

    383
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by BigEfromDaBX

  1. I I have a bot that write to an SQLITE file. I want to write to msyql server instead because I believe the sqlite file can only have one concurrent connection at a time. My question is, can I connect to the mysql server with different bots at the same time?
  2. Does anyone know where I can get a CSV file with all the Zip codes in the US?
  3. Thanks Nick. But im still getting the same error: #send message: The remote server returned an error: (401) Unauthorized. I got it working with the python plugin that I downloaded from TJ. I appreciate your help.
  4. I was also told by twilio that you can authenticate by using the following method below. But still not having any luck. https://ACxxxxxxxxxxxxxx:yyyyyyyyyyyyyyyy@studio.twilio.com/v1/Flows
  5. Thanks TJ. I appreciate your help I copied the code form your post but the twilio URL was cut off. Funny because when I quote your post it shows correctly. Anyways. After I fixed i get a an error "The remote server returned an error: (401) Unauthorized." I tried over and over to get it working but I cant get passed that Unauthorized error. I dont quite understand the HTTP set headers command. When does that get passed over. I did use my credentials btw and when I copy the url variable and paste it into my browser it prompts me for the username and password which i enter the AC and
  6. How do i get this twilio code to work with HTTP POST curl -X POST https://studio.twilio.com/v1/Flows/FWxxxxxxxxxxxxxxxxxxxxx/Executions \ -d "From=+12345678900" \ -d "To=+15556667777" \ -u ACyyyyyyyyyyyyyyyyyyyyy:zzzzzzzzzzzzzzzzzz
  7. So your saying I can do it with my http post plugin?
  8. Understood. Just wanted to make sure it wasnt something I was doing wrong on my end. I will try to make it happen on my own. Thanks.
  9. Trying to get this plugin to work but says it says "upgrade required" even after I upgrade my twilio account to a paid version. Trying to get this plugin to work but says it says "upgrade required" even after I upgrade my twilio account to a paid version.
  10. Thanks man. I figured it out. Thanks for leading me in the right direction. I used the link below. http://support.ubotstudio.com/index.php?/Knowledgebase/Article/View/36/6/auto-start-compiled-bots-with-windows-task-scheduler
  11. so your saying the windows scheduler as in the windows 7 scheduler that I run my machine on? how does that hit the run button on my bot?
  12. I have a bot that I run every hour. How can I make it every hour but only monday-friday and from 9am to 5pm. Doesnt seem like I can do it with the scheduler.
  13. Ok so used your code and then modified the replace field by putting a NEW LINE Command in front of N/A and Behind the N/A. Thank you Code set(#text1,"Bill Gates Microsoft 3 Park Plaza Irvine, California 92614 United States 3105551212 ","Global") set(#text2,$replace regular expression(#text1,"\\n\\s","{$new line}N/A{$new line}"),"Global")
  14. Thanks. But it didnt work. It grabbed all the line feeds at the end of the lines and replaced them with N/A. I tried putting a ^ in the front of your code and it didnt do anything. Result Bill Gates Microsoft 3 Park PlazaN/AIrvine, California 92614 United States 3105551212N/A
  15. Im trying to replace a blank line with N/A using ^\n which i got from RegexBuddy. Thanks for your help. Code set(#text1,"Bill Gates Microsoft 3 Park Plaza Irvine, California 92614 United States 3105551212 ","Global") set(#text2,$replace regular expression(#text1,"^\\n","N/A"),"Global") Snapshot
  16. Nevermind. I figured it out. I used list from text. I appreciate your help. Thanks.
  17. There is a command in ubot for regex to find regex first. What if I want to find the 2nd , 3rd, 5th etc? Right now the following regex matches 7 lines for me ^.* Daniel JohnsonAbc Company300 E Main StreetSuite 304Puyallup, Washington 98373United States904-725-3000 Im trying to find a regex that I can pull each match individually so that I can can set one for a name, suite number etc. ^.* gives me all 7 lines. See snapshot.
  18. Nah. That rig sounds like too much work and im sure it wont be what im looking for. Thanks anyways.
  19. This is not what im looking for. I need to be able to show the mouse moving on the screen
  20. I dont know what the windows commands are. All I need to do is make a video turorial showing somebody where to click and show the actual mouse movement if that makes sense. I want them to see the mouse moving from the top screen down to the next link where I need them to click and so on. Screen Recording 2018-10-19 at 2.05.18 PM.mov
  21. Can ubot make tutorial videos showing an actual mouse moving around and clicking on certain links on a page. I need to do the same patter of clicks for 5 different pages all having the same links needing to be clicked.
  22. I sent it. Click on your email me link in your sig. See snapshot.
  23. I already emailed you. Gonna take a look at the video.
×
×
  • Create New...