示例#1
0
文件: test.php 项目: quen/hawthorn
    print $hawthornKey;
    ?>
, time
<?php 
    print $hawthornKeyTime;
    ?>
.</p>
<?php 
    // Print JS code that causes recent messages to be displayed.
    print $hawthorn->recent('loadtestchan3');
    // Print link to chat in channel.
    print $hawthorn->linkToChat('loadtestchan3', 'Load test channel 3', 'Chat now!');
    // For admins only, print server statistics link
    $isAdmin = strpos($_GET['permissions'], 'a') !== false;
    if ($isAdmin) {
        print $hawthorn->linkToStatistics();
    }
} else {
    ?>
<form method="get" action="test.php">
<div>
Username (lowercase letters/numbers only)
<input type="text" name="user" />
</div>
<div>
Display name (any text)
<input type="text" name="displayname" />
</div>
<div>
Extra data (any text, may be empty)
<input type="text" name="extra" />