Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/05/2005, 10:27
jericow
 
Fecha de Ingreso: junio-2002
Mensajes: 19
Antigüedad: 21 años, 10 meses
Puntos: 0
ayuda con registros de usuarios

hola tengo el siguiente problema toy montando una web de torrent

cuando alguien quiere registrarse manda el siguiente error al enviar la solicitud



de ahi vi la configuracion del la pagina y tengo esto

$SITEEMAIL = "[email protected]";
$SITENAME = "Tracker Chilebits";
$SITEURL = "http://tracker.chilebits.com/";
$SITE_ONLINE = true;
$GLOBALBAN = "true";
$BASEURL = "http://tracker.chilebits.com/";

$MEMBERSONLY = true;
$PEERLIMIT = 50000;
$autoclean_interval = 600;
$max_torrent_size = 1000000;
$announce_interval = 60 * 30;
$signup_timeout = 86400 * 3;
$minvotes = 1;
$max_dead_torrent_time = 6 * 3600; // 6 hours

$torrent_dir = "/upload/torrents";

$announce_urls = array();
$announce_urls[] = "http://tracker.chilebits.com/announce.php";
$announce_urls[] = "http://tracker.chilebits.com/announce.php";

// Do NOT edit below here

require_once("secrets.php");
require_once("cleanup.php");

y en ese mismo equipo tengo los correos o el servidor de correos

alguien que me oriente o me ayude a solucionar mi problema se lo agradecere bastante