Jump to content
UBot Underground

Http Container Issues Aymens Http plugin


Recommended Posts

Ok so i have tried and tired and have firgured out if i aymens http container to my script it will not allow the ui open file etc.. too load anyone know why 

Link to post
Share on other sites

~~~~ jeopardy ~~~~

lets find the mirical

should we start a funny family guessing game?

 

without a snip of code we all will never find the answer!

 

i wanna buy an "A"

Link to post
Share on other sites

you shouldn't put the ubot ui controls inside the http container , the http container should only hold the http commands and functions

 

regards

Link to post
Share on other sites

you shouldn't put the ubot ui controls inside the http container , the http container should only hold the http commands and functions

 

regards

the ui's are set outside the Container as such 

 

ui text box("Test here"#test)

ui open file("Open file test"#testui)

plugin command("HTTP post.dll""http container") {

    set(#uitest"idk not showing the ui text boxes when compiled""Global")

}

 

 

Once i compile the Ui Text box and ui open file do not show up   but if i take out that container as such 

 

 

ui text box("Test here"#test)

ui open file("Open file test"#testui)

}

 

 

and compile the boxes show up fine as can be but once i ad that container poof they are gone once i compile ???? 

Link to post
Share on other sites

Working fine for me. No problems at all.

V4.

 

Can you switch between node and code view without an error? If that works, bot should work after compiling. 

 

If you use v5... delete it and use v4

 

Dan

Link to post
Share on other sites

Working fine for me. No problems at all.

V4.

 

Can you switch between node and code view without an error? If that works, bot should work after compiling. 

 

If you use v5... delete it and use v4

 

Dan

yea lets me switch between nodes and code view etc....  idk what the issue is 

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