Custom Contact Forms - Version 4.0.0.b7

Version Description

Popover forms will be added in September 2010.

Download this release

Release Info

Developer tlovett1
Plugin Icon 128x128 Custom Contact Forms
Version 4.0.0.b7
Comparing to
See all releases

Code changes from version 4.0.0.b6 to 4.0.0.b7

custom-contact-forms-admin.php CHANGED
@@ -33,7 +33,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
33
  function downloadExportFile() {
34
  if ($_POST['ccf_export']) {
35
  require_once('custom-contact-forms-export.php');
36
- $transit = new CustomContactFormsExport(parent::getAdminOptionsName);
37
  $transit->exportAll();
38
  $file = $transit->exportToFile();
39
  wp_redirect(WP_PLUGIN_URL . '/custom-contact-forms/download.php?location=export/' . $file);
@@ -43,7 +43,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
43
  function runImport() {
44
  if ($_POST['ccf_clear_import'] || $_POST['ccf_merge_import']) {
45
  require_once('custom-contact-forms-export.php');
46
- $transit = new CustomContactFormsExport(parent::getAdminOptionsName);
47
  $settings['import_general_settings'] = ($_POST['ccf_import_overwrite_settings'] == 1) ? true : false;
48
  $settings['import_forms'] = ($_POST['ccf_import_forms'] == 1) ? true : false;
49
  $settings['import_fields'] = ($_POST['ccf_import_fields'] == 1) ? true : false;
@@ -173,7 +173,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
173
  });
174
  </script>
175
  <?php
176
- update_option(parent::getAdminOptionsName, $admin_options);
177
  } if ($_POST['form_create']) {
178
  parent::insertForm($_POST['form']);
179
  } elseif ($_POST['field_create']) {
@@ -198,7 +198,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
198
  $admin_options['wp_mail_function'] = $_POST['wp_mail_function'];
199
  $admin_options['enable_widget_tooltips'] = $_POST['enable_widget_tooltips'];
200
  $admin_options['remember_field_values'] = $_POST['remember_field_values'];
201
- update_option(parent::getAdminOptionsName, $admin_options);
202
  } elseif ($_POST['field_edit']) {
203
  parent::updateField($_POST['field'], $_POST['fid']);
204
  } elseif ($_POST['field_delete']) {
33
  function downloadExportFile() {
34
  if ($_POST['ccf_export']) {
35
  require_once('custom-contact-forms-export.php');
36
+ $transit = new CustomContactFormsExport(parent::getAdminOptionsName());
37
  $transit->exportAll();
38
  $file = $transit->exportToFile();
39
  wp_redirect(WP_PLUGIN_URL . '/custom-contact-forms/download.php?location=export/' . $file);
43
  function runImport() {
44
  if ($_POST['ccf_clear_import'] || $_POST['ccf_merge_import']) {
45
  require_once('custom-contact-forms-export.php');
46
+ $transit = new CustomContactFormsExport(parent::getAdminOptionsName());
47
  $settings['import_general_settings'] = ($_POST['ccf_import_overwrite_settings'] == 1) ? true : false;
48
  $settings['import_forms'] = ($_POST['ccf_import_forms'] == 1) ? true : false;
49
  $settings['import_fields'] = ($_POST['ccf_import_fields'] == 1) ? true : false;
173
  });
174
  </script>
175
  <?php
176
+ update_option(parent::getAdminOptionsName(), $admin_options);
177
  } if ($_POST['form_create']) {
178
  parent::insertForm($_POST['form']);
179
  } elseif ($_POST['field_create']) {
198
  $admin_options['wp_mail_function'] = $_POST['wp_mail_function'];
199
  $admin_options['enable_widget_tooltips'] = $_POST['enable_widget_tooltips'];
200
  $admin_options['remember_field_values'] = $_POST['remember_field_values'];
201
+ update_option(parent::getAdminOptionsName(), $admin_options);
202
  } elseif ($_POST['field_edit']) {
203
  parent::updateField($_POST['field'], $_POST['fid']);
204
  } elseif ($_POST['field_delete']) {
custom-contact-forms.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Custom Contact Forms
4
  Plugin URI: http://taylorlovett.com/wordpress-plugins
5
  Description: Guaranteed to be 1000X more customizable and intuitive than Fast Secure Contact Forms or Contact Form 7. Customize every aspect of your forms without any knowledge of CSS: borders, padding, sizes, colors. Ton's of great features. Required fields, form submissions saved to database, captchas, tooltip popovers, unlimited fields/forms/form styles, import/export, use a custom thank you page or built-in popover with a custom success message set for each form.
6
- Version: 4.0.0.b6
7
  Author: Taylor Lovett
8
  Author URI: http://www.taylorlovett.com
9
  */
@@ -36,7 +36,7 @@ if (!class_exists('CustomContactForms')) {
36
  var $adminOptionsName = 'customContactFormsAdminOptions';
37
 
38
  function activatePlugin() {
39
- $admin_options = parent::getAdminOptions();
40
  $admin_options['show_install_popover'] = 1;
41
  update_option($this->adminOptionsName, $admin_options);
42
  parent::createTables();
3
  Plugin Name: Custom Contact Forms
4
  Plugin URI: http://taylorlovett.com/wordpress-plugins
5
  Description: Guaranteed to be 1000X more customizable and intuitive than Fast Secure Contact Forms or Contact Form 7. Customize every aspect of your forms without any knowledge of CSS: borders, padding, sizes, colors. Ton's of great features. Required fields, form submissions saved to database, captchas, tooltip popovers, unlimited fields/forms/form styles, import/export, use a custom thank you page or built-in popover with a custom success message set for each form.
6
+ Version: 4.0.0.b7
7
  Author: Taylor Lovett
8
  Author URI: http://www.taylorlovett.com
9
  */
36
  var $adminOptionsName = 'customContactFormsAdminOptions';
37
 
38
  function activatePlugin() {
39
+ $admin_options = $this->getAdminOptions();
40
  $admin_options['show_install_popover'] = 1;
41
  update_option($this->adminOptionsName, $admin_options);
42
  parent::createTables();
export/_notes/dwsync.xml DELETED
@@ -1,21 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8" ?>
2
- <dwsync>
3
- <file name="index.htm" server="ftp.taylorlovett.com/www/" local="129296538801650000" remote="129296502600000000" />
4
- <file name="ccf-export-22-sep-2010--06-32-32.html" server="ftp.taylorlovett.com/www/" local="129296503200000000" remote="129319862400000000" />
5
- <file name="ccf-export-26-sep-2010--08-13-40.sql" server="ftp.taylorlovett.com/www/" local="129300019800000000" remote="129319862400000000" />
6
- <file name="ccf-export-10-oct-2010--07-53-45.sql" server="ftp.taylorlovett.com/www/" local="129312140258530000" remote="129319861800000000" />
7
- <file name="ccf-export-15-oct-2010--05-27-33.sql" server="ftp.taylorlovett.com/www/" local="129316372530680000" remote="129319861800000000" />
8
- <file name="ccf-export-15-oct-2010--06-06-41.sql" server="ftp.taylorlovett.com/www/" local="129316396013770000" remote="129319861800000000" />
9
- <file name="ccf-export-15-oct-2010--06-26-24.sql" server="ftp.taylorlovett.com/www/" local="129316407847190000" remote="129319861800000000" />
10
- <file name="ccf-export-15-oct-2010--06-35-08.sql" server="ftp.taylorlovett.com/www/" local="129316413090020000" remote="129319861800000000" />
11
- <file name="ccf-export-15-oct-2010--06-41-23.sql" server="ftp.taylorlovett.com/www/" local="129316416839710000" remote="129319861800000000" />
12
- <file name="ccf-export-15-oct-2010--09-20-46.sql" server="ftp.taylorlovett.com/www/" local="129316512465900666" remote="129319861800000000" />
13
- <file name="ccf-export-16-oct-2010--04-31-24.sql" server="ftp.taylorlovett.com/www/" local="129317202848370000" remote="129319862400000000" />
14
- <file name="ccf-export-7-oct-2010--08-57-12.sql" server="ftp.taylorlovett.com/www/" local="129309586327530000" remote="129319862400000000" />
15
- <file name="ccf-export-8-oct-2010--02-57-14.sql" server="ftp.taylorlovett.com/www/" local="129309802340770000" remote="129319862400000000" />
16
- <file name="ccf-export-8-oct-2010--02-58-04.sql" server="ftp.taylorlovett.com/www/" local="129309802843020000" remote="129319862400000000" />
17
- <file name="ccf-export-8-oct-2010--03-00-12.sql" server="ftp.taylorlovett.com/www/" local="129309804126920000" remote="129319862400000000" />
18
- <file name="ccf-export-8-oct-2010--03-00-54.sql" server="ftp.taylorlovett.com/www/" local="129309804540320000" remote="129319862400000000" />
19
- <file name="ccf-export-8-oct-2010--05-35-11.sql" server="ftp.taylorlovett.com/www/" local="129310329112950000" remote="129319862400000000" />
20
- <file name="ccf-export-8-oct-2010--05-44-19.sql" server="ftp.taylorlovett.com/www/" local="129310334595280000" remote="129319862400000000" />
21
- </dwsync>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
export/ccf-export-10-oct-2010--07-53-45.sql DELETED
@@ -1,55 +0,0 @@
1
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('1', 'ccf_contact_form', 'Contact Form', '', 'Post', '4,6,3,7,8,9,5,11,1,', 'Send Message1', '', '3', 'admin@taylorlovett.com', 'Thank you for filling out our contact form. We will contact you very soon by the way you specified.', '', 'Thank You!!!');
2
-
3
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0');
4
-
5
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0');
6
-
7
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0');
8
-
9
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('4', 'ccf_name', 'Your Name:', 'Text', '', '100', '1', 'Please enter your full name.', '', '1');
10
-
11
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('5', 'ccf_message', 'Your Message:', 'Textarea', '', '0', '1', 'Enter any message or comment.', '', '0');
12
-
13
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('6', 'ccf_website', 'Your Website:', 'Text', '', '200', '1', 'If you have a website, please enter it here.', '', '0');
14
-
15
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('7', 'ccf_phone', 'Your Phone Number:', 'Text', '', '30', '1', 'Please enter your phone number.', '', '0');
16
-
17
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('8', 'ccf_google', 'Did you find my website through Google?', 'Checkbox', 'Yes', '0', '1', 'If you found my website through Google, check this box.', '', '0');
18
-
19
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('9', 'ccf_contact_method', 'How should we contact you?', 'Dropdown', '', '0', '1', 'By which method we should contact you?', '1,2,3,', '1');
20
-
21
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('10', 'test_field', '1', 'Hidden', '2', '66', '1', 'ons! &quot\\; &#039\\; %', '', '1');
22
-
23
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('11', 'this_is_a_super_long_slug_to_mess_up_shit', 'Super Long Slug Field!', 'Text', '', '0', '1', 'intrdsgsf ', '', '1');
24
-
25
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround) VALUES ('3', 'test4', '200px', '200px', '100px', '0', '200px', '100%', 'auto', '35px', '1em', '1.2em', '1.5em', '1em', '32469c', 'none', 'bdbdbd', 'ffffff', '707070', '666666', '333333', 'tahoma, verdana, ari', '32469c', 'solid', '8px', '7px', '6px', '6px', '32469c', 'efefef', 'auto', '1em', '12px', '180px', '333333', '333333', 'ffffff', '6px');
26
-
27
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround) VALUES ('5', 'test6', '200px', '200px', '90px', '0px', '200px', '100%', 'auto', '30px', '1em', '1.2em', '1.3em', '1.1em', '999999', 'solid', 'ffffff', '333333', '333333', '333333', '333333', 'Verdana, tahoma, arial', 'fcd8d8', 'solid', '8px', '7px', '5px', '5px', 'ffb5b5', 'efefef', 'auto', '12px', '15px', '200px', '333333', '333333', 'ffffff', '6px');
28
-
29
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('1', '1286474894', '1', 'designandbuildmaryland.com/contact-us/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:8:"test.com"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:3:"301"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:21:"this is my message !!"\\;');
30
-
31
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('3', '1286476845', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:40:"&#039\\; &quot\\; &lt\\;table&gt\\;&lt\\;/body&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
32
-
33
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('4', '1286477480', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
34
-
35
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('5', '1286478663', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
36
-
37
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('6', '1286484942', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:4:"name"\\;s:11:"ccf_website"\\;s:7:"website"\\;s:10:"fixedEmail"\\;s:15:"email@email.com"\\;s:9:"ccf_phone"\\;s:4:"2342"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:63:"this is my message &quot\\; &#039\\;&#039\\; &lt\\; &gt\\; FROM LOCLAHOST"\\;');
38
-
39
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('7', '1286554893', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:6:"tl.com"\\;s:10:"fixedEmail"\\;s:4:"sdsd"\\;s:9:"ccf_phone"\\;s:6:"234234"\\;s:18:"ccf_contact_method"\\;s:8:"By Email"\\;s:11:"ccf_message"\\;s:30:"my message ! &quot\\; &#039\\; ^ %"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
40
-
41
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('8', '1286563309', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:29:"taylor lovet sdfsdfsdf sdfsdf"\\;s:11:"ccf_website"\\;s:32:"taylorlovett.com/sdfsdfsdfsdfsdf"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:26:"23412412523643623513413413"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:244:"this is going to be a super long class. i am extremely bored in this class. i need to call someone as soon as this class ends and possibly go fget some food. i need to study for 451 and 406 and start the 330 project as soon as humanly possible."\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:89:"sdfsdf sdfsiu sdfsd \\;oaiuwer\\; poewripd sdfsdf lkjsdfsdf asdard tisher sdfs sdf sdfsdf ds "\\;');
42
-
43
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('1', 'ccf_email', 'By Email', '');
44
-
45
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('2', 'ccf_phone', 'By Phone', '');
46
-
47
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('3', 'ccf_no_contact', 'Do Not Contact Me', '');
48
-
49
-
50
-
51
- ### BEGIN WP Options Table Query
52
-
53
- UPDATE `wp281_options` SET `option_value`='a:20:{s:16:"show_widget_home";s:1:"1";s:17:"show_widget_pages";s:1:"1";s:19:"show_widget_singles";s:1:"1";s:22:"show_widget_categories";s:1:"1";s:20:"show_widget_archives";s:1:"1";s:16:"default_to_email";s:22:"admin@taylorlovett.com";s:18:"default_from_email";s:22:"admin@taylorlovett.com";s:20:"default_form_subject";s:37:"Someone Filled Out Your Contact Form!";s:21:"remember_field_values";s:1:"0";s:11:"author_link";s:1:"1";s:22:"enable_widget_tooltips";s:1:"1";s:16:"wp_mail_function";s:1:"1";s:26:"form_success_message_title";s:13:"Form Success!";s:20:"form_success_message";s:69:"Thank you for filling out our web form. We will get back to you ASAP.";s:13:"enable_jquery";s:1:"1";s:9:"code_type";s:5:"XHTML";s:20:"show_install_popover";i:0;s:22:"email_form_submissions";s:1:"1";s:10:"admin_ajax";s:1:"1";s:16:"custom_thank_you";N;}' WHERE `option_name`='customContactFormsAdminOptions';
54
-
55
- ### END WP Options Table Query
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
export/ccf-export-15-oct-2010--05-27-33.sql DELETED
@@ -1,69 +0,0 @@
1
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('1', 'ccf_contact_form', 'Contact Formhi', '', 'Post', '4,6,3,7,8,9,5,', 'Send Message1', '', '3', 'admin@taylorlovett.com', 'Thank you for filling out our contact form. We will contact you very soon by the way you specified.', 'http://google.com', 'Thank You!!!');
2
-
3
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('2', 'widget_form', 'Widget Form', '', 'Post', '6,7,2,', 'Send Stuff111', '&lt\\;p&gt\\;This is the widget form say the Custom Code field.&lt\\;/p&gt\\;', '5', 'tlovett1@umd.edu', 'Thank you for filling out the widget form. Taylor Lovett went to Progress at noon earlier and had a pretty good meeting. I saw Les, Adam, and Andra. I need to study number theory soon as well as start the CMSC330 project.', '% &#039\\; &quot\\;', 'Thank You');
4
-
5
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0');
6
-
7
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0');
8
-
9
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0');
10
-
11
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('4', 'ccf_name', 'Your Name:', 'Text', '', '100', '1', 'Please enter your full name.', '', '1');
12
-
13
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('5', 'ccf_message', 'Your Message:', 'Textarea', '', '0', '1', 'Enter any message or comment.', '', '0');
14
-
15
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('6', 'ccf_website', 'Your Website:', 'Text', '', '200', '1', 'If you have a website, please enter it here.', '', '1');
16
-
17
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('7', 'ccf_phone', 'Your Phone Number:', 'Text', '', '30', '1', 'Please enter your phone number.', '', '0');
18
-
19
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('8', 'ccf_google', 'Did you find my website through Google?', 'Checkbox', 'Yes', '56', '1', 'If you found my website through Google, check this box.', '', '0');
20
-
21
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('9', 'ccf_contact_method', 'How should we contact you?', 'Dropdown', '', '0', '1', 'By which method we should contact you?', '2,3,1,', '1');
22
-
23
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('10', 'test_field1', '1', 'Radio', '2', '66', '1', 'ons! &quot\\; &#039\\; %', '1,2,', '1');
24
-
25
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround, tooltip_backgroundcolor, tooltip_fontsize, tooltip_fontcolor) VALUES ('3', 'test4', '200px', '200px', '100px', '0', '200px', '100%', 'auto', '35px', '1em', '1.2em', '1.5em', '1em', '32469c', 'none', 'bdbdbd', 'ffffff', '707070', '666666', '333333', 'tahoma, verdana, ari', '32469c', 'solid', '8px', '7px', '6px', '6px', '32469c', 'efefef', 'auto', '1em', '12px', '180px', '333333', '333333', 'ffffff', '6px', 'ffadff', '9px', '630a63');
26
-
27
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround, tooltip_backgroundcolor, tooltip_fontsize, tooltip_fontcolor) VALUES ('5', 'test6', '200px', '200px', '90px', '0px', '200px', '100%', 'auto', '30px', '1em', '1.2em', '1.3em', '1.1em', '999999', 'solid', 'ffffff', '333333', '333333', '333333', '333333', 'Verdana, tahoma, arial', 'fcd8d8', 'solid', '8px', '7px', '5px', '5px', 'ffb5b5', 'efefef', 'auto', '12px', '15px', '200px', '333333', '333333', 'ffffff', '6px', 'ffadff', '9px', '630a63');
28
-
29
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround, tooltip_backgroundcolor, tooltip_fontsize, tooltip_fontcolor) VALUES ('8', 'safsd', '200px', '200px', '90px', '0px', '200px', '100%', 'auto', '30px', '1em', '1.2em', '1.3em', '1.1em', '999999', 'solid', 'ffffff', '333333', '333333', '333333', '333333', 'Verdana, tahoma, arial', 'f5f5f5', 'solid', '8px', '7px', '5px', '5px', 'f5f5f5', 'efefef', 'auto', '12px', '15px', '200px', '333333', '333333', 'ffffff', '6px', '000000', '12px', 'ffffff');
30
-
31
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('1', '1286474894', '1', 'designandbuildmaryland.com/contact-us/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:8:"test.com"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:3:"301"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:21:"this is my message !!"\\;');
32
-
33
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('3', '1286476845', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:40:"&#039\\; &quot\\; &lt\\;table&gt\\;&lt\\;/body&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
34
-
35
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('4', '1286477480', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
36
-
37
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('5', '1286478663', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
38
-
39
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('6', '1286484942', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:4:"name"\\;s:11:"ccf_website"\\;s:7:"website"\\;s:10:"fixedEmail"\\;s:15:"email@email.com"\\;s:9:"ccf_phone"\\;s:4:"2342"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:63:"this is my message &quot\\; &#039\\;&#039\\; &lt\\; &gt\\; FROM LOCLAHOST"\\;');
40
-
41
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('7', '1286554893', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:6:"tl.com"\\;s:10:"fixedEmail"\\;s:4:"sdsd"\\;s:9:"ccf_phone"\\;s:6:"234234"\\;s:18:"ccf_contact_method"\\;s:8:"By Email"\\;s:11:"ccf_message"\\;s:30:"my message ! &quot\\; &#039\\; ^ %"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
42
-
43
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('8', '1286563309', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:29:"taylor lovet sdfsdfsdf sdfsdf"\\;s:11:"ccf_website"\\;s:32:"taylorlovett.com/sdfsdfsdfsdfsdf"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:26:"23412412523643623513413413"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:244:"this is going to be a super long class. i am extremely bored in this class. i need to call someone as soon as this class ends and possibly go fget some food. i need to study for 451 and 406 and start the 330 project as soon as humanly possible."\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:89:"sdfsdf sdfsiu sdfsd \\;oaiuwer\\; poewripd sdfsdf lkjsdfsdf asdard tisher sdfs sdf sdfsdf ds "\\;');
44
-
45
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('9', '1286989500', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"taylor"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:1:"3"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:0:""\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:63:"sdfsdf sdfsdfsd sdfsdfs sdfsdf sdfsdf sdf sdfsdf sdfsdfsd sdfsd"\\;');
46
-
47
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('10', '1286989692', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"asdasd"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:18:"ccf_contact_method"\\;s:4:"seef"\\;s:11:"ccf_message"\\;s:5:"asdas"\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:6:"asdasd"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
48
-
49
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('11', '1286989749', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:13:"taylor lovett"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:7:"sadfasd"\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:6:"asdasd"\\;');
50
-
51
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('12', '1287032961', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:3:"sdf"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:0:""\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:4:"adsf"\\;');
52
-
53
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('13', '1287163154', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"sdfsdf"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:40:"herrro &quot\\; &#039\\; \\; ? % &lt\\;table&gt\\;"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
54
-
55
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('14', '1287163436', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"sersdf"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:19:"this is my message."\\;');
56
-
57
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('1', 'ccf_email', 'By Email', '');
58
-
59
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('2', 'ccf_phone', 'By Phone', '');
60
-
61
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('3', 'ccf_no_contact', 'Do Not Contact Me', '');
62
-
63
-
64
-
65
- ### BEGIN WP Options Table Query
66
-
67
- UPDATE `wp281_options` SET `option_value`='a:20:{s:16:"show_widget_home";s:1:"1";s:17:"show_widget_pages";s:1:"1";s:19:"show_widget_singles";s:1:"1";s:22:"show_widget_categories";s:1:"1";s:20:"show_widget_archives";s:1:"1";s:16:"default_to_email";s:22:"admin@taylorlovett.com";s:18:"default_from_email";s:22:"admin@taylorlovett.com";s:20:"default_form_subject";s:37:"Someone Filled Out Your Contact Form!";s:21:"remember_field_values";s:1:"0";s:11:"author_link";s:1:"1";s:22:"enable_widget_tooltips";s:1:"1";s:16:"wp_mail_function";s:1:"1";s:26:"form_success_message_title";s:13:"Form Success!";s:20:"form_success_message";s:69:"Thank you for filling out our web form. We will get back to you ASAP.";s:13:"enable_jquery";s:1:"1";s:9:"code_type";s:5:"XHTML";s:20:"show_install_popover";i:0;s:22:"email_form_submissions";s:1:"1";s:10:"admin_ajax";s:1:"1";s:16:"custom_thank_you";N;}' WHERE `option_name`='customContactFormsAdminOptions';
68
-
69
- ### END WP Options Table Query
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
export/ccf-export-15-oct-2010--06-06-41.sql DELETED
@@ -1,77 +0,0 @@
1
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('1', 'ccf_contact_form', 'Contact Formhi', '', 'Post', '4,6,3,7,8,9,5,', 'Send Message1', '', '3', 'admin@taylorlovett.com', 'Thank you for filling out our contact form. We will contact you very soon by the way you specified.', 'http://google.com', 'Thank You!!!');
2
-
3
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('2', 'widget_form', 'Widget Form', '', 'Post', '6,7,2,1,', 'Send Stuff111', '&lt\\;p&gt\\;This is the widget form say the Custom Code field.&lt\\;/p&gt\\;', '5', 'tlovett1@umd.edu', 'Thank you for filling out the widget form. Taylor Lovett went to Progress at noon earlier and had a pretty good meeting. I saw Les, Adam, and Andra. I need to study number theory soon as well as start the CMSC330 project.', '% &#039\\; &quot\\;', 'Thank You');
4
-
5
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0');
6
-
7
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0');
8
-
9
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0');
10
-
11
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('4', 'ccf_name', 'Your Name:', 'Text', '', '100', '1', 'Please enter your full name.', '', '1');
12
-
13
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('5', 'ccf_message', 'Your Message:', 'Textarea', '', '0', '1', 'Enter any message or comment.', '', '0');
14
-
15
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('6', 'ccf_website', 'Your Website:', 'Text', '', '200', '1', 'If you have a website, please enter it here.', '', '1');
16
-
17
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('7', 'ccf_phone', 'Your Phone Number:', 'Text', '', '30', '1', 'Please enter your phone number.', '', '0');
18
-
19
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('8', 'ccf_google', 'Did you find my website through Google?', 'Checkbox', 'Yes', '56', '1', 'If you found my website through Google, check this box.', '', '0');
20
-
21
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('9', 'ccf_contact_method', 'How should we contact you?', 'Dropdown', '', '0', '1', 'By which method we should contact you?', '2,3,1,', '1');
22
-
23
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('10', 'test_field1', '1', 'Radio', '2', '66', '1', 'ons! &quot\\; &#039\\; %', '1,2,', '1');
24
-
25
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround, tooltip_backgroundcolor, tooltip_fontsize, tooltip_fontcolor) VALUES ('3', 'test4', '200px', '200px', '100px', '0', '200px', '100%', 'auto', '35px', '1em', '1.2em', '1.5em', '1em', '32469c', 'none', 'bdbdbd', 'ffffff', '707070', '666666', '333333', 'tahoma, verdana, ari', '32469c', 'solid', '8px', '7px', '6px', '6px', '32469c', 'efefef', 'auto', '1em', '12px', '180px', '333333', '333333', 'ffffff', '6px', 'ffadff', '9px', '630a63');
26
-
27
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround, tooltip_backgroundcolor, tooltip_fontsize, tooltip_fontcolor) VALUES ('5', 'test6', '200px', '200px', '90px', '0px', '200px', '100%', 'auto', '30px', '1em', '1.2em', '1.3em', '1.1em', '999999', 'solid', 'ffffff', '333333', '333333', '333333', '333333', 'Verdana, tahoma, arial', 'fcd8d8', 'solid', '8px', '7px', '5px', '5px', 'ffb5b5', 'efefef', 'auto', '12px', '15px', '200px', '333333', '333333', 'ffffff', '6px', 'ffadff', '9px', '630a63');
28
-
29
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround, tooltip_backgroundcolor, tooltip_fontsize, tooltip_fontcolor) VALUES ('8', 'safsd', '200px', '200px', '90px', '0px', '200px', '100%', 'auto', '30px', '1em', '1.2em', '1.3em', '1.1em', '999999', 'solid', 'ffffff', '333333', '333333', '333333', '333333', 'Verdana, tahoma, arial', 'f5f5f5', 'solid', '8px', '7px', '5px', '5px', 'f5f5f5', 'efefef', 'auto', '12px', '15px', '200px', '333333', '333333', 'ffffff', '6px', '000000', '12px', 'ffffff');
30
-
31
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('1', '1286474894', '1', 'designandbuildmaryland.com/contact-us/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:8:"test.com"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:3:"301"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:21:"this is my message !!"\\;');
32
-
33
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('3', '1286476845', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:40:"&#039\\; &quot\\; &lt\\;table&gt\\;&lt\\;/body&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
34
-
35
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('4', '1286477480', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
36
-
37
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('5', '1286478663', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
38
-
39
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('6', '1286484942', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:4:"name"\\;s:11:"ccf_website"\\;s:7:"website"\\;s:10:"fixedEmail"\\;s:15:"email@email.com"\\;s:9:"ccf_phone"\\;s:4:"2342"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:63:"this is my message &quot\\; &#039\\;&#039\\; &lt\\; &gt\\; FROM LOCLAHOST"\\;');
40
-
41
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('7', '1286554893', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:6:"tl.com"\\;s:10:"fixedEmail"\\;s:4:"sdsd"\\;s:9:"ccf_phone"\\;s:6:"234234"\\;s:18:"ccf_contact_method"\\;s:8:"By Email"\\;s:11:"ccf_message"\\;s:30:"my message ! &quot\\; &#039\\; ^ %"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
42
-
43
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('8', '1286563309', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:29:"taylor lovet sdfsdfsdf sdfsdf"\\;s:11:"ccf_website"\\;s:32:"taylorlovett.com/sdfsdfsdfsdfsdf"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:26:"23412412523643623513413413"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:244:"this is going to be a super long class. i am extremely bored in this class. i need to call someone as soon as this class ends and possibly go fget some food. i need to study for 451 and 406 and start the 330 project as soon as humanly possible."\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:89:"sdfsdf sdfsiu sdfsd \\;oaiuwer\\; poewripd sdfsdf lkjsdfsdf asdard tisher sdfs sdf sdfsdf ds "\\;');
44
-
45
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('9', '1286989500', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"taylor"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:1:"3"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:0:""\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:63:"sdfsdf sdfsdfsd sdfsdfs sdfsdf sdfsdf sdf sdfsdf sdfsdfsd sdfsd"\\;');
46
-
47
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('10', '1286989692', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"asdasd"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:18:"ccf_contact_method"\\;s:4:"seef"\\;s:11:"ccf_message"\\;s:5:"asdas"\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:6:"asdasd"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
48
-
49
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('11', '1286989749', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:13:"taylor lovett"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:7:"sadfasd"\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:6:"asdasd"\\;');
50
-
51
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('12', '1287032961', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:3:"sdf"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:0:""\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:4:"adsf"\\;');
52
-
53
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('13', '1287163154', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"sdfsdf"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:40:"herrro &quot\\; &#039\\; \\; ? % &lt\\;table&gt\\;"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
54
-
55
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('14', '1287163436', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"sersdf"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:19:"this is my message."\\;');
56
-
57
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('15', '1287163707', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"sdvsdf"\\;s:11:"ccf_website"\\;s:6:"sdfsdf"\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:4:"assd"\\;');
58
-
59
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('16', '1287163806', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"sdvsdf"\\;s:11:"ccf_website"\\;s:6:"sdfsdf"\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:4:"assd"\\;');
60
-
61
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('17', '1287164648', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"sdvsdf"\\;s:11:"ccf_website"\\;s:6:"sdfsdf"\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:4:"assd"\\;');
62
-
63
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('18', '1287164812', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"sdvsdf"\\;s:11:"ccf_website"\\;s:6:"sdfsdf"\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:4:"assd"\\;');
64
-
65
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('1', 'ccf_email', 'By Email', '');
66
-
67
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('2', 'ccf_phone', 'By Phone', '');
68
-
69
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('3', 'ccf_no_contact', 'Do Not Contact Me', '');
70
-
71
-
72
-
73
- ### BEGIN WP Options Table Query
74
-
75
- UPDATE `wp281_options` SET `option_value`='a:20:{s:16:"show_widget_home";s:1:"1";s:17:"show_widget_pages";s:1:"1";s:19:"show_widget_singles";s:1:"1";s:22:"show_widget_categories";s:1:"1";s:20:"show_widget_archives";s:1:"1";s:16:"default_to_email";s:22:"admin@taylorlovett.com";s:18:"default_from_email";s:22:"admin@taylorlovett.com";s:20:"default_form_subject";s:37:"Someone Filled Out Your Contact Form!";s:21:"remember_field_values";s:1:"0";s:11:"author_link";s:1:"1";s:22:"enable_widget_tooltips";s:1:"1";s:16:"wp_mail_function";s:1:"1";s:26:"form_success_message_title";s:13:"Form Success!";s:20:"form_success_message";s:69:"Thank you for filling out our web form. We will get back to you ASAP.";s:13:"enable_jquery";s:1:"1";s:9:"code_type";s:5:"XHTML";s:20:"show_install_popover";i:0;s:22:"email_form_submissions";s:1:"1";s:10:"admin_ajax";s:1:"1";s:16:"custom_thank_you";N;}' WHERE `option_name`='customContactFormsAdminOptions';
76
-
77
- ### END WP Options Table Query
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
export/ccf-export-15-oct-2010--06-26-24.sql DELETED
@@ -1,13 +0,0 @@
1
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0');
2
-
3
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0');
4
-
5
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0');
6
-
7
-
8
-
9
- ### BEGIN WP Options Table Query
10
-
11
- UPDATE `wp281_options` SET `option_value`='a:20:{s:16:"show_widget_home";s:1:"1";s:17:"show_widget_pages";s:1:"1";s:19:"show_widget_singles";s:1:"1";s:22:"show_widget_categories";s:1:"1";s:20:"show_widget_archives";s:1:"1";s:16:"default_to_email";s:22:"admin@taylorlovett.com";s:18:"default_from_email";s:22:"admin@taylorlovett.com";s:20:"default_form_subject";s:37:"Someone Filled Out Your Contact Form!";s:21:"remember_field_values";s:1:"0";s:11:"author_link";s:1:"1";s:22:"enable_widget_tooltips";s:1:"1";s:16:"wp_mail_function";s:1:"1";s:26:"form_success_message_title";s:13:"Form Success!";s:20:"form_success_message";s:69:"Thank you for filling out our web form. We will get back to you ASAP.";s:13:"enable_jquery";s:1:"1";s:9:"code_type";s:5:"XHTML";s:20:"show_install_popover";i:0;s:22:"email_form_submissions";s:1:"1";s:10:"admin_ajax";s:1:"1";s:16:"custom_thank_you";N;}' WHERE `option_name`='customContactFormsAdminOptions';
12
-
13
- ### END WP Options Table Query
 
 
 
 
 
 
 
 
 
 
 
 
 
export/ccf-export-15-oct-2010--06-35-08.sql DELETED
@@ -1,13 +0,0 @@
1
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0');
2
-
3
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0');
4
-
5
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0');
6
-
7
-
8
-
9
- ### BEGIN WP Options Table Query
10
-
11
- UPDATE `wp281_options` SET `option_value`='a:20:{s:16:"show_widget_home";s:1:"1";s:17:"show_widget_pages";s:1:"1";s:19:"show_widget_singles";s:1:"1";s:22:"show_widget_categories";s:1:"1";s:20:"show_widget_archives";s:1:"1";s:16:"default_to_email";s:22:"admin@taylorlovett.com";s:18:"default_from_email";s:22:"admin@taylorlovett.com";s:20:"default_form_subject";s:37:"Someone Filled Out Your Contact Form!";s:21:"remember_field_values";s:1:"0";s:11:"author_link";s:1:"1";s:22:"enable_widget_tooltips";s:1:"1";s:16:"wp_mail_function";s:1:"1";s:26:"form_success_message_title";s:13:"Form Success!";s:20:"form_success_message";s:69:"Thank you for filling out our web form. We will get back to you ASAP.";s:13:"enable_jquery";s:1:"1";s:9:"code_type";s:5:"XHTML";s:20:"show_install_popover";i:0;s:22:"email_form_submissions";s:1:"1";s:10:"admin_ajax";s:1:"1";s:16:"custom_thank_you";N;}' WHERE `option_name`='customContactFormsAdminOptions';
12
-
13
- ### END WP Options Table Query
 
 
 
 
 
 
 
 
 
 
 
 
 
export/ccf-export-15-oct-2010--06-41-23.sql DELETED
@@ -1,69 +0,0 @@
1
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('1', 'ccf_contact_form', 'Contact Formhi', '', 'Post', '4,6,3,7,8,9,5,', 'Send Message1', '', '3', 'admin@taylorlovett.com', 'Thank you for filling out our contact form. We will contact you very soon by the way you specified.', 'http://google.com', 'Thank You!!!');
2
-
3
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('2', 'widget_form', 'Widget Form', '', 'Post', '6,7,2,', 'Send Stuff111', '&lt\\;p&gt\\;This is the widget form say the Custom Code field.&lt\\;/p&gt\\;', '5', 'tlovett1@umd.edu', 'Thank you for filling out the widget form. Taylor Lovett went to Progress at noon earlier and had a pretty good meeting. I saw Les, Adam, and Andra. I need to study number theory soon as well as start the CMSC330 project.', '% &#039\\; &quot\\;', 'Thank You');
4
-
5
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0');
6
-
7
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0');
8
-
9
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0');
10
-
11
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('4', 'ccf_name', 'Your Name:', 'Text', '', '100', '1', 'Please enter your full name.', '', '1');
12
-
13
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('5', 'ccf_message', 'Your Message:', 'Textarea', '', '0', '1', 'Enter any message or comment.', '', '0');
14
-
15
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('6', 'ccf_website', 'Your Website:', 'Text', '', '200', '1', 'If you have a website, please enter it here.', '', '1');
16
-
17
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('7', 'ccf_phone', 'Your Phone Number:', 'Text', '', '30', '1', 'Please enter your phone number.', '', '0');
18
-
19
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('8', 'ccf_google', 'Did you find my website through Google?', 'Checkbox', 'Yes', '56', '1', 'If you found my website through Google, check this box.', '', '0');
20
-
21
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('9', 'ccf_contact_method', 'How should we contact you?', 'Dropdown', '', '0', '1', 'By which method we should contact you?', '2,3,1,', '1');
22
-
23
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('10', 'test_field1', '1', 'Radio', '2', '66', '1', 'ons! &quot\\; &#039\\; %', '1,2,', '1');
24
-
25
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround, tooltip_backgroundcolor, tooltip_fontsize, tooltip_fontcolor) VALUES ('3', 'test4', '200px', '200px', '100px', '0', '200px', '100%', 'auto', '35px', '1em', '1.2em', '1.5em', '1em', '32469c', 'none', 'bdbdbd', 'ffffff', '707070', '666666', '333333', 'tahoma, verdana, ari', '32469c', 'solid', '8px', '7px', '6px', '6px', '32469c', 'efefef', 'auto', '1em', '12px', '180px', '333333', '333333', 'ffffff', '6px', 'ffadff', '9px', '630a63');
26
-
27
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround, tooltip_backgroundcolor, tooltip_fontsize, tooltip_fontcolor) VALUES ('5', 'test6', '200px', '200px', '90px', '0px', '200px', '100%', 'auto', '30px', '1em', '1.2em', '1.3em', '1.1em', '999999', 'solid', 'ffffff', '333333', '333333', '333333', '333333', 'Verdana, tahoma, arial', 'fcd8d8', 'solid', '8px', '7px', '5px', '5px', 'ffb5b5', 'efefef', 'auto', '12px', '15px', '200px', '333333', '333333', 'ffffff', '6px', 'ffadff', '9px', '630a63');
28
-
29
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround, tooltip_backgroundcolor, tooltip_fontsize, tooltip_fontcolor) VALUES ('8', 'safsd', '200px', '200px', '90px', '0px', '200px', '100%', 'auto', '30px', '1em', '1.2em', '1.3em', '1.1em', '999999', 'solid', 'ffffff', '333333', '333333', '333333', '333333', 'Verdana, tahoma, arial', 'f5f5f5', 'solid', '8px', '7px', '5px', '5px', 'f5f5f5', 'efefef', 'auto', '12px', '15px', '200px', '333333', '333333', 'ffffff', '6px', '000000', '12px', 'ffffff');
30
-
31
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('1', '1286474894', '1', 'designandbuildmaryland.com/contact-us/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:8:"test.com"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:3:"301"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:21:"this is my message !!"\\;');
32
-
33
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('3', '1286476845', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:40:"&#039\\; &quot\\; &lt\\;table&gt\\;&lt\\;/body&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
34
-
35
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('4', '1286477480', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
36
-
37
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('5', '1286478663', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
38
-
39
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('6', '1286484942', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:4:"name"\\;s:11:"ccf_website"\\;s:7:"website"\\;s:10:"fixedEmail"\\;s:15:"email@email.com"\\;s:9:"ccf_phone"\\;s:4:"2342"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:63:"this is my message &quot\\; &#039\\;&#039\\; &lt\\; &gt\\; FROM LOCLAHOST"\\;');
40
-
41
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('7', '1286554893', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:6:"tl.com"\\;s:10:"fixedEmail"\\;s:4:"sdsd"\\;s:9:"ccf_phone"\\;s:6:"234234"\\;s:18:"ccf_contact_method"\\;s:8:"By Email"\\;s:11:"ccf_message"\\;s:30:"my message ! &quot\\; &#039\\; ^ %"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
42
-
43
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('8', '1286563309', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:29:"taylor lovet sdfsdfsdf sdfsdf"\\;s:11:"ccf_website"\\;s:32:"taylorlovett.com/sdfsdfsdfsdfsdf"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:26:"23412412523643623513413413"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:244:"this is going to be a super long class. i am extremely bored in this class. i need to call someone as soon as this class ends and possibly go fget some food. i need to study for 451 and 406 and start the 330 project as soon as humanly possible."\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:89:"sdfsdf sdfsiu sdfsd \\;oaiuwer\\; poewripd sdfsdf lkjsdfsdf asdard tisher sdfs sdf sdfsdf ds "\\;');
44
-
45
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('9', '1286989500', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"taylor"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:1:"3"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:0:""\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:63:"sdfsdf sdfsdfsd sdfsdfs sdfsdf sdfsdf sdf sdfsdf sdfsdfsd sdfsd"\\;');
46
-
47
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('10', '1286989692', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"asdasd"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:18:"ccf_contact_method"\\;s:4:"seef"\\;s:11:"ccf_message"\\;s:5:"asdas"\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:6:"asdasd"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
48
-
49
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('11', '1286989749', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:13:"taylor lovett"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:7:"sadfasd"\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:6:"asdasd"\\;');
50
-
51
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('12', '1287032961', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:3:"sdf"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:0:""\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:4:"adsf"\\;');
52
-
53
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('13', '1287163154', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"sdfsdf"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:40:"herrro &quot\\; &#039\\; \\; ? % &lt\\;table&gt\\;"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
54
-
55
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('14', '1287163436', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"sersdf"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:19:"this is my message."\\;');
56
-
57
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('1', 'ccf_email', 'By Email', '');
58
-
59
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('2', 'ccf_phone', 'By Phone', '');
60
-
61
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('3', 'ccf_no_contact', 'Do Not Contact Me', '');
62
-
63
-
64
-
65
- ### BEGIN WP Options Table Query
66
-
67
- UPDATE `wp281_options` SET `option_value`='a:20:{s:16:"show_widget_home";s:1:"1";s:17:"show_widget_pages";N;s:19:"show_widget_singles";s:1:"1";s:22:"show_widget_categories";s:1:"1";s:20:"show_widget_archives";N;s:16:"default_to_email";s:4:"poop";s:18:"default_from_email";s:22:"admin@taylorlovett.com";s:20:"default_form_subject";s:37:"Someone Filled Out Your Contact Form!";s:21:"remember_field_values";s:1:"0";s:11:"author_link";s:1:"1";s:22:"enable_widget_tooltips";s:1:"1";s:16:"wp_mail_function";s:1:"1";s:26:"form_success_message_title";s:13:"Form Success!";s:20:"form_success_message";s:69:"Thank you for filling out our web form. We will get back to you ASAP.";s:13:"enable_jquery";s:1:"1";s:9:"code_type";s:4:"HTML";s:20:"show_install_popover";i:0;s:22:"email_form_submissions";s:1:"0";s:10:"admin_ajax";s:1:"1";s:16:"custom_thank_you";N;}' WHERE `option_name`='customContactFormsAdminOptions';
68
-
69
- ### END WP Options Table Query
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
export/ccf-export-15-oct-2010--09-20-46.sql DELETED
@@ -1,69 +0,0 @@
1
- # Custom Contact Forms Export File
2
- # It is recommended that you do not edit this file. The order of the
3
- # queries is important if you intend to use this file through the CCF
4
- # exporter. The query to update general settings MUST be the last query
5
- # in this file.
6
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('1', 'ccf_contact_form', 'Contact Formhi', '', 'Post', '4,6,3,7,8,9,5,', 'Send Message1', '', '3', 'admin@taylorlovett.com', 'Thank you for filling out our contact form. We will contact you very soon by the way you specified.', 'http://google.com', 'Thank You!!!');
7
-
8
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('2', 'widget_form', 'Widget Form', '', 'Post', '6,7,2,', 'Send Stuff111', '&lt\\;p&gt\\;This is the widget form say the Custom Code field.&lt\\;/p&gt\\;', '5', 'tlovett1@umd.edu', 'Thank you for filling out the widget form. Taylor Lovett went to Progress at noon earlier and had a pretty good meeting. I saw Les, Adam, and Andra. I need to study number theory soon as well as start the CMSC330 project.', '% &#039\\; &quot\\;', 'Thank You');
9
-
10
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0');
11
-
12
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0');
13
-
14
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0');
15
-
16
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('4', 'ccf_name', 'Your Name:', 'Text', '', '100', '1', 'Please enter your full name.', '', '1');
17
-
18
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('5', 'ccf_message', 'Your Message:', 'Textarea', '', '0', '1', 'Enter any message or comment.', '', '0');
19
-
20
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('6', 'ccf_website', 'Your Website:', 'Text', '', '200', '1', 'If you have a website, please enter it here.', '', '1');
21
-
22
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('7', 'ccf_phone', 'Your Phone Number:', 'Text', '', '30', '1', 'Please enter your phone number.', '', '0');
23
-
24
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('8', 'ccf_google', 'Did you find my website through Google?', 'Checkbox', 'Yes', '56', '1', 'If you found my website through Google, check this box.', '', '0');
25
-
26
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('9', 'ccf_contact_method', 'How should we contact you?', 'Dropdown', '', '0', '1', 'By which method we should contact you?', '2,3,1,', '1');
27
-
28
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('10', 'test_field1', '1', 'Radio', '2', '66', '1', 'ons! &quot\\; &#039\\; %', '1,2,', '1');
29
-
30
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround, tooltip_backgroundcolor, tooltip_fontsize, tooltip_fontcolor) VALUES ('3', 'test4', '200px', '200px', '100px', '0', '200px', '100%', 'auto', '35px', '1em', '1.2em', '1.5em', '1em', '32469c', 'none', 'bdbdbd', 'ffffff', '707070', '666666', '333333', 'tahoma, verdana, ari', '32469c', 'solid', '8px', '7px', '6px', '6px', '32469c', 'efefef', 'auto', '1em', '12px', '180px', '333333', '333333', 'ffffff', '6px', 'ffadff', '9px', '630a63');
31
-
32
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround, tooltip_backgroundcolor, tooltip_fontsize, tooltip_fontcolor) VALUES ('5', 'test6', '200px', '200px', '90px', '0px', '200px', '100%', 'auto', '30px', '1em', '1.2em', '1.3em', '1.1em', '999999', 'solid', 'ffffff', '333333', '333333', '333333', '333333', 'Verdana, tahoma, arial', 'fcd8d8', 'solid', '8px', '7px', '5px', '5px', 'ffb5b5', 'efefef', 'auto', '12px', '15px', '200px', '333333', '333333', 'ffffff', '6px', 'ffadff', '9px', '630a63');
33
-
34
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround, tooltip_backgroundcolor, tooltip_fontsize, tooltip_fontcolor) VALUES ('8', 'safsd', '200px', '200px', '90px', '0px', '200px', '100%', 'auto', '30px', '1em', '1.2em', '1.3em', '1.1em', '999999', 'solid', 'ffffff', '333333', '333333', '333333', '333333', 'Verdana, tahoma, arial', 'f5f5f5', 'solid', '8px', '7px', '5px', '5px', 'f5f5f5', 'efefef', 'auto', '12px', '15px', '200px', '333333', '333333', 'ffffff', '6px', '000000', '12px', 'ffffff');
35
-
36
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('1', '1286474894', '1', 'designandbuildmaryland.com/contact-us/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:8:"test.com"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:3:"301"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:21:"this is my message !!"\\;');
37
-
38
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('3', '1286476845', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:40:"&#039\\; &quot\\; &lt\\;table&gt\\;&lt\\;/body&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
39
-
40
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('4', '1286477480', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
41
-
42
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('5', '1286478663', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
43
-
44
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('6', '1286484942', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:4:"name"\\;s:11:"ccf_website"\\;s:7:"website"\\;s:10:"fixedEmail"\\;s:15:"email@email.com"\\;s:9:"ccf_phone"\\;s:4:"2342"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:63:"this is my message &quot\\; &#039\\;&#039\\; &lt\\; &gt\\; FROM LOCLAHOST"\\;');
45
-
46
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('7', '1286554893', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:6:"tl.com"\\;s:10:"fixedEmail"\\;s:4:"sdsd"\\;s:9:"ccf_phone"\\;s:6:"234234"\\;s:18:"ccf_contact_method"\\;s:8:"By Email"\\;s:11:"ccf_message"\\;s:30:"my message ! &quot\\; &#039\\; ^ %"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
47
-
48
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('8', '1286563309', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:29:"taylor lovet sdfsdfsdf sdfsdf"\\;s:11:"ccf_website"\\;s:32:"taylorlovett.com/sdfsdfsdfsdfsdf"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:26:"23412412523643623513413413"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:244:"this is going to be a super long class. i am extremely bored in this class. i need to call someone as soon as this class ends and possibly go fget some food. i need to study for 451 and 406 and start the 330 project as soon as humanly possible."\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:89:"sdfsdf sdfsiu sdfsd \\;oaiuwer\\; poewripd sdfsdf lkjsdfsdf asdard tisher sdfs sdf sdfsdf ds "\\;');
49
-
50
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('9', '1286989500', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"taylor"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:1:"3"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:0:""\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:63:"sdfsdf sdfsdfsd sdfsdfs sdfsdf sdfsdf sdf sdfsdf sdfsdfsd sdfsd"\\;');
51
-
52
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('10', '1286989692', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"asdasd"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:18:"ccf_contact_method"\\;s:4:"seef"\\;s:11:"ccf_message"\\;s:5:"asdas"\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:6:"asdasd"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
53
-
54
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('11', '1286989749', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:13:"taylor lovett"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:7:"sadfasd"\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:6:"asdasd"\\;');
55
-
56
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('12', '1287032961', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:3:"sdf"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:0:""\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:4:"adsf"\\;');
57
-
58
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('13', '1287163154', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"sdfsdf"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:40:"herrro &quot\\; &#039\\; \\; ? % &lt\\;table&gt\\;"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
59
-
60
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('14', '1287163436', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"sersdf"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:19:"this is my message."\\;');
61
-
62
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('1', 'ccf_email', 'By Email', '');
63
-
64
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('2', 'ccf_phone', 'By Phone', '');
65
-
66
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('3', 'ccf_no_contact', 'Do Not Contact Me', '');
67
-
68
-
69
- UPDATE `wp281_options` SET `option_value`='a:20:{s:16:"show_widget_home";s:1:"1";s:17:"show_widget_pages";s:1:"1";s:19:"show_widget_singles";s:1:"1";s:22:"show_widget_categories";s:1:"1";s:20:"show_widget_archives";s:1:"1";s:16:"default_to_email";s:22:"admin@taylorlovett.com";s:18:"default_from_email";s:22:"admin@taylorlovett.com";s:20:"default_form_subject";s:37:"Someone Filled Out Your Contact Form!";s:21:"remember_field_values";s:1:"0";s:11:"author_link";s:1:"1";s:22:"enable_widget_tooltips";s:1:"1";s:16:"wp_mail_function";s:1:"1";s:26:"form_success_message_title";s:13:"Form Success!";s:20:"form_success_message";s:69:"Thank you for filling out our web form. We will get back to you ASAP.";s:13:"enable_jquery";s:1:"1";s:9:"code_type";s:5:"XHTML";s:20:"show_install_popover";i:0;s:22:"email_form_submissions";s:1:"1";s:10:"admin_ajax";s:1:"1";s:16:"custom_thank_you";N;}' WHERE `option_name`='customContactFormsAdminOptions';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
export/ccf-export-16-oct-2010--04-31-24.sql DELETED
@@ -1,68 +0,0 @@
1
- ## Custom Contact Forms Export File
2
- ## It is recommended that you do not edit this file. The order of the
3
- ## queries is important if you intend to use this file through the CCF
4
- ## exporter. The query to update general settings MUST be the last query
5
- ## in this file.
6
-
7
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('1', 'ccf_contact_form', 'Contact Formhi', '', 'Post', '4,6,3,7,8,5,', 'Send Message1', '', '3', 'admin@taylorlovett.com', 'Thank you for filling out our contact form. We will contact you very soon by the way you specified.', 'http://google.com', 'Thank You!!!');
8
-
9
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('2', 'widget_form', 'Widget Form', '', 'Post', '6,7,2,', 'Send Stuff111', '&lt\\;p&gt\\;This is the widget form say the Custom Code field.&lt\\;/p&gt\\;', '5', 'tlovett1@umd.edu', 'Thank you for filling out the widget form. Taylor Lovett went to Progress at noon earlier and had a pretty good meeting. I saw Les, Adam, and Andra. I need to study number theory soon as well as start the CMSC330 project.', '% &#039\\; &quot\\;', 'Thank You');
10
-
11
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0');
12
-
13
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0');
14
-
15
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0');
16
-
17
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('4', 'ccf_name', 'Your Name:', 'Text', '', '100', '1', 'Please enter your full name.', '', '1');
18
-
19
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('5', 'ccf_message', 'Your Message:', 'Textarea', '', '0', '1', 'Enter any message or comment.', '', '0');
20
-
21
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('6', 'ccf_website', 'Your Website:', 'Text', '', '200', '1', 'If you have a website, please enter it here.', '', '1');
22
-
23
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('7', 'ccf_phone', 'Your Phone Number:', 'Text', '', '30', '1', 'Please enter your phone number.', '', '0');
24
-
25
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('8', 'ccf_google', 'Did you find my website through Google?', 'Checkbox', 'Yes', '56', '1', 'If you found my website through Google, check this box.', '', '0');
26
-
27
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('10', 'test_field1', '1', 'Radio', '2', '66', '1', 'ons! &quot\\; &#039\\; %', '1,2,', '1');
28
-
29
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('9', 'ccf_contact_method', 'How should we contact you?', 'Dropdown', '', '0', '1', 'By which method we should contact you?', '2,3,1,', '1');
30
-
31
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround, tooltip_backgroundcolor, tooltip_fontsize, tooltip_fontcolor) VALUES ('3', 'test4', '200px', '200px', '100px', '0', '200px', '100%', 'auto', '35px', '1em', '1.2em', '1.5em', '1em', '32469c', 'none', 'bdbdbd', 'ffffff', '707070', '666666', '333333', 'tahoma, verdana, ari', '32469c', 'solid', '8px', '7px', '6px', '6px', '32469c', 'efefef', 'auto', '1em', '12px', '180px', '333333', '333333', 'ffffff', '6px', 'ffadff', '9px', '630a63');
32
-
33
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround, tooltip_backgroundcolor, tooltip_fontsize, tooltip_fontcolor) VALUES ('5', 'test6', '200px', '200px', '90px', '0px', '200px', '100%', 'auto', '30px', '1em', '1.2em', '1.3em', '1.1em', '999999', 'solid', 'ffffff', '333333', '333333', '333333', '333333', 'Verdana, tahoma, arial', 'fcd8d8', 'solid', '8px', '7px', '5px', '5px', 'ffb5b5', 'efefef', 'auto', '12px', '15px', '200px', '333333', '333333', 'ffffff', '6px', 'ffadff', '9px', '630a63');
34
-
35
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('1', '1286474894', '1', 'designandbuildmaryland.com/contact-us/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:8:"test.com"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:3:"301"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:21:"this is my message !!"\\;');
36
-
37
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('3', '1286476845', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:40:"&#039\\; &quot\\; &lt\\;table&gt\\;&lt\\;/body&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
38
-
39
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('4', '1286477480', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
40
-
41
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('5', '1286478663', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
42
-
43
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('6', '1286484942', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:4:"name"\\;s:11:"ccf_website"\\;s:7:"website"\\;s:10:"fixedEmail"\\;s:15:"email@email.com"\\;s:9:"ccf_phone"\\;s:4:"2342"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:63:"this is my message &quot\\; &#039\\;&#039\\; &lt\\; &gt\\; FROM LOCLAHOST"\\;');
44
-
45
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('7', '1286554893', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:6:"tl.com"\\;s:10:"fixedEmail"\\;s:4:"sdsd"\\;s:9:"ccf_phone"\\;s:6:"234234"\\;s:18:"ccf_contact_method"\\;s:8:"By Email"\\;s:11:"ccf_message"\\;s:30:"my message ! &quot\\; &#039\\; ^ %"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
46
-
47
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('8', '1286563309', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:29:"taylor lovet sdfsdfsdf sdfsdf"\\;s:11:"ccf_website"\\;s:32:"taylorlovett.com/sdfsdfsdfsdfsdf"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:26:"23412412523643623513413413"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:244:"this is going to be a super long class. i am extremely bored in this class. i need to call someone as soon as this class ends and possibly go fget some food. i need to study for 451 and 406 and start the 330 project as soon as humanly possible."\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:89:"sdfsdf sdfsiu sdfsd \\;oaiuwer\\; poewripd sdfsdf lkjsdfsdf asdard tisher sdfs sdf sdfsdf ds "\\;');
48
-
49
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('9', '1286989500', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"taylor"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:1:"3"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:0:""\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:63:"sdfsdf sdfsdfsd sdfsdfs sdfsdf sdfsdf sdf sdfsdf sdfsdfsd sdfsd"\\;');
50
-
51
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('10', '1286989692', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"asdasd"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:18:"ccf_contact_method"\\;s:4:"seef"\\;s:11:"ccf_message"\\;s:5:"asdas"\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:6:"asdasd"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
52
-
53
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('11', '1286989749', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:13:"taylor lovett"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:7:"sadfasd"\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:6:"asdasd"\\;');
54
-
55
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('12', '1287032961', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:3:"sdf"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:0:""\\;s:41:"this_is_a_super_long_slug_to_mess_up_shit"\\;s:4:"adsf"\\;');
56
-
57
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('14', '1287163436', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"sersdf"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:19:"this is my message."\\;');
58
-
59
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('13', '1287163154', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:6:"sdfsdf"\\;s:11:"ccf_website"\\;s:0:""\\;s:10:"fixedEmail"\\;s:0:""\\;s:9:"ccf_phone"\\;s:0:""\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:40:"herrro &quot\\; &#039\\; \\; ? % &lt\\;table&gt\\;"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
60
-
61
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('3', 'ccf_no_contact', 'Do Not Contact Me', '');
62
-
63
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('2', 'ccf_phone', 'By Phone', '');
64
-
65
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('1', 'ccf_email', 'By Email', '');
66
-
67
-
68
- UPDATE `wp281_options` SET `option_value`='a:20:{s:16:"show_widget_home";s:1:"1";s:17:"show_widget_pages";s:1:"1";s:19:"show_widget_singles";s:1:"1";s:22:"show_widget_categories";s:1:"1";s:20:"show_widget_archives";s:1:"1";s:16:"default_to_email";s:22:"admin@taylorlovett.com";s:18:"default_from_email";s:22:"admin@taylorlovett.com";s:20:"default_form_subject";s:37:"Someone Filled Out Your Contact Form!";s:21:"remember_field_values";s:1:"0";s:11:"author_link";s:1:"1";s:22:"enable_widget_tooltips";s:1:"1";s:16:"wp_mail_function";s:1:"1";s:26:"form_success_message_title";s:4:"poop";s:20:"form_success_message";s:69:"Thank you for filling out our web form. We will get back to you ASAP.";s:13:"enable_jquery";s:1:"1";s:9:"code_type";s:5:"XHTML";s:20:"show_install_popover";i:0;s:22:"email_form_submissions";s:1:"1";s:10:"admin_ajax";s:1:"1";s:16:"custom_thank_you";N;}' WHERE `option_name`='customContactFormsAdminOptions';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
export/ccf-export-22-sep-2010--06-32-32.html DELETED
@@ -1,57 +0,0 @@
1
- <form id="form-14-1285180352" method="post" action="/guitar/wp-admin/options-general.php?page=custom-contact-forms" class=" customcontactform">
2
-
3
- <h4 id="h4-14-1285180352">Contact Form</h4>
4
- <div>
5
- <label for="fixedEmail">* Your Email1</label>
6
- <input title="a (required)" class="ccf-tooltip-field" id="fixedEmail-1285180352" type="text" name="fixedEmail" value="" maxlength="101" />
7
- </div>
8
- <div>
9
- <img width="63" height="18" alt="Captcha image for a contact form" id="captcha-image" src="http://taylorlovett.com/guitar/wp-content/plugins/custom-contact-forms/image.php?fid=14" />
10
- <div><label for="captcha14">* Type the numbers.</label> <input type="text" title="Type the aaaanumbers displayed in the image above." class="tooltip-field" name="captcha" id="captcha14" maxlength="20" /></div>
11
- </div>
12
- <input name="form_page" value="/guitar/wp-admin/options-general.php?page=custom-contact-forms" type="hidden" />
13
- <input type="hidden" name="fid" value="14" />
14
-
15
- <input type="submit" id="submit-14-1285180352" class="submit" value="Send Message" name="customcontactforms_submit" />
16
- </form>
17
- <a class="hide" href="http://www.taylorlovett.com" title="Rockville Web Developer, Wordpress Plugins">Wordpress plugin expert and Rockville Web Developer Taylor Lovett</a><!-- Contact Form created by Taylor Lovett http://www.taylorlovett.com --><br />
18
-
19
-
20
-
21
-
22
- <div>
23
- <label for="fixedEmail">* Your Email1</label>
24
- <input title="a (required)" class="ccf-tooltip-field" id="fixedEmail-1285180352" type="text" name="fixedEmail" value="" maxlength="101" />
25
- </div>
26
- <div>
27
- <input title="This helps us prevasdsadasdent spam." class="ccf-tooltip-field" type="checkbox" name="ishuman" value="1" id="ishuman-1285180352" />
28
- <label class="checkbox" for="ishuman">* Check if you are human.</label>
29
- </div>
30
- <input name="form_page" value="/guitar/wp-admin/options-general.php?page=custom-contact-forms" type="hidden" />
31
- <input type="hidden" name="fid" value="1" />
32
-
33
- <input type="submit" id="submit-1-1285180352" class="submit" value="Submit" name="customcontactforms_submit" />
34
- </form>
35
- <a class="hide" href="http://www.taylorlovett.com" title="Rockville Web Developer, Wordpress Plugins">Wordpress plugin expert and Rockville Web Developer Taylor Lovett</a><!-- Contact Form created by Taylor Lovett http://www.taylorlovett.com --><br />
36
-
37
-
38
-
39
-
40
- <h4 id="h4-2-1285180352">Widget Form</h4>
41
- <div>
42
- <input title="This helps us prevasdsadasdent spam." class="ccf-tooltip-field" type="checkbox" name="ishuman" value="1" id="ishuman-1285180352" />
43
- <label class="checkbox" for="ishuman">* Check if you are human.</label>
44
- </div>
45
- <div>
46
- <img width="63" height="18" alt="Captcha image for a contact form" id="captcha-image" src="http://taylorlovett.com/guitar/wp-content/plugins/custom-contact-forms/image.php?fid=2" />
47
- <div><label for="captcha2">* Type the numbers.</label> <input type="text" title="Type the aaaanumbers displayed in the image above." class="tooltip-field" name="captcha" id="captcha2" maxlength="20" /></div>
48
- </div>
49
- <input name="form_page" value="/guitar/wp-admin/options-general.php?page=custom-contact-forms" type="hidden" />
50
- <input type="hidden" name="fid" value="2" />
51
-
52
- <input type="submit" id="submit-2-1285180352" class="submit" value="Submit" name="customcontactforms_submit" />
53
- </form>
54
- <a class="hide" href="http://www.taylorlovett.com" title="Rockville Web Developer, Wordpress Plugins">Wordpress plugin expert and Rockville Web Developer Taylor Lovett</a><!-- Contact Form created by Taylor Lovett http://www.taylorlovett.com --><br />
55
-
56
-
57
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
export/ccf-export-26-sep-2010--08-13-40.sql DELETED
@@ -1,8 +0,0 @@
1
- /* l:310 */ INSERT INTO `wpgit3_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0');
2
-
3
- /* l:550 */ INSERT INTO `wpgit3_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_requiredid, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0''2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0');
4
-
5
- /* l:782 */ INSERT INTO `wpgit3_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_requiredid, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_requiredid, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0''2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0''3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0');
6
-
7
- /* l:963 */ INSERT INTO `wpgit3_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_requiredid, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_requiredid, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_requiredid, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0''2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0''3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0''4', 'xvx', '', 'Text', '', '0', '1', '', '', '0');
8
-
 
 
 
 
 
 
 
 
export/ccf-export-7-oct-2010--08-57-12.sql DELETED
@@ -1,42 +0,0 @@
1
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('1', 'ccf_contact_form', 'Contact Form', '', 'Post', '4,6,3,7,8,9,5,', 'Send Message1', '', '3', 'admin@taylorlovett.com', 'Thank you for filling out our contact form. We will contact you very soon by the way you specified.', '', 'Thank You!!!');
2
-
3
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0');
4
-
5
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0');
6
-
7
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0');
8
-
9
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('4', 'ccf_name', 'Your Name:', 'Text', '', '100', '1', 'Please enter your full name.', '', '1');
10
-
11
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('5', 'ccf_message', 'Your Message:', 'Textarea', '', '0', '1', 'Enter any message or comment.', '', '0');
12
-
13
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('6', 'ccf_website', 'Your Website:', 'Text', '', '200', '1', 'If you have a website, please enter it here.', '', '0');
14
-
15
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('7', 'ccf_phone', 'Your Phone Number:', 'Text', '', '30', '1', 'Please enter your phone number.', '', '0');
16
-
17
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('8', 'ccf_google', 'Did you find my website through Google?', 'Checkbox', 'Yes', '0', '1', 'If you found my website through Google, check this box.', '', '0');
18
-
19
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('9', 'ccf_contact_method', 'How should we contact you?', 'Dropdown', '', '0', '1', 'By which method we should contact you?', '1,2,3,', '1');
20
-
21
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('10', 'test_field', '1', 'Hidden', '2', '66', '1', 'ons! &quot\\; &#039\\; %', '', '1');
22
-
23
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround) VALUES ('3', 'test2', '200px', '200px', '100px', '1px', '110px', '500px', '80px', '35px', '.8em', '1.2em', '1em', '1em', 'ba0707', 'none', '333333', '333333', 'c71cc7', '333333', '333333', 'Verdana, tahoma, arial', 'efefef', 'solid', '1em', '5px', '2px', '4px', 'ffffff', 'efefef', 'auto', '1em', '12px', '200px', '333333', '333333', 'fcf7dd', '4px');
24
-
25
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('1', '1286474894', '1', 'designandbuildmaryland.com/contact-us/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:8:"test.com"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:3:"301"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:21:"this is my message !!"\\;');
26
-
27
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('3', '1286476845', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:40:"&#039\\; &quot\\; &lt\\;table&gt\\;&lt\\;/body&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
28
-
29
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('4', '1286477480', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
30
-
31
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('5', '1286478663', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
32
-
33
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('6', '1286484942', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:4:"name"\\;s:11:"ccf_website"\\;s:7:"website"\\;s:10:"fixedEmail"\\;s:15:"email@email.com"\\;s:9:"ccf_phone"\\;s:4:"2342"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:63:"this is my message &quot\\; &#039\\;&#039\\; &lt\\; &gt\\; FROM LOCLAHOST"\\;');
34
-
35
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('1', 'ccf_email', 'By Email', '');
36
-
37
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('2', 'ccf_phone', 'By Phone', '');
38
-
39
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('3', 'ccf_no_contact', 'Do Not Contact Me', '');
40
-
41
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('5', 'LOCALHOST', 'LOCALHOST', 'loc');
42
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
export/ccf-export-8-oct-2010--02-57-14.sql DELETED
@@ -1,42 +0,0 @@
1
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('1', 'ccf_contact_form', 'Contact Form', '', 'Post', '4,6,3,7,8,9,5,', 'Send Message1', '', '3', 'admin@taylorlovett.com', 'Thank you for filling out our contact form. We will contact you very soon by the way you specified.', '', 'Thank You!!!');
2
-
3
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0');
4
-
5
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0');
6
-
7
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0');
8
-
9
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('4', 'ccf_name', 'Your Name:', 'Text', '', '100', '1', 'Please enter your full name.', '', '1');
10
-
11
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('5', 'ccf_message', 'Your Message:', 'Textarea', '', '0', '1', 'Enter any message or comment.', '', '0');
12
-
13
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('6', 'ccf_website', 'Your Website:', 'Text', '', '200', '1', 'If you have a website, please enter it here.', '', '0');
14
-
15
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('7', 'ccf_phone', 'Your Phone Number:', 'Text', '', '30', '1', 'Please enter your phone number.', '', '0');
16
-
17
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('8', 'ccf_google', 'Did you find my website through Google?', 'Checkbox', 'Yes', '0', '1', 'If you found my website through Google, check this box.', '', '0');
18
-
19
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('9', 'ccf_contact_method', 'How should we contact you?', 'Dropdown', '', '0', '1', 'By which method we should contact you?', '1,2,3,', '1');
20
-
21
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('10', 'test_field', '1', 'Hidden', '2', '66', '1', 'ons! &quot\\; &#039\\; %', '', '1');
22
-
23
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround) VALUES ('3', 'test2', '200px', '200px', '100px', '1px', '110px', '500px', '80px', '35px', '.8em', '1.2em', '1em', '1em', 'ba0707', 'none', '333333', '333333', 'c71cc7', '333333', '333333', 'Verdana, tahoma, arial', 'efefef', 'solid', '1em', '5px', '2px', '4px', 'ffffff', 'efefef', 'auto', '1em', '12px', '200px', '333333', '333333', 'fcf7dd', '4px');
24
-
25
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('1', '1286474894', '1', 'designandbuildmaryland.com/contact-us/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:8:"test.com"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:3:"301"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:21:"this is my message !!"\\;');
26
-
27
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('3', '1286476845', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:40:"&#039\\; &quot\\; &lt\\;table&gt\\;&lt\\;/body&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
28
-
29
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('4', '1286477480', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
30
-
31
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('5', '1286478663', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
32
-
33
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('6', '1286484942', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:4:"name"\\;s:11:"ccf_website"\\;s:7:"website"\\;s:10:"fixedEmail"\\;s:15:"email@email.com"\\;s:9:"ccf_phone"\\;s:4:"2342"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:63:"this is my message &quot\\; &#039\\;&#039\\; &lt\\; &gt\\; FROM LOCLAHOST"\\;');
34
-
35
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('1', 'ccf_email', 'By Email', '');
36
-
37
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('2', 'ccf_phone', 'By Phone', '');
38
-
39
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('3', 'ccf_no_contact', 'Do Not Contact Me', '');
40
-
41
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('5', 'LOCALHOST', 'LOCALHOST', 'loc');
42
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
export/ccf-export-8-oct-2010--02-58-04.sql DELETED
@@ -1,42 +0,0 @@
1
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('1', 'ccf_contact_form', 'Contact Form', '', 'Post', '4,6,3,7,8,9,5,', 'Send Message1', '', '3', 'admin@taylorlovett.com', 'Thank you for filling out our contact form. We will contact you very soon by the way you specified.', '', 'Thank You!!!');
2
-
3
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0');
4
-
5
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0');
6
-
7
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0');
8
-
9
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('4', 'ccf_name', 'Your Name:', 'Text', '', '100', '1', 'Please enter your full name.', '', '1');
10
-
11
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('5', 'ccf_message', 'Your Message:', 'Textarea', '', '0', '1', 'Enter any message or comment.', '', '0');
12
-
13
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('6', 'ccf_website', 'Your Website:', 'Text', '', '200', '1', 'If you have a website, please enter it here.', '', '0');
14
-
15
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('7', 'ccf_phone', 'Your Phone Number:', 'Text', '', '30', '1', 'Please enter your phone number.', '', '0');
16
-
17
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('8', 'ccf_google', 'Did you find my website through Google?', 'Checkbox', 'Yes', '0', '1', 'If you found my website through Google, check this box.', '', '0');
18
-
19
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('9', 'ccf_contact_method', 'How should we contact you?', 'Dropdown', '', '0', '1', 'By which method we should contact you?', '1,2,3,', '1');
20
-
21
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('10', 'test_field', '1', 'Hidden', '2', '66', '1', 'ons! &quot\\; &#039\\; %', '', '1');
22
-
23
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround) VALUES ('3', 'test2', '200px', '200px', '100px', '1px', '110px', '500px', '80px', '35px', '.8em', '1.2em', '1em', '1em', 'ba0707', 'none', '333333', '333333', 'c71cc7', '333333', '333333', 'Verdana, tahoma, arial', 'efefef', 'solid', '1em', '5px', '2px', '4px', 'ffffff', 'efefef', 'auto', '1em', '12px', '200px', '333333', '333333', 'fcf7dd', '4px');
24
-
25
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('1', '1286474894', '1', 'designandbuildmaryland.com/contact-us/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:8:"test.com"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:3:"301"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:21:"this is my message !!"\\;');
26
-
27
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('3', '1286476845', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:40:"&#039\\; &quot\\; &lt\\;table&gt\\;&lt\\;/body&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
28
-
29
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('4', '1286477480', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
30
-
31
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('5', '1286478663', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
32
-
33
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('6', '1286484942', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:4:"name"\\;s:11:"ccf_website"\\;s:7:"website"\\;s:10:"fixedEmail"\\;s:15:"email@email.com"\\;s:9:"ccf_phone"\\;s:4:"2342"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:63:"this is my message &quot\\; &#039\\;&#039\\; &lt\\; &gt\\; FROM LOCLAHOST"\\;');
34
-
35
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('1', 'ccf_email', 'By Email', '');
36
-
37
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('2', 'ccf_phone', 'By Phone', '');
38
-
39
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('3', 'ccf_no_contact', 'Do Not Contact Me', '');
40
-
41
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('5', 'LOCALHOST', 'LOCALHOST', 'loc');
42
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
export/ccf-export-8-oct-2010--03-00-12.sql DELETED
@@ -1,42 +0,0 @@
1
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('1', 'ccf_contact_form', 'Contact Form', '', 'Post', '4,6,3,7,8,9,5,', 'Send Message1', '', '3', 'admin@taylorlovett.com', 'Thank you for filling out our contact form. We will contact you very soon by the way you specified.', '', 'Thank You!!!');
2
-
3
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0');
4
-
5
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0');
6
-
7
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0');
8
-
9
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('4', 'ccf_name', 'Your Name:', 'Text', '', '100', '1', 'Please enter your full name.', '', '1');
10
-
11
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('5', 'ccf_message', 'Your Message:', 'Textarea', '', '0', '1', 'Enter any message or comment.', '', '0');
12
-
13
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('6', 'ccf_website', 'Your Website:', 'Text', '', '200', '1', 'If you have a website, please enter it here.', '', '0');
14
-
15
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('7', 'ccf_phone', 'Your Phone Number:', 'Text', '', '30', '1', 'Please enter your phone number.', '', '0');
16
-
17
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('8', 'ccf_google', 'Did you find my website through Google?', 'Checkbox', 'Yes', '0', '1', 'If you found my website through Google, check this box.', '', '0');
18
-
19
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('9', 'ccf_contact_method', 'How should we contact you?', 'Dropdown', '', '0', '1', 'By which method we should contact you?', '1,2,3,', '1');
20
-
21
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('10', 'test_field', '1', 'Hidden', '2', '66', '1', 'ons! &quot\\; &#039\\; %', '', '1');
22
-
23
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround) VALUES ('3', 'test2', '200px', '200px', '100px', '1px', '110px', '500px', '80px', '35px', '.8em', '1.2em', '1em', '1em', 'ba0707', 'none', '333333', '333333', 'c71cc7', '333333', '333333', 'Verdana, tahoma, arial', 'efefef', 'solid', '1em', '5px', '2px', '4px', 'ffffff', 'efefef', 'auto', '1em', '12px', '200px', '333333', '333333', 'fcf7dd', '4px');
24
-
25
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('1', '1286474894', '1', 'designandbuildmaryland.com/contact-us/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:8:"test.com"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:3:"301"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:21:"this is my message !!"\\;');
26
-
27
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('3', '1286476845', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:40:"&#039\\; &quot\\; &lt\\;table&gt\\;&lt\\;/body&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
28
-
29
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('4', '1286477480', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
30
-
31
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('5', '1286478663', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
32
-
33
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('6', '1286484942', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:4:"name"\\;s:11:"ccf_website"\\;s:7:"website"\\;s:10:"fixedEmail"\\;s:15:"email@email.com"\\;s:9:"ccf_phone"\\;s:4:"2342"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:63:"this is my message &quot\\; &#039\\;&#039\\; &lt\\; &gt\\; FROM LOCLAHOST"\\;');
34
-
35
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('1', 'ccf_email', 'By Email', '');
36
-
37
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('2', 'ccf_phone', 'By Phone', '');
38
-
39
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('3', 'ccf_no_contact', 'Do Not Contact Me', '');
40
-
41
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('5', 'LOCALHOST', 'LOCALHOST', 'loc');
42
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
export/ccf-export-8-oct-2010--03-00-54.sql DELETED
@@ -1,42 +0,0 @@
1
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('1', 'ccf_contact_form', 'Contact Form', '', 'Post', '4,6,3,7,8,9,5,', 'Send Message1', '', '3', 'admin@taylorlovett.com', 'Thank you for filling out our contact form. We will contact you very soon by the way you specified.', '', 'Thank You!!!');
2
-
3
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0');
4
-
5
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0');
6
-
7
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0');
8
-
9
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('4', 'ccf_name', 'Your Name:', 'Text', '', '100', '1', 'Please enter your full name.', '', '1');
10
-
11
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('5', 'ccf_message', 'Your Message:', 'Textarea', '', '0', '1', 'Enter any message or comment.', '', '0');
12
-
13
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('6', 'ccf_website', 'Your Website:', 'Text', '', '200', '1', 'If you have a website, please enter it here.', '', '0');
14
-
15
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('7', 'ccf_phone', 'Your Phone Number:', 'Text', '', '30', '1', 'Please enter your phone number.', '', '0');
16
-
17
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('8', 'ccf_google', 'Did you find my website through Google?', 'Checkbox', 'Yes', '0', '1', 'If you found my website through Google, check this box.', '', '0');
18
-
19
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('9', 'ccf_contact_method', 'How should we contact you?', 'Dropdown', '', '0', '1', 'By which method we should contact you?', '1,2,3,', '1');
20
-
21
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('10', 'test_field', '1', 'Hidden', '2', '66', '1', 'ons! &quot\\; &#039\\; %', '', '1');
22
-
23
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround) VALUES ('3', 'test2', '200px', '200px', '100px', '1px', '110px', '500px', '80px', '35px', '.8em', '1.2em', '1em', '1em', 'ba0707', 'none', '333333', '333333', 'c71cc7', '333333', '333333', 'Verdana, tahoma, arial', 'efefef', 'solid', '1em', '5px', '2px', '4px', 'ffffff', 'efefef', 'auto', '1em', '12px', '200px', '333333', '333333', 'fcf7dd', '4px');
24
-
25
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('1', '1286474894', '1', 'designandbuildmaryland.com/contact-us/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:8:"test.com"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:3:"301"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:21:"this is my message !!"\\;');
26
-
27
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('3', '1286476845', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:40:"&#039\\; &quot\\; &lt\\;table&gt\\;&lt\\;/body&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
28
-
29
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('4', '1286477480', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
30
-
31
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('5', '1286478663', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
32
-
33
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('6', '1286484942', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:4:"name"\\;s:11:"ccf_website"\\;s:7:"website"\\;s:10:"fixedEmail"\\;s:15:"email@email.com"\\;s:9:"ccf_phone"\\;s:4:"2342"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:63:"this is my message &quot\\; &#039\\;&#039\\; &lt\\; &gt\\; FROM LOCLAHOST"\\;');
34
-
35
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('1', 'ccf_email', 'By Email', '');
36
-
37
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('2', 'ccf_phone', 'By Phone', '');
38
-
39
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('3', 'ccf_no_contact', 'Do Not Contact Me', '');
40
-
41
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('5', 'LOCALHOST', 'LOCALHOST', 'loc');
42
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
export/ccf-export-8-oct-2010--05-35-11.sql DELETED
@@ -1,55 +0,0 @@
1
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('1', 'ccf_contact_form', 'Contact Form', '', 'Post', '4,6,3,7,8,9,5,', 'Send Message1', '', '5', 'admin@taylorlovett.com', 'Thank you for filling out our contact form. We will contact you very soon by the way you specified.', '', 'Thank You!!!');
2
-
3
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0');
4
-
5
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0');
6
-
7
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0');
8
-
9
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('4', 'ccf_name', 'Your Name:', 'Text', '', '100', '1', 'Please enter your full name.', '', '1');
10
-
11
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('5', 'ccf_message', 'Your Message:', 'Textarea', '', '0', '1', 'Enter any message or comment.', '', '0');
12
-
13
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('6', 'ccf_website', 'Your Website:', 'Text', '', '200', '1', 'If you have a website, please enter it here.', '', '0');
14
-
15
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('7', 'ccf_phone', 'Your Phone Number:', 'Text', '', '30', '1', 'Please enter your phone number.', '', '0');
16
-
17
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('8', 'ccf_google', 'Did you find my website through Google?', 'Checkbox', 'Yes', '0', '1', 'If you found my website through Google, check this box.', '', '0');
18
-
19
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('9', 'ccf_contact_method', 'How should we contact you?', 'Dropdown', '', '0', '1', 'By which method we should contact you?', '1,2,3,', '1');
20
-
21
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('10', 'test_field', '1', 'Hidden', '2', '66', '1', 'ons! &quot\\; &#039\\; %', '', '1');
22
-
23
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('11', 'this_is_a_super_long_slug_to_mess_up_shit', 'Super Long Slug Field!', 'Text', '', '0', '1', 'intrdsgsf ', '', '1');
24
-
25
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround) VALUES ('3', 'test4', '200px', '200px', '100px', '0', '200px', '100%', 'auto', '35px', '1em', '1.2em', '1.3em', '1em', '999999', 'none', 'bdbdbd', '333333', '707070', '666666', '333333', 'tahoma, verdana, ari', 'f5f5f5', 'solid', '8px', '7px', '2px', '4px', 'f5f5f5', 'efefef', 'auto', '1em', '12px', '200px', '333333', '333333', 'ffffff', '6px');
26
-
27
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround) VALUES ('5', 'test6', '200px', '200px', '90px', '0px', '200px', '100%', 'auto', '30px', '1em', '1.2em', '1.3em', '1.1em', '999999', 'solid', 'ffffff', '333333', '333333', '333333', '333333', 'Verdana, tahoma, arial', 'fcd8d8', 'solid', '8px', '7px', '5px', '5px', 'ffb5b5', 'efefef', 'auto', '12px', '15px', '200px', '333333', '333333', 'ffffff', '6px');
28
-
29
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('1', '1286474894', '1', 'designandbuildmaryland.com/contact-us/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:8:"test.com"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:3:"301"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:21:"this is my message !!"\\;');
30
-
31
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('3', '1286476845', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:40:"&#039\\; &quot\\; &lt\\;table&gt\\;&lt\\;/body&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
32
-
33
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('4', '1286477480', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
34
-
35
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('5', '1286478663', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
36
-
37
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('6', '1286484942', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:4:"name"\\;s:11:"ccf_website"\\;s:7:"website"\\;s:10:"fixedEmail"\\;s:15:"email@email.com"\\;s:9:"ccf_phone"\\;s:4:"2342"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:63:"this is my message &quot\\; &#039\\;&#039\\; &lt\\; &gt\\; FROM LOCLAHOST"\\;');
38
-
39
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('7', '1286554893', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:6:"tl.com"\\;s:10:"fixedEmail"\\;s:4:"sdsd"\\;s:9:"ccf_phone"\\;s:6:"234234"\\;s:18:"ccf_contact_method"\\;s:8:"By Email"\\;s:11:"ccf_message"\\;s:30:"my message ! &quot\\; &#039\\; ^ %"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
40
-
41
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('1', 'ccf_email', 'By Email', '');
42
-
43
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('2', 'ccf_phone', 'By Phone', '');
44
-
45
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('3', 'ccf_no_contact', 'Do Not Contact Me', '');
46
-
47
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('5', 'LOCALHOST', 'LOCALHOST', 'loc');
48
-
49
-
50
-
51
- ### BEGIN WP Options Table Query
52
-
53
- UPDATE `wp281_options` SET `option_value`='a:18:{s:16:"show_widget_home";i:1;s:17:"show_widget_pages";i:1;s:19:"show_widget_singles";i:1;s:22:"show_widget_categories";i:1;s:20:"show_widget_archives";i:1;s:16:"default_to_email";s:22:"admin@taylorlovett.com";s:18:"default_from_email";s:22:"admin@taylorlovett.com";s:20:"default_form_subject";s:37:"Someone Filled Out Your Contact Form!";s:21:"remember_field_values";i:0;s:11:"author_link";i:1;s:22:"enable_widget_tooltips";i:1;s:16:"wp_mail_function";i:1;s:26:"form_success_message_title";s:13:"Form Success!";s:20:"form_success_message";s:69:"Thank you for filling out our web form. We will get back to you ASAP.";s:13:"enable_jquery";i:1;s:9:"code_type";s:5:"XHTML";s:20:"show_install_popover";i:0;s:22:"email_form_submissions";i:1;}' WHERE `option_name`='customContactFormsAdminOptions'
54
-
55
- ### END WP Options Table Query
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
export/ccf-export-8-oct-2010--05-44-19.sql DELETED
@@ -1,55 +0,0 @@
1
- INSERT INTO `wp281_customcontactforms_forms` (id, form_slug, form_title, form_action, form_method, form_fields, submit_button_text, custom_code, form_style, form_email, form_success_message, form_thank_you_page, form_success_title) VALUES ('1', 'ccf_contact_form', 'Contact Form', '', 'Post', '4,6,3,7,8,9,5,', 'Send Message1', '', '5', 'admin@taylorlovett.com', 'Thank you for filling out our contact form. We will contact you very soon by the way you specified.', '', 'Thank You!!!');
2
-
3
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('1', 'captcha', 'Type the numbers.', 'Text', '', '100', '0', 'Type the numbers displayed in the image above.', '', '0');
4
-
5
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('2', 'ishuman', 'Check if you are human.', 'Checkbox', '1', '0', '0', 'This helps us prevent spam.', '', '0');
6
-
7
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('3', 'fixedEmail', 'Your Email', 'Text', '', '100', '0', 'Please enter your email address.', '', '0');
8
-
9
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('4', 'ccf_name', 'Your Name:', 'Text', '', '100', '1', 'Please enter your full name.', '', '1');
10
-
11
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('5', 'ccf_message', 'Your Message:', 'Textarea', '', '0', '1', 'Enter any message or comment.', '', '0');
12
-
13
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('6', 'ccf_website', 'Your Website:', 'Text', '', '200', '1', 'If you have a website, please enter it here.', '', '0');
14
-
15
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('7', 'ccf_phone', 'Your Phone Number:', 'Text', '', '30', '1', 'Please enter your phone number.', '', '0');
16
-
17
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('8', 'ccf_google', 'Did you find my website through Google?', 'Checkbox', 'Yes', '0', '1', 'If you found my website through Google, check this box.', '', '0');
18
-
19
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('9', 'ccf_contact_method', 'How should we contact you?', 'Dropdown', '', '0', '1', 'By which method we should contact you?', '1,2,3,', '1');
20
-
21
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('10', 'test_field', '1', 'Hidden', '2', '66', '1', 'ons! &quot\\; &#039\\; %', '', '1');
22
-
23
- INSERT INTO `wp281_customcontactforms_fields` (id, field_slug, field_label, field_type, field_value, field_maxlength, user_field, field_instructions, field_options, field_required) VALUES ('11', 'this_is_a_super_long_slug_to_mess_up_shit', 'Super Long Slug Field!', 'Text', '', '0', '1', 'intrdsgsf ', '', '1');
24
-
25
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround) VALUES ('3', 'test4', '200px', '200px', '100px', '0', '200px', '100%', 'auto', '35px', '1em', '1.2em', '1.3em', '1em', '999999', 'none', 'bdbdbd', '333333', '707070', '666666', '333333', 'tahoma, verdana, ari', 'f5f5f5', 'solid', '8px', '7px', '2px', '4px', 'f5f5f5', 'efefef', 'auto', '1em', '12px', '200px', '333333', '333333', 'ffffff', '6px');
26
-
27
- INSERT INTO `wp281_customcontactforms_styles` (id, style_slug, input_width, textarea_width, textarea_height, form_borderwidth, label_width, form_width, submit_width, submit_height, label_fontsize, title_fontsize, field_fontsize, submit_fontsize, field_bordercolor, form_borderstyle, form_bordercolor, field_fontcolor, label_fontcolor, title_fontcolor, submit_fontcolor, form_fontfamily, field_backgroundcolor, field_borderstyle, form_padding, form_margin, title_margin, label_margin, textarea_backgroundcolor, success_popover_bordercolor, dropdown_width, success_popover_fontsize, success_popover_title_fontsize, success_popover_height, success_popover_fontcolor, success_popover_title_fontcolor, form_backgroundcolor, field_borderround) VALUES ('5', 'test6', '200px', '200px', '90px', '0px', '200px', '100%', 'auto', '30px', '1em', '1.2em', '1.3em', '1.1em', '999999', 'solid', 'ffffff', '333333', '333333', '333333', '333333', 'Verdana, tahoma, arial', 'fcd8d8', 'solid', '8px', '7px', '5px', '5px', 'ffb5b5', 'efefef', 'auto', '12px', '15px', '200px', '333333', '333333', 'ffffff', '6px');
28
-
29
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('1', '1286474894', '1', 'designandbuildmaryland.com/contact-us/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:8:"test.com"\\;s:10:"fixedEmail"\\;s:13:"test@test.com"\\;s:9:"ccf_phone"\\;s:3:"301"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:17:"Do Not Contact Me"\\;s:11:"ccf_message"\\;s:21:"this is my message !!"\\;');
30
-
31
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('3', '1286476845', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:40:"&#039\\; &quot\\; &lt\\;table&gt\\;&lt\\;/body&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
32
-
33
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('4', '1286477480', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
34
-
35
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('5', '1286478663', '0', 'designandbuildmaryland.com/contact-us/', 's:11:"field_name1"\\;s:34:"dsfdsf &quot\\; &#039\\; &lt\\;table&gt\\;"\\;s:11:"field_name2"\\;s:3:"two"\\;');
36
-
37
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('6', '1286484942', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:4:"name"\\;s:11:"ccf_website"\\;s:7:"website"\\;s:10:"fixedEmail"\\;s:15:"email@email.com"\\;s:9:"ccf_phone"\\;s:4:"2342"\\;s:10:"ccf_google"\\;s:3:"Yes"\\;s:18:"ccf_contact_method"\\;s:8:"By Phone"\\;s:11:"ccf_message"\\;s:63:"this is my message &quot\\; &#039\\;&#039\\; &lt\\; &gt\\; FROM LOCLAHOST"\\;');
38
-
39
- INSERT INTO `wp281_customcontactforms_user_data` (id, data_time, data_formid, data_formpage, data_value) VALUES ('7', '1286554893', '1', 'localhost/wp2-8-1/', 's:8:"ccf_name"\\;s:13:"Taylor Lovett"\\;s:11:"ccf_website"\\;s:6:"tl.com"\\;s:10:"fixedEmail"\\;s:4:"sdsd"\\;s:9:"ccf_phone"\\;s:6:"234234"\\;s:18:"ccf_contact_method"\\;s:8:"By Email"\\;s:11:"ccf_message"\\;s:30:"my message ! &quot\\; &#039\\; ^ %"\\;s:10:"ccf_google"\\;s:11:"Not Checked"\\;');
40
-
41
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('1', 'ccf_email', 'By Email', '');
42
-
43
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('2', 'ccf_phone', 'By Phone', '');
44
-
45
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('3', 'ccf_no_contact', 'Do Not Contact Me', '');
46
-
47
- INSERT INTO `wp281_customcontactforms_field_options` (id, option_slug, option_label, option_value) VALUES ('5', 'LOCALHOST', 'LOCALHOST', 'loc');
48
-
49
-
50
-
51
- ### BEGIN WP Options Table Query
52
-
53
- UPDATE `wp281_options` SET `option_value`='a:18:{s:16:"show_widget_home";i:1;s:17:"show_widget_pages";i:1;s:19:"show_widget_singles";i:1;s:22:"show_widget_categories";i:1;s:20:"show_widget_archives";i:1;s:16:"default_to_email";s:22:"admin@taylorlovett.com";s:18:"default_from_email";s:22:"admin@taylorlovett.com";s:20:"default_form_subject";s:37:"Someone Filled Out Your Contact Form!";s:21:"remember_field_values";i:0;s:11:"author_link";i:1;s:22:"enable_widget_tooltips";i:1;s:16:"wp_mail_function";i:1;s:26:"form_success_message_title";s:13:"Form Success!";s:20:"form_success_message";s:69:"Thank you for filling out our web form. We will get back to you ASAP.";s:13:"enable_jquery";i:1;s:9:"code_type";s:5:"XHTML";s:20:"show_install_popover";i:0;s:22:"email_form_submissions";i:1;}' WHERE `option_name`='customContactFormsAdminOptions';
54
-
55
- ### END WP Options Table Query
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
images/_notes/dwsync.xml DELETED
@@ -1,36 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8" ?>
2
- <dwsync>
3
- <file name="gd1.png" server="ftp.taylorlovett.com/www/" local="129256005000000000" remote="129287344200000000" />
4
- <file name="gd2.png" server="ftp.taylorlovett.com/www/" local="129256005000000000" remote="129287344200000000" />
5
- <file name="gd3.png" server="ftp.taylorlovett.com/www/" local="129256005000000000" remote="129287344200000000" />
6
- <file name="gd4.png" server="ftp.taylorlovett.com/www/" local="129256005000000000" remote="129287344200000000" />
7
- <file name="style-example.gif" server="ftp.taylorlovett.com/www/" local="129256005000000000" remote="129287344200000000" />
8
- <file name="success-popover-example.gif" server="ftp.taylorlovett.com/www/" local="129275234072330000" remote="129287344200000000" />
9
- <file name="blank.gif" server="ftp.taylorlovett.com/www/" local="128639119960000000" remote="129287343600000000" />
10
- <file name="colorpicker_background.png" server="ftp.taylorlovett.com/www/" local="128639119960000000" remote="129287343600000000" />
11
- <file name="colorpicker_hex.png" server="ftp.taylorlovett.com/www/" local="128639119960000000" remote="129287343600000000" />
12
- <file name="colorpicker_hsb_b.png" server="ftp.taylorlovett.com/www/" local="128639119960000000" remote="129287343600000000" />
13
- <file name="colorpicker_hsb_h.png" server="ftp.taylorlovett.com/www/" local="128639119960000000" remote="129287343600000000" />
14
- <file name="colorpicker_hsb_s.png" server="ftp.taylorlovett.com/www/" local="128639119960000000" remote="129287343600000000" />
15
- <file name="colorpicker_indic.gif" server="ftp.taylorlovett.com/www/" local="128639119960000000" remote="129287343600000000" />
16
- <file name="colorpicker_overlay.png" server="ftp.taylorlovett.com/www/" local="128639119960000000" remote="129287343600000000" />
17
- <file name="colorpicker_rgb_b.png" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287343600000000" />
18
- <file name="colorpicker_rgb_g.png" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287343600000000" />
19
- <file name="colorpicker_rgb_r.png" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287343600000000" />
20
- <file name="colorpicker_select.gif" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287343600000000" />
21
- <file name="colorpicker_submit.png" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287343600000000" />
22
- <file name="custom_background.png" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287343600000000" />
23
- <file name="custom_hex.png" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287344200000000" />
24
- <file name="custom_hsb_b.png" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287344200000000" />
25
- <file name="custom_hsb_h.png" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287344200000000" />
26
- <file name="custom_hsb_s.png" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287344200000000" />
27
- <file name="custom_indic.gif" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287344200000000" />
28
- <file name="custom_rgb_b.png" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287344200000000" />
29
- <file name="custom_rgb_g.png" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287344200000000" />
30
- <file name="custom_rgb_r.png" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287344200000000" />
31
- <file name="custom_submit.png" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287344200000000" />
32
- <file name="select.png" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287344200000000" />
33
- <file name="select2.png" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287344200000000" />
34
- <file name="slider.png" server="ftp.taylorlovett.com/www/" local="128639119980000000" remote="129287344200000000" />
35
- <file name="wpspin_light.gif" server="ftp.taylorlovett.com/www/" local="129289719451726846" remote="129289690200000000" />
36
- </dwsync>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.taylorlovett.com
4
  Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers
5
  Requires at least: 2.8.1
6
  Tested up to: 3.0.1
7
- Stable tag: 4.0.0.b6
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10
 
4
  Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers
5
  Requires at least: 2.8.1
6
  Tested up to: 3.0.1
7
+ Stable tag: 4.0.0.b7
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10