# Table backup from FREE PHP VX GUESTBOOK # Creation date: 07-Feb-2012 07:16 # Database: tampa012_phpvxguestbook_24078 # MySQL Server version: 5.2.7-MariaDB-mariadb101-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','admin','0','0'); INSERT INTO vxg_config VALUES ('3','admin_pass','f49a2d8a11396bdab11fc873893c8fd7','0','0'); INSERT INTO vxg_config VALUES ('4','word_censor','1','0','0'); INSERT INTO vxg_config VALUES ('5','captcha','0','0','0'); INSERT INTO vxg_config VALUES ('6','admin_valid','0','0','0'); INSERT INTO vxg_config VALUES ('7','allow_html','0','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','0','0','0'); INSERT INTO vxg_config VALUES ('13','aim','0','0','0'); INSERT INTO vxg_config VALUES ('14','yim','0','0','0'); INSERT INTO vxg_config VALUES ('15','homepage','1','0','0'); INSERT INTO vxg_config VALUES ('16','icq','0','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','0','0','field name'); INSERT INTO vxg_config VALUES ('20','c_field_2','0','0','field name'); INSERT INTO vxg_config VALUES ('21','c_field_3','0','0','field name'); INSERT INTO vxg_config VALUES ('22','c_field_4','0','0','field name'); INSERT INTO vxg_config VALUES ('23','c_field_5','0','0','field name'); INSERT INTO vxg_config VALUES ('24','template','redsilver','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','180','0','0'); INSERT INTO vxg_config VALUES ('31','per_page','20','0','0'); INSERT INTO vxg_config VALUES ('32','max_visitors_online','4','0','1321082320'); INSERT INTO vxg_config VALUES ('33','gb_title','My Guestbook','0','0'); INSERT INTO vxg_config VALUES ('34','gb_webpath','http://tampabaymagic.com/guestbook/','0','0'); INSERT INTO vxg_config VALUES ('35','copy','Powered by Free PHP VX Guestbook','0','1328665670'); INSERT INTO vxg_config VALUES ('36','tzone','-05','1','0'); INSERT INTO vxg_config VALUES ('37','enot','1','0','0'); INSERT INTO vxg_config VALUES ('38','admin_mail','Windy@tampabaymagic.com','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 ('4','1316119423',' :lol: Great site Windy','John Rose','Largo, FL USA','JRR@JRR.US','','','','JRR.US','0','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)','M','70','1','','','','','','71.99.5.46'); INSERT INTO vxg_posts VALUES ('6','1316878801','Looking forward to seeing more.','Rod Jurado','','','','','','','0','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','M','0','1','','','','','','72.185.49.240'); INSERT INTO vxg_posts VALUES ('7','1317521654','Great Post. I add this Blog to my bookmarks. ','Itagnesee','','retdfg@gmail.com','','','','eee.autoclickingmouse.com','0','Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)','M','18','1','','','','','','123.203.37.11'); INSERT INTO vxg_posts VALUES ('10','1321021914',' 8) Looks like you are a real entertainer. Stay with it!','E. Robinson','oskgosh, Wis.','erobin33@ij.org','','','','','0','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','M','42','1','','','','','','72.185.61.149'); INSERT INTO vxg_posts VALUES ('9','1319201219','I’ve been visiting your blog for a while now and I always find a gem in your new posts. Thanks for sharing. ','Police Badges For Sale','','retrdfgetedfg@gmail.com','','','','policebadgesforsale.repossessedcar.org','0','Mozilla/4.79 [en] (Windows NT 5.0; U)','M','18','1','','','','','','122.246.98.212'); INSERT INTO vxg_posts VALUES ('11','1321979065','Hello That website is really perfect[.|!} Do you often upload new pictures here? Have a nice day my friend cu','Manfred Livis','','happy@hotmail.org','','','','lucy-live.com','0','Opera/9.20 (Windows NT 6.0; U; en)','M','0','1','','','','','','91.115.53.213'); INSERT INTO vxg_posts VALUES ('12','1321979869','Great site? Thanks ','Linda Schmuck','','happy@gmail.de','','','','lucy-live.com','0','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2) Gecko/20091218 Firefox 3.6b5','M','0','1','','','','','','91.115.53.213'); INSERT INTO vxg_posts VALUES ('13','1322201725','Hey I had a small problem looking at your site but regardless it\'s a really great site ','JamesBlogs','','Fred121@yahoo.com','','','','','0','Mozilla/5.0 (Windows; U; Windows NT 6.1; lt; rv:1.9.2) Gecko/20100115 Firefox/3.6','M','0','1','','','','','','99.161.153.195'); INSERT INTO vxg_posts VALUES ('23','1326547815','Howdy I am so glad I found your site, I really found you by error, while I was looking on Bing for something else, Anyways I am here now and would just like to say thanks a lot for a remarkable post and a all round exciting blog (I also love the theme/design), I don’t have time to read it all at the minute but I have saved it and also added your RSS feeds, so when I have time I will be back to read more, Please do keep up the great work.','bielizna','','bielizna@aol.com','','','','bieliznasklep.net/','0','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; en-GB)','M','0','1','','','','','','173.213.113.248'); INSERT INTO vxg_posts VALUES ('14','1322202045','Howdy I am so delighted I found your site thanks for the fantastic work. ','JoeSmyth','','Tim121@yahoo.com','','','','www.christmas-crafts.org','0','Opera/9.20 (Windows NT 6.0; U; en)','M','0','1','','','','','','99.161.153.195'); INSERT INTO vxg_posts VALUES ('15','1322801704','Hi I experienced a little problem viewing your webpage but other then that it\'s a really nice page . I am so delighted I found your site thanks for the fantastic work. ','HaroldSmyth','','Fred121@gmail.com','','','','www.christmas-crafts.org','0','Mozilla/5.0 (X11; U; Linux x86_64; en-US) Gecko Firefox/3.0.8','M','0','1','','','','','','76.251.30.202'); INSERT INTO vxg_posts VALUES ('16','1324369762','Howdy I am so delighted I found your site thanks for the fantastic work. ','Klutz','','kionetis@lightbizall.net','','','','','0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','F','0','1','','','','','','31.214.144.222'); INSERT INTO vxg_posts VALUES ('17','1324631739','Hello there I am so excited I found your website, I really found you by accident, while I was browsing on Yahoo for something else, Anyways I am here now and would just like to say thanks a lot for a marvelous post and a all round exciting blog (I also love the theme/design), I don’t have time to read it all at the minute but I have saved it and also added in your RSS feeds, so when I have time I will be back to read a lot more, Please do keep up the great work. ','pozycjon','','pozycjonowanie@aol.com','','','','pozycjonowanietop.pl','0','Opera/9.20 (Windows NT 6.0; U; en)','M','0','1','','','','','','173.234.229.32'); INSERT INTO vxg_posts VALUES ('18','1324632430','Hey I am so delighted I found your webpage, I really found you by accident, while I was browsing on Yahoo for something else, Anyways I am here now and would just like to say cheers for a marvelous post and a all round interesting blog (I also love the theme/design), I don’t have time to browse it all at the moment but I have book-marked it and also added your RSS feeds, so when I have time I will be back to read a great deal more, Please do keep up the excellent work. ','pozycjon','','pozycjonowanie@aol.com','','','','pozycjonowanietop.pl','0','Mozilla/5.0 (Windows; U; Windows NT 6.1; lt; rv:1.9.2) Gecko/20100115 Firefox/3.6','M','0','1','','','','','','173.234.176.20'); INSERT INTO vxg_posts VALUES ('19','1325041948','Hello! You have a very informative site! And here\'s my! anabantidaeaquariumfish.blogspot.com','Vitalina','France','vitalina@hwum.com','','','','anabantidaeaquariumfish.blogspot.com','0','Opera/9.0 (Windows NT 5.1; U; en)','F','0','1','','','','','','109.254.7.38'); INSERT INTO vxg_posts VALUES ('20','1325695730','Howdy I am so delighted I found your site thanks for the fantastic work. ','pozycjonowanie','','pozycjonowanie@aol.com','','','','pozycjonowanietop.pl','0','Opera/9.20 (Windows NT 6.0; U; en)','M','0','1','','','','','','23.19.210.73'); INSERT INTO vxg_posts VALUES ('21','1325696056','Howdy I am so delighted I found your site thanks for the fantastic work. ','pozycjonowanie','','pozycjonowanie@aol.com','','','','pozycjonowanietop.pl','0','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2b5) Gecko/20091204 Firefox/3.6b5','M','0','1','','','','','','174.34.147.108'); INSERT INTO vxg_posts VALUES ('24','1327644606','My company had been producing some furniture, especially indoor furniture. There are many furniture of which I displayed on my website. Just visit in my website to view more complete review and my contact person. www.tinoreliefmeubeljepara.com','Tino Relief Meubel Jepara','','marvel.karimun@yahoo.com','','','','www.tinoreliefmeubeljepara.com/','0','Mozilla/5.0 (X11; U; Linux x86_64; en-US) Gecko Firefox/3.0.8','M','0','1','','','','','','109.73.76.36'); INSERT INTO vxg_posts VALUES ('22','1326084204','Great site? Thanks ','discount landau nursing scrubs','','landauscrubs@gmail.com','','','','www.discountlandaunursingscrubs.info','0','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)','M','0','1','','','','','','121.210.194.110'); INSERT INTO vxg_posts VALUES ('25','1328406134','kvprpubnqbcbznbhjd, qpotpmlcyc ','levdipamwo','kvprpubnqbcbznbhjd, qpotpmlcyc ','fdswnbgiuh@mxokmy.com','','','','www.kyjjirdnkg.com/','0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 GTB5','F','0','1','','','','','','46.17.96.220'); INSERT INTO vxg_posts VALUES ('26','1328436779','lmincubnqbcbznbhjd, qjemhazxdq ','eayficgcaj','lmincubnqbcbznbhjd, qjemhazxdq ','fcyvfpcdvh@hjjjpx.com','','','','www.scirktsvdi.com/','0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 GTB5','F','0','1','','','','','','146.0.73.235'); INSERT INTO vxg_posts VALUES ('27','1328469265','pzjtkubnqbcbznbhjd, http://www.ruueueunww.com jpjeikzjbr ','yeefgixnnm','pzjtkubnqbcbznbhjd, http://www.ruueueunww.com jpjeikzjbr ','bbflromvoo@kyavfc.com','','','','www.tifhfttqwg.com/','0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 GTB5','F','0','1','','','','','','46.17.96.220'); INSERT INTO vxg_posts VALUES ('28','1328499087','hazovubnqbcbznbhjd, http://www.jdeazozuuw.com whstnbccwk ','ldjfbqiruu','hazovubnqbcbznbhjd, http://www.jdeazozuuw.com whstnbccwk ','jaagxdohfr@lmtbib.com','','','','www.wmtwjnjcnf.com/','0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 GTB5','F','0','1','','','','','','146.0.73.235'); INSERT INTO vxg_posts VALUES ('29','1328530150','tphmzubnqbcbznbhjd, http://www.xdsbetlvpl.com fsyrwhlthd ','bhjejiudni','tphmzubnqbcbznbhjd, http://www.xdsbetlvpl.com fsyrwhlthd ','rmkvsgjsfa@kfvhhr.com','','','','www.knuxhzvtqs.com/','0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 GTB5','F','0','1','','','','','','46.17.96.220'); 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 ('38.107.179.207','1328617052','online','0');