-
Notifications
You must be signed in to change notification settings - Fork 1
/
fieston.asp
executable file
·215 lines (142 loc) · 5.45 KB
/
fieston.asp
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="Connections/gazzabazza.asp" -->
<%
Function RandomNumberImagen(inicio, fin)
Randomize time
RandomNumberImagen = Int((fin - inicio + 1) * Rnd + inicio)
End Function
%>
<%
Function RandomNumberTexto(inicio, fin)
Randomize
RandomNumberTexto = Int(((fin - inicio + 1) * Rnd) + inicio)
End Function
%>
<%
Dim rsTexto_var
Dim rsTexto_var_numRows
Set rsTexto_var = Server.CreateObject("ADODB.Recordset")
rsTexto_var.ActiveConnection = MM_gazzabazza_STRING
rsTexto_var.Source = "SELECT MAX(id) FROM texto"
rsTexto_var.CursorType = 0
rsTexto_var.CursorLocation = 2
rsTexto_var.LockType = 1
rsTexto_var.Open()
rsTexto_var_numRows = 0
%>
<%
Dim rsImages_var
Dim rsImages_var_numRows
Set rsImages_var = Server.CreateObject("ADODB.Recordset")
rsImages_var.ActiveConnection = MM_gazzabazza_STRING
rsImages_var.Source = "SELECT MAX(id) FROM imagenes"
rsImages_var.CursorType = 0
rsImages_var.CursorLocation = 2
rsImages_var.LockType = 1
rsImages_var.Open()
rsImages_var_numRows = 0
%>
<%
Dim rImagen
Dim rImagen_numRows
Set rImagen = Server.CreateObject("ADODB.Recordset")
rImagen.ActiveConnection = MM_gazzabazza_STRING
rImagen.Source = "SELECT imagen FROM imagenes WHERE id = "& RandomNumberImagen(1,(rsImages_var.Fields.Item("Expr1000").Value)) &" "
rImagen.CursorType = 0
rImagen.CursorLocation = 2
rImagen.LockType = 1
rImagen.Open()
rImagen_numRows = 0
%>
<%
Dim rTexto
Dim rTexto_numRows
Set rTexto = Server.CreateObject("ADODB.Recordset")
rTexto.ActiveConnection = MM_gazzabazza_STRING
rTexto.Source = "SELECT * FROM texto WHERE id = "& RandomNumberTexto(1,(rsTexto_var.Fields.Item("Expr1000").Value) )&""
rTexto.CursorType = 0
rTexto.CursorLocation = 2
rTexto.LockType = 1
rTexto.Open()
rTexto_numRows = 0
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="icon" href="icon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="icon.ico" type="image/x-icon" />
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.7)">
<META HTTP-EQUIV="Refresh" CONTENT="5">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="La razón nos limita, el azar es INFINITO. Es él quien nos descubrirá los sentidos ocultos, los sabores desconocidos, los placeres anónimos que esconden las imágenes cotidianas. Sus significados son múltiples y extraños, y es aquí, cuando definitivamente, encontrarás la llave." />
<meta name="verify-v1" content="x8SGvOjKSa0+DPztRByBbbPpVCD4J7mANcCQIn/48SY=" />
<title>Gazza & Bazza ::: Randomness Rules Our Lives</title>
<link href="css_randomness/gazzabazza3.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
</head>
<body onLoad="MM_preloadImages('images_randomness/logitin.jpg')">
<form method="post" action="">
<div class="container">
<div class="profoto">
<div align="center"><img src="img/<%=(rImagen.Fields.Item("imagen").Value)%>" align="middle" />
</div>
<div class="cadre">
<span class="texto" id="texto" valign="top">
<br>
<%response.Write((rTexto.Fields.Item("ideas").Value))%>
<br>
</span>
</div>
</div>
<div class="recontainer">
<div class="boton" align="center">
<div class="contact" align="center">
<div align="center">
<p><span class="linkcontact"><img src="images_randomness/logitin.jpg" alt="I Want More!" width="63" height="38" border="0" align="absmiddle" class="ostiaputa" title="I Want More!"></span> <br>
<span class="linkcontact"> </span>
<strong><span class="barre"><font size="2">©</font></span><span class="linkcontact"></span> - El Azar Manda en Nuestras Vidas</strong><span class="barre"><br>
</span><span class="linkcontact"><br>
</span> </p>
</div>
</div>
</div>
<!-- <div align="center"><font color="#FFFFFF" style="font-size:3px; font:Verdana, Arial, Helvetica, sans-serif; ">texto:<%=(rsTexto_var.Fields.Item("Expr1000").Value)%> | photos: <%=(rsImages_var.Fields.Item("Expr1000").Value)%></font> -->
</div>
</div>
</form>
<script language="JavaScript">
var pagetitle = document.title;
var scriptlocation = "gbstats/track.asp";
var pagedata = 'mtpt=' + escape(pagetitle) + '&mtr=' + escape(document.referrer) + '&mtt=2&mts=' + window.screen.width + 'x' + window.screen.height + '&mti=1&mtz=' + Math.random();
document.write ('<img height=1 width=1 ');
document.write ('src="' + scriptlocation + '?' + pagedata + '">');
</script>
<noscript>
<img src="gbstats/track.asp?mtt=2&mti=1" border=0>
</noscript>
</body>
</html>
<%
rImagen.Close()
Set rImagen = Nothing
%>
<%
rTexto.Close()
Set rTexto = Nothing
%>
<%
rsImages_var.Close()
Set rsImages_var = Nothing
%>
<%
rsTexto_var.Close()
Set rsTexto_var = Nothing
%>