Foros del Web » Creando para Internet » Sistemas de gestión de contenidos »

hola, adjuntar archivos

Estas en el tema de hola, adjuntar archivos en el foro de Sistemas de gestión de contenidos en Foros del Web. hola, quiero poner en mi foro q se puedan adjuntar archivos pero no se muxo d php y me lio cn los condigos y eso ...
  #1 (permalink)  
Antiguo 27/04/2004, 08:28
 
Fecha de Ingreso: abril-2004
Mensajes: 7
Antigüedad: 20 años, 8 meses
Puntos: 0
hola, adjuntar archivos

hola, quiero poner en mi foro q se puedan adjuntar archivos pero no se muxo d php y me lio cn los condigos y eso y tampoco se q hay k poner, k tendria k poner? o donde puedo decargarlo

SAludos
  #2 (permalink)  
Antiguo 27/04/2004, 10:28
elmajaron
Invitado
 
Mensajes: n/a
Puntos:
que foro usas phpbb,invision,vbullentin otros? un saludo
  #3 (permalink)  
Antiguo 27/04/2004, 11:07
 
Fecha de Ingreso: abril-2004
Mensajes: 7
Antigüedad: 20 años, 8 meses
Puntos: 0
hola, es phpbb
  #4 (permalink)  
Antiguo 27/04/2004, 11:37
elmajaron
Invitado
 
Mensajes: n/a
Puntos:
para eso puedes usar el Mod Attachment lo puedes encontrar aqui http://www.phpbbhacks.com un saludo
  #5 (permalink)  
Antiguo 27/04/2004, 12:34
 
Fecha de Ingreso: abril-2004
Mensajes: 7
Antigüedad: 20 años, 8 meses
Puntos: 0
aaah vale, pero es q tngo una duda:
Código:
# 
#-----[ OPEN ]--------------------------------------------- 
# 
extension.inc

#
#-----[ FIND ]---------------------------------------------
# around line 22
$phpEx = "php";

#
#-----[ AFTER, ADD ]-------------------------------------- 
# 
$attach_num_queries = 0;

# 
#-----[ OPEN ]---------------------------------------------
# 
attach_mod/includes/constants.php

# 
#-----[ FIND ]---------------------------------------------
# around line 30
define('ATTACH_DEBUG', 0);
// define('ATTACH_DEBUG', 1);

#
#-----[ REPLACE WITH ]--------------------------------------- 
# 
// define('ATTACH_DEBUG', 0);
define('ATTACH_DEBUG', 1);

# 
#-----[ OPEN ]---------------------------------------------
# 
includes/functions.php

# 
#-----[ FIND ]---------------------------------------------
# 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;

#
#-----[ AFTER, ADD ]---------------------------------------
# 
	global $attach_num_queries;

# 
#-----[ OPEN ]---------------------------------------------
# 
includes/page_tail.php

# 
#-----[ FIND ]---------------------------------------------
# Around line 89
exit;

#
#-----[ BEFORE, ADD ]--------------------------------------- 
# 
if ( ATTACH_DEBUG )
{
	print "<center><font size=\"-2\">For the Attachment Mod " . $attach_num_queries . " queries were executed.</font></center>";
}

# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
# 


--------------- ALL QUERY ------------------

# 
#-----[ OPEN ]--------------------------------------------- 
# 
extension.inc

#
#-----[ FIND ]---------------------------------------------
# around line 22
$phpEx = "php";

#
#-----[ AFTER, ADD ]-------------------------------------- 
# 
$mtime = microtime();    
$mtime = explode(" ",$mtime);    
$mtime = $mtime[1] + $mtime[0];    
$starttime = $mtime; 
$attach_num_queries = 0;

# 
#-----[ OPEN ]---------------------------------------------
# 
attach_mod/includes/constants.php

# 
#-----[ FIND ]---------------------------------------------
# around line 30
define('ATTACH_DEBUG', 0);
// define('ATTACH_DEBUG', 1);

#
#-----[ REPLACE WITH ]--------------------------------------- 
# 
// define('ATTACH_DEBUG', 0);
define('ATTACH_DEBUG', 1);

# 
#-----[ OPEN ]---------------------------------------------
# 
includes/functions.php

# 
#-----[ FIND ]---------------------------------------------
# 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;

#
#-----[ AFTER, ADD ]---------------------------------------
# 
	global $attach_num_queries;

# 
#-----[ OPEN ]---------------------------------------------
# 
includes/page_tail.php

# 
#-----[ FIND ]---------------------------------------------
# Around line 89
exit;

#
#-----[ BEFORE, ADD ]--------------------------------------- 
# 
$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>";
}

# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
# 


# EoM
tengo que copiar esto asi como viene? o tengo q modifikar algo?
y lo tendria q copiar a continuacion de la ultima palabra q haya en el archivo q tngo q modifikar? weno los archivos k son muxos xD :(

Edit: common.php, faq.php, modcp.php, posting.php, privmsg.php, viewforum.php, viewtopic.php,
## admin/admin_forumauth.php, admin/admin_ug_auth.php, includes/auth.php, includes/functions.php,
## includes/prune.php, includes/topic_review.php, modcp_body.tpl, posting_body.tpl, posting_preview.tpl,
## posting_topic_review.tpl, privmsgs_body.tpl, privmsgs_preview.tpl, privmsgs_read_body.tpl,
## viewforum_body.tpl, viewtopic_body.tpl
saludos
  #6 (permalink)  
Antiguo 27/04/2004, 14:04
elmajaron
Invitado
 
Mensajes: n/a
Puntos:
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
  #7 (permalink)  
Antiguo 27/04/2004, 15:12
 
Fecha de Ingreso: abril-2004
Mensajes: 7
Antigüedad: 20 años, 8 meses
Puntos: 0
hola he puesto ese codigo en todos los archivos y me sale esto:
http://usuarios.lycos.es/deliriumklan/phpBB2/
un monton d letrs raras y no sale na d subir archivo :( k hago mal?

salu2
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 21:58.