403Webshell
Server IP : 103.119.228.120  /  Your IP : 18.221.68.196
Web Server : Apache
System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64
User : nobody ( 99)
PHP Version : 5.6.40
Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime
MySQL : ON |  cURL : ON |  WGET : ON |  Perl : ON |  Python : ON |  Sudo : ON |  Pkexec : ON
Directory :  /var/softaculous/agb/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /var/softaculous/agb/agb.sql
-- 
-- Database: `gbookphp`
-- 

-- --------------------------------------------------------

-- 
-- Table structure for table `book_auth`
-- 

CREATE TABLE `book_auth` (
  `ID` smallint(5) NOT NULL auto_increment,
  `username` varchar(60) NOT NULL default '',
  `password` varchar(60) NOT NULL default '',
  `session` varchar(32) NOT NULL default '',
  `last_visit` int(11) NOT NULL default '0',
  PRIMARY KEY  (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Dumping data for table `book_auth`
-- 

INSERT INTO `book_auth` VALUES (1, '[[admin_username]]', PASSWORD('[[admin_pass]]'), '', 10131007);

-- --------------------------------------------------------

-- 
-- Table structure for table `book_ban`
-- 

CREATE TABLE `book_ban` (
  `ban_ip` varchar(15) NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Dumping data for table `book_ban`
-- 

INSERT INTO `book_ban` VALUES ('000.000.000.000');

-- --------------------------------------------------------

-- 
-- Table structure for table `book_captcha`
-- 

CREATE TABLE `book_captcha` (
  `session_id` varchar(32) NOT NULL default '',
  `validate_key` varchar(64) NOT NULL default '',
  `timestamp` int(11) unsigned NOT NULL default '0',
  PRIMARY KEY  (`session_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Dumping data for table `book_captcha`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `book_com`
-- 

CREATE TABLE `book_com` (
  `com_id` int(11) NOT NULL auto_increment,
  `id` int(11) NOT NULL default '0',
  `name` varchar(50) NOT NULL default '',
  `comments` text NOT NULL,
  `host` varchar(255) NOT NULL default '',
  `timestamp` int(11) NOT NULL default '0',
  PRIMARY KEY  (`com_id`),
  KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Dumping data for table `book_com`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `book_config`
-- 

CREATE TABLE `book_config` (
  `config_id` smallint(4) NOT NULL auto_increment,
  `agcode` smallint(1) NOT NULL default '0',
  `allow_html` smallint(1) NOT NULL default '0',
  `offset` varchar(5) NOT NULL default '0',
  `smilies` smallint(1) NOT NULL default '1',
  `dformat` varchar(6) NOT NULL default '',
  `tformat` varchar(4) NOT NULL default '24hr',
  `admin_mail` varchar(50) NOT NULL default '',
  `notify_private` smallint(1) NOT NULL default '0',
  `notify_admin` smallint(1) NOT NULL default '0',
  `notify_guest` smallint(1) NOT NULL default '0',
  `notify_mes` varchar(150) NOT NULL default '',
  `entries_per_page` int(6) NOT NULL default '10',
  `show_ip` smallint(1) NOT NULL default '0',
  `pbgcolor` varchar(7) NOT NULL default '0',
  `text_color` varchar(7) NOT NULL default '0',
  `link_color` varchar(7) NOT NULL default '0',
  `width` varchar(4) NOT NULL default '0',
  `tb_font_1` varchar(7) NOT NULL default '',
  `tb_font_2` varchar(7) NOT NULL default '',
  `font_face` varchar(60) NOT NULL default '',
  `tb_hdr_color` varchar(7) NOT NULL default '',
  `tb_bg_color` varchar(7) NOT NULL default '',
  `tb_text` varchar(7) NOT NULL default '',
  `tb_color_1` varchar(7) NOT NULL default '',
  `tb_color_2` varchar(7) NOT NULL default '',
  `lang` varchar(30) NOT NULL default '',
  `min_text` smallint(4) NOT NULL default '0',
  `max_text` int(6) NOT NULL default '0',
  `max_word_len` smallint(4) NOT NULL default '0',
  `comment_pass` varchar(50) NOT NULL default '',
  `need_pass` smallint(1) NOT NULL default '0',
  `censor` smallint(1) NOT NULL default '0',
  `flood_check` smallint(1) NOT NULL default '0',
  `banned_ip` smallint(1) NOT NULL default '0',
  `flood_timeout` smallint(5) NOT NULL default '0',
  `allow_icq` smallint(1) NOT NULL default '0',
  `allow_aim` smallint(1) NOT NULL default '0',
  `allow_gender` smallint(1) NOT NULL default '0',
  `allow_img` smallint(1) NOT NULL default '0',
  `max_img_size` int(10) NOT NULL default '0',
  `img_width` smallint(5) NOT NULL default '0',
  `img_height` smallint(5) NOT NULL default '0',
  `thumbnail` smallint(1) NOT NULL default '0',
  `thumb_min_fsize` int(10) NOT NULL default '0',
  PRIMARY KEY  (`config_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Dumping data for table `book_config`
-- 

INSERT INTO `book_config` VALUES (1, 1, 0, '0', 1, 'Euro', '24hr', '[[admin_email]]', 0, 0, 0, 'Thank you for signing the guestbook!', 10, 1, '#FFFFFF', '#000000', '#006699', '95%', '11px', '10px', 'Verdana, Arial, Helvetica, sans-serif', '#7878BE', '#000000', '#FFFFFF', '#E8E8E8', '#F7F7F7', '[[language]]', 6, 1500, 80, 'comment', 0, 1, 0, 1, 80, 1, 1, 1, 1, 120, 320, 90, 1, 12);

-- --------------------------------------------------------

-- 
-- Table structure for table `book_data`
-- 

CREATE TABLE `book_data` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(50) NOT NULL default '',
  `gender` char(1) NOT NULL default '',
  `email` varchar(100) NOT NULL default '',
  `url` varchar(255) NOT NULL default '',
  `date` int(11) NOT NULL default '0',
  `location` varchar(100) NOT NULL default '',
  `host` varchar(255) NOT NULL default '',
  `browser` tinytext,
  `comment` text NOT NULL,
  `icq` int(11) NOT NULL default '0',
  `aim` varchar(100) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Dumping data for table `book_data`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `book_ip`
-- 

CREATE TABLE `book_ip` (
  `guest_ip` varchar(15) NOT NULL default '',
  `timestamp` int(11) NOT NULL default '0',
  KEY `guest_ip` (`guest_ip`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Dumping data for table `book_ip`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `book_pics`
-- 

CREATE TABLE `book_pics` (
  `msg_id` int(11) NOT NULL default '0',
  `book_id` int(11) NOT NULL default '0',
  `p_filename` varchar(100) NOT NULL default '',
  `p_size` int(11) unsigned NOT NULL default '0',
  `width` int(11) unsigned NOT NULL default '0',
  `height` int(11) unsigned NOT NULL default '0',
  KEY `msg_id` (`msg_id`),
  KEY `book_id` (`book_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Dumping data for table `book_pics`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `book_private`
-- 

CREATE TABLE `book_private` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(50) NOT NULL default '',
  `gender` char(1) NOT NULL default '',
  `email` varchar(100) NOT NULL default '',
  `url` varchar(255) NOT NULL default '',
  `date` int(11) NOT NULL default '0',
  `location` varchar(100) NOT NULL default '',
  `host` varchar(255) NOT NULL default '',
  `browser` tinytext,
  `comment` text NOT NULL,
  `icq` int(11) NOT NULL default '0',
  `aim` varchar(100) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Dumping data for table `book_private`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `book_smilies`
-- 

CREATE TABLE `book_smilies` (
  `id` int(11) NOT NULL auto_increment,
  `s_code` varchar(20) NOT NULL default '',
  `s_filename` varchar(60) NOT NULL default '',
  `s_emotion` varchar(60) NOT NULL default '',
  `width` smallint(6) unsigned NOT NULL default '0',
  `height` smallint(6) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Dumping data for table `book_smilies`
-- 

INSERT INTO `book_smilies` VALUES (1, ':-)', 'a1.gif', 'smile', 15, 15);
INSERT INTO `book_smilies` VALUES (2, ':-(', 'a2.gif', 'frown', 15, 15);
INSERT INTO `book_smilies` VALUES (3, ';-)', 'a3.gif', 'wink', 15, 15);
INSERT INTO `book_smilies` VALUES (4, ':o', 'a4.gif', 'embarrassment', 15, 15);
INSERT INTO `book_smilies` VALUES (5, ':D', 'a5.gif', 'big grin', 15, 15);
INSERT INTO `book_smilies` VALUES (6, ':p', 'a6.gif', 'razz (stick out tongue)', 15, 15);
INSERT INTO `book_smilies` VALUES (7, ':cool:', 'a7.gif', 'cool', 21, 15);
INSERT INTO `book_smilies` VALUES (8, ':rolleyes:', 'a8.gif', 'roll eyes (sarcastic)', 15, 15);
INSERT INTO `book_smilies` VALUES (9, ':mad:', 'a9.gif', '#@*%!', 15, 15);
INSERT INTO `book_smilies` VALUES (10, ':eek:', 'a10.gif', 'eek!', 15, 15);
INSERT INTO `book_smilies` VALUES (11, ':confused:', 'a11.gif', 'confused', 15, 22);

-- --------------------------------------------------------

-- 
-- Table structure for table `book_words`
-- 

CREATE TABLE `book_words` (
  `word` varchar(50) NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Dumping data for table `book_words`
-- 

INSERT INTO `book_words` VALUES ('fuck');
        

Youez - 2016 - github.com/yon3zu
LinuXploit