2007. 6. 29. 15:00

[갈쿠리패턴] 디엔샵


<?php
function voidPrint(&$val) {
 print_r($val);
}

$buf = new GalKuRi;
$buf->voidSetPage('DTYPE=IMAGE&pageNo=','voidPrint',1);

$buf->voidSetSkipOffset('_default_','<form name="prodlist"');

$buf->voidSetCookie('ACODE','1ltjzE.wkt10');
$buf->voidSetCookie('tcateid','D42414');
$buf->voidSetCookie('pmmcBGIBLE8BRMUSEGM2B78CVG78KJ4','0');
$buf->voidSetCookie('pmmczGIBLE8BRMUSEGM2B78CVG78KJ4','1');

$buf->voidSetPattern('image_url','<img src="http://shopimage.hanmail.net/m_productimages/','"');
$buf->voidSetPattern('content_url','<a href="','"');
$buf->voidSetPattern('goods_name','>','</a>');
$buf->voidSetPattern('price','<strong class="price">','원',',');

$buf->voidParsePage('http://dnshop.daum.net/front/category/DetailCategory?CID=D42414');
?>