Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > xBTiT
Reply
  #11  
Old 19th January 2020, 15:36
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
On behalf of all the staff and members of BVLIST I would like to thank u fireknight for taking the time to find and re-upload this source.
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
The Following User Says Thank You to firefly007 For This Useful Post:
BamBam0077 (12th May 2020)
  #12  
Old 18th May 2020, 17:38
fanson's Avatar
fanson fanson is offline
Senior Member
 
Join Date: May 2016
Posts: 46
Default
The installer has detected some problems with your server environment, which will not allow BTI Tracker 1.4.X, PB Edition 1.5.3 to operate correctly. Please correct these issues and then refresh the page to re-check your environment.


My server uses the lowest php
php 5.6


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 MariaDB server version for the right syntax to use near 'TYPE=MyISAM AUTO_INCREMENT=1' at line 8
Stopped on error
Reply With Quote
  #13  
Old 18th May 2020, 21:26
fireknight's Avatar
fireknight fireknight is offline
Administrator
 
Join Date: Aug 2010
Australia
Posts: 173
Default
Go through the database file and change all the parts



Code:
TYPE=MyISAM

To
Code:
ENGINE=MyISAM

Bump:

Okay the version 1.53 requires a license.

So I have gone through my HDD and found BTITFM14_PB_Edition_1.5.2 ( requires no license )
I have updated the data base sql to work with PHP version: 5.6.30
I have also corrected a few small bits of code - so you should have a smooth install.

Once you have uploaded to code to your root folder, and go to your home page.

Example

www.your_domain.com/
localhost/index.php
127.0.0.1/index.php

It should take you to the install process.

Don't Forget To Create Your Data Base Before You Start To Install The Source Code

During the install page 1 / 5

It will show a blinking ! on the PHP 5 compatibility mode:

At the bottom of the page press skip errors
At the time when the code was written - PHP 5 - was not around, so it has no idea what it is. ( hence the error )

Once the install has been completed, an install.lock file will be created in the install folder.
This will stop some one trying to re install again over the top of existing code.


I would recommend either renaming the install folder for security reasons.
Better still delete the folder.

If you do either of them.

Find

index.php
Code:
if (!file_exists("install/install.lock"))
   {
   if (dirname($_SERVER["PHP_SELF"])=="/" || dirname($_SERVER["PHP_SELF"])=="\\")
      header("Location: http://".$_SERVER["HTTP_HOST"]."/install/");
   else
      header("Location: http://".$_SERVER["HTTP_HOST"].dirname($_SERVER["PHP_SELF"])."/install/");
   exit;
}
Comment out the code like below - or remove the code ( your call )
Code:
/*
if (!file_exists("install/install.lock"))
   {
   if (dirname($_SERVER["PHP_SELF"])=="/" || dirname($_SERVER["PHP_SELF"])=="\\")
      header("Location: http://".$_SERVER["HTTP_HOST"]."/install/");
   else
      header("Location: http://".$_SERVER["HTTP_HOST"].dirname($_SERVER["PHP_SELF"])."/install/");
   exit;
}
*/
//==================================================//

Update

For PHP version: 5.6.30

include/ functions.php

Find ( around line 1204 )
Code:
function sqlesc($x) {
    return "'".mysql_escape_string(unesc($x))."'";
}
Replace With
Code:
function sqlesc($x) {
    return "'".mysql_real_escape_string(unesc($x))."'";
}
Attached Files
File Type: rar BTITFM14_PB_Edition_1.5.2.rar (2.08 MB, 63 views)

Last edited by fireknight; 19th May 2020 at 13:19. Reason: updated post
Reply With Quote
The Following User Says Thank You to fireknight For This Useful Post:
papad (19th May 2020)
Reply

Tags
btit , full , modded

Thread Tools

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



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