This repository has been archived by the owner on Jul 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
unpack.php
56 lines (53 loc) · 1.52 KB
/
unpack.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
<!DOCTYPE html>
<html>
<title>PHAR Maker</title>
<head>
<!--W3C Script-->
<script src="http://www.w3schools.com/lib/w3data.js"></script>
<!-- HTML Tags-->
<meta name="description" content="This Tool can Make phar file(plugin and server core)" />
<!-- Charset -->
<meta charset="UTF-8" />
<!-- Facebook Tags -->
<meta property="og:type" content="article" />
<meta property="og:title" content="PHAR Maker-Make MCPE Server Plugin Tool!" />
<meta property="og:description" content="This Tool can Make phar file(plugin and server core)" />
<meta property="og:locale" content="zh_TW" />
<!-- Tocas UI -->
<link rel="stylesheet" href="//cdn.rawgit.com/TeaMeow/TocasUI/master/dist/tocas.min.css">
<!--CSS-->
<style>
#middle {
left: 0;
line-height: 200px;
margin: auto;
margin-top: -100px;
position: absolute;
top: 20%;
width: 100%;
}
</style>
<head>
<body>
<div w3-include-html="nav.html"></div>
<script>
w3IncludeHTML();
</script>
<div id="middle">
<center>
<div class="ts very narrow container icon message">
<i class="notice icon"></i>
<div class="content">
<div class="header">Notice</div>
<p>Upload phar file only.</p>
</div>
</div>
<form action="unpack_result.php" method="post" enctype="multipart/form-data">
<div class="ts borderless right icon inverted primary input">
<input type="file" name="uploadfile" id="uploadfile">
<input type="submit" class="ts primary button" value="Upload" name="submit">
</form>
</center>
</div>
</body>
</html>