Esempio n. 1
0
if (isset($tkn) && !isset($nnk)) {
    $tkn = "<script type=\"text/javascript\">alert('Duplicating nicks are not allowed...')</script>";
} else {
    $tkn = '';
}
for ($i = 0; $i < count($fy); $i++) {
    if (isset($fy[$i]) && $fy[$i] != '') {
        $rt = explode(":|:", $fy[$i]);
        if ($pp - $rt[0] < 70 && $nick != $rt[2]) {
            $fx[$j] = $fy[$i];
            $j++;
        }
    }
}
$fx = implode("\n", $fx);
wru($fx);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
<link rel="stylesheet" type="text/css" href="incl/nstl.css">
<?php 
print $crl[1];
?>
<title><?php 
print $crl[2];
?>
</title>
<script type="text/javascript" src="incl/inx.js"></script>
<?php 
include "incl/sty.inc";
?>
</head><body onLoad="lo()">
Esempio n. 2
0
        if (isset($fs[$i]) && $fs[$i] != '') {
            $rt = explode(":|:", $fs[$i]);
            if ($pp - $rt[0] < 70 && $rt[2] != $nick) {
                $fm[$j] = $fs[$i];
                $j++;
            }
            if ($nick == $rt[2]) {
                sdd('index.php?tkn=1');
            }
        }
    }
    $gtk = "{$pp}:|:{$REMOTE_ADDR}:|:{$nick}:|:{$bick}";
    setcookie('nnk', $gtk);
    $fm = implode("\n", $fm);
    $fm = "{$gtk}\n{$fm}";
    wru($fm);
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"><html><head>
<?php 
print $crl[1];
?>
<title><?php 
print $crl[2];
?>
</title>
</head><frameset rows="*,100,2">
<frame src="main.php" name="a" marginwidth="8" marginheight="0" frameborder="0" scrolling="auto" noresize>
<frame src="insert.php" name="b" marginwidth="2" marginheight="12" frameborder="0" scrolling="no" noresize>
<frame src="non.php" name="c" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" noresize>
<noframes><?php