/*function getElementsByClass(searchClass,node,tag) {
var classElements = new Array();
if ( node == null )
node = document;
if ( tag == null )
tag = '*';
var els = node.getElementsByTagName(tag);
var elsLen = els.length;
var pattern = new RegExp("(^|\\s)"+searchClass+"(\\s|$)");
for (i = 0, j = 0; i < elsLen; i++) { if ( pattern.test(els[i].className) ) { classElements[j] = els[i]; j++; } } return classElements; }*/ //document.getElementsByClass('img_cargando').src = "http://maximi89.linuxerz.org/wp-content/uploads/2011/07/opennic_flor.gif"; document.getElementsByTagName('img_gen').src = "http://maximi89.linuxerz.org/wp-content/uploads/2011/07/opennic_flor.gif"; document.getElementById('img_cargando').src = "http://maximi89.linuxerz.org/wp-content/uploads/2011/07/opennic_flor.gif"; function revisar(){ alert("funciona!"); img_error = "http://maximi89.linuxerz.org/wp-content/uploads/2011/07/opennic_invalido.png"; img_cargando = "http://maximi89.linuxerz.org/wp-content/uploads/2011/07/opennic_flor.gif"; //var img_cargando = "http://maximi89.linuxerz.org/wp-content/uploads/2011/07/opennic_flor.gif"; reload = new Date(); reload = reload.getTime(); ///////IMAGENES VALIDOS/////////// img_bbs = "http://www.opennictest.bbs/opennic_valido.png?"+ new Date().getTime(); img_gopher = "http://www.opennictest.gopher/opennic_valido.png?"+ new Date().getTime(); img_fur = "http://www.opennictest.fur/opennic_valido.png?"+ new Date().getTime(); img_free = "http://www.opennictest.free/opennic_valido.png?"+ new Date().getTime(); img_geek = "http://www.opennictest.geek/opennic_valido.png?"+ new Date().getTime(); img_indy = "http://www.opennictest.indy/opennic_valido.png?"+ new Date().getTime(); img_null = "http://www.opennictest.null/opennic_valido.png?"+ new Date().getTime(); //img_oss = "http://www.opennictest.oss/opennic_valido.png?"+ new Date().getTime(); img_oss = "http://opennic.oss/files/opennic_valido.png?"+ new Date().getTime(); //img_parody = "http://www.opennictest.parody/opennic_valido.png?"+ new Date().getTime(); img_parody = "http://opennic.parody/files/opennic_valido.png?"+ new Date().getTime(); img_micro = "http://www.opennictest.micro/opennic_valido.png?"+ new Date().getTime(); img_ing = "http://www.opennictest.ing/opennic_valido.png?"+ new Date().getTime(); img_dyn = "http://www.opennictest.dyn/opennic_valido.png?"+ new Date().getTime(); img_p2p = "http://www.opennictest.p2p/opennic_valido.png?"+ new Date().getTime(); img_bit = "http://www.opennictest.bit/opennic_valido.png?"+ new Date().getTime(); img_bzh = "http://www.opennictest.bzh/opennic_valido.png?"+ new Date().getTime(); ///////IMAGENES VALIDOS IPV6///////// img_bbs_ipv = "http://ipv6.opennictest.bbs/opennic_valido.png"; img_gopher_ipv = "http://ipv6.opennictest.gopher/opennic_valido.png"; img_fur_ipv = "http://ipv6.opennictest.fur/opennic_valido.png"; img_free_ipv = "http://ipv6.opennictest.free/opennic_valido.png"; img_geek_ipv = "http://ipv6.opennictest.geek/opennic_valido.png"; img_indy_ipv = "http://ipv6.opennictest.indy/opennic_valido.png"; img_null_ipv = "http://ipv6.opennictest.null/opennic_valido.png"; img_oss_ipv = "http://ipv6.opennictest.oss/opennic_valido.png"; img_parody_ipv = "http://ipv6.opennictest.parody/opennic_valido.png"; img_micro_ipv = "http://ipv6.opennictest.micro/opennic_valido.png"; img_ing_ipv = "http://ipv6.opennictest.ing/opennic_valido.png"; img_dyn_ipv = "http://ipv6.opennictest.dyn/opennic_valido.png"; img_p2p_ipv = "http://ipv6.opennictest.p2p/opennic_valido.png"; img_bit_ipv = "http://ipv6.opennictest.bit/opennic_valido.png"; img_bzh_ipv = "http://ipv6.opennictest.bzh/opennic_valido.png"; ///////CAMBIA COLOR A NEGRO DEL TITULO OPENNIC/////////////// document.getElementById('titulo').style.color="grey"; ///////IMAGENES CARGANDO DURANTE LA REVISION//////////////// document.getElementById('imagen_bbs').src = img_cargando; document.getElementById('imagen_gopher').src = img_cargando; document.getElementById('imagen_fur').src = img_cargando; document.getElementById('imagen_free').src = img_cargando; document.getElementById('imagen_geek').src = img_cargando; document.getElementById('imagen_indy').src = img_cargando; document.getElementById('imagen_null').src = img_cargando; document.getElementById('imagen_oss').src = img_cargando; document.getElementById('imagen_parody').src = img_cargando; document.getElementById('imagen_micro').src = img_cargando; document.getElementById('imagen_ing').src = img_cargando; var i = new Image(); i.onLoad = function() { document.getElementById('imagen_bbs').src=img_bbs; document.getElementById('titulo').style.color="#33FF00";} i.onerror = function() { document.getElementById('imagen_bbs').src = img_error; } i.src = img_bbs; var i = new Image(); i.onload = function() { document.getElementById('imagen_bbs_ipv').src = img_bbs_ipv;} i.onerror = function() { document.getElementById('imagen_bbs_ipv').src = img_error; } i.src = img_bbs_ipv; var i = new Image(); i.onload = function() { document.getElementById('imagen_free').src = img_free; document.getElementById('titulo').style.color="#33FF00";} i.onerror = function() { document.getElementById('imagen_free').src = img_error; } i.src = img_free; var i = new Image(); i.onload = function() { document.getElementById('imagen_free_ipv').src = img_free_ipv;} i.onerror = function() { document.getElementById('imagen_free_ipv').src = img_error; } i.src = img_free_ipv; var i = new Image(); i.onload = function() { document.getElementById('imagen_fur').src = img_fur; document.getElementById('titulo').style.color="#33FF00";} i.onerror = function() { document.getElementById('imagen_fur').src = img_error; } i.src = img_fur; var i = new Image(); i.onload = function() { document.getElementById('imagen_fur_ipv').src = img_fur_ipv;} i.onerror = function() { document.getElementById('imagen_fur_ipv').src = img_error; } i.src = img_fur_ipv; var i = new Image(); i.onload = function() { document.getElementById('imagen_geek').src = img_geek; document.getElementById('titulo').style.color="#33FF00";} i.onerror = function() { document.getElementById('imagen_geek').src = img_error; } i.src = img_geek; var i = new Image(); i.onload = function() { document.getElementById('imagen_geek_ipv').src = img_geek_ipv;} i.onerror = function() { document.getElementById('imagen_geek_ipv').src = img_error; } i.src = img_geek_ipv; var i = new Image(); i.onload = function() { document.getElementById('imagen_gopher').src = img_gopher;document.getElementById('titulo').style.color="#33FF00";} i.onerror = function() { document.getElementById('imagen_gopher').src = img_error; } i.src = img_gopher; var i = new Image(); i.onload = function() { document.getElementById('imagen_gopher_ipv').src = img_gopher_ipv;} i.onerror = function() { document.getElementById('imagen_gopher_ipv').src = img_error; } i.src = img_gopher_ipv; var i = new Image(); i.onload = function() { document.getElementById('imagen_indy').src = img_indy; document.getElementById('titulo').style.color="#33FF00";} i.onerror = function() { document.getElementById('imagen_indy').src = img_error; } i.src = img_indy; var i = new Image(); i.onload = function() { document.getElementById('imagen_indy_ipv').src = img_indy_ipv;} i.onerror = function() { document.getElementById('imagen_indy_ipv').src = img_error; } i.src = img_indy_ipv; var i = new Image(); i.onload = function() { document.getElementById('imagen_ing').src = img_ing; document.getElementById('titulo').style.color="#33FF00";} i.onerror = function() { document.getElementById('imagen_ing').src = img_error; } i.src = img_ing; var i = new Image(); i.onload = function() { document.getElementById('imagen_ing_ipv').src = img_ing_ipv;} i.onerror = function() { document.getElementById('imagen_ing_ipv').src = img_error; } i.src = img_ing_ipv; var i = new Image(); i.onload = function() { document.getElementById('imagen_null').src = img_null; document.getElementById('titulo').style.color="#33FF00";} i.onerror = function() { document.getElementById('imagen_null').src = img_error; } i.src = img_null; var i = new Image(); i.onload = function() { document.getElementById('imagen_null_ipv').src = img_null_ipv;} i.onerror = function() { document.getElementById('imagen_null_ipv').src = img_error; } i.src = img_null_ipv; var ii = new Image(); ii.onload = function() { document.getElementById('imagen_oss').src = img_oss; document.getElementById('titulo').style.color="#33FF00";} ii.onerror = function() { document.getElementById('imagen_oss').src = img_error; } ii.src = img_oss; var i = new Image(); i.onload = function() { document.getElementById('imagen_oss_ipv').src = img_oss_ipv;} i.onerror = function() { document.getElementById('imagen_oss_ipv').src = img_error; } i.src = img_oss_ipv; var i = new Image(); i.onload = function() { document.getElementById('imagen_micro').src = img_micro; document.getElementById('titulo').style.color="#33FF00";} i.onerror = function() { document.getElementById('imagen_micro').src = img_error; } i.src = img_micro; var i = new Image(); i.onload = function() { document.getElementById('imagen_micro_ipv').src = img_micro_ipv;} i.onerror = function() { document.getElementById('imagen_micro_ipv').src = img_error; } i.src = img_micro_ipv; var i = new Image(); i.onload = function() { document.getElementById('imagen_parody').src = img_parody;document.getElementById('titulo').style.color="#33FF00";} i.onerror = function() { document.getElementById('imagen_parody').src = img_error; } i.src = img_parody; var i = new Image(); i.onload = function() { document.getElementById('imagen_parody_ipv').src = img_parody_ipv;} i.onerror = function() { document.getElementById('imagen_parody_ipv').src = img_error; } i.src = img_parody_ipv; /*var i = new Image(); i.onload = function() { document.getElementById('imagen_dyn').src = img_dyn; document.getElementById('titulo').style.color="#33FF00";} i.onerror = function() { document.getElementById('imagen_dyn').src = img_error; } i.src = img_dyn; var i = new Image(); i.onload = function() { document.getElementById('imagen_dyn_ipv').src = img_dyn_ipv;} i.onerror = function() { document.getElementById('imagen_dyn_ipv').src = img_error; } i.src = img_dyn_ipv; var i = new Image(); i.onload = function() { document.getElementById('imagen_p2p').src = img_p2p; document.getElementById('titulo').style.color="#33FF00";} i.onerror = function() { document.getElementById('imagen_p2p').src = img_error; } i.src = img_p2p; var i = new Image(); i.onload = function() { document.getElementById('imagen_p2p_ipv').src = img_p2p_ipv;} i.onerror = function() { document.getElementById('imagen_p2p_ipv').src = img_error; } i.src = img_p2p_ipv; var i = new Image(); i.onload = function() { document.getElementById('imagen_bit').src = img_bit; document.getElementById('titulo').style.color="#33FF00";} i.onerror = function() { document.getElementById('imagen_bit').src = img_error; } i.src = img_bit; var i = new Image(); i.onload = function() { document.getElementById('imagen_bit_ipv').src = img_bit_ipv;} i.onerror = function() { document.getElementById('imagen_bit_ipv').src = img_error; } i.src = img_bit_ipv; var i = new Image(); i.onload = function() { document.getElementById('imagen_bzh').src = img_bzh; document.getElementById('titulo').style.color="#33FF00";} i.onerror = function() { document.getElementById('imagen_bzh').src = img_error; } i.src = img_bzh; var i = new Image(); i.onload = function() { document.getElementById('imagen_bzh_ipv').src = img_bzh_ipv;} i.onerror = function() { document.getElementById('imagen_bzh_ipv').src = img_error; } i.src = img_bzh_ipv; */ }
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-21531256-1']); _gaq.push(['_trackPageview']);
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
Revisa si usas las DNS de OpenNIC, con el siguiente enlace:
http://maximi89.linuxerz.org/opennic/index.php
El siguiente está con problemas por lo que recomiendo el uso del enlace anterior.
OpenNIC |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|