<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <?php ini_set('max_execution_time', 0); ini_set('user_agent','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.6 (KHTML, like Gecko) Chrome/20.0.1090.0 Safari/536.6'); $diachi='cobethoitiet.wap.mu'; //tenwap $sor='new'; $nick='nhok_con'; //taikhoan $password=base64_encode('matkhau'); $pass=base64_decode($password); $url='http://xxx.'.$diachi.'/main.php?id=log&nick='.$nick.'&pass='.$pass.'&rem=1'; $cookie=('v=3; __qca=P0-1585199047-1438802163714; _gat=1; _ga=GA1.2.829838804.1435661085; __utmmobile=0xd26871e48aba491d'); $user=('Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.6 (KHTML, like Gecko) Chrome/20.0.1090.0 Safari/536.6'); function http_login_client($url, $params = "", $cookies_send = "" ){ $cookies = array(); $headers = getallheaders(); $ch = curl_init($url); $options = array(CURLOPT_POST => 1, CURLINFO_HEADER_OUT => true, CURLOPT_POSTFIELDS => $params, CURLOPT_RETURNTRANSFER => 1, CURLOPT_HEADER => 1, CURLOPT_COOKIE => $cookies_send, CURLOPT_USERAGENT => $headers['User-Agent'] ); curl_setopt_array($ch, $options); $response = curl_exec($ch); preg_match_all('/^Set-Cookie: (.*?)=(.*?);/m', $response, $matches); foreach( $matches[1] as $index => $cookie ) $cookies[$cookie] = $matches[2][$index]; return $cookies; } $cookies= http_login_client($url,$cookie,$user); function url_get_contents($url) { $data=NULL; $data=file_get_contents($url); if($data) { preg_match("/<body(.*?)>(.+?)<\/body>/s", $data, $matches); $data=$matches[2]; } return $data; } $links='http://xxx.'.$diachi.'/forums.php?id=menu&sor='.$sor.'&ses='.$cookies["ses"]; $nguon= url_get_contents($links); $html = split('<div class="left">',$nguon); $html=split('<div class="center">',$html[1]); $html=$html[0]; $inx=0; $tten=array();$turl=array();$tname=array();$tso=array(); preg_match_all("/<b>(.+?)<\/b>(.+?)<a href=\"(.+?)\">(.+?)\(([0-9]|[0-9][0-9]|[0-9][0-9][0-9])\)<\/a>/", $html, $matches, PREG_SET_ORDER); foreach ($matches as $val) { $tten[$inx]= $val[1]; $turl[$inx]= 'http://'.$diachi.$val[3]; $tname[$inx]= $val[4]; $tso[$inx]= $val[5]; $inx=$inx+1; } for($y=0;$y<count($tten);$y++) { echo '<div style="background-color:#efefef">Tên: '.$tten[$y].' ->> <a href="'.$turl[$y].'">'.$tname[$y].'</a> ('.$tso[$y].')</div>'; } ?> </body> </html>
$diachi='cobethoitiet.wap.mu'; //tenwap
$sor='new';
$nick='nhok_con'; //taikhoan
$password=base64_encode('matkhau');
$pass=base64_decode($password);
--> Sửa thành phương thức get-- password mã hóa md5 hay sha tùy bạn.
for($y=0;$y<count($tten);$y++)
{
echo '<div style="background-color:#efefef">Tên: '.$tten[$y].' ->> <a href="'.$turl[$y].'">'.$tname[$y].'</a> ('.$tso[$y].')</div>';
}
Cái này là render ra màn hình tùy bạn sắp xếp hoặc echo thành file js tùy bạn. ok up lên host dùng. Ai có host thì làm cho ae sử dụng chung ![]()
Nguồn: http://cobethoitiet.wap.mu
![[OFF]](/assets/images/off.gif)
![[ON]](/assets/images/on.gif)