Jump to content
UBot Underground

<b> or hex in UI box?


Recommended Posts

Hey guys,

 

 

 

I am using the UI tekst box to show status updates of my bot, not quite happy with it since when i click the box the whole thing 'locks' but since its just for me its doing the trick ;)

 

My question is:

 

I want to have the 'succesfull' submitions in bold or a colour. My 'status update' code is pretty much this:

 

if($comparison(#PAGERANK, ">=", 0)) {

then {

add item to list(%VERIFIED LINKS, #TARGET NAME, "Delete", "Global")

add item to list(%STATUS, "{$plugin function("DateTime Manipulation.dll", "$datetime manipulation", $date, "UBOT", "Long time", "en-US", "en-US")}- {#TARGET NAME} added for pinging...", "Delete", "Global")

set(#STATUS, $text from list($sort list(%STATUS, "Descending"), $new line), "Global")

}

 

It would be a great asset for all of us i guess, but im lost on this one...

 

Any advice?

 

 

 

 

Walter

Link to post
Share on other sites

I would just do a success or failure to stat monitor.

 

example

 

footprint.com is page rank 1 added to list

joes.com is page rank 0 and not added to list

 

there is a way to do it in dev version hiding unhidding elements

Link to post
Share on other sites

Hi Nuc, thanks for the reply.

 

Do you have maybe some sample code since i have the dev version? Problem is mostly on how to make the stat window larger.

 

 

Thanks in advance.

Link to post
Share on other sites
<table width="800">
<tr>
<td width="135">Status</td>
<td width="665"><div variable="#status" style="font-size:12px;;height:40px;width:665px;float:left" fillwith="innerhtml"></div></td>
</td>
</tr>
</table>

not sure if this is what you need.

 

Height in pixels can change ui height

Link to post
Share on other sites

Awesome Nuc!

 

 

I noticed i was thinking to difficult on this one lolz...

 

Thanks so much man for giving me the tips and code, truly appreciated ;)

 

 

Thanks!

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