예제 #1
0
파일: index.php 프로젝트: holandacz/nb4
     if ((int) $jobs['job_every_seconds'] == 0) {
         $jobs['job_every_seconds'] = '';
     }
     if ((int) $jobs['job_show'] == 0) {
         $jobs['job_show'] = '';
     }
 }
 if ((int) $_GET['refresh']) {
     grid_text_templates((int) $_GET['refresh']);
     if ($tmppageid = DB_query("SELECT page_id FROM " . $dbprefix . "grids WHERE gridid='" . (int) $_GET['refresh'] . "'", 'page_id')) {
         page_text_template($tmppageid);
     }
     if (makemap(false, '../', (int) $_GET['refresh'])) {
         $Nachricht .= ShowNachricht($newpoint1 . sprintf($_SP[89], $_GET['refresh']), false);
     } else {
         $Nachricht .= ShowNachricht($newpoint . sprintf($_SP[234], $_GET['refresh']));
     }
 }
 if (!empty($_GET['tpreview']) && !eregi("[^-a-z._ 0-9]", html_entity_decode(stripslashes($_GET['tpreview'])))) {
     $imagepreview = '../incs/grid_templates/' . html_entity_decode(stripslashes($_GET['tpreview']));
 } elseif (isset($_GET['tpreview']) && (int) $_GET['type']) {
     $imagepreview = '../incs/grid_banner/' . (int) $_GET['type'] . '.png';
 } elseif (isset($_GET['type'])) {
     $imagepreview = '../incs/grid_templates/_standard.png';
 }
 if ($_GET['gpreview']) {
     $imagepreview = '../grids/grid_' . html_entity_decode(stripslashes($_GET['gpreview']));
 }
 if ($_GET['code'] && $_GET['pa']) {
     $nomenu = true;
 }
예제 #2
0
파일: mail.php 프로젝트: holandacz/nb4
print date($CONFIG['date_format'], time() + 3600 * $CONFIG['timezone']);
?>
</font>

        </td>
        </tr>
    <tr><td height=30 colspan=2 nowrap><font color="#FFFFFF"><b><?php 
echo $_SP[66];
?>
</td></tr>
</table>

<font color="#FFFFFF"><b>
<?php 
if ($Nachricht) {
    print ShowNachricht($Nachricht, $exit == false);
}
if ($exit) {
    exit;
}
?>
</b></font>
<table border="0" width="600">
  <?php 
if (!$_REQUEST['mail']) {
    ?>
  <tr>
    <td height="24" align=right><b><font color="#C40000">&nbsp;<?php 
    echo $_SP[67];
    ?>
:&nbsp;</b></td>