Jump to content
UBot Underground

vinnyuk

Fellow UBotter
  • Content Count

    25
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by vinnyuk

  1. Can you tell me if this is working with Linkedin?
  2. Can anyone tell me what version of portable Chrome they are using with Exbrowser. Also, how do I open portable Chrome? Is it with the specific binary location? When I try to open Exbrowser at the moment it just crashes uBot. Windows 10 uBot 5.9.55 Its been a while since I had to use EXB... I need this out asap. Thankyou for your support.
  3. Can anyone tell me what version of portable Chrome they are using with Exbrowser. Also, how do I open portable Chrome? Is it with the specific binary location? When I try to open Exbrowser at the moment it just crashes uBot. Windows 10 uBot 5.9.55 Its been a while since I had to use EXB... I need this out asap. Thankyou for your support.
  4. Hi, I have just received this alert when trying to login, "Your account is not currently active" I use the pro edition and have used it at least twice a week for nearly ten years! Is anyone else experiencing this problem?
  5. For anyone trying to solve a similar problem... HTTP post to a rest API in Ubot Here is how I solved it... Installed https://gitforwindows.org/ Used command line in Ubot with Advanced shell http://ubotdev.com/free-plugin-advanced-shell Did the posts via command line like this... CD C:\Program Files\Git\mingw64\bin\ curl -X POST -H "Content-type: application/json" -H "Authorization: Bearer PASSWORDGOESHERE" --data "{\"email\":\"bart@fullcontact.com\",\"twitter\":\"@bartlorang\",\"fullName\":\"Bart Lorang\"}" https://api.fullcontact.com/v3/person.enrichI hope this saves you some time if
  6. Thanks TJ I am waiting a reply from the Exbrowser FB group, But is this a plugin? heropas https post options and do you have a link to any information on this? I did a search but could not find anything
  7. Hey Ubot Forum Can anyone give me an example of how I would use the instructions below with Aymen's HTTP post (Or Exbrowser) You can use curl -X POSThttps://api.fullcontact.com/v3/person.enrich \-H "Authorization: Bearer {Your API Key}" \-d '{"email":"bart@fullcontact.com","twitter":"@bartlorang","fullName":"Bart Lorang"}' Any advice would be much appreciated
  8. Hi Ubot Forum Does anyone have any experience with using Ubot with Google Big Query? I would like to be able to use my bot directly, just like how you can with the database commands plugin with MySQL. Currently I use an API which connects to BigQuery but sometimes the service goes down, so it is not reliable enough for production. If anyone has any example code on how they connected with the Google API or even BigQuery and they are willing to share it so I can learn from it that would be much appreciated. Basically it is this Oauth stuff I find complicated and am struggling to get my
  9. This can be ignored, I was provided with a new download page link
  10. Hi Ubot Forum Could someone please upload a copy of Aymens Free plugin LocalDictionary.dll to download from somewhere please. I bought some source code from HelloInsominia http://network.ubotstudio.com/forum/index.php/topic/17344-sell-website-crawler-crawl-websites-and-extract-that-succulent-data/ and it requires LocalDictionary.dll The reason why I am asking the forums is because it appears Aymen no longer hosts his plugins on his site. Many thanks Vinny
  11. Hi Ubot Forum Does anyone know a quick fix for this issue? I have a csv file where some of the content is separated with commas So when using the import table from file function some of the data ends up in the wrong columns Does anyone know of a quick fix for issues like this?
  12. Hi Bot Factory Dan I tried to send an email to your support@bot-factory.... email account but it fails? Anyhow... I have a bit of a problem since your recent update, I am caught in some sort loop trying to update to your new release Windows 8Ubot proIf I click on the plugins button in Ubot I cannot access my plugins as I get this message - Invalid md5 has been logged So I press ok It tells me to check if their is a new version of the plugin or if I have any activation's left I only ever used the software on one machine so I think these activations have been caused by the loop I am
  13. This is very smart, It has helped me out also with another piece of regex where I only wanted the first instance
  14. It drives me round the bend, It also happened last week
  15. Does anyone have any ideas on what to do when the Ubot license server is down? I am close to opening Ubot on several virtual servers each time I use it so if it crashes I just continue on another instance! A few crashes that is ok, I understand it is complex software But not even being able to use the software is so frustrating when you are under pressure to deliver
  16. Gogetta That is awesome, I had no idea this existed Thanks
  17. Hi Ubot Studio Forum I was hoping you might be able to help me If someone was to use Aymen's HTTP GET and was retrieving data from a page like this set(#aymen, $plugin function("HTTP post.dll", "$http get", "https://www.gumtree.com/p/volkswagen/vw-golf-match-tdi/1189560391","", "", "", ""), "Global") Then they collected the token info using regex and before reloading the page set the headers like below? plugin command("HTTP post.dll", "http set headers", "x-gumtree-token", "eyJhbGciOiJIUzI1NiJ9.eyJuYmYiOjE0NzQ4ODgzNjIsImlzcyI6Imh0dHBzOlwvXC93d3cuZ3VtdHJlZS5jb20iLCJleHAiOjE0NzQ5MDk5Nj
  18. I just upgraded to Professional Ubot After the purchase I was notified that my purchase will be reviewed and the Ubot team will be in touch in the next 24 hours, And I have received no email confirmation. The text on the page also indicated now I will be able to restart Ubot in professional edition but I am still limited to standard Is this normal?
  19. Hi Ubot Forum I have a question Would it be possible to use this http://accessdb.sourceforge.net/ inside Ubot? If so how would i go about it? 1.Use a Internet Explorer User Agent 2.Load jquery using the javascript function 3.Next would i load the accessdb.js (In the download on the page) in the same way as the jquery? 4.Connect to the database using the javascript function 5.Run a query using the javascript function Many thanks Vinny
  20. Hi Ptrick125 I cannot find any attributes to separate this It is a real challenge this one
  21. Hi Ubotters I need your help! I am trying to scrape the results page which appears when you request a quotation from http://www.flexicover.co.uk Now here is my problem, Some times policies Bronze, Silver, Gold & Platinum appear and other times only maybe Brionze & Gold So what happens is this Bronze could be data-quoteindex="1"> and another time Gold could be data-quoteindex="1"> I need a way of scraping the price and the package name e.g. Gold or Silver in a organised table Any help would be much appreciated
  22. Hi Ubot Forum Can anyone tell me how to type text using / Example: i am trying to type the date into a field using type text like this 20/01/2015 But what happens is it then uses the divide tool? How can i type a date like this 20/01/2015 into a box? Thanks
  23. You are a genius buohcom I have been messing about with browser crashes for weeks pulling my hair out looking for a solution Thanks
×
×
  • Create New...