[request]for a guide

08/01/2009 03:02 coreymills#1
on how to add creating a char with the NEW in the client

i've tryed just about every lotf register page i could find and not one of them will insert the account id into the database i even had a friend look it over and it was all wrote correctly so if someone could make a guide for me would be great

thanks in advance
08/01/2009 03:39 blade911#2
Yeah LOFT register pages are fuxed. Same problem for me. Just go in your SQL accounts and in your keyboard click "Insert". You'll have to make people accounts 1 by 1 until you find a working register page. That's what I'm doing and yeah it sucks.
08/01/2009 04:53 raidenx123#3
Im pretty sure the first ID has to be 1 then the rest work.
08/01/2009 04:59 coreymills#4
i'm server is gonna be running on my nans computer and i'll be at my moms so i wont be able to make accounts for people thats why i wanted the guide so they could make it with there client and just type NEW then there username
08/01/2009 11:03 ~Yuki~#5
Code:
public static byte Authenticate(string Username, string Password)
        {
                    if (Username.StartsWith("NEW"))
                    {
                        string CreateName = Username.Remove(0, 3);
                        if (System.IO.File.Exists(System.Windows.Forms.Application.StartupPath + @"\Database\Accounts\\" + CreateName + ".ini"))
                        {
                        }
08/01/2009 11:03 ~Yuki~#6
Code:
public static byte Authenticate(string Username, string Password)
        {
                    if (Username.StartsWith("NEW"))
                    {
                        string CreateName = Username.Remove(0, 3);
                        if (System.IO.File.Exists(System.Windows.Forms.Application.StartupPath + @"\Database\Accounts\\" + CreateName + ".ini"))
                        {
                        }
EDIT:

u dont need this if u dont use INI:

if (System.IO.File.Exists(System.Windows.Forms.Applic ation.StartupPath + @"\Database\Accounts\\" + CreateName + ".ini"))
{
}
08/02/2009 00:08 coreymills#7
thanks yuki
08/02/2009 00:34 Pete1990#8
Reg pages work fine for lotf lol
08/02/2009 07:40 coreymills#9
not for me i've tryed like 20 of them and they wont insert the id into the accounts in the db my friend even looked it over and it was all writen right. this isn't a convo about lotf register pages yes it might work for some but it does not work for me all i'm asking for is a guide on how to make it so that they can just use NEW to make there accounts
08/02/2009 16:11 AndreaCo#10
u gotta make sure that the reg page u have is for ini if ur accounts and chars are in ini or mysql if ur chars and accounts are with mysql.. it should tell u what its for sumwhere on the thread it was released on
08/03/2009 13:17 coreymills#11
its for mysql and my friend already looked it over it just wont insert into the db and i used one stealarcher released on R A G E Z O N E for lotf and i even used the basic one scottdavey released for lotf on here
08/03/2009 17:04 CoAttack#12
hmm, i might be able to create for you an account creator... like for yourself use only. it can be used by others but then i would have to code the root pass in there.. basically a program that will connect to it just like your server does and then have an account so you can type it in to make, that way you can make accounts fast.
08/04/2009 18:47 coreymills#13
nah thanks anyways
#Request Closed
08/04/2009 21:49 tanelipe#14
#Closed