Thread: Invites mod
View Single Post
  #12  
Old 24th December 2011, 08:37
wdq's Avatar
wdq wdq is offline
Senior Member
 
Join Date: Mar 2010
P2P
Posts: 45
Default a little help
so i installed succesfully the invitation mod but now i added in bittorrent.php this line
PHP Code:
$TBDEV['openreg'] = true//==true=open, false = closed 
so in takesignup.php i need to add something like

PHP Code:
 if(!$TBDEV['openreg']) 
what do i need to add to the second part to make takesignup.php to let people signup without a invitation code when TBDEV OPENREG = TRUE ?

and if it`s closed to require the invitation code
Reply With Quote