mirror of
https://github.com/PurpleI2P/i2pd.i2p
synced 2025-01-15 09:10:06 +00:00
banners
This commit is contained in:
parent
2eda46806f
commit
b85ba663d5
BIN
img/102button.gif
Normal file
BIN
img/102button.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
img/333.gif
Normal file
BIN
img/333.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
img/flibusta-clear.gif
Normal file
BIN
img/flibusta-clear.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
BIN
img/flibusta.gif
Normal file
BIN
img/flibusta.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
img/onelon.png
Normal file
BIN
img/onelon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
img/pizdabol.gif
Normal file
BIN
img/pizdabol.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
43
index.php
43
index.php
@ -13,27 +13,30 @@
|
|||||||
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%">
|
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td align=center>
|
<td align=center>
|
||||||
<img src="img/mask.png"><br/>
|
<img src="img/mask.png"><br>
|
||||||
<font face="Arial" size="6">Your I2Pd Browser is working correctly</font><br/>
|
<font face="Arial" size="6">Your I2Pd Browser is working correctly</font><br>
|
||||||
<font face="Arial" size="7">Welcome to Invisible Internet</font>
|
<font face="Arial" size="7">Welcome to Invisible Internet</font>
|
||||||
<br/><br/><br/><br/>
|
<br><br><br>
|
||||||
<font face="Arial" size="4">Visits:
|
<a href="http://102chan.i2p/" target="_blank"><img src="img/102button.gif" alt="102chan.i2p"></a>
|
||||||
<?php
|
<a href="http://333.i2p/" target="_blank"><img src="img/333.gif" width="88px" height="31px" alt="Форум, посвященный разработке и поддержке i2pd"></a>
|
||||||
$f=fopen("stat.dat","a+");
|
<a href="http://flibusta.i2p/" target="_blank"><img src="img/flibusta.gif" width="88px" height="31px" alt="Флибуста - книжное братство"></a>
|
||||||
flock($f,LOCK_EX);
|
<a href="http://onelon.i2p/" target="_blank"><img src="img/onelon.png" alt="#onelon - анонимные блоги без цензуры"></a>
|
||||||
$count=fread($f,100);
|
<a href="http://pizdabol.i2p/" target="_blank"><img src="img/pizdabol.gif" width="88px" height="31px" alt="Профессиональный эксперт"></a>
|
||||||
if (!isset($_COOKIE['i2pdvis'])){
|
<!-- <?php
|
||||||
@$count++;
|
$f=fopen("stat.dat","a+");
|
||||||
ftruncate($f,0);
|
flock($f,LOCK_EX);
|
||||||
fwrite($f,$count);
|
$count=fread($f,100);
|
||||||
fflush($f);
|
if (!isset($_COOKIE['i2pdvis'])){
|
||||||
setcookie("i2pdvis", "true", time() + 1*3600, "/");
|
@$count++;
|
||||||
}
|
ftruncate($f,0);
|
||||||
flock($f,LOCK_UN);
|
fwrite($f,$count);
|
||||||
fclose($f);
|
fflush($f);
|
||||||
echo $count;
|
}
|
||||||
?>
|
setcookie("i2pdvis", "true", time() + 1*3600, "/");
|
||||||
</font>
|
flock($f,LOCK_UN);
|
||||||
|
fclose($f);
|
||||||
|
echo("<br><br><br><font face='Arial' size='3'>Visits: " .$count. "</font>");
|
||||||
|
?> -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user