Jump to content
RoberrTh0

Bug fisierulmeu.ro , descarca mai repede

Recommended Posts

Posted

http://gta-mp.ro/files/fisierulmeu.php?link=http://fisierulmeu.ro/473L4OGSUU3G/bunica-bate-toba-mp3.html

'Bugurile' astea se gasesc pe multe siteuri,eu le folosesc in crawlerele mele si uploadez fisierele pe uploaded.net automat :))

astia de la fisierul meu is cam tonti.. si la serialepenet.ro au o securitate de rahat

http://gta-mp.ro/files/seriale.php?link=http://serialepenet.ro/futurama/sezon_6

<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $_GET['link']);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
$ip=rand(0,255).'.'.rand(0,255).'.'.rand(0,255).'.'.rand(0,255);
curl_setopt($ch, CURLOPT_HTTPHEADER, array("REMOTE_ADDR: $ip", "HTTP_X_FORWARDED_FOR: $ip"));
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/".rand(3,5).".".rand(0,3)." (Windows NT ".rand(3,5).".".rand(0,2)."; rv:2.0.1) Gecko/20100101 Firefox/".rand(3,5).".0.1");
$html = curl_exec($ch);
preg_match_all('$<Form style="margin:0; padding:0;" name="F1" method="POST" action="(.*?)">$is',$html,$links);
for($x = 0 ; $x< count($links[0]);$x++)
{
echo '<a href="http://fisierulmeu.ro/'.str_replace("\n","",$links[1][$x]).'" target="_blank">LINK '.$x.'</a><br>';
}
//echo $html;
curl_close($ch);
?>

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...