Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   BtiTracker PB Edition 1.5.4 (http://www.bvlist.com/showthread.php?t=175)

Petr1fied 21st February 2012 01:13

Quote:

Originally Posted by dj_otrov (Post 33205)
Latest News
Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1272

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1273

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1274

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1275

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1276

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1277

What do you expect for a script that hasn't been updated in nearly 3½ years?

Quote:

Originally Posted by Fynnon (Post 397)
Release Date 10-10-2008 By FatePower

Just disable the output of Deprecated errors in php.ini, unless you're a developer you really shouldn't be outputting non fatal errors.

The functions still work fine and will continue to do so until the release of PHP 6.x.x, as this is a dead project running on an old core, unless someone else decides to take up the mantle it's not likely to be fixed by anyone. You can always update them to preg_replace() yourself.

dj_otrov 25th February 2012 02:11

error
 
Latest News
Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1272

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1273

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1274

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1275

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1276

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1277
Add Edit Delete http://www.ritamtorent.24.eu/images/minus.gifTitle: Uploaders Posted by: Otrov
Posted on: 22/02/2012 17:13


Balkan Ritam Info
Trazimo Uploaders
Tarsime Uploaders


Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1272

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1273

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1274

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1275

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1276

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1277
Add Edit Delete

DAKz 13th March 2012 05:13

errors for all!
 
You get errors on every code you try, all the different versions of each, you think maybe its not the code?

Bump: You get errors on every code you try, all the different versions of each, you think maybe its not the code?

vldutz1 1st January 2015 20:20

Problem :(
 
Hi everyone, i tryed to install this script, but when i'm trying to import the DataBase, it appears this error:
Code:

Processing file: ../sql/database.sql

Starting at the line: 1

Error at the line 27: ) TYPE=MyISAM AUTO_INCREMENT=1 ;

Query: 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`) ) TYPE=MyISAM AUTO_INCREMENT=1 ;

MySQL: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'TYPE=MyISAM AUTO_INCREMENT=1' at line 8

Stopped on error

Any ideas? :(:sos:

BamBam0077 2nd January 2015 03:49

Quote:

Originally Posted by vldutz1 (Post 45904)
Code:

Query: 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`) ) TYPE=MyISAM AUTO_INCREMENT=1 ;

Try this:

Code:

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 AUTO_INCREMENT=1;
--------------

Quote:

Originally Posted by dj_otrov (Post 33296)
Latest News
Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1277
Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1277

That function has been DEPRECATED as of PHP 5.3.0. Relying on this feature is highly discouraged. - http://php.net/manual/en/function.eregi-replace.php

Joe 2nd January 2015 17:27

GUYS give it a rest man this code is old and dead unless you plan on redoing the whole code give up !! !!

crowni 9th January 2024 07:54

BtiTracker 1.5.1
 
2 Attachment(s)
BtiTracker 1.5.1

soneigr 11th January 2024 14:09

Parse error: syntax error, unexpected '?' in /www/_Btitracker/include/functions.php on line 355

Bump: Processing file: ../sql/database.sql
Starting at the line: 1
Error at the line 27: ) TYPE=MyISAM AUTO_INCREMENT=1 ;
Query: 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`) ) TYPE=MyISAM AUTO_INCREMENT=1 ;
MySQL: 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 'TYPE=MyISAM AUTO_INCREMENT=1' at line 8
Stopped on error

mogo 13th January 2024 01:51

Quote:

Originally Posted by soneigr (Post 57172)

Bump: Processing file: ../sql/database.sql
Starting at the line: 1
Error at the line 27: ) TYPE=MyISAM AUTO_INCREMENT=1 ;
Query: 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`) ) TYPE=MyISAM AUTO_INCREMENT=1 ;
MySQL: 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 'TYPE=MyISAM AUTO_INCREMENT=1' at line 8
Stopped on error

Change TYPE=MyISAM to ENGINE=MyISAM

Bump:
Quote:

Originally Posted by dj_otrov (Post 33296)
Latest News
Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1272

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1273

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1274

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1275

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1276

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1277
Add Edit Delete http://www.ritamtorent.24.eu/images/minus.gifTitle: Uploaders Posted by: Otrov
Posted on: 22/02/2012 17:13


Balkan Ritam Info
Trazimo Uploaders
Tarsime Uploaders


Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1272

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1273

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1274

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1275

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1276

Deprecated: Function eregi_replace() is deprecated in /data/multiserv/users/806408/projects/1919362/www/include/functions.php on line 1277
Add Edit Delete

https://stackoverflow.com/questions/...-is-deprecated

crowni 13th January 2024 08:26

This version 1.5.4 is not made properly and is full of holes! I do not recommend using it in this form!


All times are GMT +2. The time now is 04:48.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.