-
Notifications
You must be signed in to change notification settings - Fork 0
/
amountupload.php
executable file
·129 lines (112 loc) · 5.56 KB
/
amountupload.php
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?php
require "include/bittorrent.php";
dbconn();
loggedinorreturn();
require_once(get_langfile_path());
if (get_user_class() < UC_ADMINISTRATOR)
stderr("Sorry", "Access denied.");
stdhead("Add Upload", false);
?>
<table class=main width=737 border=0 cellspacing=0 cellpadding=0><tr><td class=embedded>
<div align=center>
<h1><?php echo $lang_amountupload['head_add_upload']?></a></h1>
<form method=post action=takeamountupload.php>
<?php
if ($_GET["returnto"] || $_SERVER["HTTP_REFERER"])
{
?>
<input type=hidden name=returnto value="<?php echo htmlspecialchars($_GET["returnto"]) ? htmlspecialchars($_GET["returnto"]) : htmlspecialchars($_SERVER["HTTP_REFERER"])?>">
<?php
}
?>
<table cellspacing=0 cellpadding=5>
<?php
if ($_GET["sent"] == 1) {
?>
<tr><td colspan=2 class="text" align="center"><font color=red><b><?php echo $lang_amountupload['text_add_done']?></font></b></tr></td>
<?php
}
?>
<tr><td class="rowhead" valign="top"><?php echo $lang_amountupload['text_amount']?></td><td class="rowfollow"><input type=text name=amount size=10><?php echo $lang_amountupload['text_unit']?></td></tr>
<tr>
<td class="rowhead" valign="top"><?php echo $lang_amountupload['text_usergroup']?></td><td class="rowfollow">
<table style="border: 0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td style="border: 0" width="20"><input type="checkbox" name="clases[]" value="0">
</td>
<td style="border: 0"><?php echo $lang_functions['text_peasant']?></td>
<td style="border: 0" width="20"><input type="checkbox" name="clases[]" value="1">
</td>
<td style="border: 0"><?php echo $lang_functions['text_user']?></td>
<td style="border: 0" width="20"><input type="checkbox" name="clases[]" value="2">
</td>
<td style="border: 0"><?php echo $lang_functions['text_power_user']?></td>
<td style="border: 0" width="20"><input type="checkbox" name="clases[]" value="3">
</td>
<td style="border: 0"><?php echo $lang_functions['text_elite_user']?></td>
</tr>
<tr>
<td style="border: 0" width="20"><input type="checkbox" name="clases[]" value="4">
</td>
<td style="border: 0"><?php echo $lang_functions['text_crazy_user']?></td>
<td style="border: 0" width="20"><input type="checkbox" name="clases[]" value="5">
</td>
<td style="border: 0"><?php echo $lang_functions['text_insane_user']?></td>
<td style="border: 0" width="20"><input type="checkbox" name="clases[]" value="6">
</td>
<td style="border: 0"><?php echo $lang_functions['text_veteran_user']?></td>
<td style="border: 0" width="20"><input type="checkbox" name="clases[]" value="7">
</td>
<td style="border: 0"><?php echo $lang_functions['text_extreme_user']?></td>
</tr>
<tr>
<td style="border: 0" width="20"><input type="checkbox" name="clases[]" value="8">
</td>
<td style="border: 0"><?php echo $lang_functions['text_ultimate_user']?></td>
<td style="border: 0" width="20"><input type="checkbox" name="clases[]" value="9">
</td>
<td style="border: 0"><?php echo $lang_functions['text_nexus_master']?></td>
<td style="border: 0" width="20"><input type="checkbox" name="clases[]" value="10">
</td>
<td style="border: 0"><?php echo $lang_functions['text_vip']?></td>
<td style="border: 0" width="20"><input type="checkbox" name="clases[]" value="11">
</td>
<td style="border: 0"><?php echo $lang_functions['text_uploader']?></td>
</tr>
<tr>
<td style="border: 0" width="20"><input type="checkbox" name="clases[]" value="12">
</td>
<td style="border: 0"><?php echo $lang_functions['text_moderators']?></td>
<td style="border: 0" width="20"><input type="checkbox" name="clases[]" value="13">
</td>
<td style="border: 0"><?php echo $lang_functions['text_administrators']?></td>
<td style="border: 0" width="20"><input type="checkbox" name="clases[]" value="14">
</td>
<td style="border: 0"><?php echo $lang_functions['text_sysops']?></td>
<td style="border: 0" width="20"><input type="checkbox" name="clases[]" value="15">
</td>
<td style="border: 0"><?php echo $lang_functions['text_staff_leader']?></td>
<td style="border: 0"> </td>
<td style="border: 0"> </td>
</tr>
</table>
</td>
</tr>
<tr><td class="rowhead" valign="top"><?php echo $lang_amountupload['text_subject']?></td><td class="rowfollow"><input type=text name=subject size=82></td></tr>
<tr><td class="rowhead" valign="top"><?php echo $lang_amountupload['text_reason']?></td><td class="rowfollow"><textarea name=msg cols=80 rows=5><?php echo $body?></textarea></td></tr>
<tr>
<td class="rowfollow" colspan=2><div align="center"><b><?php echo $lang_amountupload['text_operator']?></b>
<?php echo $CURUSER['username']?>
<input name="sender" type="radio" value="self" checked>
System
<input name="sender" type="radio" value="system">
</div></td></tr>
<tr><td class="rowfollow" colspan=2 align=center><input type=submit value="<?php echo $lang_amountupload['submit_do']?>" class=btn></td></tr>
</table>
<input type=hidden name=receiver value=<?php echo $receiver?>>
</form>
</div></td></tr></table>
<br />
<?php echo $lang_amountupload['text_note']?>
<?php
stdfoot();