-
Questions about DJRavine's repack
ok, after a 20-something hour day of caffiene, and an obscene number of MaNGOS-related forum threads, I have my server working.... I think... now I am left with 3 (hopefully) simple questions...
Question 1: How do I create an account. Is there an "Easy" way?
Question 2: when I dbl-click mangosd.exe a window pops up and kills itself right away... is this just it working as usual? or do I need to fix something?
Question 3: I use my host computer's IP as my set realmlist #, correct?
-
Re: Questions about DJRavine's repack
A 1. If you're planing to play only by yourself use the account administrator/administrator.
A 2. There should be two "config" files with the extention .bak on them, remove the .bak.
A 3. You use whatever IP you put in the configs & "host" file as your realmlist IP.
-
Re: Questions about DJRavine's repack
already removed the .bak from the .config files, and the mangosd still suicides... any other ideas?
... and I cant seem to find a realmlist IP field...
Sorry, think I fried my brain on this programming cram-session....
-
Re: Questions about DJRavine's repack
Make sure that MySql is running in the background when you attempt to open Mangos.exe
-
Re: Questions about DJRavine's repack
yep, MySQL is running... next? lol
-
Re: Questions about DJRavine's repack
Post the contents of your server.log file (it's in your MaNGOS folder). To create an account, Go to your realmd DB in Navicat/SQLyog, open the "accounts" table, insert a new row, and enter your desired details.
-
Re: Questions about DJRavine's repack
ugh... forgive me.. it may just be exhausted stupidity talking, but I cant find a server.log file.
-
Re: Questions about DJRavine's repack
and whats "admin" level for the GM level box on the acct creation table... after this question im going to bed... maybe ill think better after sleeping
-
Re: Questions about DJRavine's repack
When you run MaNGOS, even if it crashes, it creates a server.log file.
http://yamachi.wowps.org/uploads/server.log.png
Quote:
and whats "admin" level for the GM level box on the acct creation table
GM level 3 = Admin
GM level 2 = GM
GM level 1 = Spawner
GM level 0 = Player
-
Re: Questions about DJRavine's repack
mine isnt logging for some reason... bleh...
anyway, whats the IP I use to connect to my server (or how do I find it)... I wanna check something before my brain crashes on me >.<
-
Re: Questions about DJRavine's repack
127.0.0.1 by default
Making an account is easy when you have the Mangosd.exe running. simply type "create admin admin" in the command line
after that make it a lvl 3 GM account by typing "setgm admin 3" in the command line
and use the account
username: admin
password : admin
to log in.
-
Re: Questions about DJRavine's repack
well hey, got mangosd to run by wiping the mangosd.conf and replacing it with the mangosd.conf from the original ZIP file... making the necessary changes of course.... must have slipped a digit with the first mangosd.conf or something... now... last question... I hope:
What IP do I use to connect to the server? The IP of the computer MaNGOS is running on?
-
Re: Questions about DJRavine's repack
127.0.0.1 on both realmlist and in the conf files. That is if you want just yourself to have acces.
-
Re: Questions about DJRavine's repack
ahh hell... ya mean theres more sh** to do? lol...
how do I set it up so that other people + myself can acces it?
-
Re: Questions about DJRavine's repack
by access I mean connect to the server with WoW and begin playing... not access the server itself
as in
---------------------------------------------------------
Realmlist.txt
---------------------------------------------------------
set realmlist ___________________
-
Re: Questions about DJRavine's repack
set realmlist 127.0.0.1
as I've stated
If you want more people to connect read a guid about it. I'm sure there's a good one around :)
-
Re: Questions about DJRavine's repack
hehe, ok... guess ill start looking... but if anyone knows a guide, or knows how, feel free to clue me in
Thx for putting up with my questions guys!
-
Re: Questions about DJRavine's repack
well maybe its a good time to ask my Q because no1 is answering it in the originl thread
Code:
## Crash! 13-5-2007 15:21:37. mangosd.exe has crashed! Lines logged from Server.log
2007-05-13 15:20:55 Using configuration file mangosd.conf.
2007-05-13 15:20:55 MaNGOS daemon /0.7-SVN (Win32)
2007-05-13 15:20:55 <Ctrl-C> to stop.
MM MM MM MM MMMMM MMMM MMMMM
MM MM MM MM MMM MMM MM MM MMM MMM
MMM MMM MMM MM MMM MMM MM MM MMM
MM M MM MMMM MM MMM MM MM MMM
MM M MM MMMMM MM MMMM MMM MM MM MMM
MM M MM M MMM MM MMM MMMMMMM MM MM MMM
MM MM MMM MM MM MM MMM MM MM MMM
MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM
MM MM MM MMM MM MM MMMMMM MMMM MMMMM
MM MMM http://www.mangosproject.org
MMMMMM
2007-05-13 15:20:55 World Database: 127.0.0.1;3306;root;timlangen;mangos_bc
2007-05-13 15:20:55 ERROR:Could not connect to MySQL database at 127.0.0.1: Unknown database 'mangos_bc'
2007-05-13 15:20:55 ERROR:Cannot connect to world database 127.0.0.1;3306;root;timlangen;mangos_bc
this is what i get what do i need to change???
-
Re: Questions about DJRavine's repack
Did you import the mandos_bc db ?
-
Re: Questions about DJRavine's repack
Make sure that your DB is called mangos_bc. If not, then change the DB name in the conf file to the name of the actual DB
-
Re: Questions about DJRavine's repack
ok i didnt imported the sql files it looks like
i did it.... anyway
but now i want to get in my apache server to set up those databases because thats the only way it would load the sql files....but it dont let me in
this is wat its looks like my pc dont let me take SC...
MySQL database DEACTIVATED [ this must be on..... ]
PHP ACTIVATED
HTTPS (SSL) ACTIVATED
Common Gateway Interface (CGI) ACTIVATED
Server Side Includes (SSI) ACTIVATED
thats from apache
but my xammpp says that apache and Mysql are both running.... a serieus WTF help?
-
Re: Questions about DJRavine's repack
Try going to your Mysql's bin folder and try starting Mysqld manually ?
If that doesn't work reboot your comp. I take it your running MySQL as a service so that it auto boots up when you start windows ? Else rebooting wouldn't be much Help.
-
Re: Questions about DJRavine's repack
i needed to update the config of my apache cause it was the wrong pass....
now im dumping my sql again ill let now any other errors and ill let now if it worked
-
Re: Questions about DJRavine's repack
Good to hear you found the problem :)
-
Re: Questions about DJRavine's repack
lol ik zie nu dat je uit nederland komt.... hij is al op 23578/ 140850 kb :S