Code

Discussion on Reverse Pc Controller

Discussion on Reverse Pc Controller

By
Cart 29 sales

miky94x supports this item

Supported

This author's response time can be up to 2 business days.

22 comments found.

hello can i connect to server with websockets client from html5 web page? is yes will buy. thanks

Hi, you can maintain the clients code and redirect the connection to youre server, but you need to add to the server the code to interact with the web page and to receive the order

server need to make handshake with web page so if it support it no issue. or email me for customization. means that the server will support to connect with web page sockets as well. thanks

it uses reverse connection through a dns and connect using sockets over tcp, you can implement a custom handshake or crypt the data before sending with youre personal seed, thanks

Hi, it is vb.net, but you can use an online converter

Vb.net is ok for me

Is not working .. no contact with client and server?

BR Trond

hi, you can’t connect using the debug because visual studio doesn’t allow it, set the parameter and open it using the exe created, let me know

Hi, - can we use it to connect to other pc through internet? - can we use it in “unattended” mode (without the other interaction..) - can we copy files to the remote pc? It it visible to others (I mean can we use it and work without “bother” others while they work..)? Thank you!

hi, this software is programmed to have a GUI so it is visible to the user, to make it invisible it need to be reprogrammed to be invisible to the user and to start working at the program opening

better convert your vb.net to c# all because i need it i ready paid i feeling bad

Hi, you can use one of the converter online to convert all the code, have a good day

oh no thank in advance i found it if u are interesting working with me and i pay you can do ?

hi all,Can anyone tell me how to do the settings in the local pc to test client and Server

Please send me your mailid through that I will explain my problem.Here I am unable to attach screenshots.Thanks in advance.

I sent mail to you miky.I explained in the mail What are the issues I am facing

Hi Miky, I am running reverse pc controller vb.net client and server applications in my local pc with an Ip 127.0.0.1.I am getting lot of port issues to run the project.

I checked loacal ip with same Ports and different ports in client and Server.But Still I am facing issues to run both projects successfully. Please help me on this.

hi Miky, We don’t have documentation in the purchaed code.So I am facing issue to check all the features of Software such as

Decode a Base64 to string

Encode a string to MD5 Hash

Get Desktop Screenshot

Get Process List

Kill Process

Get Clipboard Content Type

Get Clipboard Text, Image

Set Clipboard Text, Image

Open a file

Get Mouse Position etc.

Please share your Email Id.So that I will explain in detail what are the issues I am facing

Thanks

hi miky, we don’t have documentation can you please provide me the documentation.I am getting stuck to test other functionalities.Please help me on this.Thanks in Advance.

How can you miss the documentation? The documentation is inside the source code with a lot of example

HI

Do you offert some services? do you costomisze?

what kind of service and customization?

HI

Here is my request

1-I have a web application and a local application with port rs232 can I use your application to synchronize?

2- Is your application is a web client server via internet?

thanks

Hi, this is a server client application, you can send and receive information between the server and multiple client at the same type, is possible to make speak through usb on a port and send to the server the information gathered

the server is not a web server , but an application, hgave a look at the video for a demo i’m here for every question have a nice day

id like c# source please, it say’s its included but I do not see it

i took it out with the few last update, you can use a translator online, or give me the email and i send you the converted file

I tried to convert it myself already, but its not converting correctly, heres my email. braydenynz@gmail.com

yes, after conversion you have to correct the error, i can not rewrite it in C# because i don’t have enough knowledge

Hello, this code I bought at its launch and I have not used it yet.

My question is. I could use it for my clients. I want to use it as a support tool, that when I run it, I can connect from a central server.

This would be possible? What should I do?

You can code the client to send to the server all the information you want

Hello again.

It would be possible for each client that opens the window to generate a random code and from the part that manages all the clients (server) enter the code of that generated client and can connect me remotely.

Yes, all can be achieved, but is far simple to use TeamViewer for support than write your own support program, you can do a simple chatting module to support each client

it is not working on windows 10 ?

Hi, there is already the example for every code you want to add, open the client progect, view the code of the contextmenustrip already there, check the messagebox function and double cick on it, now you can view the code to call every function you want, just change the function name, let me know

i just see close and send message, i cant see other codes :/

close and send is preprogrammed inside, From the client add a contextmenustrip item, copy and paste one of the other preprogrammed function and change only the name of the action that you send (ex. cli.Send(“yourmessage”)). Now in the server inside the Read function add the case “yourmessage” and do an action that you want, inside the info, security and utility vb file in the solution you have a lot of function to call with 1 string of code, EVERY line of code have a comment to make you understand what is doing, let me know

Hello, with what version can you open?

A greeting

Hi, i don’t understand the question, can you rewrite it? have a good day

Hi Miky94x,

I have just purchased the code but looks like it is lacking in documentation, it would be much appreciated if we receive documentation step by steps like the info about the written code components/call functions and code structure with properly commented code wherever needed and if possible the example pre-compiled executable version of code or possible usage idea’s etc.

Thanks, Vinayak

Hi, i really appreciate that you buy the code

Every line of code and function have a comment that show what and how it does.

The project is ready to compile and test, you can compile it and open the generated exe.

There is already some implemented functions that show how to exchange data and information with a simple function.

For the usage idea i think it is self explanatory when we talk about reverse connection multi server client application, it is used to capture data and do action on a computer that we don’t have a physical access.

Talking about the step by step, the project is in a working state, i don’t know what the possible buyer want to do or make, so i’ve made a working base and you can customize it (there is some example on how is simple to add function)

If you have some question feel free to ask

have a good day, miky94x

Is there a way to parse the data to PHP for displaying on a web page… if you have multiple clients connected and being monitored, I’d like to be able to take the data and parse it to PHP and display the results as near real-time as possible.

Also is there a way to take control of the remote pc (Client) as in RDP VNC or some method that is already built in

Thanks

this is a simple client – server application that show how to connect a multiple client to a server using reverse connection and some example of information exchange

For the PHP you can make a server on a website and send the encrypted data to it, but you have to customize the client to send the information to your server

you can implement the remote controller function because at this moment there isn’t a remote pc controller but only simple information retrieving and exchange

Good evening, send the instructions or an example working for example “shut down a client computer” I connected the server and the client but I could not deploy any options until now. Please send to email: henriquejmartins@gmail.com

When you connect a computer, a new element on the list appear, you have to RIGHT click on the pc you want in the list and all the option show up.

Adding action is really simple

Client: Add a new element on the ContextMenuStrip and name it for example SHUTDOWN double click on shutdown, copy and paste the entire code of another option of the ContextMenuStrip Now you only have to change the CLI. SEND Every command need a unique name

Server: In the read function, add CASE “shutdowncommand” and do what you want in this case you can use Process.Start(“shutdown”,”-s”)

Let me know if is all ok Have a good day

Good evening, send the instructions or an example working for example “shut down a client computer” I connected the server and the client but I could not deploy any options until now. Please send to email: henriquejmartins@gmail.com

When you connect a computer, a new element on the list appear, you have to RIGHT click on the pc you want in the list and all the option show up.

Adding action is really simple

Client: Add a new element on the ContextMenuStrip and name it for example SHUTDOWN double click on shutdown, copy and paste the entire code of another option of the ContextMenuStrip Now you only have to change the CLI. SEND Every command need a unique name

Server: In the read function, add CASE “shutdowncommand” and do what you want in this case you can use Process.Start(“shutdown”,”-s”)

Let me know if is all ok Have a good day

Hi, I just want to know if you project is something like used in Internet cafe like, a timer, a control center to stop or pause any client connected etc

It can be called a control center, you can connect clients to a server and through command you can receive/send what you want You can add action like, turn off pc when the client receive “OFF”, open a custom mexage, close process and whatever you want. This is a base program with only example function. there is a function to send and receive command to make it easy to implement multiple functions For any questions feel free to contact me

These look really good, goodluck with sales!

Thanks :D

Hello, when you change the framework stops listening equipment. No recaptures anymore.

This has some bugs. You can review the whole project and improve it?

Have you opened the port in your modem to test it? With this change it will work and set the correct information inside the client’s listview If you continue to have problems we can use TeamViewer

Hello, we can arrange teamviewer. May I have your email?

I have contacted you

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey