Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Trader (http://www.bvlist.com/forumdisplay.php?f=29)
-   -   Problems in SQL ERROR / Tracker Timeout (http://www.bvlist.com/showthread.php?t=10280)

zuzuke 26th February 2015 11:16

Problems in SQL ERROR / Tracker Timeout
 
How do I fix the errors in the pictures below.
http://i.imgur.com/5EzP5fy.png

http://i.imgur.com/gEN2VZA.png

THANKS!

firefly007 26th February 2015 11:25

post your torrent.details.php

zuzuke 26th February 2015 11:35

Quote:

Originally Posted by firefly007 (Post 46478)
post your torrent.details.php

:)

firefly007 26th February 2015 11:56

Yea! i need access to you FTP and phpmyadmin so I can check the table

WhyMe 26th February 2015 13:17

why want hes info to site look read the sql error online


PHP Code:

DROP TABLE IF EXISTS `announce`;
CREATE TABLE `announce` (
`
idINT20 UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`
urlVARCHAR255 NOT NULL ,
`
torrentINT10 UNSIGNED NOT NULL ,
`
seedersINT10 UNSIGNED NOT NULL DEFAULT '0',
`
leechersINT10 UNSIGNED NOT NULL DEFAULT '0',
`
times_completedINT10 UNSIGNED NOT NULL DEFAULT '0',
`
onlineENUM'yes''no' NOT NULL DEFAULT 'yes',
INDEX ( `torrent` )
ENGINE MYISAM 



All times are GMT +2. The time now is 01:28.

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