-
Notifications
You must be signed in to change notification settings - Fork 0
/
send.php
72 lines (63 loc) · 2.35 KB
/
send.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
<!DOCTYPE html>
<html>
<?php
if(isset($_GET['re'])){
$re = $_GET['re'];
}else{
$re = "unknown";
}
?>
<title><?php echo $re; ?> recieve file - Skiyen</title>
<head>
<link rel="shortcut icon" type="text/css" href="logo/s1.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Skiyen - The multi social networking platform">
<meta name="author" content="Okeke Divine-Vessel">
<meta name="google-site-verification" content="eDDZHpLjtAQr6Mr4tcyjEMlx8_JqM5Qb8L_-gU_r_OA" />
<meta name="theme-color" content="#4188c9">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Content-Language" content="en">
<html dir="ltr" lang="en">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="css/api_user.css" dir="" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="font/css/all.css">
</head>
<body>
<div class="page">
<div class="page-single">
<div class="container">
<div class="row">
<div class="col col-login mx-auto">
<div class="text-center mb-6">
<div class="card" style="position: relative;top:-25px;">
<div class="card-body p-6">
<div class="card-title">Welcome - <?php echo $re; ?></div>
<div class="form-group" style="text-align: left;">
<h4>Availale Files</h4>
<span style="margin: 0;font-size: 20px;">Physics Enote SS1</span><br>
<a class="btn btn-primary btn-block" download="" href="send_files_skiyen_cathce/skiyen_file-PHYSICS-SS 1-2ND TERM_v2.0R2017.pdf"><i class="fa fa-download"></i> Download</a>
</div>
</div>
</div>
<div class="text-center text-muted">
New to this site? <a href="register/">Sign Up</a><br>
Already have account? <a href="login">Login</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>