View Single Post
  #16  
Old 6th June 2015, 03:11
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by ArcticWolf View Post
looks like in php 5.4+ stuff changed
I dont use this myself ROFL but looking around on Google
in
/var/www/tracker/include/functions.php on line 158
change
Code:
if (ip_valid(&$_SERVER[$c])) {
to
Code:
if (ip_valid($_SERVER[$c])) {
Yup thats the cure.
__________________
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