dikkat : php dosyalarını edit'lemeden once yedeğini alınız. zira yapacağınız en ufak bir hata forumunuzun bozulmasına neden olacaktır. forum/index.php 'yi acıp alttaki kodu bulun; ***************************** // ### LOGGED IN USERS ################################################# ****************************** Bunun hemen ust kısmına şunları ekleyin; ****************************** // ############### Paul M - Who has visited today v1.40 ################# require_once('./includes/functions_misc.php'); $now = TIMENOW - intval($vboptions['hourdif']); $cutoff = vbmktime(0, 0, 0, date('m', $now), date('d', $now), date('Y', $now)); //$cutoff = $now - 86400 ; // ## Uncomment this line if you want a rolling 24 hours display ## // $todaysusers = $DB_site->query("SELECT userid, lastactivity, options, username, opentag, closetag FROM " . TABLE_PREFIX . "user as user LEFT JOIN " . TABLE_PREFIX . "usergroup as usergroup ON(user.usergroupid = usergroup.usergroupid) WHERE lastactivity > " .$cutoff. " ORDER BY username" ); $totaltoday = 0; while ($today = $DB_site->fetch_array($todaysusers)) } if ($today[visible]) else } } if ($whotoday) // ############# End of Who has visited today ############### ******************************** kaydedip upload edin. FORUMHOME templatesini acıp alttaki kodları bulun; ********************************* $vbphrase[currently_active_users]: $totalonline (
$vbphrase[x_members_and_y_guests]
)
$vbphrase[most_users_ever_online_was_x_y_at_z]
$activeusers ******************************** Bunun tumunu şu kodlarla değiştirin; ******************************** $vbphrase[currently_active_users]: $totalonline (
$vbphrase[x_members_and_y_guests]
)
$vbphrase[most_users_ever_online_was_x_y_at_z]
$activeusers Total users that have visited today: $totaltoday $whotoday ********************************** hayırlı olsun kaynak : guv2000 / www.dunyaforum.com __________________