anouarattn

Untitled

Jul 7th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2. set_time_limit(10000);
  3. $aa='http://www.fsr.ac.ma/inscription/impMaster.php?CINE=';
  4. ;
  5. $chaine="AE";
  6.  
  7.  
  8. for($i=1000;$i<5000;$i++)
  9. {
  10. echo $chaine.$i."<br/>";
  11. if(!strstr(file_get_contents('http://www.fsr.ac.ma/inscription/impMaster.php?CINE='.$chaine.$i),"<td></td>")) echo "ok";
  12. }
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment