Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   TorrentStrike v0.4 (http://www.bvlist.com/showthread.php?t=6)

kohler1000 22nd March 2016 18:41

Quote:

Originally Posted by Timisoreanul (Post 48619)
Hi, kohler1000 what error ?
Post a screenshot.

http://www.toxictorrents.info/img.ph...2016-03-22.png

UFFENO1 22nd March 2016 21:34

Try change "TYPE=MyISAM" to "ENGINE=MyISAM"

Napon 23rd March 2016 00:05

Drop avps first then Add below

Code:

CREATE TABLE `avps` (
  `arg` varchar(20) NOT NULL DEFAULT '',
  `value_s` text NOT NULL,
  `value_i` int(11) NOT NULL DEFAULT '0',
  `value_u` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`arg`)
) ENGINE = MYISAM ;

http://torrentstrike.net

kohler1000 23rd March 2016 09:37

worked perfect thank you

Napon 23rd March 2016 10:30

your welcome:drink:


All times are GMT +2. The time now is 00:45.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.