Posts Tagged ‘ get ’
Yêu cầu: Hỗ trợ curl, file_get_contents. <?php $url = $_GET['url']; function getPage ($url) { if (function_exists('curl_init')) { $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']); return curl_exec($ch); } else { return file_get_contents($url); } } function getAlexaRank($url) { $url = @parse_url($url); $url = $url['host']; $url = "http://data.alexa.com/data?cli=10&dat=s&url=$url"; $data = getPage($url); preg_match('#<POPULARITY URL="(.*?)" TEXT="([0-9]+){1,}"/>#si', $data, $p); $value = ($p[2]) ? number_format($p[2]) : 0; return $value; } $Rank = getAlexaRank($url); echo $Rank; ?> Chạy file: file.php?url=http://thuongtin.net loadt2player(214)[ 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 ]
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 ]
Không có trích dẫn vì bài này được bảo vệ.[ READ MORE ]
Bad Behavior has blocked 49 access attempts in the last 7 days.