-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.php
More file actions
50 lines (39 loc) · 1.68 KB
/
help.php
File metadata and controls
50 lines (39 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<!--==================================
LOADING SCREEN BY TASID
http://steamcommunity.com/id/tasid
===================================-->
<meta charset="UTF-8">
<title>Tee Load · Help</title>
<link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
<script src="inc/js/cycle2.js"></script>
<script src="inc/js/jquery.js"></script>
<script src="http://www.jqueryjs.phy.sx/jquery.js"></script>
<script src="inc/js/jquery.backstretch.min.js"></script>
<script src="https://use.fontawesome.com/c87fd1e779.js"></script>
<?php
include('inc/css/style.php');
?>
</head>
<body>
<div class="admin text-centre">
<h1>Tee Load · Help</h1>
</div>
<div class="admin centre">
<u><h2>How to find your API Key</h2></u>
<h3 id="h3">Find it at <a href="https://steamcommunity.com/dev/apikey">https://steamcommunity.com/dev/apikey</a> and register a key to a domain. <span style="color: #FF4747">DO NOT SHARE YOUR KEY WITH ANYONE</span></h3>
<u><h2>What is the URL for my server?</h2></u>
<h3 id="h3">yourdomain.com/teeload/load.php?steamid=%s</h3>
<u><h2>I did so much but it never updated?</h2></u>
<h3 id="h3">You should update the section you've done before moving to the next.</h3>
<u><h2>Why is the staff settings split?</h2></u>
<h3 id="h3">If the update button handles too many inputs, the xml file crashes.</h3>
</div>
<script src="inc/js/cycle2.js"></script>
<script src="inc/js/jquery.js"></script>
<script src="inc/js/jquery.backstretch.min.js"></script>
<script src="http://www.jqueryjs.phy.sx/jquery.js"></script>
</body>
</html>