[RELEASE] BOI Server Files + Server Tools + GM tools

07/15/2012 23:03 buriks#16
Hey Axel can you anwser my question on the other thread
07/16/2012 00:49 destroyerx1z#17
Someone make a tutorial on how to use these files please?:(
07/16/2012 00:57 axelcro#18
Quote:
Originally Posted by destroyerx1z View Post
Someone make a tutorial on how to use these files please?:(
1. Download my VirtualBox image.
2. Add to VirtualBox and start.
3. Login with: "root" "reverse"
4. /home/BOI << edit config files and table.xml
5. Open terminal
6. cd /home/BOI
7. ./start.sh


Have fun :)
07/16/2012 01:22 LordMadara#19
So axel did you got my Pm ?
07/16/2012 02:05 xtremecrazy#20
i dont have realms :|
07/16/2012 02:29 demonlordace#21
so can anyone give me any insight as to why gate server is give error manager server dis connect kick all client
07/16/2012 02:33 axelcro#22
Quote:
Originally Posted by LordMadara View Post
So axel did you got my Pm ?
Yes i got, but i changed that pw :)

Quote:
Originally Posted by demonlordace View Post
so can anyone give me any insight as to why gate server is give error manager server dis connect kick all client
Coz of wrong IP adresses!
07/16/2012 02:46 LordMadara#23
@axelcro are you using widnows (server files)which you shared or you are using windows from shijie ?
i get some strange error
Quote:
>ServerLine1>ReqSysVar 1
ReqSysVar 1
ReqSysVar 1
ReqSysVar 1
ReqSysVar 1
etc....
07/16/2012 02:53 xtremecrazy#24
Final i enter the server ! How can i make GM ?

SS : [Only registered and activated users can see links. Click Here To Register...]
07/16/2012 03:14 LordMadara#25
If someone is not bored to make step-by-step guide
starting with what Programs we need in total.
How and where to edit etc....
Video will work perfectly.
Thanks
07/16/2012 03:18 axelcro#26
Quote:
Originally Posted by LordMadara View Post
@axelcro are you using widnows (server files)which you shared or you are using windows from shijie ?
i get some strange error
Don't care with version i'm useing, coz all packs contains the same files. Your problem is still wrong IPs :)

Quote:
Originally Posted by xtremecrazy View Post
Final i enter the server ! How can i make GM ?

SS : [Only registered and activated users can see links. Click Here To Register...]

GZ! :handsdown::handsdown:
07/16/2012 04:11 bloodyshade#27
Since you asked, to convert a string to hex in sql, just use the convert function:
Ex: SELECT CONVERT(varbinary, 'mystring')
This will only convert it to the size of 'mystring' though, if you need to force a specific size, use convert(binary(size_you_want), 'mystring').
07/16/2012 04:17 axelcro#28
Quote:
Originally Posted by bloodyshade View Post
Since you asked, to convert a string to hex in sql, just use the convert function:
Ex: SELECT CONVERT(varbinary, 'mystring')
This will only convert it to the size of 'mystring' though, if you need to force a specific size, use convert(binary(size_you_want), 'mystring').
Here is the password format:
$password = "0x" . md5 ( $username . $password );

Now the only 1 problem: the cell dont wanna accept the MD5 what i converted.


##########################################

Guys!

Stop PMing me pls! If u wanna ask something about the server do that here! I'll reply here as fast as to PMs.
07/16/2012 05:07 bloodyshade#29
Let's say you want to insert it into the account table:
insert into account (id, name, passwd, creatime, usertype) values (111, 'bloody', convert(binary(16), "test987654321012"), getdate(), 1)

That's all it takes, or if you have an actual md5 in hand and want to use that, just use it like:
insert into account (id, name, passwd, creatime, usertype) values (111, 'bloody', 0x74657374393837363534333231303132, getdate(), 1)
07/16/2012 05:19 xtremecrazy#30
[Only registered and activated users can see links. Click Here To Register...] problems on linux