Skip to content

Commit

Permalink
Original UTStats beta 4.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sn3p committed Feb 4, 2017
0 parents commit 40dfa7d
Show file tree
Hide file tree
Showing 460 changed files with 16,550 additions and 0 deletions.
Binary file added System/UTSAccuBeta4_2.u
Binary file not shown.
Binary file added System/UTStatsBeta4_2.u
Binary file not shown.
Binary file added html/GeoIP.dat
Binary file not shown.
60 changes: 60 additions & 0 deletions html/admin.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?php
if (isset($_REQUEST['rememberkey'])) setcookie('uts_adminkey', $_REQUEST['key'], time()+60*60*24*30*365);
if (isset($_COOKIE['uts_adminkey'])) $adminkey = $_REQUEST['uts_adminkey'];

include ("includes/config.php");
include ("includes/functions.php");
include ("includes/functions_admin.php");
include ("includes/header.php");

// Get key from web browser
if (isset($_REQUEST['key'])) $adminkey = $_REQUEST['key'];
if (!isset($adminkey)) $adminkey = '';
$action = (!empty($_REQUEST['action'])) ? $_REQUEST['action'] : 'main';

echo'<table class = "box" border="0" cellpadding="1" cellspacing="2" width="720">
<tr>
<td class="heading" align="center" colspan="2">UTStats Administration</td>
</tr>';

IF (empty($import_adminkey)) {
echo'<tr><td class="smheading" align="left" width="150">Error:</td>
<td class="grey" align="left">No key set in config.php</td>
</tr></table>';
include("includes/footer.php");
return;
}


IF (!empty($adminkey) and $adminkey != $import_adminkey) {
echo'<tr><td class="smheading" align="left" width="150">Error:</td>
<td class="grey" align="left">Keys do not match</td>
</tr>';
$adminkey = '';
}

IF (empty($adminkey)) {
echo'<tr>
<td class="smheading" align="left" width="150">Enter Admin key:</td>
<td class="grey" align="left"><form NAME="adminkey" ACTION="admin.php">
<input TYPE="text" NAME="key" MAXLENGTH="35" SIZE="20" CLASS="searchform">
<input TYPE="submit" VALUE="Submit" CLASS="searchformb">
<input TYPE="checkbox" NAME="rememberkey"> Remember the key
</form></td>
</tr></table>';
include("includes/footer.php");
return;
}


echo'</table>
<br>';

$action = str_replace(array('.', '/', '<', ':'), array(), $action);
$fn = "pages/admin/$action.php";
if (!file_exists($fn) or !is_file($fn)) die('bla');
require($fn);

include('includes/footer.php');

?>
Binary file added html/images/bars/h_bar1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/h_bar10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/h_bar11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/h_bar12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/h_bar13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/h_bar14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/h_bar15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/h_bar16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/h_bar2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/h_bar3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/h_bar4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/h_bar5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/h_bar6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/h_bar7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/h_bar8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/h_bar9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added html/images/bars/index.htm
Empty file.
Binary file added html/images/bars/v_bar1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/v_bar10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/v_bar11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/v_bar12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/v_bar13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/v_bar14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/v_bar15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/v_bar16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/v_bar2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/bars/v_bar3.png
Binary file added html/images/bars/v_bar4.png
Binary file added html/images/bars/v_bar5.png
Binary file added html/images/bars/v_bar6.png
Binary file added html/images/bars/v_bar7.png
Binary file added html/images/bars/v_bar8.png
Binary file added html/images/bars/v_bar9.png
Binary file added html/images/blankbar.gif
Binary file added html/images/characters/char1.jpg
Binary file added html/images/characters/char10.jpg
Binary file added html/images/characters/char11.jpg
Binary file added html/images/characters/char12.jpg
Binary file added html/images/characters/char13.jpg
Binary file added html/images/characters/char14.jpg
Binary file added html/images/characters/char2.jpg
Binary file added html/images/characters/char3.jpg
Binary file added html/images/characters/char4.jpg
Binary file added html/images/characters/char5.jpg
Binary file added html/images/characters/char6.jpg
Binary file added html/images/characters/char7.jpg
Binary file added html/images/characters/char8.jpg
Binary file added html/images/characters/char9.jpg
Empty file.
Binary file added html/images/del.png
Binary file added html/images/favicon.ico
Binary file not shown.
Binary file added html/images/flags/ad.png
Binary file added html/images/flags/ae.png
Binary file added html/images/flags/af.png
Binary file added html/images/flags/ag.png
Binary file added html/images/flags/ai.png
Binary file added html/images/flags/al.png
Binary file added html/images/flags/am.png
Binary file added html/images/flags/an.png
Binary file added html/images/flags/ao.png
Binary file added html/images/flags/aq.png
Binary file added html/images/flags/ar.png
Binary file added html/images/flags/as.png
Binary file added html/images/flags/at.png
Binary file added html/images/flags/au.png
Binary file added html/images/flags/aw.png
Binary file added html/images/flags/az.png
Binary file added html/images/flags/ba.png
Binary file added html/images/flags/bb.png
Binary file added html/images/flags/bd.png
Binary file added html/images/flags/be.png
Binary file added html/images/flags/bf.png
Binary file added html/images/flags/bg.png
Binary file added html/images/flags/bh.png
Binary file added html/images/flags/bi.png
Binary file added html/images/flags/bj.png
Binary file added html/images/flags/bm.png
Binary file added html/images/flags/bn.png
Binary file added html/images/flags/bo.png
Binary file added html/images/flags/br.png
Binary file added html/images/flags/bs.png
Binary file added html/images/flags/bt.png
Binary file added html/images/flags/bv.png
Binary file added html/images/flags/bw.png
Binary file added html/images/flags/by.png
Binary file added html/images/flags/bz.png
Binary file added html/images/flags/ca.png
Binary file added html/images/flags/cc.png
Binary file added html/images/flags/cd.png
Binary file added html/images/flags/cf.png
Binary file added html/images/flags/cg.png
Binary file added html/images/flags/ch.png
Binary file added html/images/flags/ci.png
Binary file added html/images/flags/ck.png
Binary file added html/images/flags/cl.png
Binary file added html/images/flags/cm.png
Binary file added html/images/flags/cn.png
Binary file added html/images/flags/co.png
Binary file added html/images/flags/cr.png
Binary file added html/images/flags/cs.png
Binary file added html/images/flags/cu.png
Binary file added html/images/flags/cv.png
Binary file added html/images/flags/cx.png
Binary file added html/images/flags/cy.png
Binary file added html/images/flags/cz.png
Binary file added html/images/flags/de.png
Binary file added html/images/flags/dj.png
Binary file added html/images/flags/dk.png
Binary file added html/images/flags/dm.png
Binary file added html/images/flags/do.png
Binary file added html/images/flags/dz.png
Binary file added html/images/flags/ec.png
Binary file added html/images/flags/ee.png
Binary file added html/images/flags/eg.png
Binary file added html/images/flags/eh.png
Binary file added html/images/flags/er.png
Binary file added html/images/flags/es.png
Binary file added html/images/flags/et.png
Binary file added html/images/flags/fi.png
Binary file added html/images/flags/fj.png
Binary file added html/images/flags/fk.png
Binary file added html/images/flags/fm.png
Binary file added html/images/flags/fo.png
Binary file added html/images/flags/fr.png
Binary file added html/images/flags/ga.png
Binary file added html/images/flags/gb.png
Binary file added html/images/flags/gd.png
Binary file added html/images/flags/ge.png
Binary file added html/images/flags/gf.png
Binary file added html/images/flags/gh.png
Binary file added html/images/flags/gi.png
Binary file added html/images/flags/gl.png
Binary file added html/images/flags/gm.png
Binary file added html/images/flags/gn.png
Binary file added html/images/flags/gp.png
Binary file added html/images/flags/gq.png
Binary file added html/images/flags/gr.png
Binary file added html/images/flags/gs.png
Binary file added html/images/flags/gt.png
Binary file added html/images/flags/gu.png
Binary file added html/images/flags/gw.png
Binary file added html/images/flags/gy.png
Binary file added html/images/flags/hk.png
Binary file added html/images/flags/hm.png
Binary file added html/images/flags/hn.png
Binary file added html/images/flags/hr.png
Binary file added html/images/flags/ht.png
Binary file added html/images/flags/hu.png
Binary file added html/images/flags/id.png
Binary file added html/images/flags/ie.png
Binary file added html/images/flags/il.png
Binary file added html/images/flags/in.png
Empty file added html/images/flags/index.htm
Empty file.
Binary file added html/images/flags/io.png
Binary file added html/images/flags/iq.png
Binary file added html/images/flags/ir.png
Binary file added html/images/flags/is.png
Binary file added html/images/flags/it.png
Binary file added html/images/flags/jm.png
Binary file added html/images/flags/jo.png
Binary file added html/images/flags/jp.png
Binary file added html/images/flags/ke.png
Binary file added html/images/flags/kg.png
Binary file added html/images/flags/kh.png
Binary file added html/images/flags/ki.png
Binary file added html/images/flags/km.png
Binary file added html/images/flags/kn.png
Binary file added html/images/flags/kp.png
Binary file added html/images/flags/kr.png
Binary file added html/images/flags/kw.png
Binary file added html/images/flags/ky.png
Binary file added html/images/flags/kz.png
Binary file added html/images/flags/la.png
Binary file added html/images/flags/lb.png
Binary file added html/images/flags/lc.png
Binary file added html/images/flags/li.png
Binary file added html/images/flags/lk.png
Binary file added html/images/flags/lr.png
Binary file added html/images/flags/ls.png
Binary file added html/images/flags/lt.png
Binary file added html/images/flags/lu.png
Binary file added html/images/flags/lv.png
Binary file added html/images/flags/ly.png
Binary file added html/images/flags/ma.png
Binary file added html/images/flags/mc.png
Binary file added html/images/flags/md.png
Binary file added html/images/flags/mg.png
Binary file added html/images/flags/mh.png
Binary file added html/images/flags/mk.png
Binary file added html/images/flags/ml.png
Binary file added html/images/flags/mm.png
Binary file added html/images/flags/mn.png
Binary file added html/images/flags/mo.png
Binary file added html/images/flags/mp.png
Binary file added html/images/flags/mq.png
Binary file added html/images/flags/mr.png
Binary file added html/images/flags/ms.png
Binary file added html/images/flags/mt.png
Binary file added html/images/flags/mu.png
Binary file added html/images/flags/mv.png
Binary file added html/images/flags/mw.png
Binary file added html/images/flags/mx.png
Binary file added html/images/flags/my.png
Binary file added html/images/flags/mz.png
Binary file added html/images/flags/na.png
Binary file added html/images/flags/nc.png
Binary file added html/images/flags/ne.png
Binary file added html/images/flags/nf.png
Binary file added html/images/flags/ng.png
Binary file added html/images/flags/ni.png
Binary file added html/images/flags/nl.png
Binary file added html/images/flags/no.png
Binary file added html/images/flags/np.png
Binary file added html/images/flags/nr.png
Binary file added html/images/flags/nu.png
Binary file added html/images/flags/nz.png
Binary file added html/images/flags/om.png
Binary file added html/images/flags/pa.png
Binary file added html/images/flags/pe.png
Binary file added html/images/flags/pf.png
Binary file added html/images/flags/pg.png
Binary file added html/images/flags/ph.png
Binary file added html/images/flags/pk.png
Binary file added html/images/flags/pl.png
Binary file added html/images/flags/pm.png
Binary file added html/images/flags/pn.png
Binary file added html/images/flags/pr.png
Binary file added html/images/flags/ps.png
Binary file added html/images/flags/pt.png
Binary file added html/images/flags/pw.png
Binary file added html/images/flags/py.png
Binary file added html/images/flags/qa.png
Binary file added html/images/flags/re.png
Binary file added html/images/flags/ro.png
Binary file added html/images/flags/ru.png
Binary file added html/images/flags/rw.png
Binary file added html/images/flags/sa.png
Binary file added html/images/flags/sb.png
Binary file added html/images/flags/sc.png
Binary file added html/images/flags/sd.png
Binary file added html/images/flags/se.png
Binary file added html/images/flags/sg.png
Binary file added html/images/flags/sh.png
Binary file added html/images/flags/si.png
Binary file added html/images/flags/sj.png
Binary file added html/images/flags/sk.png
Binary file added html/images/flags/sl.png
Binary file added html/images/flags/sm.png
Binary file added html/images/flags/sn.png
Binary file added html/images/flags/so.png
Binary file added html/images/flags/sr.png
Binary file added html/images/flags/st.png
Binary file added html/images/flags/sv.png
Binary file added html/images/flags/sy.png
Binary file added html/images/flags/sz.png
Binary file added html/images/flags/tc.png
Binary file added html/images/flags/td.png
Binary file added html/images/flags/tf.png
Binary file added html/images/flags/tg.png
Binary file added html/images/flags/th.png
Binary file added html/images/flags/ti.png
Binary file added html/images/flags/tj.png
Binary file added html/images/flags/tk.png
Binary file added html/images/flags/tl.png
Binary file added html/images/flags/tm.png
Binary file added html/images/flags/tn.png
Binary file added html/images/flags/to.png
Binary file added html/images/flags/tp.png
Binary file added html/images/flags/tr.png
Binary file added html/images/flags/tt.png
Binary file added html/images/flags/tv.png
Binary file added html/images/flags/tw.png
Binary file added html/images/flags/tz.png
Binary file added html/images/flags/ua.png
Binary file added html/images/flags/ug.png
Binary file added html/images/flags/uk.png
Binary file added html/images/flags/um.png
Binary file added html/images/flags/us.png
Binary file added html/images/flags/uy.png
Binary file added html/images/flags/uz.png
Binary file added html/images/flags/va.png
Binary file added html/images/flags/vc.png
Binary file added html/images/flags/ve.png
Binary file added html/images/flags/vg.png
Binary file added html/images/flags/vi.png
Binary file added html/images/flags/vn.png
Binary file added html/images/flags/vu.png
Binary file added html/images/flags/wf.png
Binary file added html/images/flags/ws.png
Binary file added html/images/flags/xx.png
Binary file added html/images/flags/ye.png
Binary file added html/images/flags/yt.png
Binary file added html/images/flags/yu.png
Binary file added html/images/flags/za.png
Binary file added html/images/flags/zm.png
Binary file added html/images/flags/zw.png
Loading

0 comments on commit 40dfa7d

Please sign in to comment.