1
0
mirror of https://github.com/PurpleI2P/i2pd.i2p synced 2025-01-15 17:20:03 +00:00
i2pd.i2p/index.php
2017-01-07 21:58:51 -05:00

52 lines
3.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta http-equiv="cache-control" content="max-age=3600">
<meta http-equiv="cache-control" content="private">
<meta http-equiv="expires" content="3600">
<meta name="description" content="Welcome to I2P">
<title>Welcome to I2P</title>
<link rel="shortcut icon" href="favicon.ico">
</head>
<body text="#FFFFFF" bgcolor="#8764b9">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td align=center>
<img src="img/mask.png"><br>
<font face="Arial" size="6">Your I2Pd Browser is working correctly</font><br>
<font face="Arial" size="7">Welcome to Invisible Internet</font>
<br><br><br>
<a href="http://102chan.i2p/" target="_blank" title="Имиджборда 102chan"><img src="img/102button.gif" alt="102chan.i2p"></a>
<a href="http://333.i2p/" target="_blank" title="Форум, посвященный разработке и поддержке i2pd"><img src="img/333.gif" width="88px" height="31px" alt="333.i2p"></a>
<a href="http://inr.i2p/" target="_blank" title="Поиск и регистрация адресов в зоне I2P"><img src="img/inr.png" alt="inr.i2p"></a>
<a href="http://flibusta.i2p/" target="_blank" title="Флибуста - книжное братство"><img src="img/flibusta.gif" width="88px" height="31px" alt="flibusta.i2p"></a>
<a href="http://hashshop.i2p/" target="_blank" title="HashShop - Скачать торренты бесплатно без СМС"><img src="img/hashshop.gif" alt="hashshop.i2p"></a>
<a href="http://lifebox.i2p/" target="_blank" title="Социальная сеть LifeBOX"><img src="img/lifebox.png" width="88px" height="31px" alt="lifebox.i2p"></a>
<br>
<a href="http://onelon.i2p/" target="_blank" title="#onelon - анонимные блоги без цензуры"><img src="img/onelon.png" alt="onelon.i2p"></a>
<a href="http://pizdabol.i2p/" target="_blank" title="Профессиональный эксперт (18+)"><img src="img/pizdabol.gif" width="88px" height="31px" alt="pizdabol.i2p"></a>
<a href="http://ptt.i2p/" target="_blank" title="Открытый торрент-трекер для анонимного использования"><img src="img/ptt.png" width="88px" height="31px" alt="ptt.i2p"></a>
<a href="http://r4sas.i2p/" target="_blank" title="Сервисы, работающие на I2Pd"><img src="img/r4sas.png" width="88px" height="31px" alt="r4sas.i2p"></a>
<a href="http://fsoc.i2p/" target="_blank" title="Социальная сеть FSOC"><img src="img/fsoc.png" width="88px" height="31px" alt="fsoc.i2p"></a>
<!-- <?php // disabled
$f=fopen("stat.dat","a+");
flock($f,LOCK_EX);
$count=fread($f,100);
if (!isset($_COOKIE['i2pdvis'])){
@$count++;
ftruncate($f,0);
fwrite($f,$count);
fflush($f);
}
setcookie("i2pdvis", "true", time() + 1*3600, "/");
flock($f,LOCK_UN);
fclose($f);
echo("<br><br><br><font face='Arial' size='3'>Visits: " .$count. "</font>");
?> -->
</td>
</tr>
</table>
</body>
</html>