Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

SINGLECLICK (SC) WEB II (165k)

Single Click discussions / bugs
Post Reply
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

SINGLECLICK (SC) WEB II (165k)

Post by Rudi De Vos »

Previous custom.zip can be used if you change the txt to the new syntax.
To many people had some trouble with the 19 char host followed by the command line.
Using [] is also easyer for perl scrips.

Number hosts is limited to 25
[WEBPAGE] is the page opened when you press the
[TEXTBUTTON]

SYNTAX helpdesk.txt changed

Code: Select all

[TITLE]
           UltraVnc SC

[HOST]
Internet support
-connect 192.168.1.102:5500 -noregistry

[HOST]
Internet support encryption
-plugin -connect 192.168.1.102:5500 -noregistry

[TEXTTOP]
Dubble Click to make a connection

[TEXTMIDDLE]
Before making a connection

[TEXTBOTTOM]
Please Call 56 576896 to get your ticket

[TEXTRBOTTOM]


[TEXTRMIDDLE]
Kasteelpleinstraat 56

[TEXTRTOP]
Ultravnc PC support

[TEXTBUTTON]
More Info

[WEBPAGE]
http://www.ultravnc.net
Sergio
40
40
Posts: 103
Joined: 2004-05-22 20:02
Contact:

Post by Sergio »

Beautiful job ! ... and with even smaller size !!!

Just two little things:
- can you add a configurable text for the Close button ?
- and ... a "weird" character appears at the end of each "host" on the list, and at the end of TEXTBUTTON ( the CHR(10) or CHR(13) of the end of line, I think ...)

Again ... really really good job, Rudi !
lenisham
40
40
Posts: 104
Joined: 2004-06-24 07:00

Stupid Question

Post by lenisham »

Ok I like waht I see so far, but what about things like periodic key changes? Will we ba able to create these ourselves with out your very well done web site?
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

added

[TEXTCLOSEBUTTON]
Exit

and fixed the char issue

online image updated
Sergio
40
40
Posts: 103
Joined: 2004-05-22 20:02
Contact:

Post by Sergio »

Great, Rudi !

Just one more little thing:

If you config the text of the buttons like this:

Code: Select all

[TEXTBUTTON]
More info

[TEXTCLOSEBUTTON] 
Exit
Then the buttons on the app display like this:

More info - Exit info

The close button text "mantains" the info button text.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

forgot to clear the var before reuse

updated
lenisham
40
40
Posts: 104
Joined: 2004-06-24 07:00

Post by lenisham »

This is great!

What is the road map for this?

I see it as an add-on to the core UltraVNC.

Some things that would be great would be a Java that could be initialized from a web page and connect to a repeater...

Then again I bet that would not be a trivial task.

What abou the ability to dynamicallu change the initial window based on the logo size?

What about the ability to change the key file without regenerating the whole file through the web site?

I'm not a programmer so I'm not much help here...
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

SC
+only support a revers server connection to a vncviewer.
+no java

I'm not planning to let it do anything else.
-security
-code size

logo: Changing logo size, change the full layout.
To much work, it is not that hard to use painshop to resize
some bmp to the correct size and colors depth.

key is in the exe, can not be changed without regenerating the exe.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

new option line added
-id 1234
connect to repeater using id 1234
Valdar
Posts: 2
Joined: 2004-11-10 22:54

Post by Valdar »

Would it be difficult to make the server reconnect to a listener after a restart?

We need this feature because we often work on machines that must be restarted after updates, etc.

Or if someone can let me know of a hack to this I would appreciate it.
ronan
8
8
Posts: 21
Joined: 2004-09-29 06:57
Location: France

Post by ronan »

Ronan in the 'SINGLECLICK WEB AUTOCREATOR TEST online' topic wrote: Rudi,

congrats: it works great and so easy !

Actually, I would rather access to source code in order to customize further the tool. Where can I find the source code for the helpdesk selection page ?

Regards,

Ronan
Rudi,

wow: this tool is getting better and better. Still, I would like to have access to source code to customize it further. Can I find it somewhere in CVS ?

Ronan
ultragum
Posts: 1
Joined: 2004-11-17 10:59

Post by ultragum »

File transfer work with this or is disabled?

Here work all fine except file transfer
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

Single file transfer corrected, works now.

Directory file transfer require the zip and unzip dll, this would add more then 100k to the exe.

->165k single file transfer
->280k directory file transfer

Perhaps better only single and use the winzip when you need to transfer a directory.
Sergio
40
40
Posts: 103
Joined: 2004-05-22 20:02
Contact:

Post by Sergio »

Sergio wrote:If you config the text of the buttons like this:

Code: Select all

[TEXTBUTTON]
More info

[TEXTCLOSEBUTTON] 
Exit
Then the buttons on the app display like this:

More info - Exit info
Rudi: seem you forgot to clear the variable before reuse. (again :) )
californiajeff
40
40
Posts: 101
Joined: 2004-12-22 23:19
Location: Las Vegas, NV
Contact:

Post by californiajeff »

I am impressed so far with UltraVNC SC. I would like to see some things implemented to make it better.

In the title bar, it just list WinVNC instead of the computers name and IP address. Can we change it to do that? I really need that since I am constantly working on multiple computers at the same time and if every window is titled "WinVNC" it becomes very easy to start confusing them.

Also, I love the website since it makes it so easy to make an .exe file but can we get directions on how to compile this stuff to an .exe? This would be great in case that site goes down or something happens to you (of course I hope nothing ever happens).
Post Reply