همس الليل
رقم العضويه : 1
الدوله : K.S.A
النشاط : 9
عدد المساهمات : 1783
الموقع : المنتدى
العمر : 34
وسائط :
علم الدوله :
وسام :
همسات :
| موضوع: هاك المتواجدون في خلال 24 الجمعة مايو 07, 2010 10:24 am | |
| السلام عليكم ورحمة الله وبركاته
هاك المتواجدون في خلال 24 <?xml version="1.0" encoding="ISO-8859-1" ?> [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] <plugins>[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] <plugin active="1"> <title>Members who have visited today</title> <hookname>forumhome_start</hookname> [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] <phpcode>[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] <![CDATA[ // ############### Paul M - Who has visited today v3.05 #################
$now = TIMENOW ; require_once(DIR . '/includes/functions_misc.php'); $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 = $vbulletin->db->query_read(" SELECT userid, lastactivity, options, username, user.usergroupid, displaygroupid, groupa.opentag as opentaga, groupa.closetag as closetaga, groupb.opentag as opentagb, groupb.closetag as closetagb FROM " . TABLE_PREFIX . "user as user LEFT JOIN " . TABLE_PREFIX . "usergroup as groupa ON(user.usergroupid = groupa.usergroupid) LEFT JOIN " . TABLE_PREFIX . "usergroup as groupb ON(user.displaygroupid = groupb.usergroupid) WHERE lastactivity > " .$cutoff. " ORDER BY username ");
$totaltoday = 0; while ($today = $vbulletin->db->fetch_array($todaysusers)) { $totaltoday += 1; $today['opentag'] = $today['opentaga'] ; $today['closetag'] = $today['closetaga'] ; if ($today['displaygroupid']) { $today['opentag'] = $today['opentagb'] ; $today['closetag'] = $today['closetagb'] ; } $today[visible] = 1 ; if ($today['options'] & $vbulletin->bf_misc_useroptions['invisible']) { $today['visible'] = 0 ; if (($vbulletin->userinfo['permissions']['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canseehidden']) OR $today['userid'] == $vbulletin->userinfo['userid']) { $today['visible'] = 2 ; } } if ($today['visible']) { $wrdate = vbdate($vbulletin->options['timeformat'], $today['lastactivity']); $whotoday .= "<a href='member.php?u=$today[userid]' title='$wrdate' >"; if ($today['visible'] == 2) { $whotoday .= $today['opentag'].$today['username'].$today['closetag']."</a>*, "; } else { $whotoday .= $today['opentag'].$today['username'].$today['closetag']."</a>, "; } } } if ($whotoday) { $whotoday = substr($whotoday, 0, strlen($whotoday)-2); }
// ############# End of Who has visited today ############### ]]> f(clean); </phpcode> </plugin> </plugins | |
|