Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Torrent Strike
Reply
Thread Tools
  #1  
Old 5th November 2008, 03:08
dragontear dragontear is offline
Member
 
Join Date: Nov 2008
Posts: 8
Question Torrent Strike fully modded sql problem
Hello I uploaded the site on a free web host for testing, I got it installed ok
when I tried to register and create the sysop account I got this error :

SQL Error

Table 'vaigan_tb.bans' doesn't exist

(vaigan_tb is the sql DB I made and named in admincp)

in my torrent site adress .com/include/bittorrent.php, line 203


can anyone help?


thank you for the help
Reply With Quote
  #2  
Old 5th November 2008, 16:07
johnake's Avatar
johnake johnake is offline
Senior Member
 
Join Date: Dec 2007
Posts: 52
Default
Run this sql query via phpmyadmin:

Code:
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`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;
__________________
PHP Code:
class mySelf extends World
   
{
       public 
$health;
       private 
$friends;
       protected 
$love;
  
   public function 
__construct()
  {
       
$this->health 100;
       
$this->friends 2;
       
$this->love true;
  }
  protected function 
__love()
  { 
      
//has a bug... for the moment...
      //will fix it later.. until then:
      
sleep(15*365*24*3600);
  }

Reply With Quote
  #3  
Old 30th January 2009, 15:48
LoaT LoaT is offline
Senior Member
 
Join Date: Jan 2009
Sweden
Posts: 31
Default
i tried that one.. the sql said "#1050 - Table 'bans' already exists "

any ideas?
Reply With Quote
  #4  
Old 30th January 2009, 19:58
marc234 marc234 is offline
Senior Member
 
Join Date: Apr 2008
France
Posts: 38
Default
delete the table and run neu via phpmyadmin :-)
Reply With Quote
  #5  
Old 30th January 2009, 22:23
LoaT LoaT is offline
Senior Member
 
Join Date: Jan 2009
Sweden
Posts: 31
Default
and then what? i've done what johnake wrote, no changes?
Reply With Quote
Reply

Tags
fully , modded , problem , sql , strike , torrent


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
waiting times on Torrent Strike Fully Modded wMan Torrent Strike 1 5th August 2009 06:40
help Torrent Strike Fully Modded wMan Torrent Strike 8 3rd August 2009 00:37
help Torrent Strike Fully Modded wMan Community Cafe 0 2nd August 2009 01:56
PRoblem on Torrent strike upload/download lovebeer Torrent Strike 3 18th July 2009 08:42
New mod request torrent strike fully modded toontigger Torrent Strike 8 26th April 2009 14:27



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