When i try to create mine game account i have this error :
http://img522.imageshack.us/img522/1770/prob6.jpg
I've used this database pack : http://rapidshare.com/files/13610892...b_9.8.2008.rar
Help:scared::scared:
Printable View
When i try to create mine game account i have this error :
http://img522.imageshack.us/img522/1770/prob6.jpg
I've used this database pack : http://rapidshare.com/files/13610892...b_9.8.2008.rar
Help:scared::scared:
Null errors when registering accounts are always the same thing. Your xp_md5 support isn't working. Open the "master" database, find the extended procedures folder and locate xp_md5. Check it's properties and make sure the dll is in the right place.
You can use the query below to test if it's working and if you get a NULL back instead of a password hash it is not working right.
select account.dbo.fn_md5('test')
i must make me sure the xp_md5.dll are in c:\program files\microsoft sql server ???????
Or not ? , i did not understand very well......
no the xp_md5 you downloaded with the server and you can either place it on c:/ or in c:/windows/system32 or anywhere your PATH variable is set!
And where i can setting it
in the extended procedures of master table , make a new one to point out to {your path to xp_md5.dll}
Now i created the table : dbo.fn_md5 in the ( master's table) , now what i must do??
( thank for help , this is my first cabal online server...)
not table, extended procedure...
Delete the xp_md5 entry from the extended procedures folder in the master database, put the dll in c:\windows\system32 and then run the query below.
EXEC sp_addextendedproc 'xp_md5', 'xp_md5.dll'
Ok i have created mine account in manager studio express, and now i have this problem when i try to start the 2.5 server i have a problem:
http://img524.imageshack.us/img524/3703/prob7.jpg
adduser cabal
I've created the account. whit the query in managment studio ... i must create in Sql > GameDB > cabal_character_table ????
You don't create any tables o_o As far as I know when you "restore" the databases everything is set and ready to go on the sql part. Then again I haven't touched this stuff in well over 4 months. So lemme go verify that.
I think cypher means that you need to create a "cabal" user for the sql itself.
So that the server can connect to the database. I maybe getting this wrong though. But you don't create any users in the SQL database files. That's for in-game stuff.
striker i've resolved the ''database problem'' now i must create a new player of cabal, and i don't know if i must create from : Sql > GameDB > cabal_character_table or waht?
cabal_character_table is an already existing table, to create a new character just log into the game and make one.
If you mean to create an account use the stored procedure "cabal_tool_registerAccount" in ACCOUNT database. Or you can just use one of the GMTools provided in the forums to make an account.
Ok i try whit gmtools
NO, just type
adduser cabal
in centos terminal.
cypher...what is he trying to do? make an in-game character account? or..is he trying to make a character..or what..i am confused lol
The errors in the screenshot say the user "cabal" doesn't exist on Centos and it needs to. This should have been created when the cabal .rpm was installed but "adduser cabal" would create it manually.
When i type '''adduser cabal'' in centos terminal it answer that the user: CABAL EXIST
What version of CentOS You're currently using, bud? I'm using CentOS-4.7.ServerCD-i386A and everything is Ok.
Maybe You need to reinstall it :|
I have your centos version and it work ok ............, i can try to delete the user ''cabal' and create it again ... but which is the command for delete a user ?
[root@cabal ~]# userdel
usage: userdel [-r] name
userdel -r cabal :P
thanks :D .
Now i've this error :
http://img200.imageshack.us/img200/5849/problema8.jpg
-.-'''''''
ps:cypher anchio sono italiano se mi devi spiegare qualcosa spiegala in italiano grazie :P
Best option : spend 2 hours to reinstall centos and run Chumpy's server repack on it haha
sure ???? ., the server must be start in winscp.. -.-'
no, you can install the server just by using centos terminal.
And which is the command for start the installation in the CENTOS TERMINAL ???
:$::$:
I am going to assume you are using Chumpy's server repack. Here's the link : It contains all the instructions you will ever need and you can avoid all the hasseles.
http://forum.ragezone.com/f459/chump...v2-5-a-501965/
Man, did you followed the guides?
let`s say i got patience today, i`ll ask again, what is your problem and where?
The ''service cabal start'' have a problem , i've follow this guide : http://forum.ragezone.com/f460/chump...-guide-500399/ i have the same problem :
-Start from Putty:
http://img200.imageshack.us/img200/5849/problema8.jpg
-Start from CentOS 4.7 :
http://img35.imageshack.us/img35/6196/problema9.jpg
yum get libssl*
try that.
Something you are doing when installing the files is wrong as you are missing several dependencies and the install script should take care of those.
If using centos 4 run /home/cabal_install.sh and when asked if installing on centos 4 say yes or just press Enter. Everything needed to run on centos 4 is already in place and the script will install them.
If you use centos 5 say No at that question and it will try downloading what it needs to install. You will need a DNS server in your centos network settings for that to work and if you get errors about no available repos your DNS isn't working.
DNS?? i had and i have problem when i restore my LAN CONNECTION i've this problem :
http://img196.imageshack.us/img196/9877/prob10.jpg
mean something?
I can't read Italian but from a google translation something is not right with your dns. \ty a reboot as it isn't really saying much about the cause.
You could try "ipconfig /flushdns" at the windows command prompt as it does mention the cache.
The ''prompt answer'' is : imposible empty the resolver DNS's cache : error in the execution of the function.
But this problem is the same problem that i have whit the server ????
nothing? .
OPlease don't bump unless the topic leaves the first page. The update will get spotted but i'm not here 24 hours a day and i do take the odd night off.
This is a general windows networking problem and if the flushdns command doesn't fix it just delete the network connection and recreate it. Also make sure your DNS service is running in windows. You can find a few other solutions if you google the error.
.. can i try to reset the router and reconfig it ?
Possibly but it sounds more like a windows problem than the router as if the router had no DNS you wouldn't be able to browse the internet. I would try recreating the network connection first (make sure you note all of the existing settings before deleting it!).
Ok i've resolved the DNS'problem in services.msc ecc... , but nothing the server don't start
Things are still not installed properly then. Run /home/cabal_install.sh and if using centos 4 tell it so and it will install everything needed, if using centos tell it and it will download what it needs.
When i install i have the error : failed dependencies ........ -.-''
it is better if i reinstalling CentOS?
Reinstalling centos should not be necessary as everything needed for centos 4 (even the most minimal install you can do) is supplied with my files. If you have centos 5 simply say No when asked if you are installing on Centos 4 and it will download what it needs.
Do not use the "are you upgrading an existing server", say No to that bit or it won't install everything needed.
When it is installing the dependencies check if any fail, especially if you have centos 5.
i use centos 4.7 (64 bit) i ever say no when the proggram asked for the upgrading.... ..i'am doing the screen..
Ah that explains it, i bet some of the default dependencies don't work under 64 bit centos. You will need to look in cabal_install.sh for the rpm filenames and try finding the 64 bit versions.
chumpy i had do a little video whit the problem , this is the link : http://www.mediafire.com/download.php?kzjnzmz1zkh
You still have some form of DNS problem on centos as it failed to import the GPG key for the rpm libs. Try "ping www.google.com" and it bet it fails.
The first dependency that fails is libjpg which you will need to use "Yum libjpg*" to download, but as i think that will fail you need to fix your DNS configuration first. If the ping to google fails as i think it will run "setup" from the terminal and check the DNS server shown in there is the same one you see in "ipconfig" in windows.
I've do a test and screenshot here's to you :
TEST GOOGLE PING:
http://img522.imageshack.us/img522/4418/problema10.jpg
AL MINE CONFIGURATION:
http://img241.imageshack.us/img241/6195/problema11.jpg.
0.o
Check "ipconfig /all" for DNS servers, i got that wrong earlier :P
Ifconfig on centos doesn't show the DNS servers but resolve.conf has them and so does the wizard if you use the "setup" command.
xD this is ipconfig/all:
http://img520.imageshack.us/img520/1878/problema12.jpg
Your dns server is your router so use 192.168.0.1 as the dns server in the centos network config.
I've ever used 'DNS= 192.168.0.1'' ... but after the setup i've this problem:
http://img241.imageshack.us/img241/2761/problema13.jpg
.. 0.o
It is still not installing right and i think it is becasue the files in included are tested in 32 bit centos not 64 bit. You need to look at cabal_install.sh to see what rpm files it is installing and find the 64 bit versions i think. I have never tested 64 bit myself so the install cript was never made to detect this.
Hence is the better if i install centos 32 bit's version????
I think it might be as i know that far better, i'm just guessing when it comes to 64 bit centos. You only need CD1 and when asked about packages to install go right to the bottom and pick the "minimal" install (the one that says it is for routers etc). This will be command line only, no desktop, but you can use winscp to manage it and no desktop is faster and not using up as much memory. You could also try the pre-made virtual machine "dordort" posted int he releases section as that is much smaller than downloading centos CD1.
Ok shamon i try to install 32 bit..
SERVER STAAAAAAAAAART!!! , now missing only the client :D
[mod]Use the edit button, stop double posting or i will be forced to infract you.[/mod]
Use a non-updated ogplanet 2008 client and the patch posted by Lost-Spirit recently in the releases section.
http://www.gamershell.com/download_23004.shtml
i've installed your client and install the Lost-spirit 's patch whit my hamachi ip , but :
1) the client is in CHINESE ( start from play-cabal.bat ec...)
2) i can't log....i've try whit all my account,...... when i can create an accoun from 0 ( name , pass ecc..)
3) i've try to hosting your register and rankning page in my hosting but i've this error :
The "register_globals" setting in your php.ini is on. This is a security problem and must be fixed.
0_o
1. download ogplanet old client and patch it.
2. any logs of us?
3. go to php.ini and set register_globals to 0 .
1) i've this client : http://www.gamershell.com/download_23004.shtml , but is is in CHINESE 3_3
2)no don't work any account
3)there isn't php.ini in 0_0 , i use the chumpy's register and cabal shop web page..
If it comes up in chinese it is because you are putting a chinese patch in it. Install it to an empty folder and then apply Lost-Spirit's patch from the releases section.
The fact that it doesn't work is why we need the logs. The logs are there to tell you what is wrong so you don't have to blind guess.
There is a php.ini as the webserver uses it. It's usually in the webservers folder but you might have to do a search for it as technically it can be anywhere.
The logs i ment are in /var/logs .
now i've problem for enter in winscp -.-' wait
You have a desktop in centos, post from centos :P
Where in centos ? , i've found only this log's file :
video:
http://www.mediafire.com/download.php?1vnyzmnjzw0