Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
Thread Tools
  #91  
Old 17th March 2012, 20:14
zacho56 zacho56 is offline
Senior Member
 
Join Date: Mar 2012
Canada
Posts: 20
Default
bump on that last question. line 2446 for me to
Reply With Quote
  #92  
Old 17th March 2012, 22:09
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
are you using the included phpBB3 or did you put phpBB3 from the phpBB site on?
__________________
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
  #93  
Old 17th March 2012, 22:12
zacho56 zacho56 is offline
Senior Member
 
Join Date: Mar 2012
Canada
Posts: 20
Default
after i put the included one back on i get the error "Fatal error: Class 'user' not found in /home/wickedaw/public_html/phpBB3/install/index.php on line 247"

edit: nvm i fixed it with the userbb...but the eroor wasn;'t on line 247 it was on 493? that was weird

Last edited by zacho56; 17th March 2012 at 22:17. Reason: fixed
Reply With Quote
  #94  
Old 19th March 2012, 17:38
dandanch dandanch is offline
Senior Member
 
Join Date: Mar 2012
United States
Posts: 17
Default
Hello, i'm trying to install the product on my windows pc and keep running into those errors in the image.
I tried the solutions in this thread but still the same...please help thanks.


Click the image to open in full size.


Apache/2.2.22 (Win32) PHP/5.3.10
mysql version: 5.5.20
windows 7
Reply With Quote
  #95  
Old 19th March 2012, 18:26
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
first one replace
PHP Code:
if(eregi("graphics.php",$_SERVER["PHP_SELF"])) die("You can't access this file directly"); 
with
PHP Code:
if(preg_match("/graphics.php/",$_SERVER["PHP_SELF"])) die("You can't access this file directly"); 
second one replace
PHP Code:
if(eregi("database.php",$_SERVER['PHP_SELF'])) die("You can't access this file directly"); 
with
PHP Code:
if(preg_match("/database.php/",$_SERVER['PHP_SELF'])) die("You can't access this file directly"); 
and third replace
PHP Code:
if (eregi("mysql.php",$_SERVER["PHP_SELF"])) die("You cannot access this file directly"); 
with
PHP Code:
if (preg_match("/mysql.php/",$_SERVER["PHP_SELF"])) die("You cannot access this file directly"); 
and the sql error I can not read
__________________
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
  #96  
Old 19th March 2012, 19:06
dandanch dandanch is offline
Senior Member
 
Join Date: Mar 2012
United States
Posts: 17
Default
Here is the sql error below:
Quote:
Creating table addedrequests...
Error executing SQL Query -- phpMyAdmin SQL Dump -- version 2.11.9.4 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Aug 16, 2009 at 03:22 PM -- Server version: 5.0.75 -- PHP Version: 5.2.6-3ubuntu4.1 -- -- Database: `phpMyBitTorrent` -- -- -------------------------------------------------------- -- -- Table structure for table `torrent_addedrequests` -- CREATE TABLE `torrent_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 ;
Error ID:
Error Message:
Thank you for the quick reply.
Reply With Quote
  #97  
Old 19th March 2012, 19:14
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
please go into your data base threw phpmyadmin and make sure your putting this in a empty data base
__________________
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
  #98  
Old 19th March 2012, 20:11
dandanch dandanch is offline
Senior Member
 
Join Date: Mar 2012
United States
Posts: 17
Default
yes its empty, it says No tables found in database.

also i'm getting this error as well.
Click the image to open in full size.
Reply With Quote
  #99  
Old 19th March 2012, 20:45
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
it means you need to make include/configdata.php chmod 777 for install
that is Y you can not install data base.
__________________
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
  #100  
Old 19th March 2012, 23:00
dandanch dandanch is offline
Senior Member
 
Join Date: Mar 2012
United States
Posts: 17
Default
Ok, I just changed the permissions and still getting the same error. Any more ideas on what it could be?
Reply With Quote
Reply

Tags
gold , phpmybittorrent , release


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
What is the best release AT THE MOMENT ? fen7azy Yuna Scatari Edition (YSE) 5 5th February 2010 21:09
[xBTiT]HACK - Gold silver torrents by Losmi bewithuu2 xBTiT 0 31st January 2010 12:28
New Release but not version joeroberts BT.Manager (phpMyBitTorrent) 5 9th January 2010 22:44
Release bad torrentID The Analyzer Yuna Scatari Edition (YSE) 2 29th November 2008 16:40
Final release? icecore Yuna Scatari Edition (YSE) 2 16th August 2008 17:54



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