mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
attendance ranking
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ $forumpostsperpage = $MAIN['postsperpage'];
|
||||
$forumtopicsperpage_main = $MAIN['topicsperpage'];
|
||||
$torrentsperpage_main = (int)$MAIN['torrentsperpage'];
|
||||
$max_dead_torrent_time = $MAIN['max_dead_torrent_time'];
|
||||
$maxusers = $MAIN['maxusers'];
|
||||
$maxusers = (int)$MAIN['maxusers'];
|
||||
$torrent_dir = $MAIN['torrent_dir'];
|
||||
$iniupload_main = $MAIN['iniupload'];
|
||||
$SITEEMAIL = $MAIN['SITEEMAIL'];
|
||||
|
||||
@@ -5406,9 +5406,9 @@ function get_ip_location_from_geoip($ip)
|
||||
|
||||
function msgalert($url, $text, $bgcolor = "red")
|
||||
{
|
||||
print("<p><table border=\"0\" cellspacing=\"0\" cellpadding=\"10\"><tr><td style='border: none; padding: 10px; background: ".$bgcolor."'>\n");
|
||||
print("<table border=\"0\" cellspacing=\"0\" cellpadding=\"10\"><tr><td style='border: none; padding: 10px; background: ".$bgcolor."'>\n");
|
||||
print("<b><a href=\"".$url."\"><font color=\"white\">".$text."</font></a></b>");
|
||||
print("</td></tr></table></p><br />");
|
||||
print("</td></tr></table><br />");
|
||||
}
|
||||
|
||||
function build_medal_image(\Illuminate\Support\Collection $medals, $maxHeight = 200, $withActions = false): string
|
||||
|
||||
Reference in New Issue
Block a user