]> 4ch.mooo.com Git - test.git/blobdiff - yotsubanome.php
modified: config.php
[test.git] / yotsubanome.php
index aa434944f59554f48698a18c0b658305e6e19e1f..dca24e849e7944164008e9557579d522f9c942a6 100755 (executable)
@@ -342,11 +342,12 @@ function arrangeThread($PTE, $tree, $tree_cut, $posts, $hiddenReply, $resno=0, $
                // Tripcode indicator // t++ //++++----
                // This may be a blob of code but it apparently works >< please help me here
                $tripkeycount = substr_count($name, TRIP_KEY);
-               if($config['ALLOW_NONAME']==3){
+               /*if($config['ALLOW_NONAME']==3){
                        if($name) $name = '';
                        if($tripkeycount) $name = '';
                        if($email) $now = "<a href=\"mailto:$email\" class=\"linkmail\">$now</a>";
-               }elseif($config['ALLOW_NONAME']==2){ // 強制砍名
+               }else
+               */if($config['ALLOW_NONAME']==2){ // 強制砍名
                        if($tripkeycount==1) $name = preg_match('/(\\'.TRIP_KEY.'.{10})/', $name, $matches) ? '<span class="postertrip">'.$matches[1].'</span>' : '';
                        if($tripkeycount==2) $name = preg_match('/(\\'.TRIP_KEY.TRIP_KEY.'.{16})/', $name, $matches) ? '<span class="postertrip">'.$matches[1].'</span>' : '';
                        if($tripkeycount==3) $name = preg_match('/(\\'.TRIP_KEY.'.{32})/', $name, $matches) ? '<span class="postertrip">'.$matches[1].'</span>' : '';