站群程序破解明文说明
这个可能就有点对不住原作者了,原来加密的程序,被我给解密了,公布出来也只是为了自己做个记录而已,同时给有需要了解站群程序的朋友一个提示吧!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
header('content-type:text/html;charset=gb2312'); date_default_timezone_set('PRC'); $fix=$_SERVER['QUERY_STRING']; $fix=str_replace('host=','', $fix); $fix=str_replace('php/','php', $fix); function duqu($file="content.txt",$a=20){ $juzi=file($file); if(count($juzi)<1){return false;} $j=array(); foreach ($juzi as $key => $value) { $j[]=str_replace('\r\n', "", trim($value)); } $zong_juzi=count($j); $juzi=array(); for ($i=0; $i < $a; $i++) { $juzi[$i]=$j[mt_rand(0,$zong_juzi-1)]; } array_filter($juzi); return $juzi; } function suiji($len) { $chars_array = array( "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z","0","1","2","3","4","5","6","7","8","9","A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z" ); $charsLen = count($chars_array) - 1; $outputstr = ""; for ($i=0; $i<$len; $i++) { $outputstr .= $chars_array[mt_rand(0, $charsLen)]; } return $outputstr; } // 随机取外链 $wailian=duqu('lunlian.txt',20); $xiaoshuo=duqu('content.txt',40); // 随机取关键词 $keyword=duqu('key.txt',20); // 再次取关键词 $keyword1=duqu('key.txt',40); // 取标题 $title=duqu('key.txt',1); // 取描述 $des=duqu('key.txt',8); // 组装外链文章 $lunlian=array(); foreach ($wailian as $key => $v) { $lunlian[]="<a href='".$v.'?'.suiji(4).'/'.suiji(6).'.html'."' >".$keyword[$key]."</a>"; } // 组装内链文章 if($fix!=''){ $slink=array(); foreach ($keyword1 as $key => $v) { $slink[]="<a href='".$fix.'?'.suiji(4).'/'.suiji(6).'.html'."'>".$v."</a>"; } }else{ $slink=array(); foreach ($keyword1 as $key => $v) { $slink[]="<a href='".'/news.php?'.suiji(4).'/'.suiji(6).'.html'."'>".$v."</a>"; } // 之前路径为 <a href='".$_SERVER['SERVER_NAME'].'/news.php? } $moban=file_get_contents('heimaoseojishu_com.html'); for ($i=0; $i < count($lunlian) ; $i++) { $moban=preg_replace('/\{lunlian\}/', $lunlian[$i], $moban,1); } for ($i=0; $i < count($slink) ; $i++) { $moban=preg_replace('/\{slink\}/', $slink[$i], $moban,1); } for ($i=0; $i < 5 ; $i++) { $moban=str_replace('{tmkeyword}', $title[0], $moban); } for ($i=0; $i < 20 ; $i++) { $moban=preg_replace('/\{time\}/', date('Y-m-d H:i:s',time()-$i*360), $moban,1); } foreach ($xiaoshuo as $key => $v) { $moban=preg_replace('/\{juzi\}/', $v, $moban,1); } echo $moban; |
此站群程序只是其中的一个页面而已,还有其它程序未展示!记录学习下!另外如果你有需要电信流量卡的朋友,可以联系我哦!不只是流量卡,包括电信流量系统也是可以的!
本人可以说是接触电信物联卡最早的攻城师了,如果您需要这方面的可以联系!