Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author mra13

    (@mra13)

    I am not understanding your question. What do you mean by the following?

    get web result message to clipboard?

    Thread Starter kazioir

    (@kazioir)

    Ok
    I wanna get result license from the web
    for example when i pass this url
    mysite.com/secret_key=751de1697a43c5.60232673&slm_action=slm_activate&license_key=9987542879&registered_domain=””
    a result appears in the web page like this:
    {“result”:”error”,”message”:”Invalid license key”}
    Then how i can copy this message to clipboard automatically?

    Plugin Author mra13

    (@mra13)

    You don’t copy it to the clipboard. Your code/program (the one making the API query) reads that value then you use it. After you read that value, you call json decode on it and it gives you the values in a nice readable format in your code.

    Thread Starter kazioir

    (@kazioir)

    Thanks
    I want get the value via MMB( multimedia builder)
    How?
    Please help me

    Plugin Author mra13

    (@mra13)

    I have never worked with the multimedia builder so I have no idea unfortunately.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘get web result message’ is closed to new replies.