Post: make or help a program please? [REWARD]
09-26-2011, 11:27 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); i am in need of a program(or code) that will only allow three specific usernames launch an application(hidden)
and not allow other users to boot the program
please ask if more details are needed Happy
i dont mind what its coded in

user opens program---> program finds username----> if username is correct then run program----->if bad username then close and dont run program


250k vbux

ps if you could post the code in a pm i will give the vbux as fast as possible
(adsbygoogle = window.adsbygoogle || []).push({});
09-26-2011, 11:57 PM #2
Pichu
RIP PICHU.
Originally posted by chazza1 View Post
i am in need of a program(or code) that will only allow three specific usernames launch an application(hidden)
and not allow other users to boot the program
please ask if more details are needed Happy
i dont mind what its coded in
250k vbux

ps if you could post the code in a pm i will give the vbux as fast as possible


Wait, is this a hidden application that you have placed on your computer, you need to be able to launch the application I create enter in Username/Password, if it is correct then it will close and run the hidden application?

Is this what you want?
09-27-2011, 12:33 AM #3
Epic?
Awe-Inspiring
Originally posted by chazza1 View Post
i am in need of a program(or code) that will only allow three specific usernames launch an application(hidden)
and not allow other users to boot the program
please ask if more details are needed Happy
i dont mind what its coded in
250k vbux

ps if you could post the code in a pm i will give the vbux as fast as possible


Could you please be more specific in what you seek? Are you looking to have your program verify the user's account name of the actual computer? Or are you trying to verify the status/rank of a specific user on the computer?


Basically, this is what I'm asking:

1) Where are you getting the username(s) from? What's the resource? Is it a website, database, computer, etc.?
2) What program do you want to launch, and do you have to first download the program to the computer?
3) Are we coding the whole project for you, or do you just need a snippet, if you're just looking for a snippet, what language would you prefer?
4) What operating system does this need to run on?
09-27-2011, 03:20 AM #4
Woof
...hmm
Originally posted by chazza1 View Post
i am in need of a program(or code) that will only allow three specific usernames launch an application(hidden)
and not allow other users to boot the program
please ask if more details are needed Happy
i dont mind what its coded in
250k vbux

ps if you could post the code in a pm i will give the vbux as fast as possible


You need to expand the discription of what you want bro.
09-27-2011, 03:49 PM #5
Originally posted by BAdmaNgLiTcHa View Post

Originally posted by AsianInvasion View Post

Originally posted by Sublimity View Post

right this application will only allow people with a certain username using the program,the code i would like is that it checks the username then if correct runs program if not then closes without running program, the exe will be hidden along with the snippet or hidden in a subfolder you may decide that Happy
,i would prefer it if the code was a snippet so i may add a few custom commands to it, i would prefer c++ or batch, it will need to be ran on xp 32-bit computers, the username(s) will be the users logon, i think that is all of it
please say if you need anymore info
09-27-2011, 04:02 PM #6
fill0botto95
You talkin to me?
Originally posted by chazza1 View Post
right this application will only allow people with a certain username using the program,the code i would like is that it checks the username then if correct runs program if not then closes without running program, the exe will be hidden along with the snippet or hidden in a subfolder you may decide that Happy
,i would prefer it if the code was a snippet so i may add a few custom commands to it, i would prefer c++ or batch, it will need to be ran on xp 32-bit computers, the username(s) will be the users logon, i think that is all of it
please say if you need anymore info


do you mean a login form where you put in a word? if it s correct open else close?
09-27-2011, 04:05 PM #7
Originally posted by fill0botto95 View Post
do you mean a login form where you put in a word? if it s correct open else close?

no, i want it to use their username as the password, for example if someones user is chazza it opens, if someones user is cam it doesnt,
do get what i mean?
09-27-2011, 05:47 PM #8
fill0botto95
You talkin to me?
Originally posted by chazza1 View Post
no, i want it to use their username as the password, for example if someones user is chazza it opens, if someones user is cam it doesnt,
do get what i mean?


where the program can get this "username"?
09-27-2011, 08:26 PM #9
Epic?
Awe-Inspiring
Originally posted by fill0botto95 View Post
where the program can get this "username"?


I think he's getting the username from the account on his Windows computer... you know:

    
if (System.Security.Principal.WindowsIdentity.GetCurrent().Name.ToString() == "username") // check if the current account has the same username as the value "username"
{
System.Diagnostics.Process.Start("ProgramToExecute.exe"); // execute whatever program he wants to execute
}


That's C# by the way, I guess I didn't clarify that bit.

But then again, I have no idea if that's what he's looking for or not, however, if that is what he's looking for, I just wrote what should be a bulk of the program.
09-27-2011, 08:41 PM #10
Originally posted by AsianInvasion View Post
I think he's getting the username from the account on his Windows computer... you know:

    
if (System.Security.Principal.WindowsIdentity.GetCurrent().Name.ToString() == "username") // check if the current account has the same username as the value "username"
{
System.Diagnostics.Process.Start("ProgramToExecute.exe"); // execute whatever program he wants to execute
}


That's C# by the way, I guess I didn't clarify that bit.

But then again, I have no idea if that's what he's looking for or not, however, if that is what he's looking for, I just wrote what should be a bulk of the program.


so this code gets the users username then if username matches value it runs program?if does not match it does not run the program

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo