View Single Post
ישן 25-03-07, 21:09   # 1
נמרוד
הוסטסניון
 
נמרוד's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2006
הודעות: 2,766

נמרוד לא מחובר  

[שגיאה] בקוד PHP -ואני לא יודע כלום בPHP...

היי! קיבלתי שגיאה כלשהיא שPHP של אתר מסויים שקיבלתי. זה הקוד:
PHP קוד:
<?php $sMainURL "http://www.linkshighway.net"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
 <head>
  <title>lazertekkpctalk Link Partners</title>
  <meta name="Description" content="<?=$_SERVER['SERVER_NAME']?> allows you to exchange links with other web sites.">
  <meta name="Keywords" content="Links, Links Highway, Link Exchange, Link Partners, Instant Links, Reciprocal Links, Link Directory">
</head>
<body>

<?php
$LinkID 
"3535";
$sSelf $_SERVER["PHP_SELF"];
$sQuery  "script=php&LinkID=" .urlencode($LinkID) . "&ScriptName=" urlencode($sSelf);

foreach (
$_GET as $key => $value)
{
    
$value urlencode(stripslashes($value));
    
$sQuery .= "&$key=$value";
}

$ch curl_init ($sMainURL "/links/engine.php?".$sQuery);
curl_setopt ($chCURLOPT_HEADER0);
curl_exec ($ch);

if(
curl_error($ch))
    echo 
"Error processing request";

curl_close ($ch);
?>

</body>
</html>
וזאת השגיאה:
http://lazertekkpctalk.lazertekk.com/links.php
מישהו יכול בבקשה לעזור לי עם זה?