Index: trunk/install/php/showlibc.php =================================================================== --- trunk/install/php/showlibc.php (リビジョン 124) +++ trunk/install/php/showlibc.php (リビジョン 1) @@ -16,17 +16,5 @@ */ -include("./foltialib.php"); -$con = m_connect(); - -if ($useenvironmentpolicy == 1){ - if (!isset($_SERVER['PHP_AUTH_USER'])) { - header("WWW-Authenticate: Basic realm=\"foltia\""); - header("HTTP/1.0 401 Unauthorized"); - redirectlogin(); - exit; - } else { - login($con,$_SERVER['PHP_AUTH_USER'],$_SERVER['PHP_AUTH_PW']); - } -}//end if login + include("./foltialib.php"); $tid = getgetnumform(tid); @@ -41,92 +29,54 @@
+ + + - - -"; -}else{ -print " - - - -"; -} -if ($tid == "") { - print "録画ライブラリ番組個別表示
+再生可能ムービーを表示します。
fetch();
-if (! $rowdata) {
-$syobocaldb = `curl "http://cal.syoboi.jp/db?Command=TitleLookup&TID=$tid" | head -2 `;
+WHERE foltia_program.tid = $tid
+";
+$rs = m_query($con, $query, "DBクエリに失敗しました");
+$maxrows = pg_num_rows($rs);
+if ($maxrows == 0 ){
+ $syobocaldb = `curl "http://cal.syoboi.jp/db?Command=TitleLookup&TID=$tid" | head -2 `;
$syobocaldb = mb_convert_encoding($syobocaldb, "EUC-JP", "UTF-8");
$syobocaldb = preg_match("/
録画ライブラリ番組個別表示
-再生可能ムービーを表示します。
";
-if ($tid == 0){
-print "$title 【この番組のFolcast [iTunesに登録]】
\n";
-}else{
+}
print "$title
-【この番組のFolcast
-[iTunesに登録]】
\n";
-}
-}// endif if(ereg("iPhone",$useragent))
-
+ htmlspecialchars($tid) . "\" target=\"_blank\">" .
+ htmlspecialchars($title) . " 【この番組のFolcast】
\n";
+
+
//確認
if (file_exists ("$recfolderpath/$tid.localized")){
@@ -138,4 +88,6 @@
}
+
+
//新仕様/* 2006/10/26 */
if (file_exists("./selectcaptureimage.php") ) {
@@ -144,39 +96,4 @@
$serverfqdn = getserverfqdn();
-
-//Autopager
-echo "