• 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!

Solved Help with Gesior website

ItsMeMagic

Old Tibia Player.
Joined
Sep 11, 2008
Messages
326
Reaction score
27
Location
exiva "Magic~
Good Afternoon community this is a big trouble for me because i spend so many hours trying to install a gesior acc for my server but i can't...... i really deserve help because i tried a lot =(

Here is a picture
39FIlby.jpg


I tried adding z_forum and z_news_tickers but i dont have announcements so i have that debug all the time..
and "last time i tried to install the website" I install it without gesior account installer, just fixing all by myself and without adding samples so i did not have any samples to create players vocation

Hope you guys can help me,
Thanks
;*
 
Code:
CREATE TABLE IF NOT EXISTS `announcements` (
  `id` int(10) NOT NULL auto_increment,
  `title` varchar(50) NOT NULL,
  `text` varchar(255) NOT NULL,
  `date` varchar(20) NOT NULL,
  `author` varchar(50) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;
 
Code:
CREATE TABLE IF NOT EXISTS `announcements` (
  `id` int(10) NOT NULL auto_increment,
  `title` varchar(50) NOT NULL,
  `text` varchar(255) NOT NULL,
  `date` varchar(20) NOT NULL,
  `author` varchar(50) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;


where is all this going?
 
Back
Top