Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.206
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
freshrss /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-06-03 14:19
php53
[ DIR ]
drwxr-xr-x
2025-06-03 14:19
php56
[ DIR ]
drwxr-xr-x
2025-06-03 14:19
php71
[ DIR ]
drwxr-xr-x
2025-06-03 14:19
php81
[ DIR ]
drwxr-xr-x
2025-06-03 14:19
php82
[ DIR ]
drwxr-xr-x
2025-06-03 14:19
_config.php
3.07
KB
-rw-r--r--
2025-05-05 10:49
_config.php.bak.php
99
B
-rw-r--r--
2022-09-12 12:05
clone.php
4.9
KB
-rw-r--r--
2025-06-03 12:18
config.php
1.78
KB
-rw-r--r--
2024-12-25 08:21
config.php.bak.php
391
B
-rw-r--r--
2021-12-23 11:54
edit.php
4.37
KB
-rw-r--r--
2025-06-03 12:18
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
extend.php
9.91
KB
-rw-r--r--
2025-06-03 12:18
fileindex.php
609
B
-rw-r--r--
2024-12-25 08:21
freshrss.sql
7.01
KB
-rw-r--r--
2025-06-03 11:02
freshrss.zip
4.86
MB
-rw-r--r--
2025-06-03 11:02
import.php
3.18
KB
-rw-r--r--
2025-06-03 12:18
info.xml
2.68
KB
-rw-r--r--
2025-06-03 11:02
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
6.21
KB
-rw-r--r--
2025-06-03 12:18
install.xml
1.68
KB
-rw-r--r--
2021-12-23 11:54
md5
2.42
KB
-rw-r--r--
2025-06-03 12:18
notes.txt
747
B
-rw-r--r--
2025-04-02 11:15
randomstring.txt
37
B
-rw-r--r--
2024-12-25 08:21
update_pass.php
519
B
-rw-r--r--
2021-12-23 11:54
upgrade.php
3.64
KB
-rw-r--r--
2025-06-03 12:18
upgrade.xml
332
B
-rw-r--r--
2025-04-02 11:15
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: `freshrss1263` -- -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]][[admin_username]]_category` -- CREATE TABLE `[[dbprefix]][[admin_username]]_category` ( `id` int NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `kind` smallint DEFAULT '0', `lastUpdate` bigint DEFAULT '0', `error` smallint DEFAULT '0', `attributes` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]][[admin_username]]_category` -- INSERT INTO `[[dbprefix]][[admin_username]]_category` VALUES (1, 'Uncategorized', 0, 0, 0, NULL); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]][[admin_username]]_entry` -- CREATE TABLE `[[dbprefix]][[admin_username]]_entry` ( `id` bigint NOT NULL, `guid` varchar(767) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL, `title` varchar(8192) COLLATE utf8mb4_unicode_ci NOT NULL, `author` varchar(1024) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content_bin` mediumblob, `link` varchar(16383) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL, `date` bigint DEFAULT NULL, `lastSeen` bigint DEFAULT '0', `hash` binary(16) DEFAULT NULL, `is_read` tinyint(1) NOT NULL DEFAULT '0', `is_favorite` tinyint(1) NOT NULL DEFAULT '0', `id_feed` int DEFAULT NULL, `tags` varchar(2048) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `attributes` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `id_feed` (`id_feed`,`guid`), KEY `is_favorite` (`is_favorite`), KEY `is_read` (`is_read`), KEY `entry_lastSeen_index` (`lastSeen`), KEY `entry_feed_read_index` (`id_feed`,`is_read`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]][[admin_username]]_entrytag` -- CREATE TABLE `[[dbprefix]][[admin_username]]_entrytag` ( `id_tag` int NOT NULL, `id_entry` bigint NOT NULL, PRIMARY KEY (`id_tag`,`id_entry`), KEY `id_entry` (`id_entry`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]][[admin_username]]_entrytmp` -- CREATE TABLE `[[dbprefix]][[admin_username]]_entrytmp` ( `id` bigint NOT NULL, `guid` varchar(767) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL, `title` varchar(8192) COLLATE utf8mb4_unicode_ci NOT NULL, `author` varchar(1024) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content_bin` mediumblob, `link` varchar(16383) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL, `date` bigint DEFAULT NULL, `lastSeen` bigint DEFAULT '0', `hash` binary(16) DEFAULT NULL, `is_read` tinyint(1) NOT NULL DEFAULT '0', `is_favorite` tinyint(1) NOT NULL DEFAULT '0', `id_feed` int DEFAULT NULL, `tags` varchar(2048) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `attributes` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `id_feed` (`id_feed`,`guid`), KEY `date` (`date`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]][[admin_username]]_feed` -- CREATE TABLE `[[dbprefix]][[admin_username]]_feed` ( `id` int NOT NULL AUTO_INCREMENT, `url` varchar(32768) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL, `kind` smallint DEFAULT '0', `category` int DEFAULT '0', `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `website` text CHARACTER SET latin1 COLLATE latin1_bin, `description` text COLLATE utf8mb4_unicode_ci, `lastUpdate` bigint DEFAULT '0', `priority` tinyint NOT NULL DEFAULT '10', `pathEntries` varchar(4096) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `httpAuth` varchar(1024) CHARACTER SET latin1 COLLATE latin1_bin DEFAULT NULL, `error` tinyint(1) DEFAULT '0', `ttl` int NOT NULL DEFAULT '0', `attributes` text COLLATE utf8mb4_unicode_ci, `cache_nbEntries` int DEFAULT '0', `cache_nbUnreads` int DEFAULT '0', PRIMARY KEY (`id`), KEY `category` (`category`), KEY `name` (`name`), KEY `priority` (`priority`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]][[admin_username]]_feed` -- INSERT INTO `[[dbprefix]][[admin_username]]_feed` VALUES (1, 'https://github.com/FreshRSS/FreshRSS/releases.atom', 0, 1, 'FreshRSS releases', 'https://github.com/FreshRSS/FreshRSS/', 'FreshRSS releases @ GitHub', 0, 10, '', '', 0, 0, '[]', 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]][[admin_username]]_tag` -- CREATE TABLE `[[dbprefix]][[admin_username]]_tag` ( `id` int NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `attributes` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Constraints for dumped tables -- -- -- Constraints for table `[[dbprefix]][[admin_username]]_entry` -- ALTER TABLE `[[dbprefix]][[admin_username]]_entry` ADD CONSTRAINT `[[dbprefix]][[admin_username]]_entry_ibfk_1` FOREIGN KEY (`id_feed`) REFERENCES `[[dbprefix]][[admin_username]]_feed` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Constraints for table `[[dbprefix]][[admin_username]]_entrytag` -- ALTER TABLE `[[dbprefix]][[admin_username]]_entrytag` ADD CONSTRAINT `[[dbprefix]][[admin_username]]_entrytag_ibfk_1` FOREIGN KEY (`id_tag`) REFERENCES `[[dbprefix]][[admin_username]]_tag` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `[[dbprefix]][[admin_username]]_entrytag_ibfk_2` FOREIGN KEY (`id_entry`) REFERENCES `[[dbprefix]][[admin_username]]_entry` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Constraints for table `[[dbprefix]][[admin_username]]_entrytmp` -- ALTER TABLE `[[dbprefix]][[admin_username]]_entrytmp` ADD CONSTRAINT `[[dbprefix]][[admin_username]]_entrytmp_ibfk_1` FOREIGN KEY (`id_feed`) REFERENCES `[[dbprefix]][[admin_username]]_feed` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Constraints for table `[[dbprefix]][[admin_username]]_feed` -- ALTER TABLE `[[dbprefix]][[admin_username]]_feed` ADD CONSTRAINT `[[dbprefix]][[admin_username]]_feed_ibfk_1` FOREIGN KEY (`category`) REFERENCES `[[dbprefix]][[admin_username]]_category` (`id`) ON DELETE SET NULL ON UPDATE CASCADE; /*!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 */;