diff --git a/ext/home/main.php b/ext/home/main.php index 8c00c499..a6edb6d9 100644 --- a/ext/home/main.php +++ b/ext/home/main.php @@ -56,7 +56,14 @@ class Home extends Extension $length = strlen($strtotal); for ($n=0; $n<$length; $n++) { $cur = $strtotal[$n]; - $counter_text .= "$cur"; + + if ($cur == 6 && rand(0, 2500) == 0) { + $counter_text .= "$cur"; + } elseif ($cur == 7 && rand(0, 2500) == 0) { + $counter_text .= "$cur"; + } else { + $counter_text .= "$cur"; + } } // get the homelinks and process them