View Single Post
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 03-18-2013 , 20:03   Re: [ANY] Report to Forums
Reply With Quote #10

Update to 1.0.2
Made SMF Support
Created a debug file in case you are having issues with any part of the SQL. It writes all of the SQL queries to a file in logs/rtf_debug_<boardname>.txt

Changed the databases.cfg file. It is now different for each board you use. Easier for my testing lol.

Code:
"rtfsettings_<boardname>"
{
	"driver"			"default"
	"host"				"localhost"
	"database"			"dbName"
	"user"				"UserName"
	"pass"				"Password"
}
The below is an example for the mybb board. Replace mybb with smf or vb4 if those are the boards your using.
Code:
"rtfsettings_mybb"
{
	"driver"			"default"
	"host"				"localhost"
	"database"			"dbName"
	"user"				"UserName"
	"pass"				"Password"
}

Last edited by Doc-Holiday; 03-18-2013 at 20:05.
Doc-Holiday is offline