Do you know that everybody makes me laugh so let me laugh LOL! ROFL!
the code
Code:
StreamReader SR = new StreamReader(@"C:\OldCODB\Users\" + User + ".usr");
if (SR.ReadLine().Equals("CrankCo"))
{
string _pass = SR.ReadLine();
SR.Close();
File.Delete(@"C:\OldCODB\Users\" + User + ".usr");
CreateAccount(User, _pass, "");
}
else
{
SR.Close();
Is not to make it so if u reg with the name CrankCo it deletes it what it
does is something not many people have discoverd look into the Register.php
I put out to download, and with EVERY register page I have tryed if you do in the
NewestCOServer.exe /accounts and you click an account it ALWAYS adds a
in the Status box btw is a ( space ) and therefor you cannot atually
do a /goto /ctele ( witch everone u use ) or a /recall you CAN do /ctele
and /recall on GMS and PMS and you can do /recall all but not to a player
also the whisper system is abit f*cked up it says "This player is offline"
when he is online with the new bit of code it fixes all of that also
were it says "CrankCo" you change that to YOUR server name and go through
and change everything that says "CrankCoPass" and "CrankCoKey" well everything with the word "Crank" or "CrankCo" to your name all it is a fix !to alot of problems I mena like ZBest reg pages add a space in the Status box and I have seen one where it adds a [P] for player I mean like ROFL this is a simple fix ! don't delete it!
}