Не знаете как запустить PHP - скрипт? Прочтите эту статью
<?
set_time_limit(0);
error_reporting(E_ERROR | E_PARSE);
$mail='ящик@мэил.ru'; //эмеил
$pass='пароль'; //пароль
$id='22671298'; //id ]
$group_id='7817915'; //айди группы
function connect($link, $cookie){
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$link);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch, CURLOPT_TIMEOUT, 0);
curl_setopt($ch, CURLOPT_GET, 1);
curl_setopt($ch, CURLOPT_HEADER, 1);
curl_setopt($ch, CURLOPT_COOKIE, $cookie);
$otvet = curl_exec($ch);
curl_close($ch);
return $otvet;
}
//////////получаем список человек
$link = "http://vkontakte.ru/groups.php?act=members&gid=".$group_id;
$res=connect($link, $cookie);
//////////
$c=substr_count($res, 'memberName_'); ###подсчитываем количество человек
while($c!==0){
for($i=0;$i<$c;$i) { ###запускаем цикл
$qwe=$i++;
###принтим текущую позицию
flush();
print $qwe."\n";
flush();
$end=$end+1;
$res= substr($res, $end);
$begin = 'memberName_';
$begin = strpos($res, $begin) + strlen($begin);
$end = '"';
$end = strpos($res, $end, $begin);
$people_id = substr($res, $begin, $end - $begin);
$link='http://vkontakte.ru/groups_ajax.php?act=adeletemember&id='.$people_id.'&gid='.$group_id;
//////////Подтверждаем заявку
$otvet=connect($link, $cookie);
//////////
if (substr_count($otvet, "blank.php")>1){
$i=$qwe;
print "####### Ban\n";
sleep(1);
}
}
//////////получаем список человек
$link = "http://vkontakte.ru/groups.php?act=members&gid=".$group_id;
$res=connect($link, $cookie);
//////////
$c=substr_count($res, 'memberName_'); ###подсчитываем количество человек
}
print "\n(c) Le][ 2009\n";
?>

