mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
remove ad id & fix claim pager params
This commit is contained in:
+3
-3
@@ -21,7 +21,7 @@ $refresh = ($CURUSER['sbrefresh'] ? $CURUSER['sbrefresh'] : 120)
|
||||
<link rel="stylesheet" href="<?php echo get_font_css_uri()?>" type="text/css">
|
||||
<link rel="stylesheet" href="<?php echo get_css_uri()."theme.css"?>" type="text/css">
|
||||
<link rel="stylesheet" href="styles/curtain_imageresizer.css" type="text/css">
|
||||
<script src="curtain_imageresizer.js" type="text/javascript"></script><style type="text/css">body {overflow-y:scroll; overflow-x: hidden}</style>
|
||||
<script src="js/curtain_imageresizer.js" type="text/javascript"></script><style type="text/css">body {overflow-y:scroll; overflow-x: hidden}</style>
|
||||
<?php
|
||||
print(get_style_addicode());
|
||||
$startcountdown = "startcountdown(".$CURUSER['sbrefresh'].")";
|
||||
@@ -45,7 +45,7 @@ function countdown(time)
|
||||
else {
|
||||
parent.document.getElementById("hbsubmit").value=time;
|
||||
time=time-1;
|
||||
setTimeout("countdown("+time+")", 1000);
|
||||
setTimeout("countdown("+time+")", 1000);
|
||||
}
|
||||
}
|
||||
function hbquota(){
|
||||
@@ -94,7 +94,7 @@ else
|
||||
}
|
||||
}
|
||||
|
||||
$limit = ($CURUSER['sbnum'] ? $CURUSER['sbnum'] : 70);
|
||||
$limit = ($CURUSER['sbnum'] ? $CURUSER['sbnum'] : 70);
|
||||
if ($where == "helpbox")
|
||||
{
|
||||
$sql = "SELECT * FROM shoutbox WHERE type='hb' ORDER BY date DESC LIMIT ".$limit;
|
||||
|
||||
Reference in New Issue
Block a user