Hola Todos...
Bueno he intentado Instalar el Tracker Btit tracker
lo edito con phpdesigner y al cargar la dir me da un mensaje
de error :
ERR_SQL_ERR
Table 'test.bannedip' doesn't exist
C:\Program Files\xampp\xampp\htdocs\include\functions.php, line 719
Pero creo que hay que actualizar la database.sql
Hasta aki todo Bien
#-----------------#
# 1. INSTALLATION #
#-----------------#
Unpack the archive (if you're reading this document, you've probably already done it) :)
Locate the "include" folder and edit config.php to set the basic
information for your your mysql account. The others can be edited
with the Admin Panel.
The dbhost is the address for accessing your mysql server (90% of the time it works if
left as localhost).
$dbhost = "localhost";
dbuser is the username you use to access your mysql server.
$dbuser = "yourdbusername";
dbpass is your password you use to access your mysql server.
$dbpass = "yourdbpassword";
database is the database name.
$database = "databasename";
LO que no se es Como Hacer esto :
Other settings can be changed in admincp and are explained below.
Now, open your mysql manager (something like phpmyadmin), select your database,
select the "SQL" tab and:
- if you're doing a fresh installation then process sql/database.sql
- if you're doing an upgrade from alpha 1 then process upgrade/alpha1_to_2.sql and upgrade/alpha2_to3.sql
- if you're doing an upgrade from alpha 2 then process upgrade/alpha2_to_3.sql
- if you're doing an upgrade from alpha 3 then process upgrade/alpha3_to_beta1.sql
- if you're doing an upgrade from beta1b then process upgrade/beta1b_to_beta1c.sql
- if you're doing an upgrade from beta1c then process upgrade/beta1c_to_v1.sql
- if you're doing an upgrade from 1.0 or 1.1 or 1.2 then process upgrade/v12_to_v13.sql
N.B. If you're upgrading from previous versions: go to admin panel, and set new options.
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
Upload all the files (except config.php if upgrading) into your ftp account,
change the properties/CHMOD 777
- "torrents" folder,
- "language" folder,
- chat.php,
- addons/guest.dat,
- include/config.php,
- badwords.txt
Bueno si alguien me puede ayudar _ Muchas Gracias !!!
Salu2.