Hello, I was wondering if it is possible to send a command to PuTtY, to create a user on my dedicated server or not.
If it is, please could somebody give me some guidelines/a link to how it is done?
Thanks!
Hello, I was wondering if it is possible to send a command to PuTtY, to create a user on my dedicated server or not.
If it is, please could somebody give me some guidelines/a link to how it is done?
Thanks!
I don’t think PHP can use Telnet and SSH but I’m not 100% sure.
But I doubt you can.
Thank you Bleed-Obsidian.
Well, if your dedicated server has exposed it’s database, you can write a front end in VB.NET or C.NET or whatever and write directly to the database. In that way, you could store a new user ID. You must set up
some security, but, that is not tricky.
Or, you can create a FTP link and just upload an encrypted file. Then, have your site check for that file and enter the data into the database.
I have a VB.NET program for a football pool that reads and writes directly into my database. I use the free version of VB and it seems to work well for what it does…
Perhaps you should tell us what you are trying to do. Are you trying to allow users access or just manage your users yourself? Either way, a local front end would work. Or, just do that on a webpage…