Warning: Cannot modify header information - headers already sent by (output started at /webroot/d/w/dwats001/www/guestbook/admin/backupdb.php:21) in /webroot/d/w/dwats001/www/guestbook/admin/backupdb.php on line 25
Warning: Cannot modify header information - headers already sent by (output started at /webroot/d/w/dwats001/www/guestbook/admin/backupdb.php:21) in /webroot/d/w/dwats001/www/guestbook/admin/backupdb.php on line 26
# Table backup from FREE PHP VX GUESTBOOK
# Creation date: 19-Nov-2008 05:54
# Database: dwats001_phpvxguestbook_1792
# MySQL Server version: 5.0.46-enterprise-gpl-log
DROP TABLE IF EXISTS vxg_config;
CREATE TABLE vxg_config (
vid int(11) unsigned NOT NULL auto_increment,
variable varchar(30) DEFAULT '0' NOT NULL,
value text NOT NULL,
req tinyint(4) unsigned DEFAULT '1' NOT NULL,
name varchar(40) DEFAULT '0' NOT NULL,
PRIMARY KEY (vid),
KEY ivariable (variable)
);
INSERT INTO vxg_config VALUES ('2','admin_name','swampfox','0','0');
INSERT INTO vxg_config VALUES ('3','admin_pass','073ebfff7499774b9d87d24784e4ea11','0','0');
INSERT INTO vxg_config VALUES ('4','word_censor','1','0','0');
INSERT INTO vxg_config VALUES ('5','captcha','1','0','0');
INSERT INTO vxg_config VALUES ('6','admin_valid','1','0','0');
INSERT INTO vxg_config VALUES ('7','allow_html','1','0','0');
INSERT INTO vxg_config VALUES ('8','allowed_tags','','0','0');
INSERT INTO vxg_config VALUES ('9','poster_name','0','1','0');
INSERT INTO vxg_config VALUES ('10','poster_mail','1','0','0');
INSERT INTO vxg_config VALUES ('11','poster_location','1','0','0');
INSERT INTO vxg_config VALUES ('12','msn','1','0','0');
INSERT INTO vxg_config VALUES ('13','aim','1','0','0');
INSERT INTO vxg_config VALUES ('14','yim','1','0','0');
INSERT INTO vxg_config VALUES ('15','homepage','1','0','0');
INSERT INTO vxg_config VALUES ('16','icq','1','0','0');
INSERT INTO vxg_config VALUES ('17','gender','1','0','0');
INSERT INTO vxg_config VALUES ('18','age','1','0','0');
INSERT INTO vxg_config VALUES ('19','c_field_1','1','0','field name');
INSERT INTO vxg_config VALUES ('20','c_field_2','1','0','field name');
INSERT INTO vxg_config VALUES ('21','c_field_3','1','0','field name');
INSERT INTO vxg_config VALUES ('22','c_field_4','1','0','field name');
INSERT INTO vxg_config VALUES ('23','c_field_5','1','0','field name');
INSERT INTO vxg_config VALUES ('24','template','bluetheme','0','0');
INSERT INTO vxg_config VALUES ('25','lang','english','0','0');
INSERT INTO vxg_config VALUES ('26','gzip','1','0','0');
INSERT INTO vxg_config VALUES ('27','min_len','10','0','0');
INSERT INTO vxg_config VALUES ('28','max_len','1024','0','0');
INSERT INTO vxg_config VALUES ('29','max_word_lenght','40','0','0');
INSERT INTO vxg_config VALUES ('30','flood_time','60','0','0');
INSERT INTO vxg_config VALUES ('31','per_page','10','0','0');
INSERT INTO vxg_config VALUES ('32','max_visitors_online','2','0','1202217436');
INSERT INTO vxg_config VALUES ('33','gb_title','Church of God Guestbook','0','0');
INSERT INTO vxg_config VALUES ('34','gb_webpath','http://www.dwatsonwave.com/guestbook/','0','0');
INSERT INTO vxg_config VALUES ('35','copy','Powered by Free PHP VX Guestbook | Free polls | Free hit counter','0','1227081911');
INSERT INTO vxg_config VALUES ('36','tzone','+06','1','0');
INSERT INTO vxg_config VALUES ('37','enot','1','0','0');
INSERT INTO vxg_config VALUES ('38','admin_mail','swampfox@bellsouth.net','0','0');
DROP TABLE IF EXISTS vxg_smilies;
CREATE TABLE vxg_smilies (
sid smallint(5) unsigned NOT NULL auto_increment,
code varchar(50),
smile_url varchar(100),
emoticon varchar(75),
PRIMARY KEY (sid)
);
INSERT INTO vxg_smilies VALUES ('1',':D','icon_biggrin.gif','Very Happy');
INSERT INTO vxg_smilies VALUES ('4',':)','icon_smile.gif','Smile');
INSERT INTO vxg_smilies VALUES ('7',':(','icon_sad.gif','Sad');
INSERT INTO vxg_smilies VALUES ('10',':o)','icon_surprised.gif','Surprised');
INSERT INTO vxg_smilies VALUES ('12',':eek:','icon_surprised.gif','Surprised');
INSERT INTO vxg_smilies VALUES ('13',':shock:','icon_eek.gif','Shocked');
INSERT INTO vxg_smilies VALUES ('14',':?','icon_confused.gif','Confused');
INSERT INTO vxg_smilies VALUES ('17','8)','icon_cool.gif','Cool');
INSERT INTO vxg_smilies VALUES ('20',':lol:','icon_lol.gif','Laughing');
INSERT INTO vxg_smilies VALUES ('21',':x','icon_mad.gif','Mad');
INSERT INTO vxg_smilies VALUES ('24',':P','icon_razz.gif','Razz');
INSERT INTO vxg_smilies VALUES ('27',':oops:','icon_redface.gif','Embarassed');
INSERT INTO vxg_smilies VALUES ('28',':cry:','icon_cry.gif','Crying or Very sad');
INSERT INTO vxg_smilies VALUES ('29',':evil:','icon_evil.gif','Evil or Very Mad');
INSERT INTO vxg_smilies VALUES ('30',':twisted:','icon_twisted.gif','Twisted Evil');
INSERT INTO vxg_smilies VALUES ('31',':roll:','icon_rolleyes.gif','Rolling Eyes');
INSERT INTO vxg_smilies VALUES ('33',';)','icon_wink.gif','Wink');
INSERT INTO vxg_smilies VALUES ('35',':!:','icon_exclaim.gif','Exclamation');
INSERT INTO vxg_smilies VALUES ('36',':?:','icon_question.gif','Question');
INSERT INTO vxg_smilies VALUES ('37',':idea:','icon_idea.gif','Idea');
INSERT INTO vxg_smilies VALUES ('38',':arrow:','icon_arrow.gif','Arrow');
INSERT INTO vxg_smilies VALUES ('39',':|','icon_neutral.gif','Neutral');
INSERT INTO vxg_smilies VALUES ('42',':mrgreen:','icon_mrgreen.gif','Mr. Green');
DROP TABLE IF EXISTS vxg_posts;
CREATE TABLE vxg_posts (
pid int(11) unsigned NOT NULL auto_increment,
date int(11) unsigned DEFAULT '0' NOT NULL,
text text NOT NULL,
poster varchar(240) NOT NULL,
location varchar(130) NOT NULL,
posteremail varchar(240) NOT NULL,
msn varchar(25) NOT NULL,
aim varchar(70) NOT NULL,
yim varchar(25) NOT NULL,
homepage varchar(240) NOT NULL,
icq int(11) unsigned,
useragent varchar(240) NOT NULL,
gender char(1) NOT NULL,
age varchar(40) NOT NULL,
validated tinyint(1) unsigned DEFAULT '1' NOT NULL,
c_field_1 varchar(100) NOT NULL,
c_field_2 varchar(100) NOT NULL,
c_field_3 varchar(100) NOT NULL,
c_field_4 varchar(100) NOT NULL,
c_field_5 varchar(100) NOT NULL,
pip varchar(16) DEFAULT '0' NOT NULL,
PRIMARY KEY (pid)
);
INSERT INTO vxg_posts VALUES ('1','1169100000','Thanks for using Free PHP VX Guestook','PHP VX Guestbook','USA','','','','','phpversion.com',NULL,'','M','28','1','','','','','','0');
INSERT INTO vxg_posts VALUES ('5','1226354788','And the blessing of Christ will bring prospetery and joy annd good hope and health with the light and wisdom and desire that win the lost to him and heal them,thanks and bless and pray,keijo sweden','keijo','sweden','keijo.leppioja@hotmail.com','','','','','0','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)','M','0','0','','','','','','81.234.243.29');
DROP TABLE IF EXISTS vxg_sessions;
CREATE TABLE vxg_sessions (
ip varchar(16),
stime int(11) unsigned DEFAULT '0' NOT NULL,
sname varchar(10) DEFAULT '0' NOT NULL,
sval varchar(15) DEFAULT '0' NOT NULL,
PRIMARY KEY (stime),
KEY ip_stime_sname (ip, stime, sname)
);
INSERT INTO vxg_sessions VALUES ('74.6.22.172','1226995511','online','0');