4 $length = strlen($stop);
8 //echo("Please wait, while computing...\n\n");
19 $stop = $origstop+
rand(0,10);
21 for($i=$start;$i<=$stop;$i++
) {
23 $i = base_convert($i, 10, $base);
24 if(strpos($rada, $i) == 0) {
26 if( $i[0] == $rada[strlen($rada)-1] ) {
29 } elseif( $rada[0] == $i[strlen($i)-1] ) {
30 $rada = substr($rada, 1);
45 for($i=0;$i<(strlen($rada)-$length);$i++
) {
46 $sub = substr($rada, $i, $length);
47 for($x=0;$x<$length;$x++
) {
51 $rada = str_replace($sub, "", $rada);
54 for($x=0;$x<$length;$x++
) {
55 $replace = $replace."R";
58 $rada = str_replace($replace, $sub, $rada);
67 for($i=$start;$i<=$stop;$i++
) {
69 $i = base_convert($i, 10, $base);
70 if(!eregi($i, $rada)) {
71 //echo("Not found: $i\n");
73 if( $i[0] == $rada[strlen($rada)-1] ) {
76 } elseif( $rada[0] == $i[strlen($i)-1] ) {
77 $rada = substr($rada, 1);
92 //echo("Total not found: $notfound\n");
93 if($notfoundlast == $notfound) { $error = 0; }
94 $notfoundlast = $notfound;
98 for($i=$start;$i<=$stop;$i++
) {
99 if(!eregi($i, $rada)) {
109 0-99:8970684924807965464133322998867361605944383525181110958785777637155047403128219391753027262000142345666906
110 :9084787636241342213919946403730181714887749279538935855325108368660504433128211675657061524298202326454759697280
111 :9594403292141101847565345422718137390898872605749946682585030241916233631528355170969780912038434861646767793100
This page took 0.431762 seconds and 4 git commands to generate.