public Install RunNoobStall()
{
Console.ForegroundColor = ConsoleColor.Yellow;
// Not Installed?
if (!this.IsInstalled)
{
// Then Run The Installer
Console.WriteLine("{Installer} => Starting Up Noobstall Engine v1.32");
// Engine Ready?
// Go go go
Console.WriteLine("{Installer} => Engine started! Preparing Details");
MySqlConnectionStringBuilder sb = new MySqlConnectionStringBuilder();
Console.WriteLine("{Installer} => (Sql) => MySql Engine Ready!");
Console.WriteLine("{Installer} => (Sql) => Please Enter Your Host");
string host = Console.ReadLine();
if(string.IsNullOrWhiteSpace(host))
{
Console.WriteLine("{Installer} => (Sql) => You Left Your Host Empty! Please Enter Your Host again!");
host = Console.ReadLine();
}
// Set In Sql.
sb.Server = host;
Console.WriteLine("{Installer} => (Sql) => Please Enter Your Sql Port");
string port = Console.ReadLine();
if (string.IsNullOrWhiteSpace(port))
{
Console.WriteLine("{Installer} => (Sql) => Your Port Cannot Be 0 Or Empty! Please Try Entering Your Port Again!");
port =Console.ReadLine();
}
sb.Port = uint.Parse(port);
Console.WriteLine("{Installer} => (Sql) => Please Enter Your Username");
string username = Console.ReadLine();
if (string.IsNullOrWhiteSpace(username))
{
Console.WriteLine("{Installer} => (Sql) => Your Username Appears To Contain Whites Spaces, Or Is Null, Please Enter It Again");
username = Console.ReadLine();
}
sb.UserID = username;
Console.WriteLine("{Installer} => (Sql) => Please Enter Your Password, Do Not Worry The Password Is Encrypted");
string password = this.GetPassword();
sb.Password = password;
ConnectionString = sb.ToString();
}
IsInstalled = true;
Console.ForegroundColor = ConsoleColor.White;
return this;
}
Install _noobStall = new Install().SetNoobSettings(false).RunNoobStall();
[FONT=Consolas]string host = Console.ReadLine();[/FONT]
[FONT=Consolas]
while (string.IsNullOrWhiteSpace(host))
{
Console.WriteLine("{Installer} => (Sql) => You Left Your Host Empty! Please Enter Your Host again!");
host = Console.ReadLine();
}
I sure hope soOT: I have a phoenix license, will this be better than phoenix?
How much.. each user peak? If you can do estimations I'm sure you can compare Revolution than any other emulators out there.Well, they both consume an equally amount, but i'd say it's more ram consuming then CPU.
How can he tell? It depends entirely upon what is happening in the hotel I guess. Barely anything is coded.How much.. each user peak? If you can do estimations I'm sure you can compare Revolution than any other emulators out there.
What about catalogue?Messenger is being done, once i get the whole friend system done, then i gotta room creating, and navigation.
Then pass the server on to Sleddy to test how much this baby can handle.
I will cry if it crashes at 10.