TBDev Forum
Programming board
Main Page Forum Rules Privacy Policy Members Contact Us
Welcome Guest (Login | Register)
TBDev Forum TBDev.net - Help Windows Installations Bans.PHP Table Not Found

Bans.PHP Table Not Found

2006-09-13 00:11:00
Group: Member
Posts: 17
Topics participated: 7
Topics started: 7
First post: 2006-06-03 22:03:00
Last post: 2006-09-15 20:57:00
Right, upped all files in and edited my bittorrent.php, secrets.php and index.php and so on....home page now gives me the following error...

SQL Error
Table 'torrentm_torrentm.bans' doesn't exist

in /home/torrentm/public_html/include/bittorrent.php, line 158

So i'm obviously missing a table, in myphpadmin how can i add the table? It says theres no tables in my dbase, wtf?
 
2006-09-13 00:21:00
Group: Member
Posts: 1462
Topics participated: 667
Topics started: 22
First post: 2006-02-25 13:08:00
Last post: 2008-12-29 14:13:00
what source you using?

SQL
CREATE TABLE `bans` (
`id` int(10) unsigned NOT NULL auto_increment,
`added` datetime NOT NULL default '0000-00-00 00:00:00',
`addedby` int(10) unsigned NOT NULL default '0',
`comment` varchar(255) NOT NULL default '',
`first` int(11) default NULL,
`last` int(11) default NULL,
PRIMARY KEY (`id`),
KEY `first_last` (`first`,`last`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;
 

Similar threads

Topic Posts Last post
How do i set up table for bans 1 2008-03-06 14:22:00
bans.php 43 2008-09-19 03:06:00
bans.php 2 2006-04-09 15:13:00
edited bans.php 2 2007-09-10 11:38:00
announce.php not found bij peers 3 2006-08-13 23:35:00