Articulos PHP
Octubre 07, 2008, 11:51:06 *
Bienvenido(a), Visitante. Por favor, ingresa o regístrate.

Ingresar con nombre de usuario, contraseña y duración de la sesión
Noticias: Canciones Traducidas - Daforos.com - Fondos Gratis - Portatiles - Hosting - - Recursos Gratuitos Webmaster - elhacker dragonjar - sexo gratis - letras de canciones - Trucos Gratis - Juegos Gratis - Sexe gratuit - Juegos De Coche - porno - Start - Page0 - Page1 - Page2 - Page3 - Page4 - Page5 - Page6 - Page7 - Page8 - Page9 - Page10Page11 - Page12 - Page13 - Page14 - Page15 - Page16 - Page17 - Page18 - Page19 - Page20Page21 - Page22 - Page23 - Page24 - Page25 - Page26 - Page27 - Page28 - Page29 -

Páginas: 1   Ir Abajo
  Imprimir  
Autor Tema: Tetris  (Leído 1261 veces)
administrador
Administrator
Hero Member
*****
Desconectado Desconectado

Mensajes: 16726


Ver Perfil
« : Septiembre 16, 2004, 04:04:53 »

<HTML>
<HEAD>
<TITLE>Formtris - HTML  Form Tetris Online</TITLE>
<META NAME="Description" CONTENT="Formtris - HTML forms (Radios, Checkboxes) free Tetris online game">
<META NAME="resource-type" CONTENT="document">
<meta name="robots" content="index,follow">
<META HTTP-EQUIV="author" CONTENT="Alexander Gogava">
<META HTTP-EQUIV="distribution" CONTENT="Global">
<META HTTP-EQUIV="keywords" CONTENT="JavaScript, HTML, forms, Games, Game, free, Tetris, online, freeware, tetris online, online tetris">
<p align="center">TETRIS
<SCRIPT LANGUAGE="JavaScript" SRC='triali.js'></SCRIPT>

<SCRIPT LANGUAGE="JavaScript">
<!--
/*

Formtris (HTML Form Tetris)

Game idea by Alexey Pajitnov.

Script by Alexander Gogava. 2000-2001.

alex@argosoft.com

Para ver los enlaces debes ser usuario Crear Usuario o Hacer Sesion

You can customize the licensed version of this Software for Your Web Site, but please do not remove links and copyrights.

*/

var t=''; t1=''; qul=0;  xazi=0; done=1; sackisidone=1;
var sur=true, suruch='white'; ldd=false;
var shemdegi; best=0; dav=false;
var m1=0; m2=0; m3=0; m4=0; xazidoneze=10; qulebi=0;
var n1=0; n2=0; n3=0; n4=0;

var dro, dro2;
var strt=false; gacherdi=false;
var i=0; j=0; l=0;
var shua=560; shuabiji=50; shuavardna=20;
var qvebi = new Array();
var ferebi = new Array('white','magenta','red','gray','blue','green','gold','coral');

var tx='Formtris  (JavaScript Form Tetris) \n Game idea by Alexey Pajitnov. \n Script by Alexander Gogava. 2000. \n alex@argosoft.com \n
Para ver los enlaces debes ser usuario Crear Usuario o Hacer Sesion \n\n Click Start \n Use Numeric keys and SpaceBar to Play.\n 4 - Move left; \n 5 - Rotate right; 8 - Rotate left; \n 6 - Move right; \n 0,2,Space - Drop Down; \n 1 - Left and Drop Down; 3 - Right and Drop Down; \n Use RadioButtons "ChackBox" and "Radio" to select type of elements \n Use Radiobuttons "Color" / "BW" to switch Color / Black and White variants';

function extract(val)
{
if ((endOfCookie=document.cookie.indexOf(';',val))==-1)
{
endOfCookie=document.cookie.length;
}
return unescape(document.cookie.substring(val, endOfCookie));
}

function read(names)
{
var number=document.cookie.length;
var len=names.length;
var u=0;
var v;
while (u<=number)
{
v=u+len;
if (document.cookie.substring(u, v)==names)
return (extract(v));
u=document.cookie.indexOf(' ', u)+1;
if (u==0) break;
}
return (null);
}

shuadidi=shua;

coo=read('typebest=');
if ((coo == null)||(coo == 'ra'))
{typof='ra'}
else
{typof='ch'};

coo=read('colobest=');
if ((coo == null)||(coo == 'co'))
{colof='co'}
else
{colof='bw'};

coo=read('robest=');
if (coo == null)
{i20=22}
else
{i20=parseInt(coo)};

coo=read('cobest=');
if (coo == null)
{j10=11}
else
{j10=parseInt(coo)};

i19=i20-1; j9=j10-1; ij200=i20*j10;
En línea
administrador
Administrator
Hero Member
*****
Desconectado Desconectado

Mensajes: 16726


Ver Perfil
« Respuesta #1 : Septiembre 16, 2004, 04:05:30 »

for (l=1; l<=ij200; l++)
{
qvebi[l]=0;
}

if (dro != null)clearTimeout(dro);
if (dro2 != null)clearTimeout(dro2);
rocadroa2();

function daicke()
{
if((strt == false)&&(ldd))
{
sackisidone=1; done=1;
for (i=0; i<=9; i++)
{
if (document.forms[1].elements['doneairchie'].options.selected)
{
sackisidone=document.forms[1].elements['doneairchie'].options.text;
done=sackisidone;
qulebi=0;
for (j=1; j<=done; j++)
{
qulebi=qulebi+j*j*xazidoneze;
}
document.forms[1].elements[2].value='Level: '+done;
break;
}
}
var coo;
ricxvi();
achveneshemdegi();
for (l=1; l<=ij200; l++)
{
qvebi[l]=0;
document.forms[3].elements[l-1].checked=false;
if(colof == 'co')document.forms[3].elements[l-1].style.background=suruch;
}
strt=true;
gacherdi=false;
qul=0; xazi=0;
cooknam='trbest'+i20+j10+'=';
coo=read(cooknam);
if (coo==null)
{best=0; nam=sax; st='0'}
else
{
k1=coo.indexOf('['); k3=k1+1; k4=coo.indexOf(']')-k1-1; k6=coo.length;
st=coo.substring(k3,k6); st=st.substring(0,k4);
best=parseInt(st);
nam=coo.substring(0,k1);
}
shua=shuadidi-shuabiji*done;
if (best==0)
document.forms[1].elements[0].value='Use Numeric keys!'
else
document.forms[1].elements[0].value=' Score: 0.  '+nam+': '+best;
axaliqva();
if (dro != null)clearTimeout(dro);
rocadroa();
}
}

function ricxvi()
{
a=7*Math.random();
shemdegi=Math.ceil(a);
}

function bolos()
{
var cook;
var todayDate=new Date();
strt=false;
with (document)
{
if (qul>best)
{
best=qul;
todayDate.setDate(todayDate.getDate()+30);
st2=prompt('Congratulations! Enter Your Name:',nam); nam=st2;
cooknam='trbest'+i20+j10+'=';
cookie=cooknam+nam+'['+best+']'+'; expires='+todayDate.toGMTString()+';';
forms[1].elements[0].value='Congratulations '+nam+'!';
}
else
{
forms[1].elements[0].value='Result: '+qul+'. '+nam+': '+best;
}
with(document.forms[0])
{
val=3*j10-1;
for (i=0; i<=val; i++)
{
elements.checked = false;
if(colof == 'co')elements.style.background=suruch;
}
}
}
document.forms[2].elements[0].focus();
}

function rad(typ)
{
typof=typ;
todayDate=new Date();
todayDate.setDate(todayDate.getDate()+30);
document.cookie='typebest='+typof+'; expires='+todayDate.toGMTString()+';';
document.location=document.location.href;
}

function rad2(col)
{
colof=col;
todayDate=new Date();
todayDate.setDate(todayDate.getDate()+30);
document.cookie='colobest='+colof+'; expires='+todayDate.toGMTString()+';';
document.location=document.location.href;
}

function rowsclick()
{
for (i=0; i<=3; i++)
{
if (document.forms[1].elements['rowsairchie'].options.selected)
{
i20=document.forms[1].elements['rowsairchie'].options.text;
todayDate=new Date();
todayDate.setDate(todayDate.getDate()+30);
document.cookie='robest='+i20+'; expires='+todayDate.toGMTString()+';';
break;
}
}
document.location=document.location.href;
}

function columnsclick()
{
for (i=0; i<=3; i++)
{
if (document.forms[1].elements['columnsairchie'].options.selected)
{
j10=document.forms[1].elements['columnsairchie'].options.text;
todayDate=new Date();
todayDate.setDate(todayDate.getDate()+30);
document.cookie='cobest='+j10+'; expires='+todayDate.toGMTString()+';';
break;
}
}
document.location=document.location.href;
}

function axaliqva()
{
shua=shuadidi-shuabiji*done;
sh=shemdegi;
sur=ferebi[sh];
if (sh == 1)
{i1=1; j1=5; i2=1; j2=6; i3=2; j3=5; i4=3; j4=5;}
else
if (sh == 2)
{i1=1; j1=5; i2=1; j2=4; i3=2; j3=5; i4=3; j4=5;}
else
if (sh == 3)
{i1=2; j1=5; i2=2; j2=4; i3=1; j3=5; i4=3; j4=5;}
else
if (sh == 4)
{i1=2; j1=5; i2=2; j2=6; i3=1; j3=6; i4=3; j4=5;}
else
if (sh == 5)
{i1=2; j1=5; i2=2; j2=4; i3=1; j3=4; i4=3; j4=5;}
else
if (sh == 6)
{i1=1; j1=5; i2=1; j2=4; i3=1; j3=6; i4=1; j4=7; sh=27;}
else
if (sh == 7)
{i1=2; j1=5; i2=2; j2=6; i3=1; j3=6; i4=1; j4=5;};
if ((qvebi[i1,j1] == 29)||(qvebi[i2,j2] == 29)||(qvebi[i3,j3] == 29)||(qvebi[i4,j4] == 29))
{
bolos();
}
else
{
axali(i1,j1,sur,sh);
axali(i2,j2,sur,sh);
axali(i3,j3,sur,sh);
axali(i4,j4,sur,sh);
}
}

function axalish(ii,jj,ff)
{
l=(ii-1)*j10+jj;
document.forms[0].elements[l-1].checked = true;
if(colof == 'co')document.forms[0].elements[l-1].style.background = ferebi[ff];
}

function axali(ii,jj,fil,ss)
{
l=(ii-1)*j10+jj;
if(qvebi[l] != ss)
{
qvebi[l]=ss;
with(document.forms[3].elements[l-1])
{
checked =(!(fil == suruch));
if(colof == 'co')style.background=fil;
}
}
}

function davardna()
{
dav=false;
for (k=1; k <=4; k++)
{
for (i=i20; i >= 1; i--)
{
n1=0;
for (j=1; j <= j10; j++)
{
l=(i-1)*j10+j;
if (qvebi[l] == 29) n1++
}
if (n1 == j10)
{
for (i1=i; i1>=2; i1--)
{
for (j1=1; j1 <= j10; j1++)
{
l=(i1-1)*j10+j1;
if(qvebi[l] != qvebi[l-j10])
{
l1=l-1;
qvebi[l]=qvebi[l-j10];
with(document.forms[3])
{
elements[l1].checked=elements[l1-j10].checked;
if(colof == 'co')elements[l1].style.background=elements[l1-j10].style.background;
}
}
}
}
dav=true;
xazi++
qul=qul+done*done;
if ((qul >= qulebi)&&(done < 10))
{
xazi=0;
done++;
qulebi=0;
for (i=1; i<=done; i++)
{
qulebi=qulebi+i*i*xazidoneze;
}
}
document.forms[1].elements[2].value='Level '+done;
document.forms[1].elements[0].value='Score: '+qul+'.  '+nam+': '+best+'.';
}
if (n1 == j10) break;
}
if (n1 != j10) break;
}
}
En línea
administrador
Administrator
Hero Member
*****
Desconectado Desconectado

Mensajes: 16726


Ver Perfil
« Respuesta #2 : Septiembre 16, 2004, 04:06:06 »

function achveneshemdegi()
{
document.forms[1].elements[1].value='';
with(document.forms[0])
{
val=3*j10-1;
for (i=0; i<=val; i++)
{
elements.checked = false;
if(colof == 'co')elements.style.background=suruch;
}
}
val=shemdegi;
if (val == 1)
{i1s=1; j1s=5; i2s=1; j2s=6; i3s=2; j3s=5; i4s=3; j4s=5;}
else
if (val == 2)
{i1s=1; j1s=5; i2s=1; j2s=4; i3s=2; j3s=5; i4s=3; j4s=5;}
else
if (val == 3)
{i1s=2; j1s=5; i2s=2; j2s=4; i3s=1; j3s=5; i4s=3; j4s=5;}
else
if (val == 4)
{i1s=2; j1s=5; i2s=2; j2s=6; i3s=1; j3s=6; i4s=3; j4s=5;}
else
if (val == 5)
{i1s=2; j1s=5; i2s=2; j2s=4; i3s=1; j3s=4; i4s=3; j4s=5;}
else
if (val == 6)
{i1s=2; j1s=5; i2s=2; j2s=4; i3s=2; j3s=6; i4s=2; j4s=7;}
else
if (val == 7)
{i1s=2; j1s=5; i2s=2; j2s=6; i3s=1; j3s=6; i4s=1; j4s=5;}
axalish(i1s,j1s,val); axalish(i2s,j2s,val);
axalish(i3s,j3s,val); axalish(i4s,j4s,val);
}

function rocadroa2()
{
if ((strt == true)&&(gacherdi == false)) asoebi();
dro2 = setTimeout('rocadroa2()',25);
return true;
}

function rocadroa()
{
if ((strt == true)&&(gacherdi == false))
{
if ((i1>i19)||(i2>i19)||(i3>i19)||(i4>i19)
||(qvebi[(i1)*j10+j1] == 29)||(qvebi[(i2)*j10+j2] == 29)
||(qvebi[(i3)*j10+j3] == 29)||(qvebi[(i4)*j10+j4] == 29))
{
qvebi[(i1-1)*j10+j1]=29;
qvebi[(i2-1)*j10+j2]=29;
qvebi[(i3-1)*j10+j3]=29;
qvebi[(i4-1)*j10+j4]=29;
davardna ();
axaliqva();
if (strt)
{
ricxvi();
achveneshemdegi();
}
}
else
{
if(i1>2)
{
if(qvebi[(i1-2)*j10+j1] != sh)axali(i1,j1,suruch,0);
if(qvebi[(i2-2)*j10+j2] != sh)axali(i2,j2,suruch,0);
if(qvebi[(i3-2)*j10+j3] != sh)axali(i3,j3,suruch,0);
if(qvebi[(i4-2)*j10+j4] != sh)axali(i4,j4,suruch,0);
}
else
{
axali(i1,j1,suruch,0);
axali(i2,j2,suruch,0);
axali(i3,j3,suruch,0);
axali(i4,j4,suruch,0);
}
i1++; i2++; i3++; i4++;
axali(i1,j1,sur,sh);
axali(i2,j2,sur,sh);
axali(i3,j3,sur,sh);
axali(i4,j4,sur,sh);
}
dro = setTimeout('rocadroa()',shua);
return true;
}
}

function kiara()
{
vali=true;
if((n1<1)||(n2<1)||(n3<1)||(n4<1))vali=false;
if((n1>j10)||(n2>j10)||(n3>j10)||(n4>j10))vali=false;
if(vali)
{
if((m1<1)||(m2<1)||(m3<1)||(m4<1))vali=false;
if((m1>i20)||(m2>i20)||(m3>i20)||(m4>i20))vali=false;
}
if(vali)
{
if((qvebi[(m1-1)*j10+n1] == 29)||(qvebi[(m2-1)*j10+n2] == 29))vali=false;
if((qvebi[(m3-1)*j10+n3]== 29)||(qvebi[(m4-1)*j10+n4] == 29)) vali=false;
}
return vali;
}

function zemot()
{
self.focus();
document.forms[1].elements[0].value=' Click Start!';
if (typof=='ra')
{
document.forms[2].elements[7].checked=true;
}
else
{
document.forms[2].elements[6].checked=true;
}
if (colof=='co')
{
document.forms[2].elements[8].checked=true;
}
else
{
document.forms[2].elements[9].checked=true;
}
i=Math.round((i20-18)/2);
document.forms[1].elements['rowsairchie'].options.selected=true;
j=j10-9;
document.forms[1].elements['columnsairchie'].options[j].selected=true;
cooknam='trbest'+i20+j10+'=';
coo=read(cooknam);
ldd=true;
sax=read('abest=');
if(sax==null)sax='Anonymous';
document.forms[2].elements[0].focus();
}

function asoebi()
{
if (strt == true)
{
with (document.forms[1].elements[1])
{
blur(); t1=value; value=''; focus();
}
t1=t1.charAt(0);
if (t1 == '4') {marcxniv()}
else
if (t1 == '6') {marjvniv()}
else
if ((t1 == '2')||(t1 == '0')||(t1 == ' ')) {chavardes()}
else
if (t1 == '5') {brunva()}
else
if (t1 == '1') {marcxniv(); chavardes()}
else
if (t1 == '3') {marjvniv(); chavardes()}
else
if (t1 == '8'){brunva();brunva();brunva()}
}
}

function gachereba()
{
if (strt)
{
if (gacherdi == false)
{
gacherdi=true;
document.forms[2].elements[1].value='^Pause ';
if (dro != null)clearTimeout(dro);
}
else
{
gacherdi=false;
document.forms[2].elements[1].value=' Pause ';
dro=setTimeout('rocadroa()', shua);
}
}
}

function damtavreba()
{
if (confirm('Close Game?'))
{
window.close();
}
}

function chacera(mc)
{
for (i=1; i<=mc; i++)
{
with(document)
{
write("<TR>");
for (l=0; l<=j9; l++)
{
if (typof=='ch')
write("<TD align=center bgcolor="+suruch+"><Input Type=checkbox></TD>")
else
write("<TD align=center bgcolor="+suruch+"><Input Type=radio></TD>")
}
write("</TR>");
}
}
}

function mail()
{
document.location='mailto:alex@argosoft.com?subject=Scriptris2000'
}

function hom()
{
window.open('
Para ver los enlaces debes ser usuario Crear Usuario o Hacer Sesion');
}

function hlp()
{
alert(tx);
}

//-->
En línea
administrador
Administrator
Hero Member
*****
Desconectado Desconectado

Mensajes: 16726


Ver Perfil
« Respuesta #3 : Septiembre 16, 2004, 04:06:37 »

</SCRIPT>

</HEAD>

<BODY ONLOAD='zemot()' LINK='Black' ALINK='White' BgColor='Silver' VLINK='Black' Background='silv1.gif'>
</p>
<CENTER>
<TABLE  CellPadding=2 CellSpacing=0 border=5>
<TR>
<TD Align=center valign=top>

<Form>
<TABLE Border=0 CellPadding=0 CellSpacing=0>
 <SCRIPT LANGUAGE="JavaScript">
 <!--
 chacera (3);
 //-->
 </SCRIPT>
</TABLE>
</Form>


<FORM>
<TABLE border=0 width='100%'>
<TR>
<TD align=center colspan=2>
<INPUT TYPE='text' SIZE=29 VALUE='Please wait while loading!'>
</TD>
</TR>
<TR>
<TD><INPUT TYPE='text' SIZE=1 VALUE='Smiley'></TD>
<TD align=right><INPUT TYPE='text' SIZE=8 VALUE='level'></TD>
</TR>

<TR>
<TD>
<INPUT TYPE='text' SIZE=14 VALUE='Starting Level'>
</TD>
<TD align=right>
<SELECT NAME = 'doneairchie' style="color: black; font: 10pt verdana; width:75; background:white" onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
 <OPTION>1
 <OPTION>2
 <OPTION SELECTED>3
 <OPTION>4
 <OPTION>5
 <OPTION>6
 <OPTION>7
 <OPTION>8
 <OPTION>9
 <OPTION>10
</SELECT>
</TD>
</TR>

<TR>
<TD>
<INPUT TYPE='text' SIZE=14 VALUE='Rows'>
</TD>
<TD align=right>
<SELECT NAME = 'rowsairchie' style="color: black; font: 10pt verdana; width:75; background:white" onchange='rowsclick()' onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
<OPTION>18
<OPTION>20
<OPTION SELECTED>22
<OPTION>24
</SELECT>
</TD>
</TR>

<TR>
<TD>
<INPUT TYPE='text' SIZE=14 VALUE='Columns'>
</TD>
<TD align=right>
<SELECT NAME = 'columnsairchie' style="color: black; font: 10pt verdana; width:75; background:white" onchange='columnsclick()' onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
<OPTION>9
<OPTION>10
<OPTION SELECTED>11
<OPTION>12
</SELECT>
</TD>
</TR>

</TABLE>
</FORM>

<FORM>
<TABLE Border=0 width='100%'>
<TR>
<TD>
<Input Type='Button' Value=' Start ' onClick='daicke()' style="color: black; font: 10pt verdana; width:75; background:white" onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
</TD>
<TD Align='Right'>
<INPUT type='button' VALUE=' Pause ' ONCLICK='gachereba()' style="color: black; font: 10pt verdana; width:75; background:white" onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
</TD>
</TR>
<TR>
<TD>
<INPUT type='button' VALUE='Home'  ONCLICK='hom()' style="color: black; font: 10pt verdana; width:75; background:white" onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
</TD>
<TD Align='Right'>
<INPUT type='button' VALUE=' EMail ' ONCLICK='mail()' style="color: black; font: 10pt verdana; width:75; background:white" onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
</TD>
</TR>
<TR>
<TD>
<INPUT type='button' VALUE=' Help '  ONCLICK='hlp()' style="color: black; font: 10pt verdana; width:75; background:white" onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
</TD>
<TD Align='Right'>
<INPUT type='button' VALUE=' Close ' ONCLICK='damtavreba()' style="color: black; font: 10pt verdana; width:75; background:white" onmouseOver="javascript: this.style.color='gray'" onmouseOut="javascript: this.style.color='black'">
</TD>
</TR>
<TR>
<TD Align='Right'>
<font face=verdana size=-1>CheckBox</Font> <INPUT type='Radio' ONCLICK="rad('ch')">
</TD>
<TD Align='Right'>
<font face=verdana size=-1>Radio</Font> <INPUT type='Radio' ONCLICK="rad('ra')">
</TD>
</TR>
<TR>
<TD Align='Right'>
<font face=verdana size=-1>Color</Font> <INPUT type='Radio' ONCLICK="rad2('co')">
</TD>
<TD Align='Right'>
<font face=verdana size=-1>BW</Font> <INPUT type='Radio' ONCLICK="rad2('bw')">
</TD>
</TR>
</TABLE>
</FORM>

</TD>
<TD valign=top>
<Form>
<SCRIPT LANGUAGE="JavaScript">
<!--
document.write('<TABLE Border=0 CellPadding=0 CellSpacing=0 bgcolor=White>');
chacera (i20);
document.write('</TABLE>');
if(i20<=22)document.write('
<hr noshade>');
if(i20<=20)document.write('
<hr noshade width=75%>');
if(i20<=18)document.write('
<hr noshade width=50%>');
//-->
</SCRIPT>
</Form>
</TD>
</TR>
</TABLE>
</CENTER>
<noscript>
<h2>
This free Tetris online game requires Javascript enabled MS Internet Exsplorer 4.0 or newer.


<a href='
Para ver los enlaces debes ser usuario Crear Usuario o Hacer Sesion'>Online games[/url]
</h2></noscript>
</BODY>
</HTML>


En línea
Páginas: 1   Ir Arriba
  Imprimir  
 
Ir a:  

Mas buscadas: apuntes audio belleza bolsa cancer carpet carrera casas computadora credito cross curso informatica divx dolar drivers e mule economia explorer grafica hardware higiene industria industrial informatica internet libros linux mantenimiento manuales media medicina nutricion online paginas web politica posicionamiento programacion red red alert salud seguro seo software tecnologia trucos windows universidad venta video web windows winrar

UseBB Port by Gaia Modified & Upgraded by Croco Articulos PHP | Impulsado por SMF 1.1.6.
© 2005, Simple Machines LLC. Todos los Derechos Reservados.

Página creada en 0.454 segundos con 19 consultas.