Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Closed Thread
  #31  
Old 15th October 2011, 21:21
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
try replacing those 2 lines with
PHP Code:
                        @$this->row[$query_id] = @mysql_fetch_array($query_id);

                        return @
$this->row[$query_id]; 
or even
PHP Code:
                        $this->row[(int)$query_id] = @mysql_fetch_array($query_id);

                        return 
$this->row[(int)$query_id]; 
__________________
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/
The Following User Says Thank You to joeroberts For This Useful Post:
DAKz (15th October 2011)
  #32  
Old 15th October 2011, 23:57
DAKz's Avatar
DAKz DAKz is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 380
Wink yep that worked
I am in kinda, looks good, I got some errors all over, so I will chase them around for awhile, one for the shoutbox,

Notice: Undefined variable: btback1 in C:\xampp\htdocs\pmbt3\blocks\shoutbox.php on line 48

and on the index.php

Notice: Undefined variable: rowsets in C:\xampp\htdocs\pmbt3\blocks\searchcloud.php on line 47

Notice: Undefined variable: rowsets in C:\xampp\htdocs\pmbt3\blocks\searchcloud.php on line 51

Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\pmbt3\blocks\searchcloud.php on line 51

Deprecated: Function eregi() is deprecated in C:\xampp\htdocs\pmbt3\include\bdecoder.php on line 32

Deprecated: Function eregi() is deprecated in C:\xampp\htdocs\pmbt3\include\bencoder\bdecoder-domxml.php on line 32

Notice: Undefined variable: arr_config in C:\xampp\htdocs\pmbt3\include\cleanup.php on line 387

and in user.php is....Deprecated: Function eregi() is deprecated in C:\xampp\htdocs\pmbt3\language\mailtexts.php on line 31

Parse error: syntax error, unexpected ',' in C:\xampp\htdocs\pmbt3\user\takeregister.php on line 99
the left column is disproportionately wider then the rest, so I have to look at that as well....

a few things to look at....will let you know how it progresses from here

Capt Midnight signing off......
  #33  
Old 16th October 2011, 00:33
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
All repairs posted to SVN
__________________
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/
  #34  
Old 16th October 2011, 01:33
DAKz's Avatar
DAKz DAKz is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 380
Red face its cool.....
I was working on them off and on... but thanks for the update, getting it now.

Bump: Parse error: syntax error, unexpected ',' in C:\xampp\htdocs\phpmybittorrent\user\takeregister. php on line 101

Code:
$sql = "INSERT INTO ".$db_prefix."_users (username, clean_username, email, password, act_key, can_do, uploaded, regdate" . $passkeyrow . ", active) VALUES ('".addslashes($username)."', '".strtolower($username)."', '".addslashes($email)."', '".md5($password)."', '".$act_key."', " . $default_group[0] , ", '".$give_sign_up_credit."', NOW()" . $passkey .", 1);";
  #35  
Old 16th October 2011, 02:43
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
fixed in SVN but here just replace the line with this
PHP Code:
$sql "INSERT INTO ".$db_prefix."_users (username, clean_username, email, password, act_key, can_do, uploaded, regdate" $passkeyrow ", active) VALUES ('".addslashes($username)."', '".strtolower($username)."', '".addslashes($email)."', '".md5($password)."', '".$act_key."', " $default_group[0] . ", '".$give_sign_up_credit."', NOW()" $passkey .", 1);"
__________________
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/
  #36  
Old 20th October 2011, 02:28
DAKz's Avatar
DAKz DAKz is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 380
Default Are we there yet??
Waiting for the finished project
  #37  
Old 20th October 2011, 14:41
BEST BEST is offline
Senior Member
 
Join Date: Aug 2009
Germany
Posts: 78
Default
hello how do I install the source, where do the sql data in php which
  #38  
Old 20th October 2011, 21:03
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
Quote:
Originally Posted by BEST View Post
hello how do I install the source, where do the sql data in php which
This version is not available for live use therefore no sql is with it.
you can see it in action here with uptodate files

http://world-connect.co.uk
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
  #39  
Old 23rd October 2011, 07:07
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default rev 26
got some new updates done
few new languages
new arcade both on the user side and the admin panel
Got admin panel done
and a little more clean up done

Bump: phpMyBitTorrent 3.0 is at revision: 49 on sourceforge SVN DATA base changes are made
Attached Thumbnails
new_arcade.png  
__________________
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/
  #40  
Old 30th November 2011, 11:19
it53lv's Avatar
it53lv it53lv is offline
Senior Member
 
Join Date: Feb 2011
Latvia
Posts: 134
Default
awesome
Closed Thread

Tags
30 , btmanager , phpmybittorrent , torrents tracker

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 00:10. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.