Network: WoW Gold | WoW Accounts | MPS Games | FPSowned
MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides
Homepage »      Register »      Hall of Fame »      Ranks And Awards »      Advertise »      Marketplace »
 
Sign up



Do you like this excellent information? Then Donate HERE to remove ads and support the MMOwned community.


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > WoW Emulator Server > Emulator Server Guides > Mangos Guides

Mangos Guides This section is for WoW emulated server, Mangos guides.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
  #1  
Old 07-03-2009
Zayfox is offline.
New User
  
 
Join Date: Apr 2008
Posts: 8
Reputation: 1
Wow Guides [GUIDE]Your Public Server from Scratch

One of my first few posts, but looking around some people don't really understand how some of this works, so I thought I'd put it all in one guide. For the skepticals, don't misjudge me for my postcount, I spend a lot of time on the MaNGOS forums, along with the forums of various private servers. I know what I'm talking about.
Alright, let's get going.

Tools:
Firstly, you're going to need the tools of the trade. As this is a MaNGOS forum, I'll assume you're using MaNGOS. Download the GIT client [Only registered and activated users can see links. ](MysisGIT).
Install this, then load it up, select "Clone existing repository" and place
Quote:
git://github.com/mangos/mangos.git
into the field. Let it download, then proceed to compile it. (I won't go into compiling, there's guides out there for that).

For the database, we'll use UDB, it's a reliable database and in my opinion it's the best out there. Download UDB [Only registered and activated users can see links. ] and the UDB update packs (For 3.1.3) [Only registered and activated users can see links. ].

MySQL database is necessary, so download MySQL from [Only registered and activated users can see links. ]. Make sure you get release 5.1 or above (NOT a BETA build!). Download, install, and basically just follow the prompts. It's not overly hard.

The SQL tool of my choice is Navicat. If you use SQLYog or another tool, I can't help you there. I've never used them. Navicat is more reliable anyway. Download Navicat from [Only registered and activated users can see links. ].

As this is a public server, you'll need a website for your clients to join. My server software of choice is Apache. Download the Apache HTTPD server from [Only registered and activated users can see links. ].

MiniManager is a PHP service, therefore you'll need the PHP client hook to allow it to work. You can download PHP [Only registered and activated users can see links. ].
Obviously, you're going to need a page for the server too. Download MaNGOS' Mini Manager from [Only registered and activated users can see links. ].

Now you have the tools, onto the tutorial!

TUTORIAL!
Firstly, we'll do things in order to make it simple. So create a folder wherever you want your server to be. I'll use C:\WoWServer.

Assuming you've downloaded your MaNGOS release into this folder and compiled, along with extracting your maps using "contrib/extractor/ad.exe", and the vmaps using "contrib/vmap_extract_assembler_bin/makevmaps_SIMPLE.bat" and have the MySQL server up and running, I'll move on.

Open Navicat and fill in the connection details you gained from your MySQL installation. Generally, the default port is 3306, and the username is root. Once you're inside, create three databases; mangos, characters, and realmd.

Double click on your characters database, and then right click on it and select "Execute batch file...", navigate to your WoW server folder, and then to the "sql" folder. Select the "characters" or "characters.sql" file from there and hit "Execute". Do the same for the realmd database, but with "realmd" or "realmd.sql".

The mangos database is slightly different. If you want a full database, follow these instructions. If not, simply execute the "mangos" or "mangos.sql" batch file on that database.

Otherwise, find the file named "UDB_0.11.5_Core_7681_SD2_1012" (This was the latest at time of typing) and execute it. It has around 10,000 queries to execute, and takes about 10-20 minutes on an average computer. When that is complete, go back to the "General" tab of that window, and then execute the file "380_corepatch_mangos_7682_to_7894", "380_updatepack_mangos", "381_corepatch_mangos_7895_to_8029", and finally "381_updatepack_mangos" in order. After all of these batch files have completed, exit Navicat.

In the root folder (C:\WoWServer in my case), There should be a "mangosd.conf" and a "realmd.conf". Open both and edit them accordingly. Note that the sections surrounded by #'s will not be picked up by the server application. These sections simply serve as instructions as to each part of that file.

When you've finished editing both of these files (You really need to edit only the MySQL information and the "BindIP" of each file!), reopen Navicat. Open the realmd database and open the realmlist table. Ensure that 1) The realmID column matches the RealmID in your mangosd.conf file; and 2)The BindIP is the same in both the table and the mangosd.conf file.

Exit both the config files and Navicat. Load up mangosd.exe and realmd.exe and check that they run completely. Realmd.exe will load instaneously, whereas mangosd will take a while on first-run, but will beep when completed. If mangosd closes, check the file called "server" or "server.log"(?) in the root folder.

Website
Now for the webserver. Install Apache, and change the Installation folder to a folder in your WoW's root folder called Web or something (C:\WoWServer\Web in my case). Go to the Web folder, then to config, and find "httpd.conf", open this and fill it in accordingly (Again, it has instructions for each component).

Open your webbrowser and navigate to "127.0.0.1", if you get a page that says "It Works!" then proceed. Otherwise, there may be errors in your "httpd.conf" file. Google.

Install PHP, making sure you select "Apache 2.2" for the server version, and the "Apache directory" option is the folder you installed Apache into. Restart your Apache server (right click the feather in the system tray and click "Restart") and check that it restarts successfully.

Finally, you can extract your MiniManager archive into the "htdocs" folder in that web directory. Then go to the config directory. Rename config-dist.php to config. Open this in any ASCII text editor (notepad, whatever) and fill in the areas that require it.

FAQs
1) Pictures please?
A) I can upload pictures when I'm uncapped. It won't be long as I'm almost at the end of my billing period. If you want to find something right now, just CTRL+F it.

2) How does MiniManager know passwords and the like?
A) MiniManager's login and signup is connected to the "Account" table in the "realmd" database of your SQL server. Therefore account creation will enable account login.

3) Can you help me?
A) To a certain extent, yes. If you want me to help you fully, I can even VNC you to fix your problems. I've setup 6 different private servers and I know what I'm doing with MaNGOS. If I don't, I know exactly where I get help.

4) Isn't this guide just a collection of stuff from everywhere?
A) Yes and no. Some of the information in this guide is common knowledge, while other bits are just things I happen to know that make it easier (Like the Web folder).

5) Where do I get x?
Check the "Tools" part of my post, right at the top.

6) Could I get a domain?
You could, but I don't quite know how to link it to a computer's IP. You could use [Only registered and activated users can see links. ]'s DNS tools, I believe they have domain registration there.

Any other questions just post them here.

05/7/2009 -- Updated MiniManager's section. Pictures coming soon -- All taken, just waiting for bandwidth.

Last edited by Zayfox; 07-05-2009 at 04:11 AM.
Reply With Quote


Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.

  #2  
Old 09-25-2009
Adrian_Williams is offline.
New User
  
 
Join Date: Sep 2009
Posts: 6
Reputation: 1
This was the only helpful windows guide that I could find. Good work.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On



All times are GMT -4. The time now is 10:49 PM.




Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.1

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490