• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Znote Web Application Help

Zaggyzigzig

plx itens menz
Joined
Aug 25, 2014
Messages
386
Reaction score
50
Location
Canada Ontario
My website keeps reseting the news.cache every 20 minutes, Can't seem to figure out why!, It keeps going back to nothing and clears it blank, Any ideas why it would? Using Znote!
 
Maybe the config file that you are using is not the standard file, this happend to me with apache, I was editing one file but should had edited another with the same name...
but in different folder....
 
I deleted it and i cant seem to get znote.news back ;/
Code:
CREATE TABLE IF NOT EXISTS `znote_news` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(30) NOT NULL,
`text` text NOT NULL,
`date` int(11) NOT NULL,
`pid` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
 
Back
Top