View Single Post
  #3  
Old 22nd March 2015, 15:58
vlady100 vlady100 is offline
Senior Member
 
Join Date: Mar 2015
Posts: 18
Default
Quote:
Originally Posted by joeroberts View Post
In includes/functions.php find
PHP Code:
function userlogin($username, &$cookiedata) {
include_once(
'include/forum_settings.php');
global 
$db$db_prefix$cookiedomain$cookiepath$logintime
and make it
PHP Code:
function userlogin($username, &$cookiedata) {
global 
$db$db_prefix$cookiedomain$cookiepath$logintime;
include_once(
'include/forum_settings.php'); 
thenks :X, you have a theme good for phpmybittorrent?
Reply With Quote