Ignore:
Timestamp:
Sep 11, 2008, 9:10:27 AM (16 years ago)
Author:
george
Message:
  • Aktualizováno: Minimanager 0.12 rev. 99. Opraveno zobrazování honoru, přidána captcha p?i registraci nového účtu a mini fórum.
  • Přidáno: Český překlad pro Minimanager 0.12.
  • Smazáno: Staré fotky fyzického serveru přesunuty do fotogalerie.
  • Přidáno: Nějaké návody na eventy od bbtrashe.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • minimanager/SQL/install_forum.sql

    r304 r374  
    1 /*Table structure for table `posts` */
    2 CREATE TABLE `posts` (
     1/*Table structure for table `forum_posts` */
     2CREATE TABLE `forum_posts` (
    33  `id` bigint(20) unsigned NOT NULL auto_increment,
    44  `authorid` bigint(20) unsigned NOT NULL default '0',
     
    1616) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
    1717
    18 /*Data for the table `posts` */
    19 INSERT INTO `posts`(`id`,`authorid`,`authorname`,`forum`,`topic`,`lastpost`,`name`,`text`,`time`,`annouced`,`sticked`) values
     18/*Data for the table `forum_posts` */
     19INSERT INTO `forum_posts`(`id`,`authorid`,`authorname`,`forum`,`topic`,`lastpost`,`name`,`text`,`time`,`annouced`,`sticked`) values
    2020(1,0,'Jiboo',1,1,1,'Hello admin!','[b]Hi[/b] !!:D<br /><br />If you read this, that mean that you [i]correctly[/i] installed this forum, [u]gj[/u]XD<br /><br /><br /><br />So what\' s next?<br /><br />Edit [color=red]forum.conf.php[/color]!<br /><br /><br /><br />And enjoy!<br /><br /><br /><br />Report bug at .Jiboo on [url=Mangos forums]http://www.mangosproject.org/forum[/url]!<br /><br />Do not reply anything related to this forum in the minimanager topics, thx.<br /><br /><br /><br />Bye!<br /><br />Jiboo','06/12/07 14:56:08',1,0);
Note: See TracChangeset for help on using the changeset viewer.