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 /
soho /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-05-24 09:48
php53
[ DIR ]
drwxr-xr-x
2024-05-24 09:48
php56
[ DIR ]
drwxr-xr-x
2024-05-24 09:48
php71
[ DIR ]
drwxr-xr-x
2024-05-24 09:48
php81
[ DIR ]
drwxr-xr-x
2024-05-24 09:48
php82
[ DIR ]
drwxr-xr-x
2024-05-24 09:48
clone.php
5.97
KB
-rw-r--r--
2024-05-23 00:35
edit.php
4.27
KB
-rw-r--r--
2024-05-23 00:35
edit.xml
433
B
-rw-r--r--
2021-12-23 00:54
fileindex.php
583
B
-rw-r--r--
2021-12-23 00:54
import.php
2.96
KB
-rw-r--r--
2024-05-23 00:35
info.xml
5.09
KB
-rw-r--r--
2024-05-23 00:33
install.js
921
B
-rw-r--r--
2021-12-23 00:54
install.php
4.62
KB
-rw-r--r--
2024-05-23 00:35
install.xml
786
B
-rw-r--r--
2021-12-23 00:54
isp.conf.php
688
B
-rw-r--r--
2021-12-23 00:54
md5
875
B
-rw-r--r--
2024-05-23 00:35
notes.txt
448
B
-rw-r--r--
2021-12-23 00:54
soho.sql
23.37
KB
-rw-r--r--
2024-05-24 09:48
soho.zip
21.21
MB
-rw-r--r--
2024-05-24 09:48
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: `soho494r44` -- -- -------------------------------------------------------- -- -- Table structure for table `BLOG_CATEGORY` -- CREATE TABLE `BLOG_CATEGORY` ( `PRIKEY` int(11) NOT NULL AUTO_INCREMENT, `CATEGORY_NAME` char(150) DEFAULT NULL, PRIMARY KEY (`PRIKEY`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; -- -- Dumping data for table `BLOG_CATEGORY` -- INSERT INTO `BLOG_CATEGORY` VALUES (1, 'Latest News'), (2, 'Special Promotions'); -- -------------------------------------------------------- -- -- Table structure for table `BLOG_CONTENT` -- CREATE TABLE `BLOG_CONTENT` ( `PRIKEY` int(11) NOT NULL AUTO_INCREMENT, `BLOG_SUBJECT` int(11) DEFAULT NULL, `BLOG_TITLE` char(255) DEFAULT NULL, `BLOG_DATA` blob, `BLOG_DATE` date DEFAULT NULL, `timestamp` varchar(50) DEFAULT NULL, PRIMARY KEY (`PRIKEY`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `cart_comments` -- CREATE TABLE `cart_comments` ( `PRIKEY` int(11) NOT NULL AUTO_INCREMENT, `PROD_ID` int(11) DEFAULT NULL, `COMMENT_TITLE` varchar(255) DEFAULT NULL, `COMMENT` blob, `RATING` varchar(255) DEFAULT NULL, `NAME` varchar(255) DEFAULT NULL, `LOCATION` varchar(255) DEFAULT NULL, `COMMENT_DATE` datetime DEFAULT NULL, `STATUS` varchar(255) DEFAULT NULL, `COMMENT_HTML` blob, `AUTH_KEY` varchar(255) DEFAULT NULL, PRIMARY KEY (`PRIKEY`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `ip_bans` -- CREATE TABLE `ip_bans` ( `prikey` int(50) NOT NULL AUTO_INCREMENT, `ip_address` varchar(255) DEFAULT NULL, `date` varchar(255) DEFAULT NULL, `time` varchar(255) DEFAULT NULL, `ban_expires` varchar(255) NOT NULL DEFAULT '', `reason` varchar(255) DEFAULT NULL, PRIMARY KEY (`prikey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `login` -- CREATE TABLE `login` ( `PriKey` int(11) NOT NULL AUTO_INCREMENT, `Owner` char(150) DEFAULT NULL, `First_Name` char(75) DEFAULT NULL, `Last_Name` char(75) DEFAULT NULL, `Email` char(150) DEFAULT NULL, `Username` char(50) DEFAULT NULL, `Password` char(50) DEFAULT NULL, `Rank` char(255) DEFAULT NULL, PRIMARY KEY (`PriKey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `login` -- INSERT INTO `login` VALUES (1, '[[domhost]]', '[[admin_fname]]', '[[admin_lname]]', '[[admin_email]]', '[[admin_username]]', '[[plain_pass]]', '[[admin_pass]]'); -- -------------------------------------------------------- -- -- Table structure for table `login_attempts` -- CREATE TABLE `login_attempts` ( `PRIKEY` int(11) NOT NULL AUTO_INCREMENT, `ip_address` char(50) DEFAULT NULL, `date` char(50) DEFAULT NULL, `time` char(25) DEFAULT NULL, `username` char(50) DEFAULT NULL, `password` char(50) DEFAULT NULL, PRIMARY KEY (`PRIKEY`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `login_bans` -- CREATE TABLE `login_bans` ( `PRIKEY` int(11) NOT NULL AUTO_INCREMENT, `ip_address` char(50) DEFAULT NULL, `date` char(50) DEFAULT NULL, `time` char(25) DEFAULT NULL, PRIMARY KEY (`PRIKEY`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `login_history` -- CREATE TABLE `login_history` ( `prikey` int(11) NOT NULL AUTO_INCREMENT, `ip_address` char(50) DEFAULT NULL, `username` varchar(255) DEFAULT NULL, `date` char(50) DEFAULT NULL, `time` char(25) DEFAULT NULL, PRIMARY KEY (`prikey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `login_history` -- -- -------------------------------------------------------- -- -- Table structure for table `PROMO_BOXES` -- CREATE TABLE `PROMO_BOXES` ( `PRIKEY` int(11) NOT NULL AUTO_INCREMENT, `BOX` char(255) DEFAULT NULL, `CONTENT` char(255) DEFAULT NULL, `NUM_DISPLAY` char(255) DEFAULT NULL, `DISP_TITLE` char(255) DEFAULT NULL, `DISP_CONTENT` char(255) DEFAULT NULL, `DISP_DATE` char(255) DEFAULT NULL, `DISP_MORE` char(255) DEFAULT NULL, `FILE` char(255) DEFAULT NULL, `SETTINGS` char(255) DEFAULT NULL, `FUTURE1` char(255) DEFAULT NULL, `content_type` varchar(50) DEFAULT NULL, `content_src` varchar(255) DEFAULT NULL, `style` blob, PRIMARY KEY (`PRIKEY`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=28 ; -- -- Dumping data for table `PROMO_BOXES` -- INSERT INTO `PROMO_BOXES` VALUES (1, 'box1', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (2, 'box2', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (3, 'box3', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (4, 'box4', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (5, 'box5', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (6, 'box6', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (7, 'box7', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (8, 'box8', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (9, 'box9', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (10, 'box10', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (11, 'box11', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (12, 'box12', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (13, 'box13', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (14, 'box14', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (15, 'box15', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (16, 'box16', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (17, 'box17', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (18, 'box18', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (19, 'box19', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (20, 'box20', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (21, 'box21', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (22, 'box22', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (23, 'box23', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (24, 'box24', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (25, 'box25', 'a:3:{s:7:"content";s:11:"Latest News";s:7:"display";s:2:"on";s:4:"type";s:6:"latest";}', 'a:2:{s:4:"blog";s:0:"";s:5:"chars";s:0:"";}', 'a:3:{s:7:"display";s:2:"on";s:5:"align";s:4:"left";s:6:"weight";s:4:"bold";}', 'a:1:{s:7:"display";s:2:"on";}', 'a:6:{s:7:"display";s:2:"on";s:9:"fontStyle";s:2:"on";s:6:"weight";s:6:"normal";s:6:"format";s:4:"full";s:8:"position";s:8:"dateLast";s:5:"align";s:4:"left";}', 'a:4:{s:7:"display";s:2:"on";s:4:"text";s:12:"Read more...";s:5:"align";s:4:"left";s:6:"weight";s:6:"normal";}', '', 'a:1:{s:8:"template";s:2:"on";}', '', 'blog', 'Latest News', ''), (26, 'newsbox', '1', '', '', '', '', '', '', '', '', '', '', ''), (27, 'promobox', '2', '', '', '', '', '', '', '', '', '', '', ''); -- -------------------------------------------------------- -- -- Table structure for table `sec_codes` -- CREATE TABLE `sec_codes` ( `PriKey` int(11) NOT NULL AUTO_INCREMENT, `security_code` char(15) DEFAULT NULL, PRIMARY KEY (`PriKey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `site_pages` -- CREATE TABLE `site_pages` ( `page_name` varchar(255) NOT NULL, `type` varchar(75) DEFAULT NULL, `sub_page_of` varchar(255) DEFAULT NULL, `password` blob, `main_menu` int(25) DEFAULT NULL, `link` blob, `username` varchar(35) DEFAULT NULL, `splash` char(1) DEFAULT NULL, `bgcolor` blob, `title` varchar(255) DEFAULT NULL, `description` blob, `template` varchar(100) DEFAULT NULL, PRIMARY KEY (`page_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `site_pages` -- INSERT INTO `site_pages` VALUES ('Home Page', 'main', ' ', ' ', 0, '2459444338', ' ', '', ' ', 'Welcome to [[domhost]][[relativeurl]]', '[[domhost]][[relativeurl]]', ''); -- -------------------------------------------------------- -- -- Table structure for table `site_specs` -- CREATE TABLE `site_specs` ( `df_company` char(255) DEFAULT NULL, `df_address1` char(255) DEFAULT NULL, `df_address2` char(255) DEFAULT NULL, `df_city` char(100) DEFAULT NULL, `df_state` char(100) DEFAULT NULL, `df_zip` char(25) DEFAULT NULL, `df_country` char(50) DEFAULT NULL, `df_phone` char(50) DEFAULT NULL, `df_email` char(255) DEFAULT NULL, `df_domain` char(255) DEFAULT NULL, `df_page` char(50) DEFAULT NULL, `df_logo` varchar(255) DEFAULT NULL, `df_lang` char(50) DEFAULT NULL, `news_cat` varchar(10) DEFAULT NULL, `promo_cat` varchar(10) DEFAULT NULL, `copyright` blob, `df_misc1` blob, `df_misc2` blob, `df_hdrtxt` varchar(255) DEFAULT NULL, `df_slogan` varchar(255) DEFAULT NULL, `dev_mode` varchar(255) DEFAULT NULL, `startpage` varchar(255) DEFAULT NULL, `df_fax` varchar(50) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `site_specs` -- INSERT INTO `site_specs` VALUES ('', '', '', '', '', '', '', '', '[[admin_email]]', '[[domhost]][[relativeurl]]', 'Home Page', '', 'english.php', '1', '2', '2021 ', '', '', 'Welcome', '', '', 'Home Page', ''); -- -------------------------------------------------------- -- -- Table structure for table `smt_userdata` -- CREATE TABLE `smt_userdata` ( `prikey` int(10) NOT NULL AUTO_INCREMENT, `plugin` varchar(75) DEFAULT NULL, `fieldname` varchar(255) DEFAULT NULL, `data` blob, PRIMARY KEY (`prikey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; -- -- Dumping data for table `smt_userdata` -- INSERT INTO `smt_userdata` VALUES (1, 'cart', 'other_policy_title', 'Other Policies'), (2, 'asense', 'id', 'HIDE'); -- -------------------------------------------------------- -- -- Table structure for table `UDT_CONTENT_SEARCH_REPLACE` -- CREATE TABLE `UDT_CONTENT_SEARCH_REPLACE` ( `PRIKEY` int(11) NOT NULL AUTO_INCREMENT, `SEARCH_FOR` char(150) DEFAULT NULL, `REPLACE_WITH` blob, `AUTO_IMAGE` char(100) DEFAULT NULL, `AUTO_SECURITY_AUTH` char(255) DEFAULT NULL, PRIMARY KEY (`PRIKEY`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; /*!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 */;