Difference between revisions of "ChatServer (Architecture)"
From SWGANH Wiki
(→Diagrams) |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
<div style="border:0; margin: 0.2em 10px 10px;"> | <div style="border:0; margin: 0.2em 10px 10px;"> | ||
<div style="background:#f9f9f9; padding:0px; border:1px solid #aaaaaa; margin-bottom:5px;"> | <div style="background:#f9f9f9; padding:0px; border:1px solid #aaaaaa; margin-bottom:5px;"> |
Revision as of 22:44, 5 August 2007
SWGANH - ChatServer
SWGANH Server Architecture Breakdown
|
Description
Text goes here....
Architecture
Diagrams
File:ChatServerArchitecture.jpg |
Configuration Files
# Chat Server Configuration File # Database Configuration DBServer = localhost DBPort = 3306 DBName = swganh DBUser = <dbusername> DBPass = <dbpass>