-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinvalid.html
74 lines (59 loc) · 2.72 KB
/
invalid.html
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
<!DOCTYPE html>
<!--
_ _ _ _ _
( ) _ ( ) ( ) ( ) ( )
| | ( ) | | _ _ __ _| | _ _ _ __ __ ___ ___ `\`\/'/'
| | | | | | /'_`\ ( '__)/'_` |( '_`\ ( '__)/'__`\/',__)/',__) > <
| (_/ \_) |( (_) )| | ( (_| || (_) )| | ( ___/\__, \\__, \ /'/\`\
`\___x___/'`\___/'(_) `\__,_)| ,__/'(_) `\____)(____/(____/(_) (_)
| |
(_)
PHP Decoder BY @WordPressX Telegram Channel
-->
<html lang="en">
<head>
<title>MiladWorkShop Decoder V4</title>
<meta charset="UTF-8">
<meta name="description" content="PHP DECODER for MiladWorkShop Encoder - Decode PHP Files which are encoded by MiladWorkShop Encoder "/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="images/icons/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="vendor/animate/animate.css">
<link rel="stylesheet" type="text/css" href="vendor/css-hamburgers/hamburgers.min.css">
<link rel="stylesheet" type="text/css" href="vendor/select2/select2.min.css">
<link rel="stylesheet" type="text/css" href="css/util.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div class="contact1">
<div style="justify-content: center!important" class="container-contact1">
<span class="contact1-form-title">
<h1>Invalid Code!</h1>
<p>This Decoder only decodes PHP files which are encoded by MiladWorkShop encoder V4.0 </p>
<p>Couldnt Find code's Cheksum.</p>
<p>Any Problem? contact<a style="color:rgb(181, 19, 19)" href="https://t.me/khmv4tfti"?> @khmv4tfti</a></p>
<a href="index.html">
<span style="margin-top: 1rem" class="contact1-form-btn" type="submit">
<span>
Go to Decoder
<i class="fa fa-long-arrow-right" aria-hidden="true"></i>
</span>
</span>
</a>
</div>
</div>
<a href="https://t.me/wordpressx" target="_blank"><img src="images/telegram.png" class="fix js-tilt"/></a>
<script src="vendor/jquery/jquery-3.2.1.min.js"></script>
<script src="vendor/bootstrap/js/popper.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="vendor/select2/select2.min.js"></script>
<script src="vendor/tilt/tilt.jquery.min.js"></script>
<script >
$('.js-tilt').tilt({
scale: 1.1
})
</script>
<script src="js/main.js"></script>
</body>
</html>