bueno todo es ir probando. de momento deberias cambiar
Código:
<?php require_once('Connections/ChileWarezcl.php'); ?>
<?php
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue;
..........
por eto otro:
Código:
<?php require_once('Connections/ChileWarezcl.php');
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue;
y por supueto asegurate que delante del <? no haya espacios.