Código HTML:
Ver original
<? include ("config.php"); ?> <!-- LikeItNow Script by Alex Pensado --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- HEADER --> <html lang="es"> <head> <!-- Variables HEAD --> <meta property="og:title" content="<?=$fb_name?>"/> <!-- //Variables HEAD// --> <link rel="shortcut icon" href="/images/favicon.ico"> <link rel="apple-touch-icon" href="/images/apple-touch-icon.png"> <link rel="stylesheet" type="text/css" media="all" href="/style.css"> <link rel="alternate" type="application/rss+xml" title="Likees Feed" href="/rss.php" /> <!-- SEO & META TAGS --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta content='http://i53.tinypic.com/2psnaxf.png' property='og:image'/> <meta property="og:type" content="web"/> <meta property="og:site_name" content="<?=$fb_name?>"/> <meta property="fb:admins" content="<?=$fb_admin?>"/> <meta name="Keywords" content="<?=$keywords?>" /> <!-- //SEO & META TAGS// --> <!-- //ENDS HEADER// --> </head> <!-- BODY --> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- JAVASCRIPT CODES --> <scripssst type="text/javascript" src="http://widgets.tcimg.com/v1/sidebar.js"></script> <scripssst type="text/javascript" src="http://widgets.amung.us/tab.js"></script> <!-- //JAVASCRIPT// --> <script language="javascript"> function Valida( formulario ) { if (formulario.like.value == '') { return false } else if (formulario.like.value == 'Escribe aqui tu frase...'){ return false } else { return true } } </script> </script> <div id="bluebar"> <div id="header"> <div id="logo"> </div> <div id="navi"> </div> </div> </div> <br> <div align="center"> <table border="0" cellpadding="0" cellspacing="0"> <!-- Adsense 160x600 --> <script type="text/javascript"><!-- google_ad_client = "ca-pub-3760769647399162"; /* BETA */ google_ad_slot = "8297209869"; google_ad_width = 160; google_ad_height = 600; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </td> <a href="http://localhost/index.php" target="_self"> <div class="titulo"> </div> </a> <div class="fan"> <fb:like-box href="http://www.facebook.com/pages/MyLikees-x/183494014994154" width="250" connections="0" stream="false" header="false"></fb:like-box> </div> </tr> <tr> <div class="contenido5"> <div align="left"> <br> <ul> <? $x=mysql_query("SELECT * FROM fblike ORDER BY hits DESC LIMIT 0,10"); $nr=0; while ($y=mysql_fetch_assoc($x)) { $id=$y['id']; $like=$y['like']; ?> <li><a href='<?=$url_like?><?=$id?><?=$url_end?>'><iframe src="http://www.facebook.com/plugins/like.php?href=<?=$url_like?><?=$id?><?=$url_end?>&layout=button_count&show_faces=false&width=120&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:120px; height:21px;" allowTransparency="true"></iframe><? echo substr($like, 0,44);?><br></a></li> <? } ?> </ul> <br> <ul> <? $x=mysql_query("SELECT * FROM fblike ORDER BY id DESC LIMIT 0,10"); $nr=0; while ($y=mysql_fetch_assoc($x)) { $id=$y['id']; $like=$y['like']; ?> <li><a href='<?=$url_like?><?=$id?><?=$url_end?>'><iframe src="http://www.facebook.com/plugins/like.php?href=<?=$url_like?><?=$id?><?=$url_end?>&layout=button_count&show_faces=false&width=120&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:120px; height:21px;" allowTransparency="true"></iframe><? echo substr($like, 0,44);?><br></a></li> <? } ?> </ul> <br> <ul> <? $x=mysql_query("SELECT * FROM fblike ORDER BY ORDER BY RAND() LIMIT 1); $nr=0; while ($y=mysql_fetch_assoc($x)) { $id=$y['id']; $like=$y['like']; ?> <li><a href='<?=$url_like?><?=$id?><?=$url_end?>'><iframe src="http://www.facebook.com/plugins/like.php?href=<?=$url_like?><?=$id?><?=$url_end?>&layout=button_count&show_faces=false&width=120&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:120px; height:21px;" allowTransparency="true"></iframe><? echo substr($like, 0,44);?><br></a></li> <? } ?> </ul> <br> <div align="center"> <ul id="menuListHoriz"> </ul> <div class="contenido5"> <div align="center"> <div align="left"> <table> <td colspan="5" height="50"> <input name="like" type="text" class="frases" maxlength="200" form="" autocomplete="off" value="Escribe aqui tu frase..." onblur="if (this.value == '') this.value = 'Escribe aqui tu frase...'" onfocus="if (this.value == 'Escribe aqui tu frase...') this.value = ''" type="text"> </td> <td colspan="2"> <input title="Crear frase!" alt="Crear frase!" src="index_files/crear.gif" onclick="this.disabled=1; if (Valida(formulario)) {this.form.submit()};" type="image"> </td> <td> </td> </tr> </div> </div> </div> </tr> <tr> </tr> <table border="0" cellspacing="0" cellpadding="0"> <tr> <div class="titulo"> </div> </tr> <tr> <td background="index_files/med0.png"> <div align="center" class="comentarios"> <fb:comments numposts="5" ></fb:comments> </div> </td> </tr> <tr> </tr> </table> </div> <div align="center" class="Estilo1"> GustaFacebook.com.ar es una página de frases y no está afiliado de ninguna forma con Facebook Inc.<br/> </div> </td> </tr> <tr> </table> <br/> </body> </html>