-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathandroid.php
54 lines (31 loc) · 1.84 KB
/
android.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html>
<head>
<title>Club Celica España - Buscar</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="./Themes/MegaPolis/style.css" type="text/css">
</head>
<body><?
$imagenes[0]='./Themes/MegaPolis/images/logo.png';
$imagenes[1]='./Themes/MegaPolis/images/logo_2.webp';
/*Definir numero maximo*/
$i=rand(0,1);
echo '<table cellpadding="0" cellspacing="0" width="100%" style="border-bottom: 1px solid #060000;">
<tr align="center">
<td><img src="'.$imagenes[$i].'" align="center"></td></tr></table>';
?>
<p><br><center><h1>Bienvenido a Club Celica España para Android</h1><h2><br><br>Escoge entre las siguientes opciones:<br><br>
<a href="./index.php?action=unread" target="_blank">Últimos temas no leídos desde la última visita</a><br><br>
<a href="./index.php?action=unreadreplies" target="_blank">Mostrar nuevas respuestas a tus mensajes</a><br><br>
<a href="./index.php?action=pm" target="_blank">Mensajes Privados</a><br><br>
<a href="./index.php?action=profile" target="_blank">Mi Perfil</a><br><br>
<a href="./search.php" target="_blank">Buscar</a><br><br>
<a href="." target="_blank">Índice del Foro</a><br><br>
</p>
</body>
</html>
<!--
-->
</body>
</html>
<!--
-->