Jump to content
UBot Underground

Compatibility Issue With Http Plugin and Sockets in V5


Recommended Posts

I couldn't figure out why the new socket commands weren't working for me. It wasn't until I disabled Aymen's http post plugin I figured out there were some compatibility issues between the two.

 

Just wanted to let you guys know.

 

Edit: Make sure after you disable the plugin to restart UBot then it should work.

 

Can run this code and if YouTube loads its working.

plugin command("SocketCommands.dll", "socket container") {
    plugin command("SocketCommands.dll", "socket navigate", "GET", "http://youtube.com")
    load html($plugin function("SocketCommands.dll", "$socket page html"))
}

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...