Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
Thread Tools
  #1  
Old 25th August 2008, 21:29
zenja7777 zenja7777 is offline
Senior Member
 
Join Date: Jul 2008
Posts: 47
Unhappy Plugin users for 24 hours for TS v5.1
Click the image to open in full size.
Make please who be fashions users for 24 hours for TS v5.1

This code please alter who the code can for TS v 5.1 Users for 24 hours below

Code:
<?php
if (!defined('BLOCK_FILE')) {
 Header("Location: ../index.php");
 exit;
}

//visited today

$res = mysql_query("SELECT id,gender, username, donor, class, warned FROM users WHERE UNIX_TIMESTAMP(" . get_dt_num() . ") - UNIX_TIMESTAMP(last_access) < UNIX_TIMESTAMP(" . get_dt_num() . ") - UNIX_TIMESTAMP(" .date("Ymd000000"). ") ORDER BY username") or sqlerr(__FILE__, __LINE__); 
while ($arr = mysql_fetch_assoc($res)) 
{ 

    if ($todayactive) 
        $todayactive .= ", "; 

    if ($CURUSER) { 
        $todayactive .= "<a href=userdetails.php?id=" . $arr["id"] . ">".get_user_class_color($arr["class"], $arr["username"])."</a></a>"; 
    } else { 
        $todayactive .= "<a href=userdetails.php?id=" . $arr["id"] . ">".get_user_class_color($arr["class"], $arr["username"])."</a></a>"; 
    } 
    $donator = $arr["donor"] == "yes"; 
    if ($donator) { 
        $todayactive .= "<img alt=\"\" src=\"pic/star.gif\">"; 

    } 
    $warned = $arr["warned"] == "yes"; 
    if ($warned) { 
        $todayactive .= "<img alt=\"\" src=\"pic/warned.gif\">"; 
    } 
    $female = $arr["gender"] == "2"; 
     if ($female){ 
$todayactive .= "<img alt=\"\" src=\"pic/ico_f.gif\">"; 
} 
    $male = $arr["gender"] == "1"; 
     if ($male){ 
$todayactive .= "<img alt=\"\" src=\"pic/ico_m.gif\">"; 
}

    $usersactivetoday++; 
} 

$content .= "<center>
<table class=\"main\" cellspacing=\"0\" cellpadding=\"5\" border=\"0\" width=\"100%\"><tr><td class=\"embedded\">"
."<b><font color=red>".$usersactivetoday."</font>    :</b><hr>"
."<div align='left'>".$todayactive."</div><hr></td></tr></table></center>"; 
//end visited today
?>

Last edited by zenja7777; 26th August 2008 at 01:27.
Reply With Quote
Reply

Tags
24 , hours , mod , users , v51


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Donate MB/GB to Other Users v2 Grom Mods & Themes 7 15th February 2019 00:49
Swe users alpha1969 Community Cafe 8 5th October 2009 23:14
TS5.4.1 how to let users use shoutbox? Syn Template Shares 2 17th May 2009 17:59
Hello users starisloven Introduce Yourself 1 26th February 2009 10:09
Users Pictures ! Fynnon Community Cafe 1 1st November 2008 17:19



All times are GMT +2. The time now is 10:57. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.