-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatauser.php
65 lines (30 loc) · 1.39 KB
/
datauser.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
<link rel="stylesheet" href="tools/font/stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="tools/font2/stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="tools/font3/stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="tools/font4/stylesheet.css" type="text/css" charset="utf-8" />
<!-- Bootstrap -->
<link href="tools/css/bootstrap.min.css" rel="stylesheet">
<link href="tools/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="tools/css/sn.css" rel="stylesheet">
<link href="tools/css/subcss/start.css" rel="stylesheet">
<link rel="stylesheet" href="tools/css/fontawesome/css/all.css">
<?php include('forceinfont.php'); ?>
<?php
require('phpopen.php');
require('dataco.php');
$d=$_POST['member'];
$type=$_POST['ty'];
$page=$_POST['page'];
$jump=$_POST['jump'];
$jumplock=$_POST['jumplock'];
$activatein=$_POST['activatein'];
$pagein=$_POST['pagein'];
$jumpin=$_POST['jumpin'];
$jumpinlock=$_POST['jumpinlock'];
$xtra1=$_POST['xtra1'];
$xtra2=$_POST['xtra2'];
$xtra3=$_POST['xtra3'];
$xtra4=$_POST['xtra4'];
$xtra5=$_POST['xtra5'];
?>
<?php include('userdata.php'); ?>