S4X8.tk
Página Principal

Proyectos NDS
Lang-Hack Space Invaders 2
SlotHack Platino
Traducción 4 in 1
Traducción Laberinto
Traducción Mystery Stories

Proyectos PC
UDF Sitronix
Pokémon DarkGreen
Keylogger
DACS2Mouse
NES-DB Test

Proyectos Dreamcast
Cómo grabar CDs

Proyectos NES/Famicom
iNES Extractor

Proyectos MegaDrive
Pong

Proyectos Online
EOLRC4
Prueba de WebM
Interés Compuesto
PrimeFinder

Otras cosas
YouTube de Marcos
YouTube de Miguel

Afiliados
Felicitaciones Navidad SMS


99Counters.com
Ver código fuente
Cargado desde la caché (última actualización: 00:46 06/09)
Foto del artículo G5 3.2" Touch Screen Dual SIM Dual Network Standby Quadband GSM TV Cell Phone w/ WiFi+JAVA - Grey
74.52€ DealExtreme

Viendo código fuente PHP del archivo index.php

<?php

date_default_timezone_set('Europe/Madrid');

function quitEnter($txt) {
    return str_replace("\n", '', str_replace("\r", '', $txt));
}

if ($_GET['seccion'] != '') {
    if (file_exists('secciones/' . $_GET['seccion'] . '/page.php')) {
        $seccion = $_GET['seccion'];
    } else {
        $seccion = 'error-nf';
    }
} else {
    $seccion = 'home';
}

?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
    <head>
        <meta http-equiv="content-language" content="es">
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <link rel="shortcut icon" href="http://s4x8.tk/favicon.ico">
        <title><?php echo quitEnter(file_get_contents('secciones/' . $seccion . '/title.txt')); ?> en S4X8.tk</title>
        <link rel="stylesheet" type="text/css" href="http://s4x8.tk/css/main.css">
    </head>
    <body lang="es" onkeyup="konamipress(event);"><center>
        <table border="0" width="90%" cellspacing="0" cellpadding="0">
            <thead><tr>
                <td width="25" height="25" bgcolor="#808080" class="cornerTL"></td>
                <td height="25" colspan="3" bgcolor="#808080"></td>
                <td width="25" height="25" bgcolor="#808080" class="cornerTR"></td>
            </tr>
            <tr>
                <td width="25" height="125" bgcolor="#808080"></td>
                <th height="125" bgcolor="#FFFFFF" align="center" valign="middle" colspan="3" class="header"><img src="http://s4x8.tk/img/logo.png" alt="S4X8.tk" border="0"></th>
                <td width="25" height="125" bgcolor="#808080"></td>
            </tr>
            <tr>
                <td width="25" height="25" bgcolor="#808080"></td>
                <td width="200" height="25" bgcolor="#808080"></td>
                <td width="25" height="25" bgcolor="#808080"></td>
                <td height="25" bgcolor="#808080"></td>
                <td width="25" height="25" bgcolor="#808080"></td>
            </tr></thead>
            <tbody><tr>
                <td width="25" bgcolor="#808080"></td>
                <td width="200" bgcolor="#FFFFFF" align="left" valign="top" class="content">
<?php

/* CONTENIDO.TXT PARSER */

$file = fopen('contenido.txt', 'r');
while ((!feof($file)) && ($file)) {
    $link = explode(' # ', quitEnter(fgets($file)));
    
    if ($link[1] == '') {
        echo "\t\t\t\t\t<b>" . $link[0] . "</b><br>\n";
    } elseif (substr($link[1], 0, 5) == 'MIWEB') {
        echo "\t\t\t\t\t<a href=\"http://s4x8.tk" . substr($link[1], 5) . "\">" . $link[0] . "</a><br>\n";
    } else {
        echo "\t\t\t\t\t<a href=\"" . $link[1] . "\" target=\"_blank\">" . $link[0] . "</a><br>\n";
    }
}
fclose($file);

/* END OF CONTENIDO.TXT PARSER */

?>
                    <br><center><script type="text/javascript" src="http://www.99counters.com/javascript.php?vars=YToyOntzOjI6ImlkIjtzOjU6IjI1ODY3IjtzOjI6ImxuIjtzOjI6ImVzIjt9&amp;width=175&amp;height=200"></script><br>
                    <a href="http://es.99counters.com/" target="_blank">99Counters.com</a></center>
                </td>
                <td width="25" bgcolor="#808080"></td>
                <td bgcolor="#FFFFFF" align="left" valign="top" class="content">
                    <center><span class="llamativo"><?php echo quitEnter(file_get_contents('secciones/' . $seccion . '/title.txt')); ?></span><br>
<?php include('dx/dx.php');?>
                    </center><br>
<?php include('secciones/' . $seccion . '/page.php'); ?>
                    <br><br><center><b>Ver código fuente <a href="http://s4x8.tk?seccion=codigo-fuente&amp;ver=seccion_<?php echo $seccion; ?>">de esta sección</a> o
                    <a href="http://s4x8.tk?seccion=codigo-fuente&amp;ver=indice">de la plantilla</a>.</b></center>
                </td>
                <td width="25" bgcolor="#808080"></td>
            </tr>
            <tr>
                <td width="25" bgcolor="#808080" class="cornerBL"></td>
                <td bgcolor="#808080" colspan="3" align="center" valign="middle" class="content"><span class="pequeno">&copy;2009~2010 <a href="mailto:socram8888@gmail.com">Marcos Vives</a> y <a href="mailto:miguizfox@gmail.com">Miguel Mourelle</a><br>
                Última edición de la sección: <?php echo date('H:i d/m', filemtime('secciones/' . $seccion . '/page.php')); ?><br><br>
                Hosteada gratuitamente en <a href="http://www.000webhost.com/">$0,00 Web Host</a> y con dominio de <a href="http://my.dot.tk/cgi-bin/amb/landing.dottk?nr=308820::6966287::3">Dot.Tk</a>.<br>
                <a href="http://validator.w3.org/check?uri=referer"><img src="http://s4x8.tk/img/html.png" alt="HTML OK" border="0"></a>
                <a href="http://www.w3.org/WAI/WCAG1-Conformance"><img src="http://s4x8.tk/img/wcag.png" alt="Web Accesible" border="0"></a>
                <a href="http://creativecommons.org/licenses/by/3.0/es/"><img src="http://s4x8.tk/img/cc.png" alt="Creative Commons" border="0"></a></span></td>
                <td width="25" bgcolor="#808080" class="cornerBR"></td>
            </tr></tbody>
        </table>

        <!-- Inicio del código de Google Analytics -->
        <script type="text/javascript">
            var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
            document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
        </script>
        <script type="text/javascript">
            try {
                var pageTracker = _gat._getTracker("UA-11228033-3");
                pageTracker._trackPageview();
            } catch(err) { }
        </script>
        <!-- Fin del código de Google Analytics -->

        <!-- Konami Code -->
        <script type="text/javascript" src="http://s4x8.tk/js/konami.js"></script>
    </center></body>
</html>


Ver código fuente de esta sección o de la plantilla.
©2009~2010 Marcos Vives y Miguel Mourelle
Última edición de la sección: 12:16 16/01

Hosteada gratuitamente en $0,00 Web Host y con dominio de Dot.Tk.
HTML OK Web Accesible Creative Commons