-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.php
63 lines (39 loc) · 2.12 KB
/
search.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
54
55
56
57
58
59
60
61
62
<?php
header ('Content-type: text/html; charset=iso-8859-1');
?>
<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><?php
$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><br><br><br><br><br><br><br><br><center><h2>Escribe las palabras de búsqueda en el siguiente formulario:</h2><br>
<form action="http://www.google.es" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="partner-pub-3127001584654799:3370663284" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="55" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("elements", "1", {packages: "transliteration"});</script>
<script type="text/javascript" src="http://www.google.com/cse/t13n?form=cse-search-box&t13n_langs=es"></script>
<br>Si deseas utilizar el antiguo motor de búsqueda pulsa <a href="./index.php?action=search">aquí</a></p>
</body>
</html>
<!--
-->
</body>
</html>
<!--
-->