Linux host2.homegym.sg 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64
Apache
Server IP : 159.223.38.192 & Your IP : 159.223.38.192
Domains : 20 Domain
User : eachadea
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
/
home /
eachadea /
public_html /
homegym.sg /
account /
Delete
Unzip
Name
Size
Permission
Date
Action
tiny_mce
[ DIR ]
drwxr-xr-x
2012-07-05 12:13
error_log
3.68
KB
-rw-r--r--
2012-07-04 17:19
getProduct.php
1.4
KB
-rw-r--r--
2012-07-05 13:40
login.php
1.77
KB
-rw-r--r--
2012-07-06 09:14
session_head.php
261
B
-rw-r--r--
2012-07-06 09:13
update.php
1.09
KB
-rw-r--r--
2012-07-06 09:04
Save
Rename
<?php require_once 'session_head.php'; ?> <!DOCTYPE html> <html> <head> <script type="text/javascript"> function showHint(str) { var xmlhttp; if (str.length==0) { document.getElementById("txtHint").innerHTML=""; return; } if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 && xmlhttp.status==200) { document.getElementById("txtHint").innerHTML=xmlhttp.responseText; } } xmlhttp.open("POST","getProduct.php",true); xmlhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); xmlhttp.send("input="+str); } </script> </head> <body> <h3>Enter Products</h3> <form action=""> <textarea style="font-family:arial; line-height: 1.5em; " line-height: 1.5em; rows="15" cols="150" id="input" onkeyup="showHint(this.value)" /></textarea> </form> <p>Suggestions: <span id="txtHint"></span></p> </body> </html>