Jump to content
UBot Underground

I'm a developer! Wth now??


Recommended Posts

I

The html panel is easy once you learn to master html and css.

 

A good example is a share TJ made some time ago here:

 

http://www.ubotstudi...tabbed-ui-area/

 

 

The link a2mateit gave you should help you find good examples too.

 

You might want to checkout UBotBuddy's packages as he has some examples too.

 

I have to say that "The html panel is easy once you learn to master html and css." is sorta funny. <_<

Link to post
Share on other sites

Big props to Addamory.

 

When I originally found this post, I was using the standard version. I found it again two days ago and I have been at it for the last 48 hour. This will explode your bot making.

 

http://www.ubotstudio.com/forum/index.php?/topic/10222-ui-html-panel-code-generator/

 

When you generate the code, you can intuitively learn how the UI-HTML works.

 

 

Definite Game Changer!

 

I PM'ed UBotBuddy to see if he could repost the UI HTML PDF reference he created last year. Addamory gave credit to him as a resource for this bot.

Link to post
Share on other sites

Quick cheatsheet i use (someof this is available in other threads here)

 

Run button

<input type="button" value="custom stuff" onclick="ubot.runScript('my custom command()')">

save file

<input type="file" dialogtype="save" variable="#save" fillwith="value">

openfile

<input type="file" variable="#open" fillwith="value">

input box

<input name="input" type="text" variable="#variable" fill with="value">

stat window

<span style=\"font-weight: bold; font-family: Arial; color: white;\">Username :</span><span style=\"font-family: Arial; color: white;\"> <span

style=\"color: red;\">{#Username}</span>

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