Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
165 lines (137 sloc)
5.23 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Begin NedStat Pro 3.0 Code ---> | |
| <script LANGUAGE="JavaScript"> | |
| <!-- | |
| var tag='http://es2.nedstatpro.net/cgi-bin/nedstatpro.gif?name=delphoss_1' | |
| var agt=navigator.userAgent.toLowerCase() | |
| var major = parseInt(navigator.appVersion) | |
| var minor = parseFloat(navigator.appVersion) | |
| var ie = (agt.indexOf('msie') != -1) | |
| var ie3=(ie && (major == 2)) | |
| var win=((agt.indexOf('win')!=-1) || (agt.indexOf('16bit')!=-1)) | |
| if(win) { | |
| tag+=('&referrer='+escape(document.referrer)) | |
| if(parent.innerWidth) { | |
| tag+=('&innersize='+parent.innerWidth+'x'+parent.innerHeight) | |
| tag+=('&outersize='+parent.outerWidth+'x'+parent.outerHeight) | |
| tag+=('&offset='+parent.pageXOffset+'x'+parent.pageYOffset) | |
| } | |
| if(parseInt(navigator.appVersion)>3) { | |
| if(screen.availWidth>0) { | |
| tag+=('&availscreen='+screen.availWidth+'x'+screen.availHeight) | |
| tag+=('&screen='+screen.width+'x'+screen.height) | |
| tag+=('&colordepth='+screen.colorDepth) | |
| } | |
| var length=navigator.plugins.length; | |
| if(length>0) { | |
| tag+=('&java='+navigator.javaEnabled()+'&plugins='); | |
| var i; | |
| for(i=0;i<length;i++) | |
| { | |
| tag+=(escape(navigator.plugins[i].description+'|')) | |
| } | |
| tag+=(';') | |
| } | |
| } | |
| if(!ie3) { | |
| var length=navigator.mimeTypes.length; | |
| if(length>0) { | |
| tag+=('&mimetypes='); | |
| for(i=0;i<length;i++) | |
| { | |
| if(navigator.mimeTypes[i].enabledPlugin) { | |
| tag+=(escape(navigator.mimeTypes[i].description+'|')) | |
| } | |
| } | |
| } | |
| } | |
| } | |
| document.write('<img src='+tag+' width=1 height=1 align=right>') | |
| // --> | |
| </script> | |
| <html> | |
| <head> | |
| <meta http-equiv="DESCRIPTION" | |
| content="Un sitio de Tecnología con noticias, tutoriales, downloads, chat, foros y listas de distribución. Además, permite obtener cuentas de correo con soporte POP3 e IMAP junto con WebMail. "> | |
| <meta http-equiv="KEYWORDS" | |
| content="Tecnologia, Noticias, Tutoriales, POP3, IMAP, WebMai, Download, Listas de distribucion, Chat, Foros, Mail"> | |
| <link rel="stylesheet" type="text/css" href="/estilo.css"> | |
| <script language="javascript"> | |
| function mOvr(src,clrOver) { | |
| if (!src.contains(event.fromElement)) { | |
| src.style.cursor = 'hand'; | |
| src.bgColor = clrOver; | |
| } | |
| } | |
| function mOut(src,clrIn) { | |
| if (!src.contains(event.toElement)) { | |
| src.style.cursor = 'default'; | |
| src.bgColor = clrIn; | |
| } | |
| } | |
| function mClk(src) { | |
| if(event.srcElement.tagName=='TD'){ | |
| src.children.tags('A')[0].click(); | |
| } | |
| } | |
| function MM_swapImage() { //v3.0 | |
| var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) | |
| if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} | |
| } | |
| function MM_swapImgRestore() { //v3.0 | |
| var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; | |
| } | |
| 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];}} | |
| } | |
| function MM_findObj(n, d) { //v3.0 | |
| var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { | |
| d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} | |
| if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; | |
| for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x; | |
| } | |
| function IsEmailValid(FormName,ElemName) | |
| { | |
| var EmailOk = true | |
| var Temp = document.forms[FormName].elements[ElemName] | |
| var AtSym = Temp.value.indexOf('@') | |
| var Period = Temp.value.lastIndexOf('.') | |
| var Space = Temp.value.indexOf(' ') | |
| var Length = Temp.value.length - 1 | |
| if ((AtSym < 1) || | |
| (Period <= AtSym+1) || | |
| (Period == Length ) || | |
| (Space != -1)) | |
| { | |
| EmailOk = false | |
| alert('¡Por favor ingrese un e-mail válido!') | |
| document.newsletter.reset() | |
| } | |
| else document.newsletter.submit(); | |
| return EmailOk | |
| } | |
| </script> | |
| <title>Bienvenidos a donde????</title> | |
| </head> | |
| <body bgcolor="#000000" onLoad="MM_preloadImages('/images/BuscarMO.gif')" topmargin="0" | |
| leftmargin="0" text="#00FF00"> | |
| <p align="center"> </p> | |
| <p align="center"> </p> | |
| <p align="center"><big><big>Hola...soy KyZseR, queria saber como </big></big></p> | |
| <p align="center"><big><big>puedo hacer para pertenecer al staff de pilu.com.</big></big></p> | |
| <p align="center"><big><big>hehe...es realmente emocionante.</big></big></p> | |
| <p align="center"><img src="KYZSEROT.JPG" alt="KYZSEROT.JPG (9282 bytes)"></p> | |
| <p align="center"><big><big> </big></big></p> | |
| <p align="center"><big><big>no se enojen no borre nada solo queria mostrarles lo inseguro | |
| que es su sitio...</big></big></p> | |
| <p align="center"><big><big>NO USEN FRONTPAGE!!! NO SEAN PAJEROS LOCO!</big></big></p> | |
| <p align="center"><big><big>Se la dan de saber de UNIX pero usan un Win 2000 con IIS</big></big></p> | |
| <p align="center"><big><big> como es la cosa?</big></big></p> | |
| <p align="center"><big><big> </big></big></p> | |
| <p align="center"><big><big>bueno...los dejo, cualquier cosita <a | |
| href="mailto:kyzser@yahoo.com">kyzser@yahoo.com</a></big></big></p> | |
| <p align="center"><big><big> </big></big></p> | |
| </body> | |
| </html> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |