KaleSoft adlı üyeden alıntı:
mesajı görüntüle
ilginç bi detay
18
●1.203
sallanmış sanki kafadan ehue. PHP 5.1.2 de denedim :Notice: Use of undefined constant zzzz - assumed 'zzzz' in /root/c.php on line 3 um PHP Notice: Use of undefined constant zzzz - assumed 'zzzz' in /root/c.php on line 3 Notice: Use of undefined constant zzzz - assumed 'zzzz' in /root/c.php on line 3 un PHP Notice: Use of undefined constant zzzz - assumed 'zzzz' in /root/c.php on line 3 Notice: Use of undefined constant zzzz - assumed 'zzzz' in /root/c.php on line 3 uo PHP Notice: Use of undefined constant zzzz - assumed 'zzzz' in /root/c.php on line 3 Notice: Use of undefined constant zzzz - assumed 'zzzz' in /root/c.php on line 3 up PHP Notice: Use of undefined constant zzzz - assumed 'zzzz' in /root/c.php on line 3 Notice: Use of undefined constant zzzz - assumed 'zzzz' in /root/c.php on line 3 uq PHP Notice: Use of undefined constant zzzz - assumed 'zzzz' in /root/c.php on line 3 Notice: Use of undefined constant zzzz - assumed 'zzzz' in /root/c.php on line 3 ur PHP Notice: Use of undefined constant zzzz - assumed 'zzzz' in /root/c.phpşunu geliştirmen lazim :
<?php
$c=0;
for($i=97; $i<=122;){
if ($c != 25) { $c++; }
if ($c != 25)
{
echo chr($i).chr($i+$c)."\n";
}
}
?>
<?php
$alfabe = array('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z');
for($i=0;$i<=25;$i++){
for($j=0;$j<=25;$j++){
for($k=0;$k<=25;$k++){
for($l=0;$l<=25;$l++){
$sonuc.= $alfabe[$i].$alfabe[$j].$alfabe[$k].$alfabe[$l].".net\n"; //.com
}
}
}
}
$baglan = fopen('adres4.txt', 'w');
fwrite($baglan,$sonuc);
fclose($baglan);
?>