Jump to content
Dragos

Fresh 1k mails

Recommended Posts

Tu ai vazut ca-s numa ratati pe acolo ?:))) Numai banati pentru diferite motive...

Trimite-le un mail despre cel mai tare server de counter unde poti folosi coduri si ai sa vezi cum pun botu'. Le dai server de stealer bindat cu redirect, 2k logs in 10 minute. Jucatorii de cs sunt ahtiati dupa unele lucruri.

Link to comment
Share on other sites

pentru cine are nevoie sa extraga toate mailurile de acolo si nu are cu ce uite am scris eu un cod in 5 min


<?php

$nr = 1;
for($i=0;$i<=1300;$i+=50) {
$link = 'http://www.freakz.ro/forum/banlist.php?mode=&order=&start='.$i;
$pagina = file_get_contents($link);
$pattern = '/mailto:(.+@.+)"/iUs';
preg_match_all($pattern, $pagina, $gasite);
foreach($gasite[1] as $email) {
echo $nr .') '. $email .'<br />';
file_put_contents('list_email_ro.txt', $email."\r\n", FILE_APPEND);
$nr++;
}
}
?>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...