Acabo de publicar Plantilla Zgraphics: 3d Fantasy |

Refresca la pagina para ver el mini-editor, disculpa las molestias.

plantillas web gratis

Publicado por Miguel Jiménez On 8:24 PM
si lo que estas bucando es ahorrar un poco de trabajillo, puedes descargarte la web que mas te guste en esta direccion:

Puesdes verlas desde aqui








/***********************************
** Multiline block comments
**********************************/

$stringWithUrl = "http://alexgorbatchev.com";
$string = 'hello world!';

ob_start("parseOutputBuffer"); // Start Code Buffering
session_start();

function parseOutputBuffer($buf) {
global $portal_small_code, $portal_gzcompress;
global $PHP_SELF, $HTTP_ACCEPT_ENCODING;

// cleaning out the code.
if($portal_small_code && !$portal_gzcompress) {
$buf = str_replace(" ", "", $buf);
$buf = str_replace("\n", "", $buf);
$buf = str_replace(chr(13), "", $buf);
}
}