Login
User Name:

Password:



Register

Forgot your password?
void nanny_get_new_race -- comm.c
Mar 13, 2025 7:08 am
By Elwood
IPv6
Jan 25, 2025 10:45 pm
By Samson
mudstrlcpy and mudstrlcat
Jan 18, 2025 5:23 pm
By Samson
I3 and IMC
Jan 17, 2025 9:35 pm
By Samson
AFKMud 2.5.1
Jan 17, 2025 2:22 pm
By Samson
SWFotEFUSS 1.5.3
Author: Various
Submitted by: Samson
SWRFUSS 1.4.3
Author: Various
Submitted by: Samson
SmaugFUSS 1.9.8
Author: Various
Submitted by: Samson
AFKMud 2.5.2
Author: AFKMud Team
Submitted by: Samson
SmaugFUSS 1.9.7
Author: Various
Submitted by: Samson
Users Online
CommonCrawl, Bing, AhrefsBot, Yandex

Members: 0
Guests: 3
Stats
Files
Topics
Posts
Members
Newest Member
507
3,812
19,722
592
MoraShupe

Files
Upload Rules | File Index | Search | Recent Uploads
» Root » AFKMud » AFKMud Snippets
AFKMud SQL Helpfiles
Author Submitted by Version D/L File Size Date Added Last Updated

Samson Samson 1.1 654 7.95 KB Oct 10, 2007 Dec 15, 2024

Description
This code provides the support to store help files in a MySQL database. The help data is then queried on the fly from within the mud, and can also be manipulated from a website with the proper additional scripting support.

The intention of this code is to provide the first real step in beginning a move from flatfile storage of game data over to more robust database storage.

It is not intended to demonstrate the BEST method for doing this, just one that does work. Over time, additional database support will likely be made available, such as being able to use PostgreSQL or some other database engine.

Compatible with AFKMud 2.0 and up.

Version 1.1 Update - Fixed some bugs in the setup and brought it up to speed with the latest GCC updates.

Example of how the system works: https://smaugmuds.afkmods.com/index.php?a=afk_helps

Revisions: 2
Rating: | Download | Comments(0)