Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/08/2008, 14:15
K-anario
 
Fecha de Ingreso: abril-2006
Mensajes: 123
Antigüedad: 18 años
Puntos: 0
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING o

Hola, estaba configurando unas cositas anti span de la web e inclui este codigo, me da un fallo en la linea:
$bbcode_uid = '' ; if (!eregi("^multipart/form\-data’,trim($_SERVER['CONTENT_TYPE'])))



$poll_length = ( isset($HTTP_POST_VARS['poll_length']) && $is_auth['auth_pollcreate'] ) ? $HTTP_POST_VARS['poll_length'] : '';
$bbcode_uid = '' ; if (!eregi("^multipart/form\-data’,trim($_SERVER['CONTENT_TYPE'])))
{
echo “No se acepta spam. Tómeselas.”;
exit();
}
prepare_post($mode, $post_data, $bbcode_on, $html_on, $smilies_on, $error_msg, $username, $bbcode_uid, $subject, $message, $poll_title, $poll_options, $poll_length);
if ( $error_msg == '' )
{


No lo veo ¡¡¡ ayuda please