peterplys wrote:i cant get DB to work, getting this error when trying to add:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'collate latin1_general_ci NOT NULL,
`druid` varchar(32) coll
im using phpmy mysql v. 4.1.11
* yes im a noob, tahts why it would be even more nice for me if it worked
-- MySQL4
-- Table structure for table `recruitment`
--
CREATE TABLE IF NOT EXISTS `recruitment` (
`status` varchar(32) NOT NULL,
`druid` varchar(32) NOT NULL,
`hunter` varchar(32) NOT NULL,
`mage` varchar(32) NOT NULL,
`paladin` varchar(32) NOT NULL,
`priest` varchar(32) NOT NULL,
`rogue` varchar(32) NOT NULL,
`shaman` varchar(32) NOT NULL,
`warlock` varchar(32) NOT NULL,
`warrior` varchar(32) NOT NULL
) TYPE=MyISAM;
--
-- Dumping data for table `recruitment`
--
INSERT INTO `recruitment` VALUES ('Open', 'High', 'Closed', 'Closed', 'Closed', 'Closed', 'Closed', 'Closed', 'Closed', 'Closed');
--
-- Table structure for table `recruitment`
--
Set the variables below as needed to suit your installation
*/
//Set guild name
$guildname = "Guild";
//Output guild information links? (0 to suppress rules, rank structure and raiding information links)
$showguildinfo = 0;
//Set path to guild rules - Empty string to supress
$guildrules = "";
//Set path to rank structure - Empty string to supress
$rankstructure = "";
//Set path to raiding information - Empty string to supress
$raidinginfo = "";
//Set your "about" message for the recruitment page - Empty string to supress
$about = "";
//Set a message to appear at the top of the application form - Empty string to supress
$appmessage = "";
//Set up the mail - Set the recipient email addresses
$recipient = "Application@mysite.com";
//Set the test name to trigger alternate email (Enter this string in 'Your Name' field of form)
$testname = "Test";
//Set the alternate email address to send to when testname is entered
$testrecipient = "Webmaster@mysite.com";
Ymryl wrote:Ghostmaster wrote:Wish list:
TBC Attunements
Ability to post application as an forum post instead of email
Anaxent is currently working on moving the configuration settings into the admin module and posting to the forum rather than email for Dragonfly.
Users browsing this forum: No registered users and 0 guests