![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/04/2004, 14:04
|
|
Código:
#-----[ ABRIR ]---------------------------------------------
#
extension.inc
#
#-----[ ENCONTRAR ]---------------------------------------------
# around line 22
$phpEx = "php";
#
#-----[ AGREGAR DESPUES ]--------------------------------------
#
$attach_num_queries = 0;
#
#-----[ ABRIR ]---------------------------------------------
#
attach_mod/includes/constants.php
#
#-----[ ENCONTRAR ]---------------------------------------------
# around line 30
define('ATTACH_DEBUG', 0);
// define('ATTACH_DEBUG', 1);
#
#-----[ REEMPLAZAR POR ]---------------------------------------
#
// define('ATTACH_DEBUG', 0);
define('ATTACH_DEBUG', 1);
#
#-----[ ABRIR ]---------------------------------------------
#
includes/functions.php
#
#-----[ ENCONTRAR ]---------------------------------------------
# Around line 494
function message_die($msg_code, $msg_text = '', $msg_title = '', $err_line = '', $err_file = '', $sql = '')
{
global $db, $template, $board_config, $theme, $lang, $phpEx, $phpbb_root_path, $nav_links, $gen_simple_header;
#
#-----[ AGREGAR DESPUES ]---------------------------------------
#
global $attach_num_queries;
#
#-----[ ABRIR ]---------------------------------------------
#
includes/page_tail.php
#
#-----[ ENCONTRAR ]---------------------------------------------
# Around line 89
exit;
#
#-----[ AGREGAR ANTES ]---------------------------------------
#
if ( ATTACH_DEBUG )
{
print "<center><font size=\"-2\">For the Attachment Mod " . $attach_num_queries . " queries were executed.</font></center>";
}
#
#-----[ GUARDAR LOS ARCHIVOS ]------------------------------------------
#
--------------- ALL QUERY ------------------
#
#-----[ ABRIR ]---------------------------------------------
#
extension.inc
#
#-----[ ENCONTRAR ]---------------------------------------------
# around line 22
$phpEx = "php";
#
#-----[ AGREGAR DESPUES ]--------------------------------------
#
$mtime = microtime();
$mtime = explode(" ",$mtime);
$mtime = $mtime[1] + $mtime[0];
$starttime = $mtime;
$attach_num_queries = 0;
#
#-----[ ABRIR ]---------------------------------------------
#
attach_mod/includes/constants.php
#
#-----[ ENCONTRAR ]---------------------------------------------
# around line 30
define('ATTACH_DEBUG', 0);
// define('ATTACH_DEBUG', 1);
#
#-----[ REEMPLAZAR POR ]---------------------------------------
#
// define('ATTACH_DEBUG', 0);
define('ATTACH_DEBUG', 1);
#
#-----[ ABRIR ]---------------------------------------------
#
includes/functions.php
#
#-----[ ENCONTRAR ]---------------------------------------------
# Around line 494
function message_die($msg_code, $msg_text = '', $msg_title = '', $err_line = '', $err_file = '', $sql = '')
{
global $db, $template, $board_config, $theme, $lang, $phpEx, $phpbb_root_path, $nav_links, $gen_simple_header;
#
#-----[ AGREGAR DESPUES ]---------------------------------------
#
global $attach_num_queries;
#
#-----[ ABRIR ]---------------------------------------------
#
includes/page_tail.php
#
#-----[ ENCONTRAR ]---------------------------------------------
# Around line 89
exit;
#
#-----[ AGREGAR ANTES ]---------------------------------------
#
$generation_time = printf("<br /><center><font size=\"-2\">phpBB Created this page in %f seconds : " . $db->num_queries . " queries executed : $gzip_text".$debug_mode."</font></center>", $totaltime);
if ( ATTACH_DEBUG )
{
print "<center><font size=\"-2\">For the Attachment Mod " . $attach_num_queries . " queries were executed.</font></center>";
}
#
#-----[ GUARDAR LOS ARCHIVOS ]------------------------------------------
#
# EoM
un saludo |