Support Forum
Hallo Support Team,
ich habe eine Unterseite erstellt die das Aktuellste Video und weitere neun Videos anzeigt. Funktioniert auch Wunderbar bis auf YouTube.
Die Unterseite ist für die Facebook Seite und wird als iFrame eingefügt.
Mein Problem ist, dass die YouTube Videos nicht angezeigt werden, dass sollen Sie auch nicht und ich möchte diese mit meinem Code raus Filtern. Das Problem ist nur das ich nicht weiß wie ich diese rausfiltern kann.
Also woran erkenne ich beim Auslesen der Datenbank ob es ein YouTube Video ist oder nicht. Habt ihr da einen Tipp für mich.
Meiner Meinung nach dürfte das YouTube Video gar nicht in der Datenbanktabelle mit auftauchen
Hier sende ich euch mal den Code
Hier die Datei: facebook.php_YT_only
Und hier die Datei: facebook.php
Ich hoffe Ihr habt einen Tipp für mich.
Vielen Dank
mfg
Sven
ich habe eine Unterseite erstellt die das Aktuellste Video und weitere neun Videos anzeigt. Funktioniert auch Wunderbar bis auf YouTube.
Die Unterseite ist für die Facebook Seite und wird als iFrame eingefügt.
Mein Problem ist, dass die YouTube Videos nicht angezeigt werden, dass sollen Sie auch nicht und ich möchte diese mit meinem Code raus Filtern. Das Problem ist nur das ich nicht weiß wie ich diese rausfiltern kann.
Also woran erkenne ich beim Auslesen der Datenbank ob es ein YouTube Video ist oder nicht. Habt ihr da einen Tipp für mich.
Meiner Meinung nach dürfte das YouTube Video gar nicht in der Datenbanktabelle mit auftauchen
Hier sende ich euch mal den Code
Hier die Datei: facebook.php_YT_only
Code:
<?php if (!isset($db)){ $db = mysql_connect('localhost','DATENBANKBENUTZER','DATENBANKPASSWORT') or die ("Could not connect"); mysql_select_db('DATENBANKNAME', $db); } $a=mysql_query("SELECT * from media_youtube ORDER BY mid DESC limit 0,1", $db); $primo=mysql_fetch_object($a); $rest=array(); $b=mysql_query("SELECT * from media_youtube ORDER BY mid DESC limit 1,9", $db); while ($sec=mysql_fetch_object($b)){ $rest[]=$sec; } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Unbenanntes Dokument</title> <style type="text/css"> .layoutbreite { width: 490px; margin-right: auto; margin-left: auto; border: 1px solid #F00; } .bild { width: 490px; margin-right: auto; margin-left: auto; position: relative; } div.inhalt { margin-left:0px; padding-left:3px; height:93%; overflow:auto; background:#F0F8FF; color:#000000; } </style></head> <body> <div class="layoutbreite"> <div id="flash"> <div id="flashcontent"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="flvplayer" name="c6a80378-3eb2-47e7-8415-ba1f7cff037e" width="490" height="375" style="position:relative;top:0;left:0;z-index:9999;"> <param name="movie" value="/flash/vimp.swf" /> <param name="flashvars" value="hosturl=http%3A%2F%2Fwww.mytube24.de%2Fmedia%2Fflashcomm&mediaid=1154&context=normal&skin=%2Fflash%2Fskins%2Fair_black.swf&autohidesidebaronplay=true" /> <param name="scale" value="false" /> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="wmode" value="opaque" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="/flash/vimp.swf" width="490" height="375" wmode="opaque"> <param name="flashvars" value="hosturl=http%3A%2F%2Fwww.mytube24.de%2Fmedia%2Fflashcomm&mediaid=1154&context=normal&skin=%2Fflash%2Fskins%2Fair_black.swf&autohidesidebaronplay=true" /> <param name="scale" value="false" /> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="wmode" value="opaque" /> <!--<![endif]--> <p style="margin: 15px;"> Hinweis: Leider hast Du den Flash Player nicht oder nur eine veraltete Version installiert. Dieser wird zum Betrachten der Medien benötigt. <a href="http://www.macromedia.com/go/getflashplayer">Flash Player herunterladen</a> </p> <img alt="Berlin 24 Sendung 15.05.2011 " title="Berlin 24 Sendung 15.05.2011 " src="http://www.mytube24.de/cache/d6487ac5e5b1ebfd865746f8089fd531.jpg" /> <!--[if !IE]>--> </object> <!--<![endif]--> </object> <script type="text/javascript"> swfobject.registerObject('flvplayer', '9.0.124', '/flash/expressInstall.swf'); </script> </div> </div> <input type="hidden" name="sharekey" id="sharekey" value="34c6476dc539b2a5e81bfe054c60efab" /> </div> </div> <!-- youtube only --> <!-- <object width="490" height="375"> <param name="movie" value="http://www.youtube.com/v/<?=$primo->id?>?fs=1"></param> <param name="allowFullScreen" value="true"></param> <param name="autoPlay" value="true"></param> <param name="allowscriptaccess" value="always"></param> <embed src="http://www.youtube.com/v/<?=$primo->id?>?fs=1&autoplay=1" type="application/x-shockwave-flash" width="490" height="375" allowscriptaccess="always" allowfullscreen="true"> </embed> </object> --> <!-- <iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/<?=$primo->id?>" frameborder="0" ></iframe> --> </div><br /> <div class="layoutbreite"> <?php foreach($rest as $re){ echo '<img style="width: 160px; margin-left: 3px; margin-bottom: 3px;" border="0" src="http://img.youtube.com/vi/' . $re->id . '/0.jpg">'; } ?> </div><br /> <div class="bild"> <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://c.gigcount.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEzMDUxOTEwNDQ4NTEmcHQ9MTMwNTE5MTI5MDM2NiZwPTU1MDY2MiZkPSZnPTEmbz*5Y2U5N2E1ODY3OGI*NGM5ODdm/YWQ1NjgzZGY*YzkzYSZvZj*w.gif" /><span id="completecontainer"><iframe src="http://widget.bild.de/index/widget?options[tabcount]=1&options[activetab]=tab1&switchselect1=on&options[feedsearch][]=&options[moretextfake][]=true&options[moretext][]=true&options[showthumbsfake][]=true&options[showthumbs][]=true&options[color][height]=300&options[color][width]=480&options[color][border]=%23BBBBBB&options[color][background]=%23FFFFFF&options[color][headerfooter]=%23000000&options[color][roofline]=%23DD0000&options[color][headline]=%23000000&options[feed][]=19&options[amountheadlines][]=4&options[color][font]=Arial" width="480" height="242" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" id="bildwidgetiframe"></iframe> <script type="text/javascript"> document.write("<img src=\'http://springer02.webtrekk.net/850416555242498/ce.pl?p=208,&tz=2&ce5="+encodeURIComponent(document.URL)+"&ps=2\' width=\'0px\' height=\'0px\' style=\'display: none !important;\'>")</script><style type="text/css">/* general fix */#bildwidgetfooter { position:relative ! important; top:-8px ! important; margin-top:-4px ! important; }</style><style type="text/css"><!--/* ff hacks */#bildwidgetfooter, x:-moz-any-link { position:relative ! important; top:-13px ! important; margin-top:-1px ! important; } /* FireFox 2 */html>/**/body #bildwidgetfooter, x:-moz-any-link, x:default { position:relative ! important; top:-14px ! important; margin-top:-1px ! important; } /* Only FireFox 3 */--></style><!--[if IE 8.0]><style type="text/css">#bildwidgetfooter { position:relative ! important; top:-13px ! important; margin-left: 0px ! important; margin-top:0px ! important; }</style><![endif]--><!--[if IE 7.0]><style type="text/css">#bildwidgetfooter { margin-left: 0px ! important; position:relative ! important; margin-top:0px ! important; }</style><![endif]--><!--[if IE 6.0]><style type="text/css">#bildwidgetfooter { margin-top:-5px ! important; }</style><![endif]--><link rel="stylesheet" type="text/x-opera-css;charset=utf-8" href="http://widget.bild.de/css/opera.css" media="all" /> <div style="padding:10px; padding-top:5px; padding-right: 4px; padding-left: 5px; background-color: #FFFFFF; display:block; height:40px; width:468px; border:1px solid #BBBBBB;margin:0;margin-top:-1px; display:block; overflow: hidden;" id="bildwidgetfooter"> <div style="width:100%;height:37px;"> <p style="font-family: Arial; color: #000000;font-size:11px;text-align:left;line-height:14px;margin:0;padding:0;"> <span style="min-height:28px;display:block;font-family: Arial; color: #000000;font-size:9px;text-align:left;line-height:14px;margin:0;padding:0;">Mehr <a href="http://www.bild.de/BILD/video/clip/news/vermischtes/startseite/news-vermischtes.html" title="News Videos" target="_blank" style="font-family: Arial; color: #000000;font-size:9px;text-decoration:underline;">News-Videos</a> auf <a href="http://www.bild.de/" target="_blank" style="color: #000000;font-size:9px;text-decoration:underline;">BILD.de</a>. </span> <div style="text-align: left;"> <a href="#" onclick="window.open('http://widget.bild.de/index/popupcode?disclaimer=1&code='+escape(document.getElementById('completecontainer').innerHTML),'popupcode','scrollbars=yes,width=380,height=260');return false;" style="text-decoration:none;"> <img src="http://widget.bild.de/img/kopieren_widget.gif" alt="meiner Seite hinzufügen" border="0" style="padding:0;padding-top:3px;border:none;" /> </a> <a href="http://bilddirdein.bild.de/" target="_blank" style="margin-left:3px;"> <img src="http://widget.bild.de/img/eigenes_widget.gif" alt="eigenes Widget erstellen" border="0" style="padding:0;padding-top:3px;border:none;margin-left:1px;" /> </a> </div> </p> </div> <div style="position: absolute; height: 37px; right: 5px; bottom: -5px;" align="right"> <a href="http://www.bild.de/" target="_blank"> <img src="http://widget.bild.de/img/logo_bild_small.gif" alt="BILD.de" border="0" style="border:none;padding:0;" /> </a> </div> </div></span> </div> </body> </html>
Und hier die Datei: facebook.php
Code:
<?php function _stripsmall($document){ $search = array("'\A1'","'\A¶'","'\A¤'","'â„c'", "'\AY'", "'\Ao'", "'\A–'", "'„'", "'•'"); $replace = array("ü","ö","ä", "™", "ss", "Ü", "Ö", "Ä", ""); $text = preg_replace($search,$replace,$document); return $text; } function safe_url($name, $rep='_'){ $rez = $name; $rez = str_replace("/",$rep, $rez); $rez = str_replace(" ",$rep, $rez); $rez = str_replace("A¤","ae", $rez); $rez = str_replace("A„","Ae", $rez); $rez = str_replace("A©","e", $rez); $rez = str_replace("A‰","E", $rez); $rez = str_replace("A¶","oe", $rez); $rez = str_replace("A–","Oe", $rez); $rez = str_replace("A1","ue", $rez); $rez = str_replace("Ao","Ue", $rez); $rez = str_replace("AY","s", $rez); $rez = str_replace("ö","oe", $rez); $rez = str_replace("ä","ae", $rez); $rez = str_replace("ü","ue", $rez); $rez = str_replace("Ö","Oe", $rez); $rez = str_replace("Ä","Ae", $rez); $rez = str_replace("Ü","Ue", $rez); $rez = str_replace("e","e", $rez); $rez = str_replace("é","e", $rez); $rez = str_replace("a","a", $rez); $rez = str_replace("á","a", $rez); $rez = str_replace("%","pro", $rez); $rez = str_replace("-","pro", $rez); $rez = str_replace("'",$rep, $rez); $umlaute = Array("/ä/","/ö/","/ü/","/Ä/","/Ö/","/Ü/","/ß/"); $replace = Array("ae","oe","ue","Ae","Oe","Ue","ss"); $rez = preg_replace($umlaute, $replace, $rez); return _stripsmall($rez);// strip the rest } if (!isset($db)){ $db = mysql_connect('localhost','DATENBANKBENUTZER','DATENBANKPASSWORT') or die ("Could not connect"); mysql_select_db('DATENBANKNAME', $db); } //$a=mysql_query("SELECT * from media_youtube ORDER BY mid DESC limit 0,1", $db); $a=mysql_query("SELECT * from media where status='5' AND hidden='0' ORDER BY mid DESC limit 0,1", $db); $primo=mysql_fetch_object($a); $rest=array(); //$b=mysql_query("SELECT * from media_youtube ORDER BY mid DESC limit 1,9", $db); $b=mysql_query("SELECT * from media where status='5' AND hidden='0' ORDER BY mid DESC limit 1,9", $db); while ($sec=mysql_fetch_object($b)){ $rest[]=$sec; } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Berlin24 network tv</title> <link rel="stylesheet" type="text/css" media="screen" href="http://www.berlin-24.tv/css/share.css" /> <link rel="stylesheet" type="text/css" media="screen" href="http://www.berlin-24.tv/css/stad.css" /> <link rel="stylesheet" type="text/css" media="screen" href="http://www.berlin-24.tv/css/frontend.css" /> <link rel="stylesheet" type="text/css" media="screen" href="http://www.berlin-24.tv/css/frontend.german.css" /> <!--[if IE]> <link rel="stylesheet" type="text/css" media="screen" href="http://www.berlin-24.tv/css/frontend.ie.css" /> <![endif]--> <!--[if IE 6]> <link rel="stylesheet" type="text/css" media="screen" href="http://www.berlin-24.tv/css/frontend.ie6.css" /> <![endif]--> <!--[if IE 6]> <link rel="stylesheet" type="text/css" media="screen" href="http://www.berlin-24.tv/css/frontend.german.ie6.css" /> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" media="screen" href="http://www.berlin-24.tv/css/frontend.ie7.css" /> <![endif]--> <style type="text/css"> html, body{ background-color: white; background-image: none; color: #000; } .layoutbreite { width: 490px; margin-right: auto; margin-left: auto; min-height:390px; /* border: 1px solid #F00; */ } .bild { width: 490px; margin-right: auto; margin-left: auto; position: relative; } div.inhalt { margin-left:0px; padding-left:3px; height:93%; overflow:auto; background:#F0F8FF; color:#000000; } .navioben { background-image: url(http://www.berlin-24.tv/images/frontend/backgrounds/header.png); background-repeat: repeat-x; height: 138px; width: 490px; margin-right: auto; margin-left: auto; margin-bottom: 10px; font-size: 14px; color: #FFF; text-align: center; font-weight: bold; padding-top: 5px; padding-left: 5px; position: relative; } .navioben a:link,.navioben a:visited { color: #FFF; } .navioben a:hover { color: #39F; text-decoration: none; } .naviobeneins { font-size: 16px; text-transform: capitalize; position: absolute; left: 10px; top: 105px; } #menu { float: left; margin-left: 17px; } </style></head> <body> <div class="navioben"> <p>Willkommen auf der Facebook-Seite von Berlin 24 Network TV</p> <p> </p> <p>Wir begrüßen Dich und Deine Kommentare zu unseren Themen!</p> <p> </p> <p>Einfach auf "GEFÄLLT MIR" klicken und mitreden.</p> <div class="naviobeneins"><div id="menu"><a href="http://www.berlin-24.tv" target="_new">Home</a></div><div id="menu"><a href="http://www.berlin-24.tv/medias" target="_new">Medien</a></div><div id="menu"><a href="http://www.susmo.com/" target="_new">Onlineshop</a></div><div id="menu"><a href="http://berlinnet24.de/main.php?go=start" target="_new">Berlinnet24</a></div><div id="menu"><a href="http://eurotv.magix.net/" target="_new">Bildergalerie</a></div></div> </div> <div class="layoutbreite"> <div id="flash"> <div id="flashcontent"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="flvplayer" name="c6a80378-3eb2-47e7-8415-ba1f7cff037e" width="490" height="375" style="z-index:9999;"> <param name="movie" value="http://www.berlin-24.tv/flash/vimp.swf" /> <param name="flashvars" value="hosturl=http://www.berlin-24.tv/media/flashcomm&mediaid=<?=$primo->mid?>&context=embed&skin=http://www.berlin-24.tv/flash/skins/air_black.swf&autohidesidebaronplay=true" /> <param name="scale" value="false" /> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="wmode" value="opaque" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="http://www.berlin-24.tv/flash/vimp.swf" width="490" height="375" wmode="opaque"> <param name="flashvars" value="hosturl=http://www.berlin-24.tv/media/flashcomm&mediaid=<?=$primo->mid?>&context=normal&skin=http://www.berlin-24.tv/flash/skins/air_black.swf&autohidesidebaronplay=true" /> <param name="scale" value="false" /> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="wmode" value="opaque" /> <!--<![endif]--> <p style="margin: 15px;"> Hinweis: Leider hast Du den Flash Player nicht oder nur eine veraltete Version installiert. Dieser wird zum Betrachten der Medien benötigt. <a href="http://www.macromedia.com/go/getflashplayer">Flash Player herunterladen</a> </p> <img alt="Berlin 24 Sendung 15.05.2011 " title="Berlin 24 Sendung 15.05.2011 " src="http://www.berlin-24.tv/cache/d6487ac5e5b1ebfd865746f8089fd531.jpg" /> <!--[if !IE]>--> </object> <!--<![endif]--> </object> <script type="text/javascript"> swfobject.registerObject('flvplayer', '9.0.124', 'http://www.berlin-24.tv/flash/expressInstall.swf'); </script> </div> </div> <input type="hidden" name="sharekey" id="sharekey" value="<?=$primo->mediakey?>" /> </div> </div><br /> <div class="layoutbreite"> <ul id="media-box-filter" class="sort1 clearfix"> <li class="act"><a target="_blank" href="http://www.berlin-24.tv/media/list/filter/all/limit/all/layout/thumbBig" >Alles</a></li> <li><a target="_blank" href="http://www.berlin-24.tv/media/list/filter/newest/limit/all/layout/thumbBig" >Neueste</a></li> <li><a target="_blank" href="http://www.berlin-24.tv/media/list/filter/featured/limit/all/layout/thumbBig">Featured</a></li> <li><a target="_blank" href="http://www.berlin-24.tv/media/list/filter/hottest/limit/all/layout/thumbBig" >Beliebtheit</a></li> <li><a target="_blank" href="http://www.berlin-24.tv/media/list/filter/toprated/limit/all/layout/thumbBig">Rating</a></li> <li><a target="_blank" href="http://www.berlin-24.tv/media/list/filter/comments/limit/all/layout/thumbBig">Kommentare</a></li> </ul> <?php foreach($rest as $re){ echo '<a target="new" title="'.$re->title.'" href="http://www.berlin-24.tv/video/'.safe_url($re->title).'/'.$re->mediakey.'"> <img style="display: inline; height: 112px;width: 160px; margin-left: 3px; margin-bottom: 3px;float: left;" border="0" alt="'.$re->title.'" title="'.$re->title.'" src="http://www.berlin-24.tv/images/thumbs/'.$re->thumbnail_filename.'"></a>'; } ?> </div><br /> <div class="bild"> <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://c.gigcount.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEzMDUxOTEwNDQ4NTEmcHQ9MTMwNTE5MTI5MDM2NiZwPTU1MDY2MiZkPSZnPTEmbz*5Y2U5N2E1ODY3OGI*NGM5ODdm/YWQ1NjgzZGY*YzkzYSZvZj*w.gif" /><span id="completecontainer"><iframe src="http://widget.bild.de/index/widget?options[tabcount]=1&options[activetab]=tab1&switchselect1=on&options[feedsearch][]=&options[moretextfake][]=true&options[moretext][]=true&options[showthumbsfake][]=true&options[showthumbs][]=true&options[color][height]=300&options[color][width]=480&options[color][border]=%23BBBBBB&options[color][background]=%23FFFFFF&options[color][headerfooter]=%23000000&options[color][roofline]=%23DD0000&options[color][headline]=%23000000&options[feed][]=19&options[amountheadlines][]=4&options[color][font]=Arial" width="480" height="242" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" id="bildwidgetiframe"></iframe> <script type="text/javascript"> document.write("<img src=\'http://springer02.webtrekk.net/850416555242498/ce.pl?p=208,&tz=2&ce5="+encodeURIComponent(document.URL)+"&ps=2\' width=\'0px\' height=\'0px\' style=\'display: none !important;\'>")</script><style type="text/css">/* general fix */#bildwidgetfooter { position:relative ! important; top:-8px ! important; margin-top:-4px ! important; }</style><style type="text/css"><!--/* ff hacks */#bildwidgetfooter, x:-moz-any-link { position:relative ! important; top:-13px ! important; margin-top:-1px ! important; } /* FireFox 2 */html>/**/body #bildwidgetfooter, x:-moz-any-link, x:default { position:relative ! important; top:-14px ! important; margin-top:-1px ! important; } /* Only FireFox 3 */--></style><!--[if IE 8.0]><style type="text/css">#bildwidgetfooter { position:relative ! important; top:-13px ! important; margin-left: 0px ! important; margin-top:0px ! important; }</style><![endif]--><!--[if IE 7.0]><style type="text/css">#bildwidgetfooter { margin-left: 0px ! important; position:relative ! important; margin-top:0px ! important; }</style><![endif]--><!--[if IE 6.0]><style type="text/css">#bildwidgetfooter { margin-top:-5px ! important; }</style><![endif]--><link rel="stylesheet" type="text/x-opera-css;charset=utf-8" href="http://widget.bild.de/css/opera.css" media="all" /> <div style="padding:10px; padding-top:5px; padding-right: 4px; padding-left: 5px; background-color: #FFFFFF; display:block; height:40px; width:468px; border:1px solid #BBBBBB;margin:0;margin-top:-1px; display:block; overflow: hidden;" id="bildwidgetfooter"> <div style="width:100%;height:37px;"> <p style="font-family: Arial; color: #000000;font-size:11px;text-align:left;line-height:14px;margin:0;padding:0;"> <span style="min-height:28px;display:block;font-family: Arial; color: #000000;font-size:9px;text-align:left;line-height:14px;margin:0;padding:0;">Mehr <a href="http://www.bild.de/BILD/video/clip/news/vermischtes/startseite/news-vermischtes.html" title="News Videos" target="_blank" style="font-family: Arial; color: #000000;font-size:9px;text-decoration:underline;">News-Videos</a> auf <a href="http://www.bild.de/" target="_blank" style="color: #000000;font-size:9px;text-decoration:underline;">BILD.de</a>. </span> <div style="text-align: left;"> <a href="#" onclick="window.open('http://widget.bild.de/index/popupcode?disclaimer=1&code='+escape(document.getElementById('completecontainer').innerHTML),'popupcode','scrollbars=yes,width=380,height=260');return false;" style="text-decoration:none;"> <img src="http://widget.bild.de/img/kopieren_widget.gif" alt="meiner Seite hinzufügen" border="0" style="padding:0;padding-top:3px;border:none;" /> </a> <a href="http://bilddirdein.bild.de/" target="_blank" style="margin-left:3px;"> <img src="http://widget.bild.de/img/eigenes_widget.gif" alt="eigenes Widget erstellen" border="0" style="padding:0;padding-top:3px;border:none;margin-left:1px;" /> </a> </div> </p> </div> <div style="position: absolute; height: 37px; right: 5px; bottom: -5px;" align="right"> <a href="http://www.bild.de/" target="_blank"> <img src="http://widget.bild.de/img/logo_bild_small.gif" alt="BILD.de" border="0" style="border:none;padding:0;" /> </a> </div> </div></span> </div> </body> </html>
Ich hoffe Ihr habt einen Tipp für mich.
Vielen Dank
mfg
Sven
26.10.2011 11:45
Hallo,
ich hoffe immer noch auf eine Antwort..
Wie erkenne ich aus sicht der Datenbank ob es ein Youtbvideo oder ein Manuell hochgeladenes Video ist.
Ich möchte einen Filter einbauen, so das Youtubevideos auf der externen Seite nicht angezeigt werden. Weil momentan bei Youtubvideos immer ein Fehler kommt.
Deshalb bitte ich mal um einen Tipp
Danke
Gruß
Sven
ich hoffe immer noch auf eine Antwort..
Wie erkenne ich aus sicht der Datenbank ob es ein Youtbvideo oder ein Manuell hochgeladenes Video ist.
Ich möchte einen Filter einbauen, so das Youtubevideos auf der externen Seite nicht angezeigt werden. Weil momentan bei Youtubvideos immer ein Fehler kommt.
Deshalb bitte ich mal um einen Tipp
Danke
Gruß
Sven
11.11.2011 12:53
Hallo,
gibt es hier schon was neues.. ein wir wissen es nicht reicht mir auch....
schöne Grüße
Sven
gibt es hier schon was neues.. ein wir wissen es nicht reicht mir auch....
schöne Grüße
Sven
15.11.2011 19:54
Hallo,
okay ich frage mal anders worin erkenne ich oder worin unterscheidet sich ein YouTube eingebettetes Video von einem Video was hochgeladen wurde in der Datenbank?
Momentan sehe ich aus Sicht der Datenbank nicht ob es ein YouTube Video oder ein hochgeladenes ist.
Wie gesagt sollte das yt Video meiner Meinung nach gar nicht in der Datenbank Tabelle auftauchen.
Also ein kleiner Tipp wäre hier sehr Nett wie ich das Filtern kann
Danke nochmal
Sven
okay ich frage mal anders worin erkenne ich oder worin unterscheidet sich ein YouTube eingebettetes Video von einem Video was hochgeladen wurde in der Datenbank?
Momentan sehe ich aus Sicht der Datenbank nicht ob es ein YouTube Video oder ein hochgeladenes ist.
Wie gesagt sollte das yt Video meiner Meinung nach gar nicht in der Datenbank Tabelle auftauchen.
Also ein kleiner Tipp wäre hier sehr Nett wie ich das Filtern kann
Danke nochmal
Sven
22.11.2011 14:02
