forked from elmadev/elmastats
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathubs.php
More file actions
19 lines (19 loc) · 805 Bytes
/
ubs.php
File metadata and controls
19 lines (19 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php include("top.php"); ?>
<?php
$player = "Jon";
if ($_GET["player"] != "") $player = $_GET["player"];
echo("<b>Usarbar examples</b> (" . man($player, false, false) . ")<br/><br/>");
echo("<div class=\"box\">");
echo("<b>Standard</b><br/>");
addub("ttst.php?u=" . $player, $player);
addub("ttst.php?u=" . $player . "&bg=g", $player);
addub("ttst.php?u=" . $player . "&bg=p", $player);
addub("ttst.php?u=" . $player . "&bg=r", $player);
addub("ttst.php?u=" . $player . "&bg=y", $player);
addub("ttst.php?u=" . $player . "&bg=k", $player);
echo("<br/><b>Simpel and customizabel</b><br/>");
addub("tt.php?u=" . $player, $player);
addub("tt.php?u=" . $player . "&bg=000000&c=FF0000&pre=TT:%20[&post=]", $player);
echo("</div>");
?>
<?php include("tpo.php"); ?>