ORTOLANOGRAFIA!!!!!!!!!!!!!!!!!
AGHAGHAGAHAGHAGhgahgahaghaghagahaghagah
fantastico!!!!
Speranza, è la quintessenza
dell'illusione umana e contemporaneamente la causa sia della vostra maggior
forza che della vostra maggior debolezza.
</center>
Superbau wrote:mi spiace zor, non sono un lamer, non vado a spammare i form degli altri...
p.s. se volessi gli posso buttar giu il sito intero in 3 secondi... e che ste cose io non le faccio.... lol
..lasciali a loro i lamer... ho visto una decina di loro iscrizioni al forum con nomi del tipo asdasd o asdsadasdasd o cazzate simili... poveri bambini... la cosa migliore? bhe ignorateli, fatemi un piacere... sono solo bambini infondo
Private Sub connetti_Click()
connetti.Enabled = False
sconnetti.Enabled = True
ws.Connect ip.Text, porta.Text
stato.AddItem "Connessione in corso..."
End Sub
Private Sub Form_Load()
stato.AddItem "Client avviato"
End Sub
Private Sub invia_Click()
ws.SendData testo.Text
msg.AddItem ws.LocalIP & ": " & testo.Text
End Sub
Private Sub sconnetti_Click()
ws.Close
ws.Listen
ws.Close
stato.AddItem "Non connesso!"
End Sub
Private Sub ws_Connect()
stato.AddItem "Connessione completata"
End Sub
Private Sub ws_DataArrival(ByVal bytesTotal As Long)
ws.GetData dati, vbString
msg.AddItem ws.RemoteHostIP & ": " & dati
End Sub
<title>aaa</title><body bgcolor="#000000">
<div align="center">
<center>
<table border="0" width="267" height="121">
<tr>
<td width="267" height="121" align="center" valign="top" style="border-style: solid; border-color: #FF9933">
<p align="center"><img border="0" src="Immagini/font/.gif" width="45" height="40"><img border="0" src="Immagini/font/.gif" width="45" height="40"> <img border="0" src="Immagini/font/.gif" width="45" height="40"><img border="0" src="Immagini/font/.gif" width="30" height="32"><img border="0" src="Immagini/font/.gif" width="26" height="28"><img border="0" src="Immagini/font/.gif" width="23" height="23"></p>
<p align="center"><img border="0" src="Immagini/.gif" width="60" height="56"></td>
</tr>
</table>
</center>
</div>
<p align="center" style="line-height: 100%; margin-top: 5; margin-bottom: 15"><font face="Microsoft Sans Serif" size="2"><b><font color="#FF9933"><a href="../../home.htm">HomePage</a> -- <a href="../../.htm"></a> -- <a href="../../.htm"></a> -- <a href="../../.htm">
</a> -- <a href="../../dl.htm">Downloads</a> -- <a href="../../replays.htm">Replays</a> -- <a href="../../gerarchia.htm">Gerarchia</a> -- <a href="">Forum </a> -- <a href="../../join.htm">
</a> -- <a href="../../articoli.htm"> </a> -- <a href="../../varie.htm">Varie</a> -- <a href="../../.htm">LOLsEcTioN</a> -- <a href="../../.htm">Enciclopedia</a> -- <a href="../../.htm">GuestBook,
</a> -- <a href="../../.htm"> </a> -- <a href="../../links.htm">Links</a></font></b></font></p>
<hr>
<div align="center">
<center>
<table border="0" width="574" height="59">
<tr>
<td width="574" height="59">
<p align="center"><b><font color="#0000FF" face="Arial Black" size="6">NEWS</font></b></td>
</tr>
</table>
</center>
</div>
<?
$path2files = "news/"; // very important.
/* if you have a link like this : <a href="./newscaster/index.php"> this should be set to "./"
or if you include() the file, leave it like above.
*/
include($path2files.'config.php');
// start the news!!!
if(!isset($page) || $page <= 0) $page = 1;
$newsfile = file($path2files.'news.txt');
$countnews = count($newsfile);
if($countnews > $numofmessages) { // if number of messages is larger than set amount of articles to keep
$counta = 0;
$allnew = array();
while($counta < $numofmessages){
$allnew[$counta]= $newsfile[$counta];
$counta ++;
}
unlink($path2files.'news.txt');
$fp = fopen($path2files.'news.txt','a');
$counta = 0;
while($counta < $numofmessages){
fwrite($fp, $allnew[$counta]);
$counta ++;
}
}
$newsshow = array_reverse($newsfile); // get news into newest first
$start = ($page * $numofdisplay) - $numofdisplay; // get only the amount of news to display on one page
$newstoshow = array_slice($newsshow, $start, $numofdisplay);
$newcount = count($newstoshow);
if($countnews === 0) {
echo '<center><font size="2"><i><b>No news to display! News admin, add news in admin.php</b></i></center>';
} else {
$counta = 0;
while($counta < $numofdisplay && $counta < $newcount){
$info = explode("¤",$newstoshow[$counta]);
if($smilies === "1") {
$countb = 0;
while($countb <= 2) {
if($countb === 0 || $countb === 2) {
$info[$countb] = str_replace('(money)','<img src="'.$path2files.'/emot/money.gif">',$info[$countb]);
$info[$countb] = str_replace('(cat)','<img src="'.$path2files.'/emot/cat.gif">',$info[$countb]);
$info[$countb] = str_replace('(heart)','<img src="'.$path2files.'/emot/heart.gif">',$info[$countb]);
$info[$countb] = str_replace('(smile)','<img src="'.$path2files.'/emot/smile.gif">',$info[$countb]);
$info[$countb] = str_replace('(frown)','<img src="'.$path2files.'/emot/frown.gif">',$info[$countb]);
$info[$countb] = str_replace('(cry)','<img src="'.$path2files.'/emot/cry.gif">',$info[$countb]);
$info[$countb] = str_replace('(sick)','<img src="'.$path2files.'/emot/sick.gif">',$info[$countb]);
$info[$countb] = str_replace('(monkey)','<img src="'.$path2files.'/emot/monkey.gif">',$info[$countb]);
$info[$countb] = str_replace('(crazy)','<img src="'.$path2files.'/emot/crazy.gif">',$info[$countb]);
$info[$countb] = str_replace('(tongue)','<img src="'.$path2files.'/emot/tongue.gif">',$info[$countb]);
$info[$countb] = str_replace('(straight)','<img src="'.$path2files.'/emot/straight.gif">',$info[$countb]);
$info[$countb] = str_replace('(sad)','<img src="'.$path2files.'/emot/sad.gif">',$info[$countb]);
$info[$countb] = str_replace('(angry)','<img src="'.$path2files.'/emot/angry.gif">',$info[$countb]);
$info[$countb] = str_replace('(conf)','<img src="'.$path2files.'/emot/conf.gif">',$info[$countb]);
$info[$countb] = str_replace('(skull)','<img src="'.$path2files.'/emot/skull.gif">',$info[$countb]);
$info[$countb] = str_replace('(open)','<img src="'.$path2files.'/emot/open.gif">',$info[$countb]);
$info[$countb] = str_replace('(shut)','<img src="'.$path2files.'/emot/shut.gif">',$info[$countb]);
$info[$countb] = str_replace('(wink)','<img src="'.$path2files.'/emot/wink.gif">',$info[$countb]);
$info[$countb] = str_replace('(grin)','<img src="'.$path2files.'/emot/grin.gif">',$info[$countb]);
$info[$countb] = str_replace('(sleepy)','<img src="'.$path2files.'/emot/sleepy.gif">',$info[$countb]);
$info[$countb] = str_replace('(ex)','<img src="'.$path2files.'/emot/ex.gif">',$info[$countb]);
$info[$countb] = str_replace('(blush)','<img src="'.$path2files.'/emot/blush.gif">',$info[$countb]);
}
$countb ++;
}
}
$usrnme = $info[3];
$usr = trim($usrnme);
if(file_exists($path2files.$usr)) {
$fp = fopen($path2files.$usr, 'rb');
$usrinfo = fread($fp, filesize($path2files.$usr));
fclose($fp);
$usrstuff = explode('¤', $usrinfo);
$useremail = $usrstuff[1];
} else $useremail = false;
echo '<center>';
echo '<table bgcolor="'.$headbg.'" width="80%" border="0" cellspacing = "0" cellpadding="4"><tr><td align=center>';
echo '<font size="'.$headsize.'" face="'.$headface.'" color="'.$headcolor.'"><b>'.$info[0].'</b>'; // print title
echo '</td></tr><tr><td bgcolor="'.$newsbg.'" align=right>';
echo '<font size="'.$fontsize.'" face="'.$fontface.'" color="'.$fontcolor.'"><i><u>'.$info[1].'</u></i><br>';
echo '</td></tr><tr><td bgcolor="'.$newsbg.'" align=left>';
echo '<font size="'.$fontsize.'" face="'.$fontface.'" color="'.$fontcolor.'">'.$info[2]; // print news
echo '</td></tr><tr><td bgcolor="'.$newsbg.'" align=right>';
echo '<font size="'.$fontsize.'" face="'.$fontface.'" color="'.$fontcolor.'">posted by ';
if($useremail != false) echo '<a href="mailto:'.$useremail.'"><i>'.$info[3].'</i></a>'; // print posted by with email link
else echo '<i>'.$info[3].'</i>'; // print posted by
echo '</td></tr></table><p>';
$counta ++;
}
echo 'viewing articles '.($start + 1).'-'.($start + $newcount).' of '.$countnews.'<br>';
if($page > 1) echo '<a href="'.$PHP_SELF.'?page='.($page - 1).'"> newer news </a>';
if(($start + $numofdisplay) <= $countnews) echo '<a href="'.$PHP_SELF.'?page='.($page + 1).'"> older news </a>';
}
?>
<p align="center" style="line-height: 100%; margin-top: 5; margin-bottom: 15"> </p>
<div align="center"></div>
<p align="center" style="line-height: 100%; margin-top: 5; margin-bottom: 15"> </p>
<p align="center" style="line-height: 100%; margin-top: 5; margin-bottom: 15"><b><font face="Microsoft Sans Serif" size="2"><b><font color="#FF9933" size="1
</font></b></font></b></p>
<p align="center" style="line-height: 0,5; margin-top: 1; margin-bottom: 1"><b><font color="#FF9933" face="Microsoft Sans Serif" size="1">CopyRiGhT
(C) 2003</font></b></p>
<p align="center" style="line-height: 0,5; margin-top: 1; margin-bottom: 1"><b><font color="#FF9933" face="Microsoft Sans Serif" size="1">aaa</font></b></p>
<p align="center"> </p>
ThE)BraiN wrote:Shadow se io per fare un programma in c mi devo uccidere di ragionamento non oso immaginare cosa ci voglia per scrivere una simil cosa!!!!!
P.S.:qualche comando lo riconosco!!! che belloooooooooo!
modulo di iscrizione dello starbau the clan
motivo di arruolamento nei BAU
l'iscrizione verrà convelidata
un ottimo motere di ricerca di...
aiutate la ricerca di extraterresti
Return to .:: Public Board ::.
Users browsing this forum: No registered users and 15 guests