0

私はここで本当に奇妙なことをしています。index2.php という名前の 1 つの php ファイルがあります (以下にコードを示します)。このファイルは 2 つの異なるディレクトリにあります。ロードすると、両方の Web ブラウザで 2 つの異なる出力が得られます。誰かがこれがどのように可能か教えてください!?

 <?php
 //////////////////////////////////////////////////////////////////
 // DJ Status v3.0                                               //
 // ©2012 Joseph Scocca                                          //
 //////////////////////////////////////////////////////////////////
 include ("config.php"); // include the settings to connect to DB and ShoutCast
 include ("header.php"); // include the Header info
 if ($scsuccs!=1) { // Check is we can connect to ShoutCast Server
 if($streamstatus == "1"){ // Is the Stream broadcasting 
 if (isset($dj)) { // is there a DJ in the DB connected

 // Open Container and Column 1
 echo "<div id=\"container\"><div id=\"column-1\">";

 // connected DJ have a Avatar
 if (isset($djavatar) && $djavatar) { echo "
 <div id=\"avatarpic\"><img src=\"$djavatars/$djavatar\" /></div>"; }    

 // Close Column 1 Open Column 2 Make the Div Stats and start showing data
 echo "</div><div id=\"column-2\">
 <div id=\"stats\">
 <div><strong><span>Now playing</span></strong></div>";


 // if the song title is longer than 17 characters then scroll the title
 if (strlen($artisttitle[1]) > 17) { echo "
 <div><marquee behavior=\"scroll\" scrollamount=\"1\" direction=\"left\" width=\"160\">$artisttitle[1]</marquee>    </div>";

 // if the artist is longer than 16 characters then scroll the artists
 if (strlen($artisttitle[0]) > 16) { echo "
 <div><strong>By </strong><marquee behavior=\"scroll\" scrollamount=\"1\" direction=\"left\" width=\"135\">$artisttitle[0] </marquee></div>
 <div><strong>On Air</strong> $djname </div>";

 // if the artist is short than or equals 16 characters then just display it as text
 } else if (strlen($artisttitle[0]) <=16) { echo "
 <div><strong>By </strong>$artisttitle[0]<div>
 <strong>On Air</strong> $djname </div>";}

 } else if (strlen($artisttitle[1]) <= 17) {    
 echo "<div>$artisttitle[1]</div>";
 //if the song title is less than 17 characters then just display it as text

 // if the artist is longer than 16 characters then scroll the artists
 if (strlen($artisttitle[0]) > 16) { echo "
 <div><strong>By </strong><marquee behavior=\"scroll\" scrollamount=\"1\" direction=\"left\" width=\"135\">$artisttitle[0]</marquee></div><div><strong>On Air</strong> $djname </div>";
  // if the artist is short than or equals 16 characters then just display it as text
 } else if (strlen($artisttitle[0]) <=16) { echo "
 <div><strong>By </strong>$artisttitle[0]<div><strong>On Air</strong> $djname </div>";
            }
    } 
 echo "</div></div></div> // Close Column 2, Stats, and Container.
 <div id=\"column-3\"><div id=\"social\">"; // Open Column 3 and social
    if (isset($address) && $address) {echo "
 <a href=\"$address\" target=\"_blank\">
 <img style=\"height:25px;width:94px;\" src=\"images/request.png\" border=\"0\" />
 </a><br>";} //  requestline 

 if (isset($djname1) && $djname1) {echo "
 $djname1";} // Display the DJ Name (for shows that Have a Co Host.)
 if (isset($twitter) && $twitter) {echo "
 <a href=\"http://www.twitter.com/$twitter\" target=\"_blank\">
 <img src=\"images/twitter.png\" border=\"0\" /></a>";}
  // does the  DJ have a Twitter, if so display it

 if (isset($facebook) && $facebook) {echo "
 <a href=\"http://www.facebook.com/$facebook\" target=\"_blank\">
 <img src=\"images/facebook.png\"  border=\"0\"/></a>"; }
 // does the  DJ have a Facebook, if so display it

 if (isset($email) && $email) {echo "
 <a href=\"mailto:$email\"><img src=\"images/email.png\"  border=\"0\"/></a>";}
  // does the DJ have a Email, if so display it

 // if the Connected DJ has a Co Host do the following.
 if (isset($djname2) && $djname2) {echo "
 <br />$djname2";} // Display the Co Host Name

 if (isset($twitter2) && $twitter2) {echo "
 <a href=\"http://www.twitter.com/$twitter2\" target=\"_blank\">
 <img src=\"images/twitter.png\" border=\"0\" /></a>";} // Co Host Tiwtter 

 if (isset($facebook2) && $facebook2) {echo "
 <a href=\"http://www.facebook.com/$facebook2\" target=\"_blank\">
 <img src=\"images/facebook.png\"  border=\"0\"/></a>"; } // Co Host  Facebook 

 if (isset($email2) && $email2) {echo "<a href=\"mailto:$email2\">
 <img src=\"images/email.png\" border=\"0\" />";} //  Co Host email 

 echo "</div></div>"; //Closing of the Social Div and Column 3

 } else { // when the current dj is not in the system do the following

 echo "<div id=\"container\"><div id=\"column-1\"><div id=\"avatarpic\">
 <img src=\"$djavatars/default.png\" /></div>";
  // Open Container, Column 1, and avatar pic. Display the default avatar 
 echo "</div><div id=\"column-2\">";   // Close Column 1, Open Column 2

 echo "<div id=\"stats\"><div><strong><span>Now playing</span></strong></div>";
 // Make the Div Stats and start showing data

 // if the song title is longer than 25 charaters then scroll the title
 if (strlen($artisttitle[1]) > 17) { echo "
 <div><marquee behavior=\"scroll\" scrollamount=\"1\" direction=\"left\" width=\"160\"> $artisttitle[1]  </marquee></div><div><strong>By:</strong> $artisttitle[0]</div>";

 } else if (strlen($artisttitle[1]) <= 17) {echo "
 <div>$artisttitle[1]</div><div><strong>By:</strong> $artisttitle[0]</div></div>";}   
 //if the song title is less than 25 charaters then just display it as text

 echo "</div>"; } // Close Column 2

 } else {echo "<b><span style=\"color:#FFF;\">Trek Radio is currently experiencing
 <br />technical difficulties.<br /> Please check again later. (Error 100)</b>
 </span>";} // Error 100 connetion error to the DB

 } else {echo "<b><span style=\"color:#FFF;\">Trek Radio is currently experiencing
 <br />technical difficulties.<br /> Please check again later. (Error 200)</b>
 </scpan>";} // Error 200 connection error to shoutcast
 echo "</div>"; // Close Container
 ?>

これで、このスクリプトは、現在オンエアされている曲のタイトルと dj を表示するはずです。私が得られないのは、 http://www.surayamedia.com/onair_tr/index2.php とhttp://www.surayamedia.com/trdjs/index.phpにアクセスすると 、出力が異なるということです。まったく同じファイルである場合、これはどのようになりますか? それらは2つの異なるディレクトリに配置されているだけです! 理解できません。私がやろうとしているのは、スクリプトをサーバー上の別のフォルダーに移動することだけです!

これを修正するために何ができるかを理解できる人に感謝します!

4

2 に答える 2

0

コードの問題ではなく、サーバーの問題でした。

于 2013-02-06T01:37:58.077 に答える
0

スクリプトと同じディレクトリにインクルードがあるため、DJ が表示されていないインクルードのいずれかまたは両方が欠落しているように見えます。インクルードを複製する代わりに、おそらくパブリック html の上にある別のディレクトリに格納できます。

include ("config.php");
include ("header.php"); 

includespublic html の上に移動します。

include ("../../includes/config.php");
include ("../../includes/header.php");

インクルードが両方のディレクトリに存在する場合は、インクルードに相対パスに依存するコードがあることを意味します。

于 2012-12-17T07:35:08.283 に答える