Posts Tagged ‘ grab ’
Đây là class đăng nhập vào Yahoo và lấy sổ địa chỉ, list messenger , số mail chưa đọc, lịch. Demo Download loadt2player(225)[ READ MORE ]
<?php function get_web_page( $url ) { $options = array( 'http' => array( 'user_agent' => 'spider', // who am i 'max_redirects' => 10, // stop after 10 redirects 'timeout' => 120, [ READ MORE ]
Trang chính của tác giả: http://hasin.wordpress.com/2008/02/09/hacking-slidesharenet-using-php/ Tạm thời post cái php tại đây: <?php $slideshowUrl="http://www.slideshare.net/coogle/ajax-and-php"; $slideshowPageContent = file_get_contents($slideshowUrl); $pattern = "~doc=([\w-]+)~"; preg_match($pattern,$slideshowPageContent,$matches); $xmlurl = "http://s3.amazonaws.com/slideshare/{$matches[1]}.xml"; $sxml = simplexml_load_file($xmlurl); foreach ($sxml->Slide as $slide) echo $slide['Src']."<br />"; ?> loadt2player(178)[ READ MORE ]
var link = document.getElementById('FlashNCTplayer').src; var host = String(window.location.hostname); var current = String(document.location); if (host != 'www.nhaccuatui.com') { createBox('<li>Đã tích hợp thành công vào nhaccuatui.com</li><li>Bạn hãy bấm vào <a href="javascript:cmon();">đây</a> để reload trang web này.</li>', '<li>Sau khi trang web đã reload xong, bạn hãy kích hoạt jgrabber một lần nữa để lấy link.</li><li><b>Chú ý: </b>Đây là một hạn chế của [ READ MORE ]
Buồn buồn vào nghe 1 bài remix Love Again http://nhaccuatui.com/nghe?M=SlBpgEaY1f Và đọc 1 bài trong freecodevn thấy anh em get links nhạc của nhau cũng thử get link NCT thử. Đầu tiên là nghe nhạc ttp://nhaccuatui.com/nghe?M=SlBpgEaY1f sau đó tớ tìm thấy cái này: http://nhaccuatui.com/m2/SlBpgEaY1f truy cập vào thì sẽ cho ra link này: http://nhaccuatui.com/Flash/NCTplayer11.swf?file=http://nhaccuatui.com/GetMusic.aspx?key2=001d000400230013002400300000000d0044000f Nhiệm vụ của http://nhaccuatui.com/m2/SlBpgEaY1f là dùng header(“Location: [ READ MORE ]
function get_link_video_zing($url) { $data=file_get_contents($url); $parse=explode('video.php?sid=',$data); $parse=explode("', 'downloadwindown','",$parse[1]); $url = $parse[0]; $url = base64_decode($url); $url = "http://stc.video.zing.vn/file_uploads/video/".$url; return $url; } loadt2player(111)[ READ MORE ]
//YouTube Video Download Link Generator function str_between($string, $start, $end){ $string = " ".$string; $ini = strpos($string,$start); if ($ini == 0) return ""; $ini += strlen($start); $len = strpos($string,$end,$ini) - $ini; return substr($string,$ini,$len); } function get_youtube_download_link(){ $youtube_link = $_GET['youtube']; $youtube_page = file_get_contents($youtube_link); $v_id = str_between($youtube_page, "&video_id=", "&"); $t_id = str_between($youtube_page, "&t=", "&"); $flv_link = "http://www.youtube.com/get_video?video_id=$v_id&t=$t_id"; $hq_flv_link = "http://www.youtube.com/get_video?video_id=$v_id&t=$t_id&fmt=6"; $mp4_link = "http://www.youtube.com/get_video?video_id=$v_id&t=$t_id&fmt=18"; $threegp_link = "http://www.youtube.com/get_video?video_id=$v_id&t=$t_id&fmt=17"; echo "\t\tDownload (right-click [ READ MORE ]
<? $thumb = "http://i3.ytimg.com/vi/".$_GET['v']."/default.jpg"; $yturl = "http://www.youtube.com/watch?v=".$_GET['v']; $id = explode("v=",$yturl); $file = simplexml_load_file("http://youtube.com/api2_rest?method=youtube.videos.get_video_token&video_id=$id[1]"); $file = "http://youtube.com/get_video?video_id=$id[1]&t=$file->t"; $file = get_headers($file); $video = urlencode(trim($file[8],"Location: ")); echo "<embed src="player.swf" width="400" height="300" allowfullscreen="true" allowscriptaccess="always" flashvars="&videoPath=$video&autoStart=true&autoHide=false&autoHideTime=5&hideLogo=true&volAudio=60&newWidth=400&newHeight=300&disableMiddleButton=false&playSounds=true&soundBarColor=0x0066FF&barColor=0x0066FF&barShadowColor=0x91BBFB&subbarColor=0xffffff" />"; echo "<br/><br/>thumbnail for video <br/><img src="$thumb">"; ?> loadt2player(67)[ READ MORE ]
Không có trích dẫn vì bài này được bảo vệ.[ READ MORE ]
Bad Behavior has blocked 52 access attempts in the last 7 days.