0 ) { // get singer name $url = URL_ARTIST_SEARCH . "?type=albuminfo&albumid=" . $_GET[ 'albumid' ]; $albInfo = unserialize( file_get_contents( $url ) ); $dbenAlbname = urlencode( urlencode( $albInfo[ 'albumname' ] ) ); $dbenSinger = urlencode( urlencode( $albInfo[ 'sname' ] ) ); header( "Location:http://my.mp3.qihoo.com/singer/" . $dbenSinger . "/" . $dbenAlbname ); } else { header( "Location:http://my.mp3.qihoo.com/album/_list" ); } exit(); $pgID='s100444'; //$tpl_id=set_cache_true('v3_web_show_main.htm',36000); require_once(ROOT_PATH.'kernel/bean_class/common_ajax_for_homepage.php'); require_once(ROOT_PATH.'class/web_show/class.album.php'); require_once(ROOT_PATH.'class/web_show/class.artist.php'); require_once(ROOT_PATH.'class/web_show/function.common.php'); $tpl->assign('title','ר¼­ÏêÇéÒ³'); $albumid=0; if(isset($_GET['albumid'])) {$tpl->assign('albumid',$_GET['albumid']);$albumid=$_GET['albumid'];} $album_detial=new album_detail(); $artist_detial=new artist_detail(); if($albumid!=0) { //echo "test"; //exit(); $album_detial->get_album_info($albumid); $album_detial->get_album_song($albumid); $artist_detial->get_aritst_album($album_detial->sid,$albumid); // $artist_detial->get_artist_info($album_detial->sid); //$artist_detial->get_relation_artist(12); // get_location($album_detial->sid,$album_detial->album_name); } if(isset($_GET['LS_off'])) $tpl->assign('CL_LS_off','off'); $tpl->assign('body','album_detail.tpl'); $tpl->display('v3_web_show_main.htm',$tpl_id); ?>