View Single Post
  #1  
Old 21st January 2012, 22:01
wdq's Avatar
wdq wdq is offline
Senior Member
 
Join Date: Mar 2010
P2P
Posts: 45
Default short easy help please
so if in bittorrent.php i have this line

PHP Code:
$TBDEV['openreg'] = $config['signupclosed']; 


what shoud i change in the signup.php more exactly here
PHP Code:
if(!$TBDEV['openreg']) 

    
stderr('Sorry''<br/><br/>Signups are closed presently. <br/>If you have an invite code click <a href="'.$TBDEV['baseurl'].'/invite_signup.php"><b> HERE</b></a>'); 

to make it work again because in the upper line she takes the value from the
PHP Code:
$config 
database

thanks in advance
Reply With Quote