Jump to content
UBot Underground

awpramono

Members
  • Content Count

    43
  • Joined

  • Last visited

Posts posted by awpramono

  1. edit === SOLVED

     

    Hi,

     

    I'm new on http request

    How to get http post response as json?

    ==== edited ====

    I know that code is not complete, and get fail response as Http  

     

     

    The remote server returned an error: (403) Forbidden.

     

    What I need is : response as json like I see at fiddler

    screenshot-854.jpg

     

    Any help?

    Thank before,

  2.  

    Normally you would use change attribute but in this case I think you need to use javascript:

    load html("<button id=\"test\" class=\"button-primary large top1 generate\" disabled>Generate Key</button>")
    run javascript("var buttons = document.getElementsByClassName(\"button-primary large top1 generate\");
    var i;
    for(i = 0; i < buttons.length; i++)
    \{
    	buttons[i].disabled = false;
    \}")

    UPDATE : javacript is working, thank you ;)

  3. of course i'm using 36.0.4 as you see at this image http://s15.postimg.org/if8gge7or/screenshot_3.jpg

    and dll from "plugin beta works with frefox post V36.0.0" folder

     

    Are you sure your firefox is updated and chose the right version dll from the download, it comes with two dlls.

  4. So your server is running on port 80. And you are not able to connect to that bot from your local machine?

    That could mean different things:

     

    1. There is a firewall running on your server that is blocking port 80

    2. Port 80 is used by other stuff (Not sure if the plugin will show an

    3. Some other networking TCP/IP related communication issues. Hard to tell without knowing your setup

     

    Dan

     

    I was disabled firewall on vps ...

  5. Yeah currently im still thinking how i should handle the cookies internally, for now you first have to load the page then load the cookies and refresh the page.

     

    I'm working on solving this issue though, but this is the current work around for it.

     

     

    You need to navigate to the webpage first then load cookies then navigate to it again.

     

    I was do that... but didn't work

     

    Edit : done ... work guys... sorry my mistake

  6. How to do load cookies?? I just tried but didn't work .... 

    Here what I doing : use CBrowser to login youtube and save CBrowser cookies... then load the cookies saved, and navigate to CBrowser but i got the youtube is not logged in... Please if you've an example ... 

×
×
  • Create New...