Category Archive
The following is a list of all entries from the server admin category.
PRC Server Pack Install
Filed in database, prc, server admin, December 17, 2006, 11:46 pmThe server pack contains many useful utilities for running a server with the PRC. It is available as a Windows installer or a rar archive for manual installation. This covers manually installing the server pack and what to do with the components. While it is designed for a server running on Windows, the server pack [...]
MySQL version of the PRC precacher data: part 2
Filed in database, prc, scripting, server admin, October 3, 2006, 4:08 pmUpdated 5th August 2007
Now that the precacher generates the correct mySQL syntax, it’s a lot easier to create. It now only takes a few minutes, but here’s the one for NWN1.68 + PRC3.1d anyway:
outprc31e_mysql.rar
Importing it into mySQL
For Windows, assumes mySQL is in the PATH:
open a command prompt
go to the directory you unRARed the file
type: mysql [...]
Serverstatus Script
Filed in scripting, server admin, May 30, 2006, 2:00 amIt displays some basic information about a multiplayer NWN server. Providing it is visible over the internet, then there are no extra requirements (ie no database or special router settings) needed. The script needs to know the address of the server, so its address needs to be fixed, either by using a fixed IP address [...]
MySQL version of the PRC precacher data
Filed in database, prc, May 11, 2006, 11:05 pmUpdated: Tue 3rd October 2006
After it choking on a few Bioware 2da files that were badly formed and having to start again each time, I got the out.sql file finally. I only needed to make minor changes to for it work with mySQL. I tested it by importing it into a mySQL database. I didn’t [...]