Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Community Cafe
Reply
  #1  
Old 13th March 2013, 03:47
KnightRaider KnightRaider is offline
Senior Member
 
Join Date: Nov 2012
Australia
Posts: 54
Question Need some help coding went wrong huh?
Hi there, I was looking around and saw torrent-flux and decided to mess around with it, When I installed it however I get this weird code? I use Notepad++ and I can't understand why this is showing up?

Code:
Deprecated:  Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\torrentflux\adodb\adodb.inc.php on line 888

Deprecated:  Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\torrentflux\adodb\adodb.inc.php on line 1913

Deprecated:  Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\torrentflux\adodb\adodb.inc.php on line 1985

Deprecated:  Function ereg() is deprecated in C:\xampp\htdocs\torrentflux\functions.php on line 140

Deprecated:  Function ereg() is deprecated in C:\xampp\htdocs\torrentflux\functions.php on line 147


If anybody can help me that'd be great.

Thanks
KnightRaider.

Edit: also what does this mean and where do i find it?

Code:
Python Path
            Specify the path to the Python binary (usually /usr/bin/python or /usr/local/bin/python):
I'm using Windows 7 at the moment.
Reply With Quote
  #2  
Old 13th March 2013, 05:13
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
would probly be able to help If I know what code source your talking about M8
__________________
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
  #3  
Old 13th March 2013, 05:14
KnightRaider KnightRaider is offline
Senior Member
 
Join Date: Nov 2012
Australia
Posts: 54
Question
Quote:
Originally Posted by joeroberts View Post
would probly be able to help If I know what code source your talking about M8
this one http://sourceforge.net/projects/torrentflux/
Reply With Quote
  #4  
Old 13th March 2013, 06:41
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
that is a 4 year old source M8
First off I would turn off deprication notice in your php.ini
second change
PHP Code:
$rs =& new ADORecordSet_empty(); 
to
PHP Code:
$rs = new ADORecordSet_empty(); 
and
PHP Code:
$this->_metars =& new $rsclass(false,$this->fetchMode); 
to
PHP Code:
$this->_metars =& new $rsclass(false,$this->fetchMode); 
and
PHP Code:
$obj =& new $class($table,$primkeyArr,$this); 
to
PHP Code:
$obj = new $class($table,$primkeyArr,$this); 
__________________
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
  #5  
Old 13th March 2013, 06:43
KnightRaider KnightRaider is offline
Senior Member
 
Join Date: Nov 2012
Australia
Posts: 54
Red face
Thanks I just like messing around with old stuff I guess

Edit: where do I find this php.ini?

Last edited by Krypto; 13th March 2013 at 09:42. Reason: Use the Reply Button NOT the QUOTE button - No need to quote a post directly above your own
Reply With Quote
  #6  
Old 13th March 2013, 09:02
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
You will find PHP.ini in C:\xampp\php folder
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif

Last edited by Chez; 13th March 2013 at 09:53.
Reply With Quote
  #7  
Old 13th March 2013, 09:44
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
Also Python does not come pre-installed on Windows and you'll have to add it then you'll be able to set up the path which would solve your other issue.
Reply With Quote
  #8  
Old 13th March 2013, 09:49
x360zone's Avatar
x360zone x360zone is offline
Senior Member
 
Join Date: Jul 2011
United Kingdom
Posts: 915
Default yep true
torrentflux was meant for linux os only have had a playaround on windows but causes more load and little issues for paths,

heres the latest version what got carried on by BerliOS

http://sourceforge.net/projects/tf-b...r.bz2/download

id suggest bangin it on a small vps/dedi to use and also has to be the most resource consuming client out there...
__________________

7.5 tsse
future tracker source & hosting, vps
trackers installs + Themes
http://www.foxyhosting.co.uk
http://www.downmy.top testing zone
offshore vps & cpanel hosting & Shoutcast & VPN
STOP cyberbullying
any setups tracker installs vps hosting vps setups themes mods hit me up
over the last three months ive become a snake breeder,pythons,hogs,boa,corn,rat,king,carpet and what joy it is


Reply With Quote
  #9  
Old 13th March 2013, 10:13
KnightRaider KnightRaider is offline
Senior Member
 
Join Date: Nov 2012
Australia
Posts: 54
Default
Thanks guys.

Last edited by Krypto; 13th March 2013 at 10:56. Reason: Use the Reply Button NOT the QUOTE button - No need to quote a post directly above your own
Reply With Quote
Reply

Tags
coding , huh , wrong

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