Warning: Cannot modify header information - headers already sent by (output started at /webroot/a/f/afgha004/www/guestbook/admin/backupdb.php:21) in /webroot/a/f/afgha004/www/guestbook/admin/backupdb.php on line 25

Warning: Cannot modify header information - headers already sent by (output started at /webroot/a/f/afgha004/www/guestbook/admin/backupdb.php:21) in /webroot/a/f/afgha004/www/guestbook/admin/backupdb.php on line 26
# Table backup from FREE PHP VX GUESTBOOK # Creation date: 07-Jan-2009 05:50 # Database: afgha004_phpvxguestbook_1790 # MySQL Server version: 5.0.66sp1-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','admin','0','0'); INSERT INTO vxg_config VALUES ('3','admin_pass','19f426bcec77b4fa9a23804c4755732b','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','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','1','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','0','0','0'); INSERT INTO vxg_config VALUES ('17','gender','1','0','0'); INSERT INTO vxg_config VALUES ('18','age','0','0','0'); INSERT INTO vxg_config VALUES ('19','c_field_1','0','0','sxeatvgfjx'); INSERT INTO vxg_config VALUES ('20','c_field_2','0','0','sxeatvgfjx'); INSERT INTO vxg_config VALUES ('21','c_field_3','0','0','sxeatvgfjx'); INSERT INTO vxg_config VALUES ('22','c_field_4','0','0','sxeatvgfjx'); INSERT INTO vxg_config VALUES ('23','c_field_5','0','0','sxeatvgfjx'); 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','3','0','1215671548'); INSERT INTO vxg_config VALUES ('33','gb_title','Guestbook','0','0'); INSERT INTO vxg_config VALUES ('34','gb_webpath','http://www.afghanpicture.com/guestbook/','0','0'); INSERT INTO vxg_config VALUES ('35','copy','Powered by Free PHP VX Guestbook | Free polls','0','1231394289'); INSERT INTO vxg_config VALUES ('36','tzone','+04','1','0'); INSERT INTO vxg_config VALUES ('37','enot','1','0','0'); INSERT INTO vxg_config VALUES ('38','admin_mail','yama_ny@hotmail.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','Der Khushala'); INSERT INTO vxg_smilies VALUES ('4',':)','icon_smile.gif','Khanda'); INSERT INTO vxg_smilies VALUES ('7',':(','icon_sad.gif','Khafa'); INSERT INTO vxg_smilies VALUES ('10',':o)','icon_surprised.gif','Hairan'); INSERT INTO vxg_smilies VALUES ('12',':eek:','icon_surprised.gif','Surprised'); INSERT INTO vxg_smilies VALUES ('13',':hairan:','icon_eek.gif','Shocked'); INSERT INTO vxg_smilies VALUES ('14',':?','icon_confused.gif','Confused'); INSERT INTO vxg_smilies VALUES ('17','8)','icon_cool.gif','Khubesh'); INSERT INTO vxg_smilies VALUES ('20',':lol:','icon_lol.gif','Khanda'); INSERT INTO vxg_smilies VALUES ('21',':x','icon_mad.gif','Qaar'); INSERT INTO vxg_smilies VALUES ('24',':P','icon_razz.gif','Razz'); INSERT INTO vxg_smilies VALUES ('27',':sharm:','icon_redface.gif','Embarassed'); INSERT INTO vxg_smilies VALUES ('28',':zara:','icon_cry.gif','Geryan'); INSERT INTO vxg_smilies VALUES ('29',':evil:','icon_evil.gif','bb khatarnak'); 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','Chushmak'); 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 ('6','1194773647','I noticed you have 4 afghan midi files on your website. I\'ve been looking all over the net for some afghan midi files, could you upload some more or email them to me? Tashakor, Jawed ','Jawed','USA','javedan88@gmail.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; InfoPath.2; .NET CLR 2.0.50727)','M','0','1','','','','','','66.36.198.106'); INSERT INTO vxg_posts VALUES ('4','1193934173','i love this site :P ','pia wahabe','Australia','pee4pia@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; InfoPath.2)','F','0','1','','','','','','66.36.198.106'); INSERT INTO vxg_posts VALUES ('5','1193934470','Salaam, realy nice pics of Afghans handsome, and beauties hope u all r happy and living on good lives take care u all khuda hafiz love AFG :)','Nargis','USA','Lily_4_life@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; InfoPath.2)','F','0','1','','','','','','66.36.198.106'); INSERT INTO vxg_posts VALUES ('7','1194773743','Hi Every one I hope all of my afghan\'s will be fine where ever they are, wish you best luck. ','Shahduran','Afghanistan','shahduran_2004@yahoo.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; InfoPath.2; .NET CLR 2.0.50727)','M','0','1','','','','','','66.36.198.106'); INSERT INTO vxg_posts VALUES ('8','1194773812','salam to All Afgan ','Najeebahmad Nasery','Afghanistan','ahmadnasery_fat@hotmil.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; InfoPath.2; .NET CLR 2.0.50727)','M','0','1','','','','','','66.36.198.106'); INSERT INTO vxg_posts VALUES ('9','1194774222','Assalam u Alaikum it is nice to see Afganstan site . it is in fact a happy surprise for all Afghans. Thanks a lot, best regards Assadullah Katawzy ','Assadullah Katawazy','Saudi Arabia','assadullah_b@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; InfoPath.2; .NET CLR 2.0.50727)','M','0','1','','','','','','66.36.198.106'); INSERT INTO vxg_posts VALUES ('10','1194774369','hay and hay ','lkælløæløæløæø','Denmark','sadat@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; InfoPath.2; .NET CLR 2.0.50727)','M','0','1','','','','','','66.36.198.106'); INSERT INTO vxg_posts VALUES ('11','1194774479','Dear Sir/Madam, I am really glad that we have such website for Afghans and I have suggestion that if you could divide the pictures into two category of male and female would be much effective. Also if some one want to conatct one of these photos how it would be possible or is there any direction to keep contacting Afghan friends? Kind regards Ahmad ','Ahmad Sahel','United States','lifeis_lv@yahoo.co.uk','','','','','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; InfoPath.2; .NET CLR 2.0.50727)','M','0','1','','','','','','66.36.198.106'); INSERT INTO vxg_posts VALUES ('12','1194774569','s a l a mm ','mitra_afghan','Turkey','nazeninafghani@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; InfoPath.2; .NET CLR 2.0.50727)','F','0','1','','','','','','66.36.198.106'); INSERT INTO vxg_posts VALUES ('13','1194775275','very nice ','Horia','Australia','the-love-life999@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; InfoPath.2; .NET CLR 2.0.50727)','F','0','1','','','','','','66.36.198.106'); INSERT INTO vxg_posts VALUES ('17','1197041098','I love you in Romanian is \"te iubesc\" not \"te ubesk\". :P ','Adam','United States','legocrazy1@yahoo.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; InfoPath.2; .NET CLR 2.0.50727; Zune 2.0)','M','0','1','','','','','','210.5.196.22'); INSERT INTO vxg_posts VALUES ('15','1194957989','I have a minor correction to your list of \"I love you\" sentences in the languages in the world. Your page says that the sentence in Polish is \"Kocham ciebie\". However \"ciebie\" is rather an emphatic form of \"you\" so the sentence actually means something like \"It is you I love\". The usual way of saying \"I love you\" in Polish is \"Kocham cie\". So please, correct the entry on your page. Greetings from Poland and good luck, Radoslaw Botev ','Radoslaw Botev','Poland','botev_r@yahoo.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; InfoPath.2; .NET CLR 2.0.50727)','M','0','1','','','','','','66.36.198.106'); 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 ('203.110.240.22','1231307900','key','88C7H5Z6'); INSERT INTO vxg_sessions VALUES ('203.110.240.22','1231307904','key','FBNEER3K'); INSERT INTO vxg_sessions VALUES ('66.199.232.18','1231307894','key','H65WGQHP'); INSERT INTO vxg_sessions VALUES ('66.199.232.18','1231307889','online','0');