<form method="get" action="index.php"> keyword : <input type="text" name="keyword"> <input type="submit" value="search"> </form> <br /> <?php if($_GET['keyword']){ $keyword = $_GET['keyword']; $keyword = ereg_replace(' ', '/', trim($keyword)); $feedURL = "http://gdata.youtube.com/feeds/api/videos/-/{$keyword}"; $sxml = simplexml_load_file($feedURL); $return = array(); foreach ($sxml->entry as $entry) { $media = $entry->children('http://search.yahoo.com/mrss/'); $attrs = $media->group->player->attributes(); $watch = $attrs['url']; $attrs = $media->group->thumbnail[0]->attributes(); $thumbnail = $attrs['url']; $code = explode("?v=",$watch); $code = $code[1]; $code = explode("&feature",$code); $code = $code[0]; $title = $media->group->title; $desc = $media->group->description; $thumb = $thumbnail; echo '<p>'; echo '<b><a href="play.php?code='.$code.'" target="_blank">'.$title.'</a></b><br />'; echo '<a href="play.php?code='.$code.'" target="_blank"><img src="'.$thumb.'" border="0" width="120" height="90"></a><br />'; echo '<span>'.$desc.'</span>'; echo '</p>'; } } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง