Jump to content
UBot Underground

Recommended Posts

Hi pash,

 

I have purchased both advanced ubot-1 and 2, thankyou for the discount

Hello.

Thank you for your purchase.

Link to post
Share on other sites
  • Replies 538
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Ubotplugin.com End of Business Good day Ubot community. Over the last 9 years I invested a lot of time in developing the plugins. I hope that it was of good use for all of you. Only in the last

Pash i have some clients who cannot open their compiled bots because of this:      But i didn´t knew the bots will call your server once compiled this is wrong please remove it!   Buddy i understand

V3.2.0.0 (BETA)   Please use new config file or remove old config file New Keyboard Shortcuts Shift + Control + C = Create new comment node Shift + Control + X = Comment node Shift + Control + Z

Posted Images

Suggestion on the debugger feature of the plugin.

 

Please make the list item to have a toggle arrow like one on the variables as well.

This will be useful if you are scraping source codes to a list.

Here's an example

http://content.screencast.com/users/CustomBotSolutions/folders/Snagit/media/560f2ae1-91f5-477c-b785-cee2c92d5b84/10.16.2015-09.02.png

I cannot see the next content because it's taking up all the space.

 

Also, the debugger still no vertical scroller.

 

Thanks

Link to post
Share on other sites

V3.0.3.0 BETA (Warning. This amendment makes a difference to the previous version. File a previous version of the plugin will not work correctly.)
tab click: re-name to "tab selected"
tab selected: add ability "index selected"

Add new command
$tab selected: return tab name/index selected now
tab style: change tab style from single row to multi row

Link to post
Share on other sites

V3.0.3.0 BETA (Warning. This amendment makes a difference to the previous version. File a previous version of the plugin will not work correctly.)

tab click: re-name to "tab selected"

tab selected: add ability "index selected"

 

Add new command

$tab selected: return tab name/index selected now

tab style: change tab style from single row to multi row

 

Do you have a sample code for this update?

Link to post
Share on other sites

Hey Pash :)

Just updated from a pretty old version (V2.something), 

 

but noticed that the "tab hide" reacts differently and makes the UI slightly different

 

http://i60.tinypic.com/5plj0n.png

 

 

 

can this be fixed ?

or am i being too fussy lol

 

 

I have downgraded back to the version i had for now.

 

 

 

Thanks :)

 

CJ

Link to post
Share on other sites

Hey Pash :)

Just updated from a pretty old version (V2.something), 

 

but noticed that the "tab hide" reacts differently and makes the UI slightly different

 

http://i60.tinypic.com/5plj0n.png

 

 

 

can this be fixed ?

or am i being too fussy lol

 

 

I have downgraded back to the version i had for now.

 

 

 

Thanks :)

 

CJ

Check file "Advanced Ubot 2 Config.txt"

Link to post
Share on other sites

Check file "Advanced Ubot 2 Config.txt"

 

Sorry i should probably have mentioned this is in a Compiled bot UI and not within UBot itself

 

I went through every line in the new config text file but dont really see anything that would help, 

or am i missing something ?

Link to post
Share on other sites

Sorry i should probably have mentioned this is in a Compiled bot UI and not within UBot itself

 

I went through every line in the new config text file but dont really see anything that would help, 

or am i missing something ?

please show you code.

Link to post
Share on other sites

please show you code.

 

 

Sure, 

 

It is set within an "on load-Tab Loaded" node at the very beginning :

 

on load("Tab Loaded") {

    plugin command("Advanced Ubot 2.dll""tab hide""All""True""False")

}

 

http://i57.tinypic.com/11t7dw2.png

 

 

CJ

Link to post
Share on other sites
  • 2 weeks later...

Pash the config ui window command only works on "ui window"?

Please make it work on "ui html window" so it will have a scroll bar when you have a long html like this http://screencast.com/t/6ZM66l9TVHHtso i can scroll up and down.

Link to post
Share on other sites

Pash the config ui window command only works on "ui window"?

Please make it work on "ui html window" so it will have a scroll bar when you have a long html like this http://screencast.com/t/6ZM66l9TVHHtso i can scroll up and down.

it Advanced Ubot 1

 and what your code

Link to post
Share on other sites

it Advanced Ubot 1

 and what your code

 

Sample code:

ui html window("Create Photo Album","<!doctype html>
<html>
<head>
<meta charset=\"utf-8\">
<title>Untitled Document</title>
<style>
html,body \{
	color:#313030;
	padding:2px;
	margin:2px;
	font-family:Segoe, \"Segoe UI\", \"DejaVu Sans\", \"Trebuchet MS\", Verdana, sans-serif;
	font-size:12px;
\}

input,textarea \{
	margin-top: 5px;
	padding: 5px;
	border-radius: 3px;
	color: #5C5C5C;
	font-size:12px;
\}

a \{
	text-decoration:none;
	font-size:12px;
	color:#424242;
\}
	
	
</style>
</head>

<body>
<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<tr>
    <td colspan=\"2\"><strong>Album Name:</strong><br>
      <input size=\"100\" variable=\"#interactionsPhotoAlbumName\" fillwith=\"value\">
      <hr></td>
  </tr>
  <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
  
</table>
</body>
</html>
",500,500)

Link to post
Share on other sites

 

Sample code:

ui html window("Create Photo Album","<!doctype html>
<html>
<head>
<meta charset=\"utf-8\">
<title>Untitled Document</title>
<style>
html,body \{
	color:#313030;
	padding:2px;
	margin:2px;
	font-family:Segoe, \"Segoe UI\", \"DejaVu Sans\", \"Trebuchet MS\", Verdana, sans-serif;
	font-size:12px;
\}

input,textarea \{
	margin-top: 5px;
	padding: 5px;
	border-radius: 3px;
	color: #5C5C5C;
	font-size:12px;
\}

a \{
	text-decoration:none;
	font-size:12px;
	color:#424242;
\}
	
	
</style>
</head>

<body>
<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<tr>
    <td colspan=\"2\"><strong>Album Name:</strong><br>
      <input size=\"100\" variable=\"#interactionsPhotoAlbumName\" fillwith=\"value\">
      <hr></td>
  </tr>
  <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
  
</table>
</body>
</html>
",500,500)

define Show {
    plugin command("Advanced Ubot.dll", "config ui html windows", "Create Photo Album", "True", "Tool Window", "Can Resize", 500, 1000, 600, 1200, "NaN", "NaN")
}
ui html window("Create Photo Album","<!doctype html>
<html>
<head>
<meta charset=\"utf-8\">
<title>Untitled Document</title>
<style>
html,body \{
	color:#313030;
	padding:2px;
	margin:2px;
	font-family:Segoe, \"Segoe UI\", \"DejaVu Sans\", \"Trebuchet MS\", Verdana, sans-serif;
	font-size:12px;
\}

input,textarea \{
	margin-top: 5px;
	padding: 5px;
	border-radius: 3px;
	color: #5C5C5C;
	font-size:12px;
\}

a \{
	text-decoration:none;
	font-size:12px;
	color:#424242;
\}
	
	
</style>
</head>

<body>
{$plugin function("Advanced Ubot.dll", "$on load", "Show", 500, "True")}
<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<tr>
    <td colspan=\"2\"><strong>Album Name:</strong><br>
      <input size=\"100\" variable=\"#interactionsPhotoAlbumName\" fillwith=\"value\">
      <hr></td>
  </tr>
  <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
    <tr>
    <td width=\"20%\"><img src=\"data:image/jpeg;base64,\{base64Code\}\" width=\"250\" height=\"150\">
</td>
    <td width=\"80%\" align=\"center\" valign=\"middle\"><strong>Filename: </strong>\{filename\}<br>      
    <textarea name=\"textarea\" cols=\"50\" rows=\"2\" variable=\"\{variable\}\" fillwith=\"value\"></textarea></td>
  </tr>
  
</table>
</body>
</html>
",500,500)

post-5560-0-07518000-1447808694_thumb.png

Link to post
Share on other sites
  • PRO locked this topic
Guest
This topic is now closed to further replies.

×
×
  • Create New...