Skip to content

Commit 2cdbe72

Browse files
authored
Add files via upload
1 parent ab227db commit 2cdbe72

10 files changed

Lines changed: 295 additions & 28 deletions
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
iniemail@gmail.com|Ivan Dwe Yanto|gggemink|Google|<encrypt>1638682230DgKWwnKycb</encrypt>
3+
4+
awokawokawk@gmail.com|ayam_mabuk|awokdoawkdoawkoawkoawkaw|Instagram|<encrypt>1638692972zFkrnHt9UW</encrypt>
5+
6+
awodkawokdwoak@gmail.com|epepburiq|awokaowkawokaowk|Google|<encrypt>1638694097fbpKTVzCwm</encrypt>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
<option value='1638682230DgKWwnKycb'> Google - @Ivan Dwe Yanto (iniemail@gmail.com) </option>
3+
4+
<option value='1638692972zFkrnHt9UW'> Instagram - @ayam_mabuk (awokawokawk@gmail.com) </option>
5+
6+
<option value='1638694097fbpKTVzCwm'> Google - @epepburiq (awodkawokdwoak@gmail.com) </option>

backup/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php

delnext.php

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
<?php include './path.php'?>
21
<?php
2+
include './path.php';
33
if (empty($_POST['path'])) {
4-
header("Location: ./index.php?pesan=1");
4+
$loca = "Location: ./index.php?pesan=1";
55
}
66
else{
7-
header("Location: ./index.php?pesan=3");
8-
9-
10-
7+
$loca = "Location: ./index.php?pesan=3";
118
$code = $_POST['path'];
129
$searchnamess = "<encrypt>$code</encrypt>";
1310
$total_epsedit = "";
@@ -21,10 +18,6 @@
2118
}
2219
}
2320
file_put_contents("$pathnya", $resulttotaltotal);
24-
25-
26-
27-
2821
$total_epsedit1 = "";
2922
$lineztotaltotal1 = file("$pathconfig");
3023
$linetotaltotal1 = preg_replace('/^[\r]*[\n\t]+/m', '', $lineztotaltotal1);
@@ -36,6 +29,6 @@
3629
}
3730
}
3831
file_put_contents("$pathconfig", $resulttotaltotal1);
39-
4032
}
33+
header($loca);
4134
?>

login.encrypt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
36.75.38.69
1+
140.213.195.34

login.php

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
<?php
22
$username = "admin";
3-
$password = "123@admin";
3+
$password = "123456";
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
426

527

628
$ip = $_SERVER['REMOTE_ADDR'];

path.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
2-
<?php $pathnya = 'backup/December-2-2021-12-59941b1f31c7fa8a07bcd24c2360d1a7f8.enkripsi26190'; $pathconfig = 'backup/December-2-2021-12-59941b1f31c7fa8a07bcd24c2360d1a7f8.enksipsi.config'; //pathconfigmantap26190//?>
1+
<?php $pathnya = 'backup/December-5-2021-8-471bbce6a6185f2511cbc192d379f6c9c1.enkripsi26190'; $pathconfig = 'backup/December-5-2021-8-471bbce6a6185f2511cbc192d379f6c9c1.enksipsi.config'; //pathconfigmantap26190//?>

pathchange.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
$pathconfigsebelum = $pathconfig;
1313
$k = '$';
1414
$searchnamess = "//pathconfigmantap26190//";
15-
$total_epsedit = "
16-
<?php ".$k."pathnya = '$pathsesudah'; ".$k."pathconfig = '$pathconfigusersudah'; //pathconfigmantap26190//?>
15+
$total_epsedit = "<?php ".$k."pathnya = '$pathsesudah'; ".$k."pathconfig = '$pathconfigusersudah'; //pathconfigmantap26190//?>
1716
";
1817
$lineztotaltotal = file("path.php");
1918
$linetotaltotal = preg_replace('/^[\r]*[\n\t]+/m', '', $lineztotaltotal);

sure.php

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,11 @@
22
$ip = $_SERVER['REMOTE_ADDR'];
33
$lines = file('./login.encrypt');
44
$before = $lines[0];
5-
if ($ip == $before){
6-
echo "Berhasil login";
7-
$pathnext = "./index.php?pesan=2";
8-
}
9-
else {
10-
11-
$pathnext = "./login.php";
12-
}?>
135

14-
15-
<?php header("Location: $pathnext");?>
6+
if ($ip == $before){$pathnext = "./index.php?pesan=2";}
7+
else { $pathnext = "./login.php";
8+
}header("Location: $pathnext");?>
169
<?php include './path.php'?>
17-
1810
<?php
1911

2012

view.php

Lines changed: 249 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,249 @@
1+
<?php
2+
if (empty($_POST['pathuser'])) {
3+
header("Location: ./index.php?pesan=1");
4+
}
5+
else{
6+
}?><!-- saved from url=(0050)https://vanimes1.000webhostapp.com/admin/descedit/ -->
7+
<html lang="en-US" style="height: auto; min-height: 100%;"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta http-equiv="Cache-Control" content="no-store">
8+
<meta http-equiv="refresh" content="">
9+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
10+
<script src="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.6/js/standalone/selectize.min.js" integrity="sha256-+C0A5Ilqmu4QcSPxrlGpaZxJ04VjsRjKu+G82kl5UJk=" crossorigin="anonymous"></script>
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.6/css/selectize.bootstrap3.min.css" integrity="sha256-ze/OEYGcFbPRmvCnrSeKbRTtjG4vGLHXgOqsyLFTRjg=" crossorigin="anonymous" />
12+
<meta http-equiv="Cache-Control" content="no-store">
13+
<meta http-equiv="refresh" content="">
14+
15+
<style>
16+
@page { size: auto; margin: 0mm; }
17+
.registerbtn {
18+
background-color: #8e4049;
19+
color: white;
20+
padding: 16px 20px;
21+
margin: 8px 0;
22+
border: none;
23+
cursor: pointer;
24+
width: 100%;
25+
opacity: 0.9;
26+
}
27+
.registerbtn:hover {
28+
opacity:1;
29+
}
30+
/* Add a blue text color to links */
31+
a {
32+
color: dodgerblue;
33+
}
34+
select {
35+
width: 100%;
36+
flex-shrink: 1
37+
}
38+
.other {
39+
background-color:#000000;
40+
border-radius:28px;
41+
border:1px solid #728f75;
42+
display:inline-block;
43+
cursor:pointer;
44+
color:#ffffff;
45+
font-family:Arial;
46+
font-size:17px;
47+
padding:3px 73px;
48+
text-decoration:none;
49+
text-shadow:0px 1px 0px #727d70;
50+
}
51+
.other:hover {
52+
background-color:#111f09;
53+
}
54+
.other:active {
55+
position:relative;
56+
top:1px;
57+
}
58+
input[type=text] {
59+
width: 90%;
60+
box-sizing: border-box;
61+
border: 2px solid #ccc;
62+
border-radius: 4px;
63+
font-size: 16px;
64+
background-color: #652c2c;
65+
background-image: url('../img/searchiconfix.jpg');
66+
background-size:25px 25px;
67+
background-position: 10px 10px;
68+
background-repeat: no-repeat;
69+
padding: 12px 20px 12px 40px;
70+
transition: width 0.4s ease-in-out;
71+
}
72+
input[type=text]:focus {
73+
width: 100%;
74+
}
75+
</style>
76+
77+
78+
<style>
79+
80+
tomboltools:hover {
81+
opacity: 1;
82+
}
83+
.tomboltools {
84+
85+
color: white;
86+
padding: 16px 20px;
87+
margin: 8px 0;
88+
border: none;
89+
cursor: pointer;
90+
width: 100%;
91+
opacity: 0.9;
92+
93+
}
94+
95+
input[type=text] {
96+
width: 100%;
97+
padding: 12px 20px;
98+
margin: 8px 0;
99+
box-sizing: border-box;
100+
}
101+
input[type=password] {
102+
width: 100%;
103+
padding: 12px 20px;
104+
margin: 8px 0;
105+
box-sizing: border-box;
106+
}
107+
</style>
108+
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
109+
<title>Vanime - Streaming &amp; Download Anime Free!</title>
110+
<link data-optimized="1" rel="stylesheet" id="bootstrap-css" href="./datahtml_files/d4a16.css" type="text/css" media="all">
111+
<link data-optimized="1" rel="stylesheet" id="bootstrap-toggle-css" href="./datahtml_files/8fb55.css" type="text/css" media="all">
112+
<link data-optimized="1" rel="stylesheet" id="font-awesome-css" href="./datahtml_files/3f8ff.css" type="text/css" media="all">
113+
<link data-optimized="1" rel="stylesheet" id="admin-lte-css" href="./datahtml_files/99f4e.css" type="text/css" media="all">
114+
<link data-optimized="1" rel="stylesheet" id="admin-midnight-skin-css" href="./datahtml_files/4954c.css" type="text/css" media="all">
115+
<link data-optimized="1" rel="stylesheet" id="admin-blue-skin-css" href="./datahtml_files/d7091.css" type="text/css" media="all">
116+
<link data-optimized="1" rel="stylesheet" id="style-css" href="./datahtml_files/d36e0.css" type="text/css" media="all"> </head>
117+
<body class="home blog layout-top-nav skin-midnight" style="height: auto; min-height: 100%;">
118+
<div class="wrapper" style="height: auto; min-height: 100%;"><header class="main-header"><nav class="navbar navbar-static-top"><div class="container"><div class="navbar-header">
119+
<a href="./index.php" class="navbar-brand"><img width="10%" src="./datahtml_files/backbutton.png"></a>
120+
</div> <div id="navbar-collapse" class="navbar-collapse pull-left nanime-navbar collapse" aria-expanded="false" style="height: 1px;">
121+
122+
</div></div></nav></header><div class="content-wrapper" style="height: auto !important; min-height: 0px !important;"><div class="container" style="height: auto !important;"><section class="content" style="height: auto !important; min-height: 0px !important;"><div style="height: auto !important; min-height: 0px !important;" class=" box-content">
123+
<div class="box box-default"><div align="" class="box-header with-border">
124+
<h3 class="box-title">kenapa data saya tidak muncul?</h3>
125+
<br>
126+
</div><div class="box-body box-poster">
127+
<h4 style="padding: 8px"><font color="#cccaca">1. kamu harus menambah akun terlebih dahulu</font></h4>
128+
<div align="center">
129+
</div></div>
130+
</div>
131+
<div class="box box-default"><div align="" class="box-header with-border">
132+
<h3 class="box-title">Database User</h3>
133+
<br>
134+
</div><div class="box-body box-poster">
135+
<script src="./datahtml_files/jquery-1.1.js.download"></script>
136+
137+
138+
139+
140+
<div style="padding :20px;">
141+
<?php
142+
include 'path.php';
143+
if (empty($_POST['pathuser'])) {
144+
header("Location: ./index.php");
145+
}
146+
else{
147+
}
148+
/// line 0 = email
149+
/// line 1 = username
150+
/// line 2 = password
151+
/// line 3 = platfrom
152+
153+
$pathuser = $_POST['pathuser'];
154+
155+
156+
$uniqanime = "<encrypt>$pathuser</encrypt>";
157+
$matchesimgurl = array();
158+
$handleimgurl = @fopen($pathnya, 'r');
159+
if ($handleimgurl)
160+
{
161+
while (!feof($handleimgurl))
162+
{
163+
$bufferimgurl = fgets($handleimgurl);
164+
if(strpos($bufferimgurl, $uniqanime) !== FALSE)
165+
$matchesimgurl[] = $bufferimgurl;
166+
}
167+
fclose($handleimgurl);
168+
}
169+
$hasilkuimgurl = ($matchesimgurl[0]);
170+
$result_explodeimgurl = explode('|', $hasilkuimgurl);
171+
$email = $result_explodeimgurl[0];
172+
$username = $result_explodeimgurl[1];
173+
$password = $result_explodeimgurl[2];
174+
$platfrom = $result_explodeimgurl[3];
175+
176+
177+
178+
179+
180+
?>
181+
182+
<h4 style="padding: 8px"><font color="#cccaca">Email: </font></h4>
183+
<input type="text" value="<?php echo $email;?>" disabled>
184+
185+
186+
<h4 style="padding: 8px"><font color="#cccaca">Username: </font></h4>
187+
<input type="text" value="<?php echo $username;?>" disabled>
188+
189+
<h4 style="padding: 8px"><font color="#cccaca">Password: </font></h4>
190+
<input id="pasnya" type="password" value="<?php echo $password;?>" disabled>
191+
192+
<!-- TAMBAHKAN SCRIPT FUNGSI PHP-->
193+
194+
195+
<input type="checkbox" onclick="myFunction()">Show Password
196+
197+
<script>
198+
function myFunction() {
199+
var x = document.getElementById("pasnya");
200+
if (x.type === "password") {
201+
x.type = "text";
202+
} else {
203+
x.type = "password";
204+
}
205+
}
206+
</script>
207+
208+
<h4 style="padding: 8px"><font color="#cccaca">Platfrom: </font></h4>
209+
<input id="pasnya" type="text" value="<?php echo $platfrom;?>" disabled>
210+
211+
212+
</div>
213+
214+
215+
216+
<div align="center">
217+
</div></div>
218+
</div>
219+
<div class="box box-default"><div align="" class="box-header with-border">
220+
<h3 class="box-title">Tools</h3>
221+
<br>
222+
</div><div class="box-body box-poster">
223+
<div style="display: flex;
224+
align-items: center; ">
225+
<form style="padding-left: 10px;" action="tambah.html"><button style="background-color: #0d800d;" class="tomboltools"><img width="20px" src="./img/adduser.png"> Tambahkan Akun</button></form>
226+
<br>
227+
<form style="padding-left: 10px;" action="deluser.php"><button style="background-color: #b31d1d;" class="tomboltools"><img width="20px" src="./img/hapus.png"> Hapus Akun</button></form>
228+
229+
<form style="padding-left: 10px;" action="#"><button style="background-color: #96830d;" class="tomboltools"><img width="20px" src="./img/edit.png"> Edit Akun</button></form>
230+
</div>
231+
<!--<h4 style="padding: 8px"><font color="#cccaca">1.
232+
Kosong</font></h4>
233+
<hr>
234+
<h4 style="padding: 8px"><font color="#cccaca">2.
235+
Kosong</font></h4>
236+
<div align="center"> -->
237+
</div></div>
238+
</div>
239+
<div>
240+
</div>
241+
<div>
242+
</div>
243+
</div>
244+
</section></div>
245+
246+
</div></div>
247+
<footer class="main-footer"><div class="container">
248+
<strong>Account Management © Copyright 2021<a href="#"> Ivan Dwi Yanto</a></strong></div></footer><div style="text-align: right;position: fixed;z-index:9999999;bottom: 0;width: auto;right: 1%;cursor: pointer;line-height: 0;display:block !important;">x
249+
</body></html>

0 commit comments

Comments
 (0)