Sql Files Guide

Discussion about Helbreath Server Files.
Sparda
Regular
Posts: 44
Joined: Sat May 15, 2004 10:48 pm

Post by Sparda »

You see the table ACCOUNT_T, you make a new acount in there. Also that table is related to WS1_T and WS2_T. Make sure your account has a iAccountID. Well after that that's where i'm stuck too. Can't seem to login
GoldenBoy
Loyal fan
Posts: 249
Joined: Mon Jan 12, 2004 5:27 pm

Post by GoldenBoy »

Is there an acct maker my friend (well know extasis admin ) Drazz started to code a tool for that, last time I talked with him he was about to release it.

Sorry guys for releasing that MESH of files, I think I will make some stuff to easy-setup the whole net SQL stuff too. just Im short of time these days folks..
<img src='http://213.149.231.16/avatars/firma.jpg' border='0' alt='user posted image' />
Sparda
Regular
Posts: 44
Joined: Sat May 15, 2004 10:48 pm

Post by Sparda »

hey gb, u know any idea why i can't login? i've made an account and stuff but when i try login it says non-existing account and all servers are active.
GoldenBoy
Loyal fan
Posts: 249
Joined: Mon Jan 12, 2004 5:27 pm

Post by GoldenBoy »

BTW, Sparda I think I had somewhere my old SQL dump of accounts, maybe you have some mistakes and can't log, there is a little trick.. using the 2.03 client (the one that make accounts in game) you can use it to create 1 account.
<img src='http://213.149.231.16/avatars/firma.jpg' border='0' alt='user posted image' />
Sparda
Regular
Posts: 44
Joined: Sat May 15, 2004 10:48 pm

Post by Sparda »

Tested with the v2.03 client. Doesn't wanna make account either.
GoldenBoy
Loyal fan
Posts: 249
Joined: Mon Jan 12, 2004 5:27 pm

Post by GoldenBoy »

Sparda wrote: Tested with the v2.03 client. Doesn't wanna make account either.
Check ur user SQL rights, it's looks like your SQL side is not working like it should do.
<img src='http://213.149.231.16/avatars/firma.jpg' border='0' alt='user posted image' />
Sparda
Regular
Posts: 44
Joined: Sat May 15, 2004 10:48 pm

Post by Sparda »

I've configured my tables permission. when i try to make a new account with v2.03 with an account that's i've entered in the table manually it says cannot create new account, it already exists, so that's working alright. the client successfully creates a new account but there's no new account in the table.

i dunno if this helps but when i login with my pre-made account the mainlogserver prints this

(Pay) RequestionLoginHandler: Sparda, 1, WS1
sCheckAccount(0)
(0) sRet Value(1) iAccountID (1002)
(PAY)_cDecodeAccountContents (status : 1) (time left: -858993460)
CDWriter
Member
Posts: 123
Joined: Sun Feb 22, 2004 12:08 am

Post by CDWriter »

Hmmm v2.03 client will do that, someone tell me where to get that?
i have the 2.02 version does nothing to mssql :(
Drajwer
&lt;3 bd long time
Posts: 841
Joined: Fri Dec 10, 2004 3:24 pm

Post by Drajwer »

is that work with mssql server 2005? :huh:
<img src='http://img440.imageshack.us/img440/2627/15pt.jpg' border='0' alt='user posted image' /><br><br>HBPolska characters:<br><br>Hellios 150+ Aresden Hero Mage<br>TheBill 120 Aresden plrider<br>Kill_Me 100 Full-Hero plrider<br>Rockeater 110+ Aresden Plate Mage<br><br><a href='http://www.helbreath.org' target='_blank'>http://www.helbreath.org</a> come and play (250 ppl online)
123456
noob
Posts: 23
Joined: Mon Mar 29, 2004 11:17 am

Post by 123456 »

Guys if you have noticed many of those files you have mentioned is missing(there are nowere here in the forum)... because of that you are not able to do nothing. <_<

So I don't see the sense of it.

Regards.

:)
DarkieDuck
Loyal fan
Posts: 441
Joined: Wed Feb 18, 2004 7:10 am

Post by DarkieDuck »

isnt there supposed to be a user "hell" aswell?
without that user u get access right errors
hax
Smashing
Member
Posts: 168
Joined: Mon Jul 19, 2004 11:46 pm

Post by Smashing »

they have made it to hbss


fucking cunt thieves
tyteman
Spamtastic
Posts: 1149
Joined: Wed Nov 12, 2003 2:00 pm
Location: CA, USA

Post by tyteman »

$msconnect=mssql_connect("213.149.231.16","outpost","**********");
"<i>One night I was talking to God, but I realized I was talking to <u>myself</u></i>"<br><br><img src='http://img61.imageshack.us/img61/2678/untitled13bf.gif' border='0' alt='user posted image' /><br><br><b><u>Links</u></b><br>
Raptile
Member
Posts: 145
Joined: Fri May 07, 2004 4:31 pm

Post by Raptile »

$dbhost = "xxx.168.x.xxx";

// Enter the username to connect to the db
$dbuser = "sa";

// Enter the password for the SQL Server
$dbpasswd = "xxxxxxxxxxx";
}

//Database Name
$db = 'mainlogin';

$regsubmit = "regform.submit()";
$msconnect=mssql_connect("$host","$alogin","$apass");
$msdb=mssql_select_db("$db",$msconnect);
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

the sql eval is being an igger

and ya, that connects to the db, but make the acct
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
Post Reply