[EPIC-RELEASE]My source with official steedrace + setup

03/30/2010 06:12 Arcо#106
All that does is if someone makes an acc with the name crankco, it deletes it.
03/30/2010 06:22 -NewDawn-#107
Quote:
Originally Posted by .Arco View Post
All that does is if someone makes an acc with the name crankco, it deletes it.
Hm.. what an interesting code.
03/30/2010 06:31 Arcо#108
Quote:
Originally Posted by -NewDawn- View Post
Hm.. what an interesting code.
I think paralyzer's server was crankco and he didn't want someone to name thier acc or char crankco.
03/30/2010 09:31 Paralyzer[GM]#109
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!
}
03/31/2010 05:44 -NewDawn-#110
Quote:
Originally Posted by Paralyzer[GM] View Post
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!
}
Oh.... I see it now... lol. Ok then, I guess I should add that back in then? lol
03/31/2010 18:08 Paralyzer[GM]#111
Yes. Dont take this wrong but it works!
04/02/2010 08:00 shinichi79#112
Thank you very much .
04/02/2010 10:14 Paralyzer[GM]#113
No problem.
04/02/2010 14:03 Trojan085#114
Well my problem is, i make an account it goes to were to put my name and it says Error Try Again, i try again and it says invalid character name when i cleared all the chars
04/02/2010 18:52 mynameisqwerty#115
nice but i have 1 question why are the PMs more powerful than the GMs? if i use your source how would i change that
04/03/2010 00:49 .Beatz#116
Quote:
Originally Posted by mynameisqwerty View Post
nice but i have 1 question why are the PMs more powerful than the GMs? if i use your source how would i change that
Well PMs are meant to be stronger.. but if you want to change that then you will have to set all the permissions for the chars. Go into chat.cs your answer is in there.
04/04/2010 02:43 Trojan085#117
Fb/Ss doesnt Work.
04/04/2010 05:19 sagitarius2118#118
men help here pls....
04/04/2010 12:02 Paralyzer[GM]#119
@.sagitarius2118: Did you change anything ?

GUYS HERE IS A LITTLE MESSAGE FROM ME: This is not a complete source just got a few cool things in ofc you need to LEARN to code things in by YOURSELF ofc we will help you, but DO NOT JUST SAY: This don't work give me a copy + paste fix so I can tell people when I make a server that I did it ALL by myself THATS NOT THE WAY!
04/04/2010 16:39 sagitarius2118#120
I need help here pls..