Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
  #11  
Old 22nd March 2015, 18:02
vlady100 vlady100 is offline
Senior Member
 
Join Date: Mar 2015
Posts: 18
Default
HTML Code:
Error executing SQL Query -- -------------------------------------------------------- -- -- Table structure for table `torrent_torrents` -- CREATE TABLE `torrent_torrents` ( `id` int(15) unsigned NOT NULL auto_increment, `info_hash` varchar(20) character set latin1 collate latin1_bin default NULL, `md5sum` varchar(32) default NULL, `name` varchar(255) NOT NULL default '', `filename` varchar(255) NOT NULL default '', `save_as` varchar(255) NOT NULL default '', `search_text` text NOT NULL, `descr` text NOT NULL, `plen` bigint(6) unsigned NOT NULL default '0', `size` bigint(20) unsigned NOT NULL default '0', `category` int(10) unsigned NOT NULL default '0', `type` enum('single','multi','link') NOT NULL default 'single', `numfiles` int(10) unsigned NOT NULL default '0', `added` datetime NOT NULL default '0000-00-00 00:00:00', `exeem` varchar(250) default NULL, `dht` enum('yes','no') NOT NULL default 'no', `backup_tracker` enum('true','false') NOT NULL default 'false', `views` int(10) unsigned NOT NULL default '0', `downloaded` int(10) unsigned NOT NULL default '0', `completed` int(10) unsigned NOT NULL default '0', `banned` enum('yes','no') NOT NULL default 'no', `password` varchar(255) default NULL, `private` enum('true','false') NOT NULL default 'false', `min_ratio` float unsigned NOT NULL default '0', `visible` enum('yes','no') NOT NULL default 'yes', `evidence` tinyint(1) NOT NULL default '0', `owner` int(10) unsigned NOT NULL default '0', `ownertype` tinyint(1) unsigned NOT NULL default '0', `uploader_host` varchar(100) NOT NULL default '', `numratings` int(10) unsigned NOT NULL default '0', `ratingsum` int(10) unsigned NOT NULL default '0', `seeders` int(10) unsigned NOT NULL default '0', `leechers` int(10) unsigned NOT NULL default '0', `tot_peer` int(11) unsigned NOT NULL default '0', `speed` int(10) unsigned NOT NULL default '0', `comments` int(10) unsigned NOT NULL default '0', `complaints` char(3) NOT NULL default '0,0', `tracker` varchar(250) default NULL, `tracker_list` text, `tracker_update` datetime NOT NULL default '0000-00-00 00:00:00', `last_action` datetime NOT NULL default '0000-00-00 00:00:00', `nuked` enum('yes','no','unnuked') NOT NULL default 'no', `ratiobuild` enum('yes','no') NOT NULL default 'no', `nukereason` varchar(225) NOT NULL default '', `thanks` int(10) NOT NULL default '0', `imdb` varchar(225) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `info_hash` (`info_hash`), KEY `owner` (`owner`), KEY `visible` (`visible`), KEY `added` (`added`), KEY `seeders` (`seeders`), KEY `leechers` (`leechers`), KEY `tot_peer` (`tot_peer`), KEY `banned` (`banned`), KEY `password` (`password`), KEY `tracker` (`tracker`), KEY `evidence` (`evidence`), KEY `rating` (`numratings`,`ratingsum`), KEY `numfiles` (`numfiles`), KEY `downloaded` (`downloaded`), KEY `category` (`category`), KEY `type` (`type`), FULLTEXT KEY `ft_search` (`search_text`), FULLTEXT KEY `filename` (`filename`), ) ENGINE=MyISAM DEFAULT CHARSET=latin1 PACK_KEYS=1 CHECKSUM=1 ;
Error ID: 1064
Error Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ENGINE=MyISAM DEFAULT CHARSET=latin1 PACK_KEYS=1 CHECKSUM=1' at line 73
please give me install-mysql.sql good.
Reply With Quote
  #12  
Old 22nd March 2015, 19:08
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Attached Files
File Type: sql install-MySQL.sql (47.0 KB, 3 views)
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #13  
Old 22nd March 2015, 19:13
vlady100 vlady100 is offline
Senior Member
 
Join Date: Mar 2015
Posts: 18
Default
line 446: $result[] = $this->rowset[$query_id];
line 442: while($this->rowset[$query_id] = @mysql_fetch_array($query_id))
i have a error:
Attached Thumbnails
Snapshot_2015-03-22_191324.png  
Reply With Quote
  #14  
Old 22nd March 2015, 19:19
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Attached Files
File Type: php mysql.php (15.3 KB, 1 views)
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #15  
Old 22nd March 2015, 19:25
vlady100 vlady100 is offline
Senior Member
 
Join Date: Mar 2015
Posts: 18
Default
and...
HTML Code:
Strict Standards: Resource ID#13 used as offset, casting to integer (13) in /home/areascripters/public_html/setup/udl/mysql.php on line 524

Strict Standards: Resource ID#13 used as offset, casting to integer (13) in /home/areascripters/public_html/setup/udl/mysql.php on line 520

Strict Standards: Resource ID#13 used as offset, casting to integer (13) in /home/areascripters/public_html/setup/udl/mysql.php on line 524

Strict Standards: Resource ID#13 used as offset, casting to integer (13) in /home/areascripters/public_html/setup/udl/mysql.php on line 520
Reply With Quote
  #16  
Old 22nd March 2015, 19:29
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Attached Files
File Type: php mysql.php (15.3 KB, 2 views)
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #17  
Old 22nd March 2015, 19:35
vlady100 vlady100 is offline
Senior Member
 
Join Date: Mar 2015
Posts: 18
Default
and finish error: http://area-scripters.com/index.php
Reply With Quote
  #18  
Old 22nd March 2015, 20:07
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
check to make sure that the last file that I gave you is in place
include/db/mysql.php
and has read access
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #19  
Old 22nd March 2015, 20:23
vlady100 vlady100 is offline
Senior Member
 
Join Date: Mar 2015
Posts: 18
Default
thenks:D

i have 1 problem: not seen security code
Reply With Quote
  #20  
Old 22nd March 2015, 20:29
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
replace gfxgen.php with this one
Attached Files
File Type: php gfxgen.php (2.6 KB, 2 views)
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
Reply

Tags
error , login

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 23:13. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.