ï»?? require_once("class/phpYoutube.php"); $sqlinfo = mysql_fetch_assoc(mysql_query("SELECT * FROM settings")); $phpYoutube = new phpYoutube($sqlinfo['dev_id']); if(empty($_GET['page'])){ $currentpage = 1; } else { $currentpage = $_GET['page']; } if(empty($_GET['tag'])){ $tag = $sqlinfo['default_tag']; } else { $tag = $_GET['tag']; } $source = $phpYoutube->videos_listbytag($tag, $currentpage, 11); $pages = ceil($source['total']/10); $string = array('-', ' ', '(', ')', ':', '.', '/', '\'', '"'); $replace = array('', '-', '', '', '', '', '', '', ''); function randtag($str){ $font_size = rand(1,5); $color_array = array('black', 'blue', 'green', 'white'); shuffle($color_array); $font_color = $color_array[0]; $link = ' '.$str.', '; return $link; } //Update Tags if(isset($_GET['tag'])){ if(ctype_alnum($_GET['tag'])){ if(!is_numeric($_GET['tag'])){ $check = mysql_num_rows(mysql_query("SELECT tagid FROM tags WHERE tag='$_GET[tag]'")); if($check == 0){ mysql_query("INSERT INTO tags (tag) VALUES ('$_GET[tag]')"); } } } } $get_tags = mysql_query("SELECT tag FROM tags WHERE tag != '' ORDER BY tagid DESC LIMIT 0,30"); $sqlinfo = mysql_fetch_assoc(mysql_query("SELECT * FROM settings")); ?> Animal Planet Apes Monkey
HomepageFunny VideosLove Videos Music VideosScary Videos
 

Welcome to albek.com/video

Albek.com/video is your video site. You can watch all Youtube videos. You can use our menu, or random cloud tags. If you want view a video in your web site or your profile pages, you can find the video codes in the watch video page.
Watch video on Albek.com/video



Random Cloud Tags


Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/www/virtual/albek.com/htdocs/video/templates/default/index.php on line 187