*99の指定したCGIを*00が作るスレ (327レス)
1-

249
(1): 03/01/13 13:20 ID:??? AAS
<?
//programmed by moguno This script is copyleft.

//2ちゃんねるメニューからURLリストを取得
function getURLList($local)
{
//ファイル名を決定
if($local)
$filename = "./2chmenu.html";
else
$filename = "外部リンク[html]:www6.ocn.ne.jp";

//ファイルを読み込む
$dat = file($filename);

$res = array();

foreach($dat as $d)
{
//リンク先一覧を取得
preg_match("/<A HREF=([^\\>]+)>/",$d,$matches);

if($matches[1] == NULL)
continue;

$match = $matches[1];

//2ch以外のドメインと2chトップページへのリンクを除外
if(preg_match("/2ch\\.net\\/.+$/",$match) == 0)
1-
あと 78 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.003s