Jump to content
UBot Underground

vinnyuk

Fellow UBotter
  • Content Count

    25
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by vinnyuk

  1. 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.

  2. 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.enrich

    I hope this saves you some time if you come across this post :)
     

    • Like 1
  3. 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
     

    https only works in the latest and changed http post plugin of aymens.

    I would also check out exbrowser or heropas https post options

    but 

    Set header 
    Authorization: Bearer {Your API Key}

    set url to send the post data to

    then the post data in json format
    {"email":"bart@fullcontact.com","twitter":"@bartlorang","fullName":"Bart Lorang"}

  4. 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 head around

     

    Thanks

     

    Vinny

     

     

     

     

  5. This can be ignored, I was provided with a new download page link

     

     

    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

  6. 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

  7. 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?  :)
     

     

     

  8. 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 8
    • Ubot pro

    If 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 stuck when I keep attempting logins.

     

     

    I looked through my emails and found this update EXBrowser V1.3 Beta 2  But I cannot install it

     

    This is because of this problem Invalid md5 has been logged

     

     

    Can you give me some ideas on how I can go about reinstalling the software please?

     

    If this conversation is better for email maybe leave me a support email I can contact you on here

     

    Thanks

     

    Vinny

  9. 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

     

    :(

  10. 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.eyJuYmYiOjE0NzQ4ODgzNjIsImlzcyI6Imh0dHBzOlwvXC93d3cuZ3VtdHJlZS5jb20iLCJleHAiOjE0NzQ5MDk5NjEsImlhdCI6MTQ3NDg4ODM2MSwiYWR2ZXJ0X2lkIjoxMTg5NTYwMzkxfQ.dYeiiOB4KB7Y16FEU6tqo6Ew9zbD_0YRFrstlx90RL8")
     
    Should the page reload with the token?
     
    At the moment I get an error and my objective is to reload the page with a token so I can reveal a telephone number.
     
     
     
     
    20313623.jpg
  11. 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?

     

  12. 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

     

     

  13. 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

     

     

  14. 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

×
×
  • Create New...