Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
Thread Tools
  #121  
Old 17th December 2011, 15:27
Kule Kule is offline
Member
 
Join Date: Dec 2011
Turkey
Posts: 4
Default
PHP Code:
$ts_tables[] = '
CREATE TABLE `addedrequests` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `requestid` int(10) unsigned NOT NULL default \'0\',
  `userid` int(10) unsigned NOT NULL default \'0\',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;'

PHP Code:
#1064 - 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 '$ts_tables[] = ' CREATE TABLE `addedrequests` ( `id` int(10) unsigned NOT NULL' at line 1 
help me????
Reply With Quote
  #122  
Old 17th December 2011, 15:35
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
PHP Code:
$ts_tables[] = '
CREATE TABLE `addedrequests` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `requestid` int(10) unsigned NOT NULL default \'0\',
  `userid` int(10) unsigned NOT NULL default \'0\',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;'

should be

PHP Code:
$ts_tables[] = '
CREATE TABLE `addedrequests` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `requestid` int(10) unsigned NOT NULL default \'0\',
  `userid` int(10) unsigned NOT NULL default \'0\',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM ;'

__________________
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
  #123  
Old 17th December 2011, 15:42
Kule Kule is offline
Member
 
Join Date: Dec 2011
Turkey
Posts: 4
Default
Quote:
Originally Posted by joeroberts View Post
PHP Code:
$ts_tables[] = '
CREATE TABLE `addedrequests` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `requestid` int(10) unsigned NOT NULL default \'0\',
  `userid` int(10) unsigned NOT NULL default \'0\',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;'

should be

PHP Code:
$ts_tables[] = '
CREATE TABLE `addedrequests` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `requestid` int(10) unsigned NOT NULL default \'0\',
  `userid` int(10) unsigned NOT NULL default \'0\',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM ;'

I tried but did not gave the same mistake again.
Reply With Quote
  #124  
Old 17th December 2011, 15:53
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
PHP Code:
$ts_tables[] = '
CREATE TABLE `addedrequests` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `requestid` int(10) unsigned NOT NULL default \'0\',
  `userid` int(10) unsigned NOT NULL default \'0\',
  PRIMARY KEY  (`id`),
  KEY `pollid` (`id`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM ;'

try this one its the one I use
__________________
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
  #125  
Old 17th December 2011, 16:03
Kule Kule is offline
Member
 
Join Date: Dec 2011
Turkey
Posts: 4
Default
Quote:
Originally Posted by joeroberts View Post
PHP Code:
$ts_tables[] = '
CREATE TABLE `addedrequests` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `requestid` int(10) unsigned NOT NULL default \'0\',
  `userid` int(10) unsigned NOT NULL default \'0\',
  PRIMARY KEY  (`id`),
  KEY `pollid` (`id`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM ;'

try this one its the one I use
not again.

Click the image to open in full size.
Reply With Quote
  #126  
Old 17th December 2011, 16:09
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
go into your data base and see if this table is already there
__________________
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
  #127  
Old 17th December 2011, 16:12
Kule Kule is offline
Member
 
Join Date: Dec 2011
Turkey
Posts: 4
Default
http://img37.imageshack.us/img37/9867/ranalnts.jpg
installation script does not do: S
Reply With Quote
  #128  
Old 17th December 2011, 19:35
solis solis is offline
Member
 
Join Date: Dec 2011
France
Posts: 5
Default
thank you but how to remove my ip? I no longer have access to the tracker?
Yet I deleted my database and FTP and I reinstall everything and I'm still ban
Reply With Quote
  #129  
Old 17th December 2011, 21:26
x360zone's Avatar
x360zone x360zone is offline
Senior Member
 
Join Date: Jul 2011
United Kingdom
Posts: 915
Default try to clear your cache
or use another browser to double check
via phpadmin delete your ip if its in there
first i would check via another browser
__________________

7.5 tsse
future tracker source & hosting, vps
trackers installs + Themes
http://www.foxyhosting.co.uk
http://www.downmy.top testing zone
offshore vps & cpanel hosting & Shoutcast & VPN
STOP cyberbullying
any setups tracker installs vps hosting vps setups themes mods hit me up
over the last three months ive become a snake breeder,pythons,hogs,boa,corn,rat,king,carpet and what joy it is


Reply With Quote
  #130  
Old 17th December 2011, 22:04
solis solis is offline
Member
 
Join Date: Dec 2011
France
Posts: 5
Exclamation
my pincode is false!
What?

Quote:
An error has occcured!
Invalid Pincode
Reply With Quote
Reply

Tags
edition , genre , mod , tsse


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
Template Shares 5.6 - WDW Edition mmisu120000 Template Shares 249 8th January 2023 13:06
[TSSE 5.x] Genre MOD mmisu120000 Mods & Themes 16 22nd March 2012 13:24
[TSSE 5.x] Casino TorrentSE.net Edition wildboy211 Mods & Themes 6 31st October 2010 20:58
TSSE v5.4.1 - Genre Mod Edition dean winchester Template Shares 4 2nd January 2010 23:38
TSSE v5.4.1 Genre Mod Edition (RADIO MOD REQUEST) deanguk Template Shares 2 1st September 2009 17:49



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