-
Notifications
You must be signed in to change notification settings - Fork 0
/
scan.tpl
26 lines (23 loc) · 1.06 KB
/
scan.tpl
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
Please enter the steamid or nickname of the player.<br/>
You will then have a report of all achievements with probably cheats !<br/>
<br/>
<form action="?" method="get">
<input name="action" type="hidden" value="results-scan">
<div class="form-group row">
<label for="inputPassword" class="col-sm-2 col-form-label">
<a href="https://steamdb.info/apps/" target="_blank">App ID</a> or game name
</label>
<div class="col-sm-10">
<input type="input" class="form-control" placeholder="AppID" name="appid" value="PAYDAY 2">
</div>
<label for="inputPassword" class="col-sm-2 col-form-label">Language</label>
<div class="col-sm-10">
<input type="input" class="form-control" placeholder="Language" name="language" value="english">
</div>
<label for="inputPassword" class="col-sm-2 col-form-label">Player</label>
<div class="col-sm-10">
<input type="input" class="form-control" placeholder="SteamID" name="user">
</div>
</div>
<button type="submit" class="btn btn-primary mb-2">Show suspicious achievements</button>
</form>