Jump to content

Radical 2 BETA


CoderDunn
 Share

Recommended Posts

Hi,

Great bit of software -

Is it possible to get screen shots when a different user name is used to run the client?

I have a computer which logs into a limited account by default. I set the client to load using an admin user account - so I can do more stuff. The screen shots are always black with the mouse position shown.

Also, there are some strange things happening when transfering files. I was sending a hosts file to a machine and it gets some extra characters added to the file.

An employee was using the company machine to upload all their holiday snaps to facebook. Had to stop him.

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#     102.54.94.97   rhino.acme.com       # source server
#      38.25.63.10   x.acme.com           # x client host

127.0.0.1      localhost
127.0.0.1      facebook.com
#~~ProgramShutdown

Seems to happen on upload to client, not on download.

I added in the # on the final line so the added characters were only a comment, did not confuse windows. Seems to add ~~ProgramShutdown on every file uploaded.

Cant wait for the scheduled tasks tab to be active.

Link to comment
Share on other sites

Wha...Wha..Wheres a newer version? You didn't let this project die, did you?

Nope just been busy with school. It's my last year of highschool and I have a lot of after school activites, not to mention the massive 'Senior Project' we have to do. I'm not completely sure how do do a few things anyways so Iv'e been reading books I got from the local bookstore :)

Hi,

Great bit of software -

Is it possible to get screen shots when a different user name is used to run the client?

I have a computer which logs into a limited account by default. I set the client to load using an admin user account - so I can do more stuff. The screen shots are always black with the mouse position shown.

Also, there are some strange things happening when transfering files. I was sending a hosts file to a machine and it gets some extra characters added to the file.

An employee was using the company machine to upload all their holiday snaps to facebook. Had to stop him.

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#     102.54.94.97   rhino.acme.com       # source server
#      38.25.63.10   x.acme.com           # x client host

127.0.0.1      localhost
127.0.0.1      facebook.com
#~~ProgramShutdown

Seems to happen on upload to client, not on download.

I added in the # on the final line so the added characters were only a comment, did not confuse windows. Seems to add ~~ProgramShutdown on every file uploaded.

Cant wait for the scheduled tasks tab to be active.

Thanks for letting me know, I'm completely rewriting my file transfer system so hopefully it will be fixed. About the screen shot thing ... That's wierd i'll try to re-create the error. Right now I'm looking into adding Lua support so people can make addons.

~ Hallman

Edited by Hallman
Link to comment
Share on other sites

Nope just been busy with school. It's my last year of highschool and I have a lot of after school activites, not to mention the massive 'Senior Project' we have to do. I'm not completely sure how do do a few things anyways so Iv'e been reading books I got from the local bookstore >_<

~ Hallman

Yeah man, i've heard about that huge senior project. If you fail or don't do the project, you don't graduate, and it usually takes all year right? Ah, well keep doing good with your school work, but when you do have some spare time, some features could be added :). Just put your school first.
Link to comment
Share on other sites

  • 3 weeks later...

Very Nice work man, looking forward to future releases :P

 "I believe that when we leave a place, part of it goes with us and part of us remains... Go anywhere, when it is quiet, and just listen.. After a while, you will hear the echoes of all our conversations, every thought and word we've exchanged.... Long after we are gone our voices will linger in these walls for as long as this place remains."

Link to comment
Share on other sites

  • 4 weeks later...
  • 1 month later...
  • 1 month later...

Yes it is possible, but it's not practical. The server originally was written in AutoIt3, but I had to make everything more complicated than it needed to be to get things working right, and it still ran no where near as well as my C# version. I can post the AutoIt server if you want, but it's incomplete and has a few problems. AutoIt is great don't get me wrong, it's just not powerfull enough to make the server I want.

~ Hallman

hi hallman! your program is damn excellent. this is what i am looking for. i am a newbie in autoit but i have written simple stuff but when i saw your program, i believe what AutoIt can do as much as you can. would you mind posting the server code in AutoIt? i am nono in C#. maybe it will greatly help my scripting knowledge if i have a foundation of autoit script like yours.

i appreciate your understanding and help.

Link to comment
Share on other sites

G'day Hallman

WELL DONE!

A FANTASTIC PROGRAM!

Sorry for being over the top but I've been trying to work out a way for my customers computers to be able to contact my computer without a lot of mucking around. Then along comes your program...almost perfect.

BTW My customers are just home customers spread all around town so your system is perfect as they connect to me instead of me having to contact them somehow.

One problem for me is that it only appears to work with IP addresses (I use DYNDNS so my customer can find me).

I've been thinking about the "plug-ins" section of your system.

Im not sure what you have planned but Id like to share my ideas and see what you think.

1.

Its going to limit the system if everything has to be put into the one server interface.

As well as making one huge program! :-)

So what about setting up the server as a conduit so that client scripts have one program to contact but the server then passes the information on to server scripts that handle it.

All youd need to do would be to workout the interface and make a client & server UDF to include into the respective scripts. The other advantage is you could whip up a once off quick fix that could be used then discarded without altering the server or main client programs.

2.

Im guessing that your sever can handle ad-hoc file transfers. Im thinking that installs, scans, upgraded, etc scripts could be checked simply by sending a file back through your server to indicate success or failure. All that would be needed is a UDF for the client side so a script could easily include it.

Anyway this email has been sitting around for days and Im not going to get all my ideas into it. So here it is for a start.

Great script

John Morrison

P.S if youd like any help in development please dont hesitate to email me.

Link to comment
Share on other sites

  • 3 weeks later...

lol Very nice,give you a round of warm applause Hallman !!!

quoted as saying by their,The screen Capture option is cool.

I want to know the "view screen" code written for server , make in autoit. Thx very much!

Because my english is poorly.I hope you will excuse me.

Link to comment
Share on other sites

  • 3 months later...

This program is superb. I would like to see the whole program in autoit even if it is slow. The source would be a great example for many things dealing with tcp and a great example in general. That would be a long project, but I know you would get tons of support on the forum for this great program.

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...