Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.6
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
ajaxchat /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-05-03 17:50
php53
[ DIR ]
drwxr-xr-x
2024-05-03 17:50
php56
[ DIR ]
drwxr-xr-x
2024-05-03 17:50
php71
[ DIR ]
drwxr-xr-x
2024-05-03 17:50
php81
[ DIR ]
drwxr-xr-x
2024-05-03 17:50
php82
[ DIR ]
drwxr-xr-x
2024-05-03 17:50
ajaxchat.sql
2.29
KB
-rw-r--r--
2024-05-03 17:50
ajaxchat.zip
604.51
KB
-rw-r--r--
2024-05-03 17:50
changelog.txt
3.06
KB
-rw-r--r--
2021-12-23 00:54
clone.php
3.51
KB
-rw-r--r--
2024-05-02 00:39
config.php
9.74
KB
-rw-r--r--
2021-12-23 00:54
edit.php
3.58
KB
-rw-r--r--
2024-05-02 00:39
edit.xml
433
B
-rw-r--r--
2021-12-23 00:54
fileindex.php
107
B
-rw-r--r--
2021-12-23 00:54
import.php
2.53
KB
-rw-r--r--
2024-05-02 00:39
info.xml
3.69
KB
-rw-r--r--
2024-05-02 00:25
install.js
924
B
-rw-r--r--
2021-12-23 00:54
install.php
3.22
KB
-rw-r--r--
2024-05-02 00:39
install.xml
495
B
-rw-r--r--
2021-12-23 00:54
md5
2.15
KB
-rw-r--r--
2024-05-02 00:39
users.php
1.03
KB
-rw-r--r--
2021-12-23 00:54
Save
Rename
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `soft_chat088` -- -- -- Table structure for table `ajax_chat_bans` -- CREATE TABLE `ajax_chat_bans` ( `userID` int(11) NOT NULL, `userName` varchar(64) COLLATE utf8_bin NOT NULL, `dateTime` datetime NOT NULL, `ip` varbinary(16) NOT NULL, PRIMARY KEY (`userID`), KEY `userName` (`userName`), KEY `dateTime` (`dateTime`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; -- -------------------------------------------------------- -- -- Table structure for table `ajax_chat_invitations` -- CREATE TABLE `ajax_chat_invitations` ( `userID` int(11) NOT NULL, `channel` int(11) NOT NULL, `dateTime` datetime NOT NULL, PRIMARY KEY (`userID`,`channel`), KEY `dateTime` (`dateTime`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; -- -------------------------------------------------------- -- -- Table structure for table `ajax_chat_messages` -- CREATE TABLE `ajax_chat_messages` ( `id` int(11) NOT NULL AUTO_INCREMENT, `userID` int(11) NOT NULL, `userName` varchar(64) COLLATE utf8_bin NOT NULL, `userRole` int(1) NOT NULL, `channel` int(11) NOT NULL, `dateTime` datetime NOT NULL, `ip` varbinary(16) NOT NULL, `text` text COLLATE utf8_bin, PRIMARY KEY (`id`), KEY `message_condition` (`id`,`channel`,`dateTime`), KEY `dateTime` (`dateTime`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `ajax_chat_online` -- CREATE TABLE `ajax_chat_online` ( `userID` int(11) NOT NULL, `userName` varchar(64) COLLATE utf8_bin NOT NULL, `userRole` int(1) NOT NULL, `channel` int(11) NOT NULL, `dateTime` datetime NOT NULL, `ip` varbinary(16) NOT NULL, PRIMARY KEY (`userID`), KEY `userName` (`userName`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;