Пример #1
0
        ?>
"><?php 
        echo htmlspecialchars($mcname);
        ?>
</a></td>
			    <td><?php 
        if (strtolower($infraction["staff"]) !== "console") {
            ?>
<a href="/profile/<?php 
            echo htmlspecialchars($infraction["staff"]);
            ?>
"><?php 
            if ($inf_plugin !== "mb") {
                echo htmlspecialchars($infraction["staff"]);
            } else {
                echo htmlspecialchars($infractions->mb_getUsernameFromName($infraction["staff"]));
            }
            ?>
</a><?php 
        } else {
            echo 'Console';
        }
        ?>
</td>
			    <td><?php 
        echo $infraction["type_human"];
        ?>
 <?php 
        echo $infraction["expires_human"];
        ?>
</td>
Пример #2
0
            } else {
                echo '<a href="/profile/' . $mcname . '">' . $mcname . '</a>';
            }
            ?>
</td>
			  <td><?php 
            if (strtolower($infraction["staff"]) !== "console") {
                ?>
<a href="/profile/<?php 
                echo $infraction["staff"];
                ?>
"><?php 
                if ($infractions_plugin !== "mb") {
                    echo $infraction["staff"];
                } else {
                    echo $infractions->mb_getUsernameFromName($infraction["staff"]);
                }
                ?>
</a><?php 
            } else {
                ?>
Console<?php 
            }
            ?>
</td>
			  <td><?php 
            echo $infraction["type_human"];
            ?>
</td>
			  <td><?php 
            echo $infraction["reason"];