Utilidad-PWG
Inicio
Quiénes Somos
.::::Usuario::::.
Contactanos
Colabora!
Tu lista top
Afiliate!!
Informate de todo
Aloja tu flash
Aloja tu imagen
Nuestro Foro-Chat
.::::Utilidades::::.
Intros
Botones intros
Plantillas
Punteros
Fondos
Separadores
Foro-Chat
Generadores
Scripts
Radio
Contador de visitas
Relojes
Buscadores
Calendarios
Descargar Photoshop 7
.::::Tutoriales::::.
Como darte de alta
Intro Personalizado
Colocar boton Entrar
Tu web en construcción?
Centrar tu web
Imagen en box
Formulario de registro
Has tu propia plantilla
Colocar codigo plantilla
Extras en box derecho
Titulo en movimiento
Subir imagen en pwg
Lo Basico De Pwg
Extras pwg
.::::Extras::::.
Deja tu link
Curso HTML
Curso PHP
.::::Pwg::::.
Reglas
Consejos
Scripts
Scripts
Cajita de texto normal
Tu texto aquí
para crear tu cajita de texto introduce el siguiente codigo en cualquier parte de tu web:
<textarea>Tu texto aqui</textarea>
Bloquear clic derecho
Bloquear la seleccion del contenido de la pagina
Alerta al usar clic derecho
Bloquea el boton derecho y además te penaliza con 10 clics
Redireccionar web
HTTP-EQUIV="Refresh" CONTENT="0;URL=http://www.tupagina.com" />
Tranformar cursor en mira
<style type="text/css"> <!-- body { cursor: crosshair} --> </style>
Poner fecha en tu sitio
<script language="JavaScript"> <!-- mydate = new Date(); myday = mydate.getDay(); mymonth = mydate.getMonth(); myweekday= mydate.getDate(); weekday= myweekday; if(myday == 0) day = " Domingo, " else if(myday == 1) day = " Lunes, " else if(myday == 2) day = " Martes, " else if(myday == 3) day = " Miércoles, " else if(myday == 4) day = " Jueves, " else if(myday == 5) day = " Viernes, " else if(myday == 6) day = " Sábado, " if(mymonth == 0) month = "Enero " else if(mymonth ==1) month = "Febrero " else if(mymonth ==2) month = "Marzo " else if(mymonth ==3) month = "Abril " else if(mymonth ==4) month = "Mayo " else if(mymonth ==5) month = "Junio " else if(mymonth ==6) month = "Julio " else if(mymonth ==7) month = "Agosto " else if(mymonth ==8) month = "Setiembre " else if(mymonth ==9) month = "Octubre " else if(mymonth ==10) month = "Noviembre " else if(mymonth ==11) month = "Diciembre " document.write("<font face=arial, size=1>"+ day); document.write(myweekday+" de "+month+ "</font>"); // --> </script>
Agregar a favoritos
<a href="javascript:window.external.AddFavorite('http://www.pauluk.8k.com', 'Pauluk Computacion')"><small><font size="1"> Agregar a favoritos</font></small></a
Quitar lineas de link
<Head> <style> <!--//A:link {text-decoration: none;}A:visited {text-decoration: none;}//--> </style> </Head>
Reloj que sige al cursor
><SCRIPT language=JavaScript> dCol='0000FF';//date colour. fCol='FF00FF';//face colour. sCol='00CC00';//seconds colour. mCol='FF0000';//minutes colour. hCol='FF0000';//hours colour. ClockHeight=30; ClockWidth=30; ClockFromMouseY=0; ClockFromMouseX=100; //Alter nothing below! Alignments will be lost! d=new Array("DOMINGO","LUNES","MARTES","MIERCOLES","JUEVES","VIERNES","SABADO"); m=new Array("ENERO","FEBRERO","MARZO","ABRIL","MAYO","JUNIO","JULIO","AGOSTO","SEPTIEMBRE","OCTUBRE","NOVIEMBRE","DICIEMBRE"); date=new Date(); day=date.getDate(); year=date.getYear(); if (year < 2000) year=year+1900; TodaysDate=" "+d[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year; D=TodaysDate.split(''); H='...'; H=H.split(''); M='....'; M=M.split(''); S='.....'; S=S.split(''); Face='1 2 3 4 5 6 7 8 9 10 11 12'; font='Arial'; size=1; speed=0.6; ns=(document.layers); ie=(document.all); Face=Face.split(' '); n=Face.length; a=size*10; ymouse=0; xmouse=0; scrll=0; props="<font face="+font+" size="+size+" color="+fCol+"><B>"; props2="<font face="+font+" size="+size+" color="+dCol+"><B>"; Split=360/n; Dsplit=360/D.length; HandHeight=ClockHeight/4.5 HandWidth=ClockWidth/4.5 HandY=-7; HandX=-2.5; scrll=0; step=0.06; currStep=0; y=new Array();x=new Array();Y=new Array();X=new Array(); for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0} Dy=new Array();Dx=new Array();DY=new Array();DX=new Array(); for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0} if (ns){ for (i=0; i < D.length; i++) document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D[i]+'</font></center></layer>'); for (i=0; i < n; i++) document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face[i]+'</font></center></layer>'); for (i=0; i < S.length; i++) document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S[i]+'</b></center></font></layer>'); for (i=0; i < M.length; i++) document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+mCol+'><center><b>'+M[i]+'</b></center></font></layer>'); for (i=0; i < H.length; i++) document.write('<layer name=nsHours'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+hCol+'><center><b>'+H[i]+'</b></center></font></layer>'); } if (ie){ document.write('<div id="Od" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < D.length; i++) document.write('<div id="ieDate" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props2+D[i]+'</B></font></div>'); document.write('</div></div>'); document.write('<div id="Of" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < n; i++) document.write('<div id="ieFace" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+Face[i]+'</B></font></div>'); document.write('</div></div>'); document.write('<div id="Oh" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < H.length; i++) document.write('<div id="ieHours" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H[i]+'</div>'); document.write('</div></div>'); document.write('<div id="Om" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < M.length; i++) document.write('<div id="ieMinutes" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M[i]+'</div>'); document.write('</div></div>') document.write('<div id="Os" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < S.length; i++) document.write('<div id="ieSeconds" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S[i]+'</div>'); document.write('</div></div>') } (ns)?window.captureEvents(Event.MOUSEMOVE):0; function Mouse(evnt){ ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY; xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX; } (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse; function ClockAndAssign(){ time = new Date (); secs = time.getSeconds(); sec = -1.57 + Math.PI * secs/30; mins = time.getMinutes(); min = -1.57 + Math.PI * mins/30; hr = time.getHours(); hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360; if (ie){ Od.style.top=window.document.body.scrollTop; Of.style.top=window.document.body.scrollTop; Oh.style.top=window.document.body.scrollTop; Om.style.top=window.document.body.scrollTop; Os.style.top=window.document.body.scrollTop; } for (i=0; i < n; i++){ var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style; F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll; F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180); } for (i=0; i < H.length; i++){ var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style; HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll; HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs); } for (i=0; i < M.length; i++){ var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style; ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll; ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min); } for (i=0; i < S.length; i++){ var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style; SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll; SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec); } for (i=0; i < D.length; i++){ var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style; DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll; DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180); } currStep-=step; } function Delay(){ scrll=(ns)?window.pageYOffset:0; Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed); Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed); for (i=1; i < D.length; i++){ Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed); Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed); } y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed); x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed); for (i=1; i < n; i++){ y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed); x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed); } ClockAndAssign(); setTimeout('Delay()',20); } if (ns||ie)window.onload=Delay; </SCRIPT>
Flash earth
<br /> <div align="center"><strong>Flash Earth</strong></div> <embed width="520" height="420" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.flashearth.com/flash_earth.swf" play="true" loop="true" menu="true"></embed><br /> <font face="Tahoma"><br /> Flash Earth es una aplicación en flash, que permite ver todo el mundo, con la calidad de los mejores satelites. Permite no solo usar los satelites de Google Earth, sino también de muchos otros institutos especializados.<br /> <br /> <strong>Instrucciones<br /> <br /> *Iniciar. </strong>Al iniciar te aparecerá un recuadro, haz clic donde dice "Flash Earth" o en el texto e inicia.<br /> <strong><br /> *Navegar. </strong>Puedes moverte dentro del mapa con los cursores (flechas del teclado) o haciendo clic en el mapa y arrastrandolo.<br /> <strong><br /> *Acercarse, alejarse. </strong>Solo mueve arroba o abajo el control derecho, entre mas arriba este, será mas cerca. ¡Animate e intenta buscar tu casa!<br /> <br /> <strong>*Cambiar satelite</strong>. En el panel derecho, haz clic en el que mas te agrade, cada uno de estos, es diferente a diferentes alturas.<br /> <br /> <strong>*Girar el mapa</strong>. Solo haz clic en la rosa de los vientos y girala, veráz como el mapa también gira.<br /> <br /> <strong>*Buscar un lugar.</strong> Tan solo haz clic en la caja de busqueda que dice, "search location" y escribe el lugar a donde quieres ir.<br /> <br /> <strong>*Saber tus coordenadas.</strong> Una vez que hayas encontrado el lugar que desees, revisa en la caja de busqueda tu altitud y longitus, así sabrás exáctamente donde estás.<br /> </font><FCK:hr width="100%" size="2" /> <div align="center"><strong>Gracias por visitarnos</strong></div>
El clima
<div align="center"><font face="Tahoma"><strong>Clima</strong></font><br /> <embed width="520" height="400" menu="true" loop="true" play="true" src="http://weather.eu.msn.com/f5/loader19.swf?mode=world&lang=ES_MX&continent=NorthAmerica&MXtype=m" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed><br /> <br /> <div align="left"><strong><font face="Tahoma">Un clima muy fácil de usar.<br /> </font></strong><font face="Tahoma">Este es un flash del clima mundial muy preciso, este utiliza la tecnología de Foreca para brindar el clima mundial con tan solo algunos cuantos clic al programa.<br /> <br /> <strong>Instrucciones.<br /> </strong>Generalmente el programa se inicia en México, si vives ahí solo haz clic en la sección de México a la que perteneces y luego a tu ciudad.<br /> <br /> En caso de vivir en cualquier otra parte del mundo basta con oprimir el mapa que se encuentra arriba del logo de Foreca, en la esquina inferior izquierda del programa; así irás a América del Norta, si haces clic una vez más te aparecerá un mapa mundial, haz clic en la parte del mundo en que vives y despues en tu sección del lugar, yasí sucesivamente.</font></div> </div>
Chat
<strong>Aqui esta un chat online, podrán habla con muchas personas.</strong><br /> <embed width="540" height="400" align="middle" src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" bgcolor="#ffffff" name="chat" flashvars="id=11805665&gn=ultralatinos" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.xat.com/update_flash.shtml"></embed> <small><a target="_BLANK" href="http://xatech.com/chat/room/11423374/" _fcksavedurl="http://xatech.com/chat/room/11423374/"><br /> </a></small> <div><br /> <font size="3" face="Tahoma"><strong>Notas:</strong><br /> La página no se hace responsable del conenido del chat.</font></div> <p> </p> <span style="font-weight: bold;" class="Title"> <p> </p> </span>
Fondo de pantallla
<body background="AQUÍ COLOCA LA URL DE FONDO">
Musica de fondo
<div align="center"><embed src="URL DE LA PISTA" height="" type="text/plain; charset=UTF-8"></embed></div>
Agregar a inicio
<!-- Codigo para pagina e inicio --> <a href="#" _fcksavedurl="#" _fcksavedurl="#" onClick_fckprotectedatt_fckprotectedatt=" onClick_fckprotectedatt=" onClick=""this.style.behavior='url(#default#homepage)';this.setHomePage('http://codesweb.es.tl');return false"">Hacer pagina de inicio</a> <!-- Fin del codigo -->
Tabla de colores
<iframe name="window" src="http://paneles.impresionesweb.com/webmasters/colores.htm" width="500" height="350" marginwidth="0" scrolling="yes" frameborder="0"></iframe>
Saludo al visitante segun la hora del dia
<Font size=2 face=arial><b> <Script Language="JavaScript"> <!-- today = new Date() if(today.getMinutes() < 10){ pad = "0"} else pad = ""; document.write ;if((today.getHours() >=6) && (today.getHours() <=9)){ document.write("¡Buen día!") } if((today.getHours() >=10) && (today.getHours() <=11)){ document.write("¡Buen día!") } if((today.getHours() >=12) && (today.getHours() <=19)){ document.write("¡Buenas tardes!") } if((today.getHours() >=20) && (today.getHours() <=23)){ document.write("¡Buenas noches!") } if((today.getHours() >=0) && (today.getHours() <=3)){ document.write("¡Buenas noches!") } if((today.getHours() >=4) && (today.getHours() <=5)){ document.write("¡Buenas noches!") } // --> </script> </b></font>
Traductor de textos y web
<script type="text/javascript" charset="UTF-8" language="JavaScript1.2" src="http://es.babelfish.yahoo.com/free_trans_service/babelfish1.js"></script> <noscript><a href="http://es.babelfish.yahoo.com">Yahoo! Babel Fish</a></noscript>
Traductor de web
<script type="text/javascript" charset="UTF-8" language="JavaScript1.2" src="http://es.babelfish.yahoo.com/free_trans_service/babelfish2.js?from_lang=es®ion=es"></script>
Reloj con la hora local y mundial
<!-- Relojes Gratis www.creatupropiaweb.com --> <iframe src="http://www.creatupropiaweb.com/recursos/relojes/reloj_8.htm" width="134" height="202" marginwidth="0" marginheight="0" frameborder="no" scrolling="no" allowtransparency="true"></iframe>
Calendario
<!---- Inicio Código Calendario www.Crea tu propia Web.com ----><center><table border="0" cellpadding="0" cellspacing="0" width="163" height="300" background="http://www.creatupropiaweb.com/recursos/calendarios/cal_1.gif"> <tr> <td> <p align="center"><br> <br><br><br><br> <script language="JavaScript"> <!-- Begin var now = new Date(); var month_array = new Array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"); document.write("<form name=date_list><table bgcolor=BLACK><tr><td>"); document.write("<select name=month onchange=change_month(this.options.selectedIndex)>"); for(i=0;i<month_array.length;i++) { if (now.getMonth() != i) {document.write ("<option value="+i+">"+month_array[i]);} else {document.write ("<option value="+i+" selected>"+month_array[i]);} } document.write("</select>"); document.write("</td><td>"); document.write ("<select name=year onchange=change_year(this.options[this.options.selectedIndex])>"); for(i=2007;i<3000;i++) { if (now.getYear() != i) {document.write("<option value="+i+">"+i);} else {document.write("<option value="+i+" selected>"+i);} } document.write("</select></td></tr><tr><td colspan=2><center>"); document.write("<table bgcolor=BLACK border=0 cellspacing = 0 cellpading = 0 width=151><tr bgcolor=BLACK align=center>"); document.write("<td><font color=WHITE>L</font></td><td><font color=WHITE>M</td><td><font color=WHITE>Mi</td><td><font color=WHITE>J</td><td><font color=WHITE>V</td><td ><font color=WHITE>S</td><td ><font color=RED>D</td>"); document.write("</tr><tr>"); for(j=0;j<6;j++) { for(i=0;i<7;i++) { document.write("<td align=center id=d"+i+"r"+j+"></td>") } document.write("</tr>"); } document.write("</table>"); document.write("</center></from></td></tr></table>"); var show_date = new Date(); function set_cal(show_date) { begin_day = new Date (show_date.getYear(),show_date.getMonth(),1); begin_day_date = begin_day.getDay(); end_day = new Date (show_date.getYear(),show_date.getMonth()+1,1); count_day = (end_day - begin_day)/1000/60/60/24; input_table(begin_day_date,count_day); } set_cal(show_date); function input_table(begin,count) { init(); j=0; if (begin!=0){i=begin-1;}else{i=6} for (c=1;c<count+1;c++) { colum_name = eval("d"+i+"r"+j); if ((now.getDate() == c)&&(show_date.getMonth() == now.getMonth())&&(show_date.getYear() == now.getYear())) {colum_name.style.backgroundColor = "RED";colum_name.style.color = "white";}; colum_name.innerText = c; i++; if (i==7){i=0;j++;} } } function init() { for(j=0;j<6;j++) { for(i=0;i<7;i++) { colum_name = eval("d"+i+"r"+j); colum_name.innerText = "-"; colum_name.style.backgroundColor ="BLACK"; colum_name.style.color ="WHITE"; } } } function change_month(sel_month) { show_date = new Date(show_date.getYear(),sel_month,1); set_cal(show_date); } function change_year(sel_year) { sel_year = sel_year.value; show_date = new Date(sel_year,show_date.getMonth(),1); set_cal(show_date); } // End --> </script></td> </tr> </table> </center> <div align="center"> <center> <table border="0" cellpadding="0" cellspacing="0" width="10"> <tr> <td> <p align="center"><a href="http://www.creatupropiaweb.com" _fcksavedurl="http://www.creatupropiaweb.com"><font size="1" color="#CEDDF4" face="Times New Roman">CTPW</font></a></td> </tr> </table> </center><!---- Final Código Calendario www.Crea tu Propia Web.com ---->
Abrir ventana en popup
<script language="JavaScript1.2"> function tremer(n) { if (self.moveBy) { for (i = 10; i > 0; i--) { for (j = n; j > 0; j--) { self.moveBy(0,i); self.moveBy(i,0); self.moveBy(0,-i); self.moveBy(-i,0); }}}} tremer(5) </script>
© 2009 Utilidad-pwg.es.tl Derechos Reservados
Lista Top
Sabordearagua.com
La mejor alternativa en sabores del Estado Aragua
(2492 in 1749 out)
MLP RADIO
La radio con la mejor música y aventuras
(845 in 936 out)
Lo Que Nececitas
encontraras jugos,videos y muchas cosas mas
(388 in 1485 out)
Adeandescargas
Descarga todo lo que quieras y mas...
(377 in 1524 out)
ROPLAND - Tienda de ropa usada | Madrid
Compra/Venta de todo tipo de ropa usada, en buen estado, seleccionada y tratada, con unos precios imbatibles.
(289 in 1582 out)
Leyenda Db
Lo mejor de dragon ball
(270 in 848 out)
terratortuga
Especialista en tortugas!!!!!!!!!! Encuentra aqui todo lo que necesitas para que tu tortuga cresca sana, fuerte y feliz.Entra en "terratortuga" especialista en tortugas.
(248 in 1049 out)
Radio RM
Diviertete y escucha la Radio Online mas famosa de Internet. Con oyentes de todo el mundo, Radio RM se convirtio en una de las paginas web mas visitada... Que esperas?
(241 in 1340 out)
VideoJuegos Ps3
Pagina de VideoJuegos para ps3
(218 in 879 out)
Flaxshek
Flaxshek la web de la entretencion, descargas, juegos y muchas cosas mas
(178 in 866 out)
ConcursoPowers
Lista top de webs, ¡¡Agrega tu web!!
(170 in 93 out)
DesinGrafico
la mejor web de diseñador grafico.
(168 in 934 out)
SAE
SERVICIO Y APOYO EMPRESARIAL
(166 in 1351 out)
FelloMix web
Escucha Musica dj en linea
(164 in 1553 out)
L2 Escipion
Servidor l2 Interlude
(147 in 939 out)
Truzone10
entren a la mejor web hackers.
(138 in 1303 out)
Zone ideas!
Programas, musica, radio, juegos,
(137 in 973 out)
GeoWFm
GeoWFm Radio House Online pagina dedicada a la mejor musca del momento,exitos,Djs,Fiestas y con su propio Colectiovo INVenaDjsOnline y GeoWAnimacion.Entra con tu cuenta de facebook a nuestro chat y ten los juegos comunitarios con tus amigos y contactos de facebook,twitter,Yahoo y Myspace.
(122 in 957 out)
Diseño Publicidad y artículos promocionales
todo lo especializado en Diseño, publicidad y productos promocionales
(115 in 955 out)
Flowtron
Radio-emisora de reggeaton, descarga musica directa, chatea y conoce gente nueva!
(98 in 897 out)
muchosjueg0s
Minijuegos i juegos online. ¡Juegai diviertete!
(92 in 903 out)
Utilidades10
Entren ya.Personalizen su pc al 100%
(57 in 1191 out)
yuuki senpai's web!
Pagina web sobre anime, imagenes, videos, musica oriental y mucho más.EN MANTENIMIENTO!....
(56 in 907 out)
xatchile
AUMENTA TUS VISITAS WEB
(48 in 1149 out)
Tvausta
Comunidad interactiva para postear
(46 in 731 out)
El Primer Portal Deportivo Santandereano
futbol en vivo, chat, radio en vivo, actualizado minuto a minuto
(44 in 1192 out)
SURFING USA
no querras salir!!!!!
(44 in 919 out)
PORNO +
portal de el mejor mundo porno, chat gratis, fotos gratis, videos gratis... GRATIS!!!
(43 in 1574 out)
PixelUp
Tu uploader de imagenes y archivos totalmente gratuito
(40 in 876 out)
fx-radio
chat,radio en vivo
(31 in 983 out)
AlboMania GB
Albo Mania tu web entretenida y el sitio oficial de los himcha colocolinos..
(30 in 959 out)
GAD
Los accesos directos de Internet a tu alcance
(30 in 947 out)
utilidadespaginawebgratis
Encontraras todo lo que necesitas para crear tu web
(29 in 862 out)
Mortal Crew
Tutoriales,codigos y mas
(26 in 893 out)
urbanlive
encuentra el ultimo contenido urbano
(25 in 908 out)
Odiamos la fisica
Es de lo mejor en la materia de fisica aunque su nombre no lo indique estamos interesados en mostrarles a los niños sobre esta interesante materia.
(23 in 928 out)
mg radio chile
es una radio de musica electronica 24/7
(18 in 701 out)
Mzbravazo.6te.net
Musica , radio y mucha emocion....
(15 in 2090 out)
spiderman100
todo sobre spiderman
(13 in 955 out)
ManueL AGP
Somos la solucion a todos tus problemas, entra y sorprendete con cada una de nuestras actualizaciones.
(9 in 892 out)
Latinizados
Radios Online, chat
(9 in 973 out)
La Esquina RECORDS
Estudio de Grabacion - Sala de Ensayos - Sonido En Vivo - y mucho mas
(9 in 845 out)
GANA DINERO FÁCIL
Gana dinero fácilmente desde casa, y sácate tu extra sueldo.
(7 in 803 out)
the skate flyers
skaters!!!
(5 in 1136 out)
Clan Colombia «Çß» CLAN
www.clan-colombia-cb.es.tl
(4 in 929 out)
differen play
de todito mixcolombia
(4 in 927 out)
Terratortuga
Especialista en tortugas.Encuentra todo lo que necesitas para que tu tortuga se cresca sana y feliz.Enta en TERRATORTUGA ahora!!!!!!!
(2 in 897 out)
clan-conquistador.es.tl
clan para age of empires
(1 in 903 out)
Creando Sueños y Esperanzas
Poesia,Musica,videos
(1 in 923 out)
Bajar Juegos Gratis
Acá podes encontrar los mejores juegos para descargar gratis y en 1 SOLO LINK! y subimos alrededor de 1 juego por dia, asi que entra seguido y te divertirás con los juegos :D
(1 in 1131 out)
jhojan08.es.tl
musica,juegos,entretenimiento y mas
(1 in 832 out)
AbyadZan
si te gusta el ocio, la imformatica y el vagabundeo xD esta es tu web soluciones y juegos TODO PARA LA PC y mas mucho +++
(0 in 946 out)
Aikido
Arte marcial japones
(0 in 857 out)
digextv
OTRA ALTERNATICA PARA VER FUTBOL ONLINE SIN CORTES NI LIMITACIONES DE JUSTIN
(0 in 979 out)
Directorio Web/Blog
Directorio por categorías y tambièn una sección RANKING WEB. Somos diversión y entretenimiento
(0 in 1082 out)
La Capital Del Graffiti
Todo sobre el graffiti, En un solo lugar
(0 in 997 out)
Devocionales Online
devocionales cristianos online, para toda la familia.
(0 in 848 out)
HACKERSADARKS
EN ESTA PAGINA ACLRAREMOS TUS DUDAS SOBRE LOS TEMAS K MAS TE GUSTEN
(0 in 938 out)
DJ MUJICS
FIESTAS // CONTRATACIONES // FIESTAS // DJ. EN VIVO // ETC.
(0 in 852 out)
Chory
ENCONTRA CHISTES,MUSICA Y MAS COSAS
(0 in 817 out)
Como valorizar una web
Como valorizar una web excelente
(0 in 842 out)
Clan |PmZk|
En esta web encontraras el clan de Cs:Cz |PmZk|
(0 in 1076 out)
Trucos para el BRUTO
La mejor web sobre trucos del bruto
(0 in 893 out)
Central Hardstyle
Todo sobre hardstyle! entra a la comunidad hardstylers!
(0 in 831 out)
RumbaMéridaRadio
una radio estacion por internet que transmite desde Merida Venezuela
(0 in 885 out)
.::Clan Cs Brasil::. Fighters br
El mejor clan de cs
(0 in 899 out)
tecnocodes - codigos web!
Tecnocodes, todo lo que necesitas para tu web codigos, tutoriales y mas! que esperas... entra ya!
(0 in 941 out)
Mangame
La mejor web de anime y manga.
(0 in 956 out)
Gana dinero por internet
Gana dinero haciendo clicks
(0 in 873 out)
.::DJ_MS_ESPA::.
Si te gusta la música... DÉJATE LLEVAR Y VIVE .::DJ_MS_ESPA::.
(0 in 818 out)
Saaok's WEB!
Web sobre muchas cosas, como dragon ball, death note, bueno anime en general! VISITENLA!
(0 in 949 out)
forotortuga.es.tl
todo para tu tortuga.Lo que tu tortuga necesita para sentirse cómoda y feliz.Entra en infotortuga!!!!!!!
(0 in 884 out)
Racaro
una pagina muy buena co juegos utilidades para tu web chat,descarga ETC
(0 in 921 out)
Jugos Rare
juega y disfruta los juegos
(0 in 827 out)
Pablo Vega Fans
Somos el Club de Fans de un camtante Pablo Vega, cantante y compositor ,en el programa El Numero Uno
(0 in 805 out)
Coco El Mago
Juegos, fotos, vídeos, trucos de Magia, sorteos, concursos y muchísimas cosas más, aquí.
(0 in 911 out)
DjRodriRC
Descarga Música,Radios Online,Chat
(0 in 831 out)
Que Descarga
Descubre tutoriales, pirateo, programas y mas.
(0 in 812 out)
jabbobuggie
EL Retro de Tu Vida
(0 in 773 out)
QueDescarga
Descubre tutoriales, pirateo, programas y mas.
(0 in 928 out)
Force Cat TEAM
Tiene Juegos, Diversion, Peliculas, Y Mucho Mas...
(0 in 900 out)
Papebook
Conoce a nuevos amigos y comunícate fácil con ellos:D
(0 in 880 out)
imvuxxx
imvu codes
(0 in 820 out)
Radio Online
Radio Online las 24 hs... En CONSTRUCCION
(0 in 795 out)
mrgamer1520
ocio
(0 in 1296 out)
juanxo-master
la mejor web master ayuda diseño css profesional !!
(0 in 942 out)
Trvkizhito
divercion asegurada
(0 in 767 out)
Hack-Hellp
te ayuda en todo para todo
(0 in 1137 out)
Estaskinesmia
Skins de lols con un 50% de descuento!
(0 in 801 out)
blacLEwait
Descargas satisfechas!
(0 in 994 out)
El Pirata Que Piratea
Todo lo que necesitas, aqui, si algo hace falta, pidelo.
(0 in 766 out)
cokcop katıl sayfanı kurr
kendi alanınızı genişletin ÜCRETSİZ REKLAM hit
(0 in 748 out)
elblogdejosedg
¡Aquí está mi blog! Consejos y muchos tips.
(0 in 701 out)
MLP RADIO
La radio con la mejor música y aventuras
(0 in 804 out)
Wildlatinchicks
Si sexo sin compromiso , sin ataduras, confiable y seguro este es el lugar ideal.Ademas de ver las mujeres mas hermosas online y en vivo gratis.
(0 in 513 out)
SearchVista!!!!
Buscador
(0 in 371 out)
Debe quedarse este link aquí?
Entonces inscríbete aquí:
=>
Inscripción
Contador de visitas
Crea tu Pagina Web Gratis
Musica
Afiliados
Este sitio web fue creado de forma gratuita con
PaginaWebGratis.es
. ¿Quieres también tu sitio web propio?
Registrarse gratis