From 4565a86946464f124110db11e3ba7331018d8664 Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Mon, 21 Dec 2009 05:40:20 +0000 Subject: added working login script and announcment block git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@386 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- modules/tsviewer/index.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'modules/tsviewer/index.php') diff --git a/modules/tsviewer/index.php b/modules/tsviewer/index.php index 18ee7c5..afbc83f 100644 --- a/modules/tsviewer/index.php +++ b/modules/tsviewer/index.php @@ -24,19 +24,20 @@ if(!defined("MODULE_FILE")) } OpenTable(); -echo "How to Connect

IP: 64.214.185.50:9004

Password: Garand

"; +echo "
How to Connect

IP: 64.214.185.50:9004

Password: Garand

"; CloseTable(); OpenTable(); -echo "Teamspeak Server"; +echo "
Teamspeak Server
"; /*echo "
\n";*/ -echo "
\n"; -?> - -\n"; +echo "
"; + +$ts = implode('',file("http://www.tsviewer.com/ts_viewer_pur.php?ID=902437&bg=&type=8f8f8f&type_size=11&type_family=5&info=1&channels=1&users=1&type_s_color=000000&type_s_weight=bold&type_s_style=normal&type_s_variant=normal&type_s_decoration=none&type_s_color_h=525284&type_s_weight_h=bold&type_s_style_h=normal&type_s_variant_h=normal&type_s_decoration_h=underline&type_i_color=000000&type_i_weight=normal&type_i_style=normal&type_i_variant=normal&type_i_decoration=none&type_i_color_h=525284&type_i_weight_h=normal&type_i_style_h=normal&type_i_variant_h=normal&type_i_decoration_h=underline&type_c_color=000000&type_c_weight=normal&type_c_style=normal&type_c_variant=normal&type_c_decoration=none&type_c_color_h=525284&type_c_weight_h=normal&type_c_style_h=normal&type_c_variant_h=normal&type_c_decoration_h=underline&type_u_color=000000&type_u_weight=normal&type_u_style=normal&type_u_variant=normal&type_u_decoration=none&type_u_color_h=525284&type_u_weight_h=normal&type_u_style_h=normal&type_u_variant_h=normal&type_u_decoration_h=none")); +echo $ts; + echo "
\n"; -echo ""; CloseTable(); -- cgit