Cimy User Extra Fields - Version 2.3.11

Version Description

Download this release

Release Info

Developer Cimmo
Plugin Icon wp plugin Cimy User Extra Fields
Version 2.3.11
Comparing to
See all releases

Code changes from version 2.3.10 to 2.3.11

Files changed (66) hide show
  1. README_OFFICIAL.txt +7 -0
  2. cimy_uef_admin.php +0 -2
  3. cimy_uef_db.php +0 -2
  4. cimy_uef_email_handler.php +0 -1
  5. cimy_uef_functions.php +6 -11
  6. cimy_uef_init.php +0 -2
  7. cimy_uef_missing_functions.php +0 -2
  8. cimy_uef_mu_activation.php +0 -2
  9. cimy_uef_options.php +0 -2
  10. cimy_uef_profile.php +0 -2
  11. cimy_uef_register.php +3 -4
  12. cimy_user_extra_fields.php +2 -4
  13. readme.txt +2 -2
  14. securimage/LICENSE.txt +24 -457
  15. securimage/README.txt +29 -9
  16. securimage/audio/0.mp3 +0 -0
  17. securimage/audio/1.mp3 +0 -0
  18. securimage/audio/2.mp3 +0 -0
  19. securimage/audio/3.mp3 +0 -0
  20. securimage/audio/4.mp3 +0 -0
  21. securimage/audio/5.mp3 +0 -0
  22. securimage/audio/6.mp3 +0 -0
  23. securimage/audio/7.mp3 +0 -0
  24. securimage/audio/8.mp3 +0 -0
  25. securimage/audio/9.mp3 +0 -0
  26. securimage/audio/A.mp3 +0 -0
  27. securimage/audio/B.mp3 +0 -0
  28. securimage/audio/C.mp3 +0 -0
  29. securimage/audio/D.mp3 +0 -0
  30. securimage/audio/E.mp3 +0 -0
  31. securimage/audio/F.mp3 +0 -0
  32. securimage/audio/G.mp3 +0 -0
  33. securimage/audio/H.mp3 +0 -0
  34. securimage/audio/I.mp3 +0 -0
  35. securimage/audio/J.mp3 +0 -0
  36. securimage/audio/K.mp3 +0 -0
  37. securimage/audio/L.mp3 +0 -0
  38. securimage/audio/M.mp3 +0 -0
  39. securimage/audio/N.mp3 +0 -0
  40. securimage/audio/O.mp3 +0 -0
  41. securimage/audio/P.mp3 +0 -0
  42. securimage/audio/Q.mp3 +0 -0
  43. securimage/audio/R.mp3 +0 -0
  44. securimage/audio/S.mp3 +0 -0
  45. securimage/audio/T.mp3 +0 -0
  46. securimage/audio/U.mp3 +0 -0
  47. securimage/audio/V.mp3 +0 -0
  48. securimage/audio/W.mp3 +0 -0
  49. securimage/audio/X.mp3 +0 -0
  50. securimage/audio/Y.mp3 +0 -0
  51. securimage/audio/Z.mp3 +0 -0
  52. securimage/audio/error.wav +0 -0
  53. securimage/captcha.html +13 -0
  54. securimage/database/securimage.sqlite +0 -0
  55. securimage/example_form.ajax.php +213 -0
  56. securimage/example_form.php +176 -56
  57. securimage/gdfonts/automatic.gdf +0 -0
  58. securimage/images/refresh.png +0 -0
  59. securimage/securimage.php +1345 -1492
  60. securimage/securimage_play.php +11 -7
  61. securimage/securimage_play.swf +0 -0
  62. securimage/securimage_show.php +51 -29
  63. securimage/securimage_show_captcha.php +3 -3
  64. securimage/securimage_show_example.php +65 -0
  65. securimage/securimage_show_example2.php +63 -0
  66. securimage/words/words.txt +1547 -1711
README_OFFICIAL.txt CHANGED
@@ -619,6 +619,13 @@ A lot of times I cannot reproduce the problem and I need more details, so if you
619
 
620
 
621
  CHANGELOG:
 
 
 
 
 
 
 
622
  v2.3.10 - 24/09/2012
623
  - Fixed email is not sent to the user once confirmed its email address (non-MS only) (introduced in v2.3.9) (thanks to nerik73 and all people that reported this)
624
  - Fixed 'A password will be e-mailed to you.' will be hidden when password field is not hidden (non-MS only) (thanks to lcool for the idea)
619
 
620
 
621
  CHANGELOG:
622
+ v2.3.11 - 29/10/2012
623
+ - Fixed reCAPTCHA was not working on secure webservers (thanks to invisnet for the patch)
624
+ - Fixed extra lines outputted by php files (thanks to Ov3rfly)
625
+ - Fixed one PHP warning on options save (thanks to thomask)
626
+ - Fixed background logo was stretched under Safari (thanks to DarioDN)
627
+ - Updated Securimage Captcha to v3.0.1
628
+
629
  v2.3.10 - 24/09/2012
630
  - Fixed email is not sent to the user once confirmed its email address (non-MS only) (introduced in v2.3.9) (thanks to nerik73 and all people that reported this)
631
  - Fixed 'A password will be e-mailed to you.' will be hidden when password field is not hidden (non-MS only) (thanks to lcool for the idea)
cimy_uef_admin.php CHANGED
@@ -1839,5 +1839,3 @@ function cimy_save_field($action, $table, $data) {
1839
 
1840
  $wpdb->query($sql);
1841
  }
1842
-
1843
- ?>
1839
 
1840
  $wpdb->query($sql);
1841
  }
 
 
cimy_uef_db.php CHANGED
@@ -566,5 +566,3 @@ function cimy_uef_get_meta_from_url($domain, $path) {
566
 
567
  return $wpdb->get_row($wpdb->prepare("SELECT user_login, user_email, meta FROM ".$wpdb->prefix."signups WHERE domain = %s AND path = %s AND active = %d", $domain, $path, 0), ARRAY_A );
568
  }
569
-
570
- ?>
566
 
567
  return $wpdb->get_row($wpdb->prepare("SELECT user_login, user_email, meta FROM ".$wpdb->prefix."signups WHERE domain = %s AND path = %s AND active = %d", $domain, $path, 0), ARRAY_A );
568
  }
 
 
cimy_uef_email_handler.php CHANGED
@@ -320,4 +320,3 @@ function cimy_check_user_on_signups($errors, $user_name, $user_email) {
320
 
321
  return $errors;
322
  }
323
- ?>
320
 
321
  return $errors;
322
  }
 
cimy_uef_functions.php CHANGED
@@ -763,15 +763,7 @@ function cimy_manage_upload($input_name, $user_login, $rules, $old_file=false, $
763
  $user_path = $blog_path;
764
  $file_path = $blog_path.$type_path;
765
  }
766
- if (!empty($new_filename))
767
- $file_name = $new_filename;
768
- else
769
- $file_name = $_FILES[$input_name]['name'];
770
 
771
- // protect from site traversing
772
- $file_name = str_replace('../', '', $file_name);
773
- $file_name = str_replace('/', '', $file_name);
774
-
775
  // delete old file if requested
776
  if ($delete_file) {
777
  if (is_file($file_path.$old_file))
@@ -787,7 +779,7 @@ function cimy_manage_upload($input_name, $user_login, $rules, $old_file=false, $
787
  // or there is no file to upload
788
  // or dest dir is not writable
789
  // then everything else is useless
790
- if ((($user_login == "") && ($type != "registration-logo")) || (!isset($_FILES[$input_name]['name'])) || (!is_writable($cuef_upload_path)))
791
  return "";
792
 
793
  // create user subdir
@@ -814,6 +806,11 @@ function cimy_manage_upload($input_name, $user_login, $rules, $old_file=false, $
814
  }
815
  }
816
 
 
 
 
 
 
817
  // filesize in Byte transformed in KiloByte
818
  $file_size = $_FILES[$input_name]['size'] / 1024;
819
  $file_type = $_FILES[$input_name]['type'];
@@ -915,5 +912,3 @@ function cimy_uef_get_allowed_image_extensions() {
915
  $image_ext = array_merge($image_ext, explode('|', $key));
916
  return $image_ext;
917
  }
918
-
919
- ?>
763
  $user_path = $blog_path;
764
  $file_path = $blog_path.$type_path;
765
  }
 
 
 
 
766
 
 
 
 
 
767
  // delete old file if requested
768
  if ($delete_file) {
769
  if (is_file($file_path.$old_file))
779
  // or there is no file to upload
780
  // or dest dir is not writable
781
  // then everything else is useless
782
+ if ((($user_login == "") && ($type != "registration-logo")) || (empty($_FILES[$input_name]['name'])) || (!is_writable($cuef_upload_path)))
783
  return "";
784
 
785
  // create user subdir
806
  }
807
  }
808
 
809
+ if (!empty($new_filename))
810
+ $file_name = $new_filename;
811
+ else
812
+ $file_name = $_FILES[$input_name]['name'];
813
+
814
  // filesize in Byte transformed in KiloByte
815
  $file_size = $_FILES[$input_name]['size'] / 1024;
816
  $file_type = $_FILES[$input_name]['type'];
912
  $image_ext = array_merge($image_ext, explode('|', $key));
913
  return $image_ext;
914
  }
 
 
cimy_uef_init.php CHANGED
@@ -130,5 +130,3 @@ function cimy_uef_init_javascripts($rule_name) {
130
  wp_print_scripts();
131
  }
132
  }
133
-
134
- ?>
130
  wp_print_scripts();
131
  }
132
  }
 
 
cimy_uef_missing_functions.php CHANGED
@@ -27,5 +27,3 @@ function wp_load_image( $file ) {
27
 
28
  return $image;
29
  }
30
-
31
- ?>
27
 
28
  return $image;
29
  }
 
 
cimy_uef_mu_activation.php CHANGED
@@ -48,5 +48,3 @@ function cimy_uef_mu_blog_exists($blog_id, $c_site_id=-1) {
48
 
49
  return false;
50
  }
51
-
52
- ?>
48
 
49
  return false;
50
  }
 
 
cimy_uef_options.php CHANGED
@@ -725,5 +725,3 @@ function cimy_show_options($results, $embedded) {
725
 
726
  return $ret;
727
  }
728
-
729
- ?>
725
 
726
  return $ret;
727
  }
 
 
cimy_uef_profile.php CHANGED
@@ -738,5 +738,3 @@ function cimy_update_ExtraFields() {
738
  wp_mail($admin_email, $mail_subject, $mail_changes);
739
  }
740
  }
741
-
742
- ?>
738
  wp_mail($admin_email, $mail_subject, $mail_changes);
739
  }
740
  }
 
 
cimy_uef_register.php CHANGED
@@ -1151,7 +1151,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
1151
  ?>
1152
  <div style="width: <?php echo $width; ?>px; float: left; height: 80px; vertical-align: text-top;">
1153
  <img id="captcha" align="left" style="padding-right: 5px; border: 0" src="<?php echo $cuef_securimage_webpath; ?>/securimage_show_captcha.php" alt="CAPTCHA Image" />
1154
- <object type="application/x-shockwave-flash" data="<?php echo $cuef_securimage_webpath; ?>/securimage_play.swf?audio=<?php echo $cuef_securimage_webpath; ?>/securimage_play.php&#038;bgColor1=#fff&#038;bgColor2=#fff&#038;iconColor=#777&#038;borderWidth=1&#038;borderColor=#000" height="19" width="19"><param name="movie" value="<?php echo $cuef_securimage_webpath; ?>/securimage_play.swf?audio=<?php echo $cuef_securimage_webpath; ?>/securimage_play.php&#038;bgColor1=#fff&#038;bgColor2=#fff&#038;iconColor=#777&#038;borderWidth=1&#038;borderColor=#000" /></object>
1155
  <br /><br /><br />
1156
  <a align="right" tabindex="<?php echo $tabindex; $tabindex++; ?>" style="border-style: none" href="#" onclick="document.getElementById('captcha').src = '<?php echo $cuef_securimage_webpath; ?>/securimage_show_captcha.php?' + Math.random(); return false"><img src="<?php echo $cuef_securimage_webpath; ?>/images/refresh.gif" alt="<?php _e("Change image", $cimy_uef_domain); ?>" border="0" onclick="this.blur()" align="bottom" /></a>
1157
  </div>
@@ -1184,7 +1184,7 @@ function cimy_registration_form($errors=null, $show_type=0) {
1184
  </script>
1185
  <?php
1186
  }
1187
- echo recaptcha_get_html($options['recaptcha_public_key']);
1188
  }
1189
 
1190
  cimy_switch_current_blog(true);
@@ -1294,6 +1294,7 @@ function cimy_change_login_registration_logo() {
1294
  #login h1:first-child a:first-child {
1295
  background: url(<?php echo esc_url($cuef_upload_webpath.basename($options["registration-logo"])); ?>) no-repeat top center;
1296
  background-position: center top;
 
1297
  width: <?php echo max(328, $logo_width); ?>px;
1298
  height: <?php echo $logo_height; ?>px;
1299
  text-indent: -9999px;
@@ -1305,5 +1306,3 @@ function cimy_change_login_registration_logo() {
1305
  <?php
1306
  }
1307
  }
1308
-
1309
- ?>
1151
  ?>
1152
  <div style="width: <?php echo $width; ?>px; float: left; height: 80px; vertical-align: text-top;">
1153
  <img id="captcha" align="left" style="padding-right: 5px; border: 0" src="<?php echo $cuef_securimage_webpath; ?>/securimage_show_captcha.php" alt="CAPTCHA Image" />
1154
+ <object type="application/x-shockwave-flash" data="<?php echo $cuef_securimage_webpath; ?>/securimage_play.swf?audio_file=<?php echo $cuef_securimage_webpath; ?>/securimage_play.php&#038;bgColor1=#fff&#038;bgColor2=#fff&#038;iconColor=#777&#038;borderWidth=1&#038;borderColor=#000" height="19" width="19"><param name="movie" value="<?php echo $cuef_securimage_webpath; ?>/securimage_play.swf?audio_file=<?php echo $cuef_securimage_webpath; ?>/securimage_play.php&#038;bgColor1=#fff&#038;bgColor2=#fff&#038;iconColor=#777&#038;borderWidth=1&#038;borderColor=#000" /></object>
1155
  <br /><br /><br />
1156
  <a align="right" tabindex="<?php echo $tabindex; $tabindex++; ?>" style="border-style: none" href="#" onclick="document.getElementById('captcha').src = '<?php echo $cuef_securimage_webpath; ?>/securimage_show_captcha.php?' + Math.random(); return false"><img src="<?php echo $cuef_securimage_webpath; ?>/images/refresh.gif" alt="<?php _e("Change image", $cimy_uef_domain); ?>" border="0" onclick="this.blur()" align="bottom" /></a>
1157
  </div>
1184
  </script>
1185
  <?php
1186
  }
1187
+ echo recaptcha_get_html($options['recaptcha_public_key'], null, is_ssl());
1188
  }
1189
 
1190
  cimy_switch_current_blog(true);
1294
  #login h1:first-child a:first-child {
1295
  background: url(<?php echo esc_url($cuef_upload_webpath.basename($options["registration-logo"])); ?>) no-repeat top center;
1296
  background-position: center top;
1297
+ background-size: auto auto;
1298
  width: <?php echo max(328, $logo_width); ?>px;
1299
  height: <?php echo $logo_height; ?>px;
1300
  text-indent: -9999px;
1306
  <?php
1307
  }
1308
  }
 
 
cimy_user_extra_fields.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Cimy User Extra Fields
4
  Plugin URI: http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/
5
  Description: Add some useful fields to registration and user's info
6
- Version: 2.3.10
7
  Author: Marco Cimmino
8
  Author URI: mailto:cimmino.marco@gmail.com
9
  License: GPL2
@@ -162,7 +162,7 @@ require_once($cuef_plugin_dir.'/cimy_uef_admin.php');
162
  add_action('admin_init', 'cimy_uef_admin_init');
163
 
164
  $cimy_uef_name = "Cimy User Extra Fields";
165
- $cimy_uef_version = "2.3.10";
166
  $cimy_uef_url = "http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/";
167
  $cimy_project_url = "http://www.marcocimmino.net/cimy-wordpress-plugins/support-the-cimy-project-paypal/";
168
 
@@ -582,5 +582,3 @@ add_filter('get_avatar', 'cimy_uef_avatar_filter', 1, 5);
582
 
583
  // add code to handle new value from ajax code in A&U Extended
584
  add_action('wp_ajax_save-extra-field-new-value', 'cimy_uef_admin_ajax_save_ef_new_value');
585
-
586
- ?>
3
  Plugin Name: Cimy User Extra Fields
4
  Plugin URI: http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/
5
  Description: Add some useful fields to registration and user's info
6
+ Version: 2.3.11
7
  Author: Marco Cimmino
8
  Author URI: mailto:cimmino.marco@gmail.com
9
  License: GPL2
162
  add_action('admin_init', 'cimy_uef_admin_init');
163
 
164
  $cimy_uef_name = "Cimy User Extra Fields";
165
+ $cimy_uef_version = "2.3.11";
166
  $cimy_uef_url = "http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/";
167
  $cimy_project_url = "http://www.marcocimmino.net/cimy-wordpress-plugins/support-the-cimy-project-paypal/";
168
 
582
 
583
  // add code to handle new value from ajax code in A&U Extended
584
  add_action('wp_ajax_save-extra-field-new-value', 'cimy_uef_admin_ajax_save_ef_new_value');
 
 
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: http://www.marcocimmino.net/cimy-wordpress-plugins/support-the-cimy
4
  Website link: http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/
5
  Tags: cimy, admin, registration, profile, extra fields, avatar, gravatar, recaptcha, captcha
6
  Requires at least: 3.1
7
- Tested up to: 3.4
8
- Stable tag: 2.3.10
9
 
10
  Add some useful fields to registration and user's info
11
 
4
  Website link: http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/
5
  Tags: cimy, admin, registration, profile, extra fields, avatar, gravatar, recaptcha, captcha
6
  Requires at least: 3.1
7
+ Tested up to: 3.5
8
+ Stable tag: 2.3.11
9
 
10
  Add some useful fields to registration and user's info
11
 
securimage/LICENSE.txt CHANGED
@@ -1,458 +1,25 @@
1
- GNU LESSER GENERAL PUBLIC LICENSE
2
- Version 2.1, February 1999
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
 
4
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
5
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6
- Everyone is permitted to copy and distribute verbatim copies
7
- of this license document, but changing it is not allowed.
8
-
9
- [This is the first released version of the Lesser GPL. It also counts
10
- as the successor of the GNU Library Public License, version 2, hence
11
- the version number 2.1.]
12
-
13
- Preamble
14
-
15
- The licenses for most software are designed to take away your
16
- freedom to share and change it. By contrast, the GNU General Public
17
- Licenses are intended to guarantee your freedom to share and change
18
- free software--to make sure the software is free for all its users.
19
-
20
- This license, the Lesser General Public License, applies to some
21
- specially designated software packages--typically libraries--of the
22
- Free Software Foundation and other authors who decide to use it. You
23
- can use it too, but we suggest you first think carefully about whether
24
- this license or the ordinary General Public License is the better
25
- strategy to use in any particular case, based on the explanations below.
26
-
27
- When we speak of free software, we are referring to freedom of use,
28
- not price. Our General Public Licenses are designed to make sure that
29
- you have the freedom to distribute copies of free software (and charge
30
- for this service if you wish); that you receive source code or can get
31
- it if you want it; that you can change the software and use pieces of
32
- it in new free programs; and that you are informed that you can do
33
- these things.
34
-
35
- To protect your rights, we need to make restrictions that forbid
36
- distributors to deny you these rights or to ask you to surrender these
37
- rights. These restrictions translate to certain responsibilities for
38
- you if you distribute copies of the library or if you modify it.
39
-
40
- For example, if you distribute copies of the library, whether gratis
41
- or for a fee, you must give the recipients all the rights that we gave
42
- you. You must make sure that they, too, receive or can get the source
43
- code. If you link other code with the library, you must provide
44
- complete object files to the recipients, so that they can relink them
45
- with the library after making changes to the library and recompiling
46
- it. And you must show them these terms so they know their rights.
47
-
48
- We protect your rights with a two-step method: (1) we copyright the
49
- library, and (2) we offer you this license, which gives you legal
50
- permission to copy, distribute and/or modify the library.
51
-
52
- To protect each distributor, we want to make it very clear that
53
- there is no warranty for the free library. Also, if the library is
54
- modified by someone else and passed on, the recipients should know
55
- that what they have is not the original version, so that the original
56
- author's reputation will not be affected by problems that might be
57
- introduced by others.
58
-
59
- Finally, software patents pose a constant threat to the existence of
60
- any free program. We wish to make sure that a company cannot
61
- effectively restrict the users of a free program by obtaining a
62
- restrictive license from a patent holder. Therefore, we insist that
63
- any patent license obtained for a version of the library must be
64
- consistent with the full freedom of use specified in this license.
65
-
66
- Most GNU software, including some libraries, is covered by the
67
- ordinary GNU General Public License. This license, the GNU Lesser
68
- General Public License, applies to certain designated libraries, and
69
- is quite different from the ordinary General Public License. We use
70
- this license for certain libraries in order to permit linking those
71
- libraries into non-free programs.
72
-
73
- When a program is linked with a library, whether statically or using
74
- a shared library, the combination of the two is legally speaking a
75
- combined work, a derivative of the original library. The ordinary
76
- General Public License therefore permits such linking only if the
77
- entire combination fits its criteria of freedom. The Lesser General
78
- Public License permits more lax criteria for linking other code with
79
- the library.
80
-
81
- We call this license the "Lesser" General Public License because it
82
- does Less to protect the user's freedom than the ordinary General
83
- Public License. It also provides other free software developers Less
84
- of an advantage over competing non-free programs. These disadvantages
85
- are the reason we use the ordinary General Public License for many
86
- libraries. However, the Lesser license provides advantages in certain
87
- special circumstances.
88
-
89
- For example, on rare occasions, there may be a special need to
90
- encourage the widest possible use of a certain library, so that it becomes
91
- a de-facto standard. To achieve this, non-free programs must be
92
- allowed to use the library. A more frequent case is that a free
93
- library does the same job as widely used non-free libraries. In this
94
- case, there is little to gain by limiting the free library to free
95
- software only, so we use the Lesser General Public License.
96
-
97
- In other cases, permission to use a particular library in non-free
98
- programs enables a greater number of people to use a large body of
99
- free software. For example, permission to use the GNU C Library in
100
- non-free programs enables many more people to use the whole GNU
101
- operating system, as well as its variant, the GNU/Linux operating
102
- system.
103
-
104
- Although the Lesser General Public License is Less protective of the
105
- users' freedom, it does ensure that the user of a program that is
106
- linked with the Library has the freedom and the wherewithal to run
107
- that program using a modified version of the Library.
108
-
109
- The precise terms and conditions for copying, distribution and
110
- modification follow. Pay close attention to the difference between a
111
- "work based on the library" and a "work that uses the library". The
112
- former contains code derived from the library, whereas the latter must
113
- be combined with the library in order to run.
114
-
115
- GNU LESSER GENERAL PUBLIC LICENSE
116
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
117
-
118
- 0. This License Agreement applies to any software library or other
119
- program which contains a notice placed by the copyright holder or
120
- other authorized party saying it may be distributed under the terms of
121
- this Lesser General Public License (also called "this License").
122
- Each licensee is addressed as "you".
123
-
124
- A "library" means a collection of software functions and/or data
125
- prepared so as to be conveniently linked with application programs
126
- (which use some of those functions and data) to form executables.
127
-
128
- The "Library", below, refers to any such software library or work
129
- which has been distributed under these terms. A "work based on the
130
- Library" means either the Library or any derivative work under
131
- copyright law: that is to say, a work containing the Library or a
132
- portion of it, either verbatim or with modifications and/or translated
133
- straightforwardly into another language. (Hereinafter, translation is
134
- included without limitation in the term "modification".)
135
-
136
- "Source code" for a work means the preferred form of the work for
137
- making modifications to it. For a library, complete source code means
138
- all the source code for all modules it contains, plus any associated
139
- interface definition files, plus the scripts used to control compilation
140
- and installation of the library.
141
-
142
- Activities other than copying, distribution and modification are not
143
- covered by this License; they are outside its scope. The act of
144
- running a program using the Library is not restricted, and output from
145
- such a program is covered only if its contents constitute a work based
146
- on the Library (independent of the use of the Library in a tool for
147
- writing it). Whether that is true depends on what the Library does
148
- and what the program that uses the Library does.
149
-
150
- 1. You may copy and distribute verbatim copies of the Library's
151
- complete source code as you receive it, in any medium, provided that
152
- you conspicuously and appropriately publish on each copy an
153
- appropriate copyright notice and disclaimer of warranty; keep intact
154
- all the notices that refer to this License and to the absence of any
155
- warranty; and distribute a copy of this License along with the
156
- Library.
157
-
158
- You may charge a fee for the physical act of transferring a copy,
159
- and you may at your option offer warranty protection in exchange for a
160
- fee.
161
-
162
- 2. You may modify your copy or copies of the Library or any portion
163
- of it, thus forming a work based on the Library, and copy and
164
- distribute such modifications or work under the terms of Section 1
165
- above, provided that you also meet all of these conditions:
166
-
167
- a) The modified work must itself be a software library.
168
-
169
- b) You must cause the files modified to carry prominent notices
170
- stating that you changed the files and the date of any change.
171
-
172
- c) You must cause the whole of the work to be licensed at no
173
- charge to all third parties under the terms of this License.
174
-
175
- d) If a facility in the modified Library refers to a function or a
176
- table of data to be supplied by an application program that uses
177
- the facility, other than as an argument passed when the facility
178
- is invoked, then you must make a good faith effort to ensure that,
179
- in the event an application does not supply such function or
180
- table, the facility still operates, and performs whatever part of
181
- its purpose remains meaningful.
182
-
183
- (For example, a function in a library to compute square roots has
184
- a purpose that is entirely well-defined independent of the
185
- application. Therefore, Subsection 2d requires that any
186
- application-supplied function or table used by this function must
187
- be optional: if the application does not supply it, the square
188
- root function must still compute square roots.)
189
-
190
- These requirements apply to the modified work as a whole. If
191
- identifiable sections of that work are not derived from the Library,
192
- and can be reasonably considered independent and separate works in
193
- themselves, then this License, and its terms, do not apply to those
194
- sections when you distribute them as separate works. But when you
195
- distribute the same sections as part of a whole which is a work based
196
- on the Library, the distribution of the whole must be on the terms of
197
- this License, whose permissions for other licensees extend to the
198
- entire whole, and thus to each and every part regardless of who wrote
199
- it.
200
-
201
- Thus, it is not the intent of this section to claim rights or contest
202
- your rights to work written entirely by you; rather, the intent is to
203
- exercise the right to control the distribution of derivative or
204
- collective works based on the Library.
205
-
206
- In addition, mere aggregation of another work not based on the Library
207
- with the Library (or with a work based on the Library) on a volume of
208
- a storage or distribution medium does not bring the other work under
209
- the scope of this License.
210
-
211
- 3. You may opt to apply the terms of the ordinary GNU General Public
212
- License instead of this License to a given copy of the Library. To do
213
- this, you must alter all the notices that refer to this License, so
214
- that they refer to the ordinary GNU General Public License, version 2,
215
- instead of to this License. (If a newer version than version 2 of the
216
- ordinary GNU General Public License has appeared, then you can specify
217
- that version instead if you wish.) Do not make any other change in
218
- these notices.
219
-
220
- Once this change is made in a given copy, it is irreversible for
221
- that copy, so the ordinary GNU General Public License applies to all
222
- subsequent copies and derivative works made from that copy.
223
-
224
- This option is useful when you wish to copy part of the code of
225
- the Library into a program that is not a library.
226
-
227
- 4. You may copy and distribute the Library (or a portion or
228
- derivative of it, under Section 2) in object code or executable form
229
- under the terms of Sections 1 and 2 above provided that you accompany
230
- it with the complete corresponding machine-readable source code, which
231
- must be distributed under the terms of Sections 1 and 2 above on a
232
- medium customarily used for software interchange.
233
-
234
- If distribution of object code is made by offering access to copy
235
- from a designated place, then offering equivalent access to copy the
236
- source code from the same place satisfies the requirement to
237
- distribute the source code, even though third parties are not
238
- compelled to copy the source along with the object code.
239
-
240
- 5. A program that contains no derivative of any portion of the
241
- Library, but is designed to work with the Library by being compiled or
242
- linked with it, is called a "work that uses the Library". Such a
243
- work, in isolation, is not a derivative work of the Library, and
244
- therefore falls outside the scope of this License.
245
-
246
- However, linking a "work that uses the Library" with the Library
247
- creates an executable that is a derivative of the Library (because it
248
- contains portions of the Library), rather than a "work that uses the
249
- library". The executable is therefore covered by this License.
250
- Section 6 states terms for distribution of such executables.
251
-
252
- When a "work that uses the Library" uses material from a header file
253
- that is part of the Library, the object code for the work may be a
254
- derivative work of the Library even though the source code is not.
255
- Whether this is true is especially significant if the work can be
256
- linked without the Library, or if the work is itself a library. The
257
- threshold for this to be true is not precisely defined by law.
258
-
259
- If such an object file uses only numerical parameters, data
260
- structure layouts and accessors, and small macros and small inline
261
- functions (ten lines or less in length), then the use of the object
262
- file is unrestricted, regardless of whether it is legally a derivative
263
- work. (Executables containing this object code plus portions of the
264
- Library will still fall under Section 6.)
265
-
266
- Otherwise, if the work is a derivative of the Library, you may
267
- distribute the object code for the work under the terms of Section 6.
268
- Any executables containing that work also fall under Section 6,
269
- whether or not they are linked directly with the Library itself.
270
-
271
- 6. As an exception to the Sections above, you may also combine or
272
- link a "work that uses the Library" with the Library to produce a
273
- work containing portions of the Library, and distribute that work
274
- under terms of your choice, provided that the terms permit
275
- modification of the work for the customer's own use and reverse
276
- engineering for debugging such modifications.
277
-
278
- You must give prominent notice with each copy of the work that the
279
- Library is used in it and that the Library and its use are covered by
280
- this License. You must supply a copy of this License. If the work
281
- during execution displays copyright notices, you must include the
282
- copyright notice for the Library among them, as well as a reference
283
- directing the user to the copy of this License. Also, you must do one
284
- of these things:
285
-
286
- a) Accompany the work with the complete corresponding
287
- machine-readable source code for the Library including whatever
288
- changes were used in the work (which must be distributed under
289
- Sections 1 and 2 above); and, if the work is an executable linked
290
- with the Library, with the complete machine-readable "work that
291
- uses the Library", as object code and/or source code, so that the
292
- user can modify the Library and then relink to produce a modified
293
- executable containing the modified Library. (It is understood
294
- that the user who changes the contents of definitions files in the
295
- Library will not necessarily be able to recompile the application
296
- to use the modified definitions.)
297
-
298
- b) Use a suitable shared library mechanism for linking with the
299
- Library. A suitable mechanism is one that (1) uses at run time a
300
- copy of the library already present on the user's computer system,
301
- rather than copying library functions into the executable, and (2)
302
- will operate properly with a modified version of the library, if
303
- the user installs one, as long as the modified version is
304
- interface-compatible with the version that the work was made with.
305
-
306
- c) Accompany the work with a written offer, valid for at
307
- least three years, to give the same user the materials
308
- specified in Subsection 6a, above, for a charge no more
309
- than the cost of performing this distribution.
310
-
311
- d) If distribution of the work is made by offering access to copy
312
- from a designated place, offer equivalent access to copy the above
313
- specified materials from the same place.
314
-
315
- e) Verify that the user has already received a copy of these
316
- materials or that you have already sent this user a copy.
317
-
318
- For an executable, the required form of the "work that uses the
319
- Library" must include any data and utility programs needed for
320
- reproducing the executable from it. However, as a special exception,
321
- the materials to be distributed need not include anything that is
322
- normally distributed (in either source or binary form) with the major
323
- components (compiler, kernel, and so on) of the operating system on
324
- which the executable runs, unless that component itself accompanies
325
- the executable.
326
-
327
- It may happen that this requirement contradicts the license
328
- restrictions of other proprietary libraries that do not normally
329
- accompany the operating system. Such a contradiction means you cannot
330
- use both them and the Library together in an executable that you
331
- distribute.
332
-
333
- 7. You may place library facilities that are a work based on the
334
- Library side-by-side in a single library together with other library
335
- facilities not covered by this License, and distribute such a combined
336
- library, provided that the separate distribution of the work based on
337
- the Library and of the other library facilities is otherwise
338
- permitted, and provided that you do these two things:
339
-
340
- a) Accompany the combined library with a copy of the same work
341
- based on the Library, uncombined with any other library
342
- facilities. This must be distributed under the terms of the
343
- Sections above.
344
-
345
- b) Give prominent notice with the combined library of the fact
346
- that part of it is a work based on the Library, and explaining
347
- where to find the accompanying uncombined form of the same work.
348
-
349
- 8. You may not copy, modify, sublicense, link with, or distribute
350
- the Library except as expressly provided under this License. Any
351
- attempt otherwise to copy, modify, sublicense, link with, or
352
- distribute the Library is void, and will automatically terminate your
353
- rights under this License. However, parties who have received copies,
354
- or rights, from you under this License will not have their licenses
355
- terminated so long as such parties remain in full compliance.
356
-
357
- 9. You are not required to accept this License, since you have not
358
- signed it. However, nothing else grants you permission to modify or
359
- distribute the Library or its derivative works. These actions are
360
- prohibited by law if you do not accept this License. Therefore, by
361
- modifying or distributing the Library (or any work based on the
362
- Library), you indicate your acceptance of this License to do so, and
363
- all its terms and conditions for copying, distributing or modifying
364
- the Library or works based on it.
365
-
366
- 10. Each time you redistribute the Library (or any work based on the
367
- Library), the recipient automatically receives a license from the
368
- original licensor to copy, distribute, link with or modify the Library
369
- subject to these terms and conditions. You may not impose any further
370
- restrictions on the recipients' exercise of the rights granted herein.
371
- You are not responsible for enforcing compliance by third parties with
372
- this License.
373
-
374
- 11. If, as a consequence of a court judgment or allegation of patent
375
- infringement or for any other reason (not limited to patent issues),
376
- conditions are imposed on you (whether by court order, agreement or
377
- otherwise) that contradict the conditions of this License, they do not
378
- excuse you from the conditions of this License. If you cannot
379
- distribute so as to satisfy simultaneously your obligations under this
380
- License and any other pertinent obligations, then as a consequence you
381
- may not distribute the Library at all. For example, if a patent
382
- license would not permit royalty-free redistribution of the Library by
383
- all those who receive copies directly or indirectly through you, then
384
- the only way you could satisfy both it and this License would be to
385
- refrain entirely from distribution of the Library.
386
-
387
- If any portion of this section is held invalid or unenforceable under any
388
- particular circumstance, the balance of the section is intended to apply,
389
- and the section as a whole is intended to apply in other circumstances.
390
-
391
- It is not the purpose of this section to induce you to infringe any
392
- patents or other property right claims or to contest validity of any
393
- such claims; this section has the sole purpose of protecting the
394
- integrity of the free software distribution system which is
395
- implemented by public license practices. Many people have made
396
- generous contributions to the wide range of software distributed
397
- through that system in reliance on consistent application of that
398
- system; it is up to the author/donor to decide if he or she is willing
399
- to distribute software through any other system and a licensee cannot
400
- impose that choice.
401
-
402
- This section is intended to make thoroughly clear what is believed to
403
- be a consequence of the rest of this License.
404
-
405
- 12. If the distribution and/or use of the Library is restricted in
406
- certain countries either by patents or by copyrighted interfaces, the
407
- original copyright holder who places the Library under this License may add
408
- an explicit geographical distribution limitation excluding those countries,
409
- so that distribution is permitted only in or among countries not thus
410
- excluded. In such case, this License incorporates the limitation as if
411
- written in the body of this License.
412
-
413
- 13. The Free Software Foundation may publish revised and/or new
414
- versions of the Lesser General Public License from time to time.
415
- Such new versions will be similar in spirit to the present version,
416
- but may differ in detail to address new problems or concerns.
417
-
418
- Each version is given a distinguishing version number. If the Library
419
- specifies a version number of this License which applies to it and
420
- "any later version", you have the option of following the terms and
421
- conditions either of that version or of any later version published by
422
- the Free Software Foundation. If the Library does not specify a
423
- license version number, you may choose any version ever published by
424
- the Free Software Foundation.
425
-
426
- 14. If you wish to incorporate parts of the Library into other free
427
- programs whose distribution conditions are incompatible with these,
428
- write to the author to ask for permission. For software which is
429
- copyrighted by the Free Software Foundation, write to the Free
430
- Software Foundation; we sometimes make exceptions for this. Our
431
- decision will be guided by the two goals of preserving the free status
432
- of all derivatives of our free software and of promoting the sharing
433
- and reuse of software generally.
434
-
435
- NO WARRANTY
436
-
437
- 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
438
- WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
439
- EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
440
- OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
441
- KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
442
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
443
- PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
444
- LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
445
- THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
446
-
447
- 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
448
- WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
449
- AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
450
- FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
451
- CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
452
- LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
453
- RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
454
- FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
455
- SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
456
- DAMAGES.
457
-
458
- END OF TERMS AND CONDITIONS
1
+ COPYRIGHT:
2
+ Copyright (c) 2011 Drew Phillips
3
+ All rights reserved.
4
+
5
+ Redistribution and use in source and binary forms, with or without modification,
6
+ are permitted provided that the following conditions are met:
7
+
8
+ - Redistributions of source code must retain the above copyright notice,
9
+ this list of conditions and the following disclaimer.
10
+ - Redistributions in binary form must reproduce the above copyright notice,
11
+ this list of conditions and the following disclaimer in the documentation
12
+ and/or other materials provided with the distribution.
13
+
14
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
15
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
18
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
19
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
20
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
23
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24
+ POSSIBILITY OF SUCH DAMAGE.
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
securimage/README.txt CHANGED
@@ -1,8 +1,8 @@
1
  NAME:
2
 
3
- Securimage - A PHP class for creating and managing form CAPTCHA images
4
 
5
- VERSION: 2.0 BETA
6
 
7
  AUTHOR:
8
 
@@ -19,9 +19,9 @@ DOCUMENTATION:
19
  be found at http://www.phpcaptcha.org/Securimage_Docs/
20
 
21
  REQUIREMENTS:
22
- PHP 4.3.0
23
  GD 2.0
24
- FreeType (recommended, required for TTF support)
25
 
26
  SYNOPSIS:
27
 
@@ -48,16 +48,36 @@ DESCRIPTION:
48
  The classes uses an existing PHP session or creates its own if none is found to store the
49
  CAPTCHA code. Variables within the class are used to control the style and display of the image.
50
  The class supports TTF fonts and effects for strengthening the security of the image.
51
- If TTF support is not available, GD fonts can be used as well, but certain options such as
52
- transparent text and angled letters cannot be used.
53
 
54
 
55
  COPYRIGHT:
56
- Copyright (c) 2009 Drew Phillips. All rights reserved.
57
- This software is released under the GNU Lesser General Public License.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
  -----------------------------------------------------------------------------
60
- Flash code created for Securimage by Douglas Walsh (www.douglaswalsh.net)
61
  Many thanks for releasing this to the project!
62
 
63
  ------------------------------------------------------------------------------
1
  NAME:
2
 
3
+ Securimage - A PHP class for creating captcha images and audio with many options.
4
 
5
+ VERSION: 3.0
6
 
7
  AUTHOR:
8
 
19
  be found at http://www.phpcaptcha.org/Securimage_Docs/
20
 
21
  REQUIREMENTS:
22
+ PHP 5.2 or greater
23
  GD 2.0
24
+ FreeType (Required, for TTF fonts)
25
 
26
  SYNOPSIS:
27
 
48
  The classes uses an existing PHP session or creates its own if none is found to store the
49
  CAPTCHA code. Variables within the class are used to control the style and display of the image.
50
  The class supports TTF fonts and effects for strengthening the security of the image.
51
+ An audible code can also be streamed to the browser for visually impared users.
 
52
 
53
 
54
  COPYRIGHT:
55
+ Copyright (c) 2011 Drew Phillips
56
+ All rights reserved.
57
+
58
+ Redistribution and use in source and binary forms, with or without modification,
59
+ are permitted provided that the following conditions are met:
60
+
61
+ - Redistributions of source code must retain the above copyright notice,
62
+ this list of conditions and the following disclaimer.
63
+ - Redistributions in binary form must reproduce the above copyright notice,
64
+ this list of conditions and the following disclaimer in the documentation
65
+ and/or other materials provided with the distribution.
66
+
67
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
68
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
69
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
70
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
71
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
72
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
73
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
74
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
75
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
76
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
77
+ POSSIBILITY OF SUCH DAMAGE.
78
 
79
  -----------------------------------------------------------------------------
80
+ Flash code created for Securimage by Mario Romero (animario@hotmail.com)
81
  Many thanks for releasing this to the project!
82
 
83
  ------------------------------------------------------------------------------
securimage/audio/0.mp3 DELETED
Binary file
securimage/audio/1.mp3 DELETED
Binary file
securimage/audio/2.mp3 DELETED
Binary file
securimage/audio/3.mp3 DELETED
Binary file
securimage/audio/4.mp3 DELETED
Binary file
securimage/audio/5.mp3 DELETED
Binary file
securimage/audio/6.mp3 DELETED
Binary file
securimage/audio/7.mp3 DELETED
Binary file
securimage/audio/8.mp3 DELETED
Binary file
securimage/audio/9.mp3 DELETED
Binary file
securimage/audio/A.mp3 DELETED
Binary file
securimage/audio/B.mp3 DELETED
Binary file
securimage/audio/C.mp3 DELETED
Binary file
securimage/audio/D.mp3 DELETED
Binary file
securimage/audio/E.mp3 DELETED
Binary file
securimage/audio/F.mp3 DELETED
Binary file
securimage/audio/G.mp3 DELETED
Binary file
securimage/audio/H.mp3 DELETED
Binary file
securimage/audio/I.mp3 DELETED
Binary file
securimage/audio/J.mp3 DELETED
Binary file
securimage/audio/K.mp3 DELETED
Binary file
securimage/audio/L.mp3 DELETED
Binary file
securimage/audio/M.mp3 DELETED
Binary file
securimage/audio/N.mp3 DELETED
Binary file
securimage/audio/O.mp3 DELETED
Binary file
securimage/audio/P.mp3 DELETED
Binary file
securimage/audio/Q.mp3 DELETED
Binary file
securimage/audio/R.mp3 DELETED
Binary file
securimage/audio/S.mp3 DELETED
Binary file
securimage/audio/T.mp3 DELETED
Binary file
securimage/audio/U.mp3 DELETED
Binary file
securimage/audio/V.mp3 DELETED
Binary file
securimage/audio/W.mp3 DELETED
Binary file
securimage/audio/X.mp3 DELETED
Binary file
securimage/audio/Y.mp3 DELETED
Binary file
securimage/audio/Z.mp3 DELETED
Binary file
securimage/audio/error.wav ADDED
Binary file
securimage/captcha.html ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- The following is example HTML that can be used on your form -->
2
+
3
+ <p>
4
+ <img id="siimage" style="border: 1px solid #000; margin-right: 15px" src="./securimage_show.php?sid=<?php echo md5(uniqid()) ?>" alt="CAPTCHA Image" align="left">
5
+ <object type="application/x-shockwave-flash" data="./securimage_play.swf?audio_file=./securimage_play.php&amp;bgColor1=#fff&amp;bgColor2=#fff&amp;iconColor=#777&amp;borderWidth=1&amp;borderColor=#000" height="32" width="32">
6
+ <param name="movie" value="./securimage_play.swf?audio_file=./securimage_play.php&amp;bgColor1=#fff&amp;bgColor2=#fff&amp;iconColor=#777&amp;borderWidth=1&amp;borderColor=#000">
7
+ </object>
8
+ &nbsp;
9
+ <a tabindex="-1" style="border-style: none;" href="#" title="Refresh Image" onclick="document.getElementById('siimage').src = './securimage_show.php?sid=' + Math.random(); this.blur(); return false"><img src="./images/refresh.png" alt="Reload Image" onclick="this.blur()" align="bottom" border="0"></a><br />
10
+ <strong>Enter Code*:</strong><br />
11
+ <input type="text" name="ct_captcha" size="12" maxlength="8" />
12
+ </p>
13
+
securimage/database/securimage.sqlite CHANGED
Binary file
securimage/example_form.ajax.php ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ session_start(); // this MUST be called prior to any output including whitespaces and line breaks!
3
+
4
+ $GLOBALS['ct_recipient'] = 'YOU@EXAMPLE.COM'; // Change to your email address!
5
+ $GLOBALS['ct_msg_subject'] = 'Securimage Test Contact Form';
6
+
7
+ $GLOBALS['DEBUG_MODE'] = 1;
8
+ // CHANGE TO 0 TO TURN OFF DEBUG MODE
9
+ // IN DEBUG MODE, ONLY THE CAPTCHA CODE IS VALIDATED, AND NO EMAIL IS SENT
10
+
11
+
12
+ // Process the form, if it was submitted
13
+ process_si_contact_form();
14
+
15
+ ?>
16
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
17
+ <html>
18
+ <head>
19
+ <title>Securimage Example Form</title>
20
+ <style type="text/css">
21
+ <!--
22
+ #success_message { border: 1px solid #000; width: 550px; text-align: left; padding: 10px 7px; background: #33ff33; color: #000; font-weight; bold; font-size: 1.2em; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
23
+ fieldset { width: 90%; }
24
+ legend { font-size: 24px; }
25
+ .note { font-size: 18px; }
26
+ -->
27
+ </style>
28
+
29
+ <script src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js"></script>
30
+
31
+ <script type="text/javascript">
32
+ function reloadCaptcha()
33
+ {
34
+ document.getElementById('siimage').src = './securimage_show.php?sid=' + Math.random();
35
+ }
36
+
37
+ function processForm()
38
+ {
39
+ new Ajax.Request('<?php echo $_SERVER['PHP_SELF'] ?>', {
40
+ method: 'post',
41
+ parameters: $('contact_form').serialize(),
42
+ onSuccess: function(transport) {
43
+ try {
44
+ var r = transport.responseText.evalJSON();
45
+
46
+ if (r.error == 0) {
47
+ $('success_message').show();
48
+ $('contact_form').reset();
49
+ reloadCaptcha();
50
+ setTimeout("$('success_message').hide()", 30000);
51
+ } else {
52
+ alert("There was an error with your submission.\n\n" + r.message);
53
+ }
54
+ } catch(ex) {
55
+ alert("There was an error parsing the json");
56
+ }
57
+ },
58
+ onFailure: function(err) {
59
+ alert("Ajax request failed");
60
+ }
61
+ });
62
+
63
+ return false;
64
+ }
65
+ </script>
66
+ </head>
67
+ <body>
68
+
69
+ <fieldset>
70
+ <legend>Example Form</legend>
71
+
72
+ <p class="note">
73
+ This is an example PHP form that processes user information, checks for errors, and validates the captcha code.<br />
74
+ This example form also demonstrates how to submit a form to itself to display error messages.
75
+ </p>
76
+
77
+ <div id="success_message" style="display: none">Your message has been sent!<br />We will contact you as soon as possible.</div>
78
+
79
+ <form method="post" action="" id="contact_form" onsubmit="return processForm()">
80
+ <input type="hidden" name="do" value="contact" />
81
+
82
+ <p>
83
+ <strong>Name*:</strong><br />
84
+ <input type="text" name="ct_name" size="35" value="" />
85
+ </p>
86
+
87
+ <p>
88
+ <strong>Email*:</strong><br />
89
+ <input type="text" name="ct_email" size="35" value="" />
90
+ </p>
91
+
92
+ <p>
93
+ <strong>URL:</strong><br />
94
+ <input type="text" name="ct_URL" size="35" value="" />
95
+ </p>
96
+
97
+ <p>
98
+ <strong>Message*:</strong><br />
99
+ <textarea name="ct_message" style="width: 450px; height: 200px"></textarea>
100
+ </p>
101
+
102
+ <p>
103
+ <img id="siimage" style="border: 1px solid #000; margin-right: 15px" src="./securimage_show.php?sid=<?php echo md5(uniqid()) ?>" alt="CAPTCHA Image" align="left">
104
+ <object type="application/x-shockwave-flash" data="./securimage_play.swf?audio_file=./securimage_play.php&amp;bgColor1=#fff&amp;bgColor2=#fff&amp;iconColor=#777&amp;borderWidth=1&amp;borderColor=#000" height="32" width="32">
105
+ <param name="movie" value="./securimage_play.swf?audio_file=./securimage_play.php&amp;bgColor1=#fff&amp;bgColor2=#fff&amp;iconColor=#777&amp;borderWidth=1&amp;borderColor=#000">
106
+ </object>
107
+ &nbsp;
108
+ <a tabindex="-1" style="border-style: none;" href="#" title="Refresh Image" onclick="reloadCaptcha(); this.blur(); return false"><img src="./images/refresh.png" alt="Reload Image" onclick="this.blur()" align="bottom" border="0"></a><br />
109
+ <strong>Enter Code*:</strong><br />
110
+ <input type="text" name="ct_captcha" size="12" maxlength="8" />
111
+ </p>
112
+
113
+ <p>
114
+ <br />
115
+ <input type="submit" value="Submit Message">
116
+ </p>
117
+
118
+ </form>
119
+ </fieldset>
120
+
121
+ </body>
122
+ </html>
123
+
124
+ <?php
125
+
126
+ // The form processor PHP code
127
+ function process_si_contact_form()
128
+ {
129
+ if ($_SERVER['REQUEST_METHOD'] == 'POST' && @$_POST['do'] == 'contact') {
130
+ // if the form has been submitted
131
+
132
+ foreach($_POST as $key => $value) {
133
+ if (!is_array($key)) {
134
+ // sanitize the input data
135
+ if ($key != 'ct_message') $value = strip_tags($value);
136
+ $_POST[$key] = htmlspecialchars(stripslashes(trim($value)));
137
+ }
138
+ }
139
+
140
+ $name = @$_POST['ct_name']; // name from the form
141
+ $email = @$_POST['ct_email']; // email from the form
142
+ $URL = @$_POST['ct_URL']; // url from the form
143
+ $message = @$_POST['ct_message']; // the message from the form
144
+ $captcha = @$_POST['ct_captcha']; // the user's entry for the captcha code
145
+ $name = substr($name, 0, 64); // limit name to 64 characters
146
+
147
+ $errors = array(); // initialize empty error array
148
+
149
+ if (isset($GLOBALS['DEBUG_MODE']) && $GLOBALS['DEBUG_MODE'] == false) {
150
+ // only check for errors if the form is not in debug mode
151
+
152
+ if (strlen($name) < 3) {
153
+ // name too short, add error
154
+ $errors['name_error'] = 'Your name is required';
155
+ }
156
+
157
+ if (strlen($email) == 0) {
158
+ // no email address given
159
+ $errors['email_error'] = 'Email address is required';
160
+ } else if ( !preg_match('/^(?:[\w\d]+\.?)+@(?:(?:[\w\d]\-?)+\.)+\w{2,4}$/i', $email)) {
161
+ // invalid email format
162
+ $errors['email_error'] = 'Email address entered is invalid';
163
+ }
164
+
165
+ if (strlen($message) < 20) {
166
+ // message length too short
167
+ $errors['message_error'] = 'Please enter a message';
168
+ }
169
+ }
170
+
171
+ // Only try to validate the captcha if the form has no errors
172
+ // This is especially important for ajax calls
173
+ if (sizeof($errors) == 0) {
174
+ require_once dirname(__FILE__) . '/securimage.php';
175
+ $securimage = new Securimage();
176
+
177
+ if ($securimage->check($captcha) == false) {
178
+ $errors['captcha_error'] = 'Incorrect security code entered';
179
+ }
180
+ }
181
+
182
+ if (sizeof($errors) == 0) {
183
+ // no errors, send the form
184
+ $time = date('r');
185
+ $message = "A message was submitted from the contact form. The following information was provided.<br /><br />"
186
+ . "Name: $name<br />"
187
+ . "Email: $email<br />"
188
+ . "URL: $URL<br />"
189
+ . "Message:<br />"
190
+ . "<pre>$message</pre>"
191
+ . "<br /><br />IP Address: {$_SERVER['REMOTE_ADDR']}<br />"
192
+ . "Time: $time<br />"
193
+ . "Browser: {$_SERVER['HTTP_USER_AGENT']}<br />";
194
+
195
+ if (isset($GLOBALS['DEBUG_MODE']) && $GLOBALS['DEBUG_MODE'] == false) {
196
+ // send the message with mail()
197
+ mail($GLOBALS['ct_recipient'], $GLOBALS['ct_msg_subject'], $message, "From: {$GLOBALS['ct_recipient']}\r\nReply-To: {$email}\r\nContent-type: text/html; charset=ISO-8859-1\r\nMIME-Version: 1.0");
198
+ }
199
+
200
+ $return = array('error' => 0, 'message' => 'OK');
201
+ die(json_encode($return));
202
+ } else {
203
+ $errmsg = '';
204
+ foreach($errors as $key => $error) {
205
+ // set up error messages to display with each field
206
+ $errmsg .= " - {$error}\n";
207
+ }
208
+
209
+ $return = array('error' => 1, 'message' => $errmsg);
210
+ die(json_encode($return));
211
+ }
212
+ } // POST
213
+ } // function process_si_contact_form()
securimage/example_form.php CHANGED
@@ -1,71 +1,191 @@
1
  <?php
 
2
 
3
- /**
4
- * Project: Securimage: A PHP class for creating and managing form CAPTCHA images<br />
5
- * File: securimage.php<br />
6
- * URL: www.phpcaptcha.org
7
- */
8
-
9
-
10
- session_start(); // Start the session where the code will be stored.
11
 
12
  ?>
 
13
  <html>
14
  <head>
15
- <title>Securimage Test Form</title>
 
 
 
 
 
 
 
 
 
16
  </head>
17
-
18
  <body>
19
 
20
- <?php
21
- if (empty($_POST)) { ?>
22
- <form method="POST">
23
- Username:<br />
24
- <input type="text" name="username" /><br />
25
- Password:<br />
26
- <input type="text" name="password" /><br /><br />
27
-
28
- <div style="width: 430px; float: left; height: 90px">
29
- <img id="siimage" align="left" style="padding-right: 5px; border: 0" src="securimage_show.php?sid=<?php echo md5(time()) ?>" />
30
-
31
- <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="19" height="19" id="SecurImage_as3" align="middle">
32
- <param name="allowScriptAccess" value="sameDomain" />
33
- <param name="allowFullScreen" value="false" />
34
- <param name="movie" value="securimage_play.swf?audio=securimage_play.php&bgColor1=#777&bgColor2=#fff&iconColor=#000&roundedCorner=5" />
35
- <param name="quality" value="high" />
36
-
37
- <param name="bgcolor" value="#ffffff" />
38
- <embed src="securimage_play.swf?audio=securimage_play.php&bgColor1=#777&bgColor2=#fff&iconColor=#000&roundedCorner=5" quality="high" bgcolor="#ffffff" width="19" height="19" name="SecurImage_as3" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
39
- </object>
40
-
41
- <br />
42
-
43
- <!-- pass a session id to the query string of the script to prevent ie caching -->
44
- <a tabindex="-1" style="border-style: none" href="#" title="Refresh Image" onclick="document.getElementById('siimage').src = 'securimage_show.php?sid=' + Math.random(); return false"><img src="images/refresh.gif" alt="Reload Image" border="0" onclick="this.blur()" align="bottom" /></a>
45
- </div>
46
- <div style="clear: both"></div>
47
- Code:<br />
48
-
49
- <!-- NOTE: the "name" attribute is "code" so that $img->check($_POST['code']) will check the submitted form field -->
50
- <input type="text" name="code" size="12" /><br /><br />
51
-
52
- <input type="submit" value="Submit Form" />
53
- </form>
54
 
55
  <?php
56
- } else { //form is posted
57
- include("securimage.php");
58
- $img = new Securimage();
59
- $valid = $img->check($_POST['code']);
60
-
61
- if($valid == true) {
62
- echo "<center>Thanks, you entered the correct code.<br />Click <a href=\"{$_SERVER['PHP_SELF']}\">here</a> to go back.</center>";
63
- } else {
64
- echo "<center>Sorry, the code you entered was invalid. <a href=\"javascript:history.go(-1)\">Go back</a> to try again.</center>";
65
- }
66
- }
67
 
68
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
 
70
  </body>
71
  </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <?php
2
+ session_start(); // this MUST be called prior to any output including whitespaces and line breaks!
3
 
4
+ $GLOBALS['DEBUG_MODE'] = 1;
5
+ // CHANGE TO 0 TO TURN OFF DEBUG MODE
6
+ // IN DEBUG MODE, ONLY THE CAPTCHA CODE IS VALIDATED, AND NO EMAIL IS SENT
 
 
 
 
 
7
 
8
  ?>
9
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
10
  <html>
11
  <head>
12
+ <title>Securimage Example Form</title>
13
+ <style type="text/css">
14
+ <!--
15
+ .error { color: #f00; font-weight: bold; font-size: 1.2em; }
16
+ .success { color: #00f; font-weight; bold; font-size: 1.2em; }
17
+ fieldset { width: 90%; }
18
+ legend { font-size: 24px; }
19
+ .note { font-size: 18px;
20
+ -->
21
+ </style>
22
  </head>
 
23
  <body>
24
 
25
+ <fieldset>
26
+ <legend>Example Form</legend>
27
+
28
+ <p class="note">
29
+ This is an example PHP form that processes user information, checks for errors, and validates the captcha code.<br />
30
+ This example form also demonstrates how to submit a form to itself to display error messages.
31
+ </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
  <?php
 
 
 
 
 
 
 
 
 
 
 
34
 
35
+ $GLOBALS['ct_recipient'] = 'YOU@EXAMPLE.COm'; // Change to your email address!
36
+ $GLOBALS['ct_msg_subject'] = 'Securimage Test Contact Form';
37
+
38
+ process_si_contact_form(); // Process the form, if it was submitted
39
+
40
+ if (isset($_SESSION['ctform']['error']) && $_SESSION['ctform']['error'] == true): /* The last form submission had 1 or more errors */ ?>
41
+ <span class="error">There was a problem with your submission. Errors are displayed below in red.</span><br /><br />
42
+ <?php elseif (isset($_SESSION['ctform']['success']) && $_SESSION['ctform']['success'] == true): /* form was processed successfully */ ?>
43
+ <span class="success">The captcha was correct and the message has been sent!</span><br /><br />
44
+ <?php endif; ?>
45
+
46
+ <form method="post" action="<?php echo $_SERVER['REQUEST_URI'] . $_SERVER['QUERY_STRING'] ?>" id="contact_form">
47
+ <input type="hidden" name="do" value="contact" />
48
+
49
+ <p>
50
+ <strong>Name*:</strong>&nbsp; &nbsp;<?php echo @$_SESSION['ctform']['name_error'] ?><br />
51
+ <input type="text" name="ct_name" size="35" value="<?php echo htmlspecialchars(@$_SESSION['ctform']['ct_name']) ?>" />
52
+ </p>
53
+
54
+ <p>
55
+ <strong>Email*:</strong>&nbsp; &nbsp;<?php echo @$_SESSION['ctform']['email_error'] ?><br />
56
+ <input type="text" name="ct_email" size="35" value="<?php echo htmlspecialchars(@$_SESSION['ctform']['ct_email']) ?>" />
57
+ </p>
58
+
59
+ <p>
60
+ <strong>URL:</strong>&nbsp; &nbsp;<?php echo @$_SESSION['ctform']['URL_error'] ?><br />
61
+ <input type="text" name="ct_URL" size="35" value="<?php echo htmlspecialchars(@$_SESSION['ctform']['ct_URL']) ?>" />
62
+ </p>
63
+
64
+ <p>
65
+ <strong>Message*:</strong>&nbsp; &nbsp;<?php echo @$_SESSION['ctform']['message_error'] ?><br />
66
+ <textarea name="ct_message" style="width: 450px; height: 200px"><?php echo htmlspecialchars(@$_SESSION['ctform']['ct_message']) ?></textarea>
67
+ </p>
68
+
69
+ <p>
70
+ <img id="siimage" style="border: 1px solid #000; margin-right: 15px" src="./securimage_show.php?sid=<?php echo md5(uniqid()) ?>" alt="CAPTCHA Image" align="left">
71
+ <object type="application/x-shockwave-flash" data="./securimage_play.swf?audio_file=./securimage_play.php&amp;bgColor1=#fff&amp;bgColor2=#fff&amp;iconColor=#777&amp;borderWidth=1&amp;borderColor=#000" height="32" width="32">
72
+ <param name="movie" value="./securimage_play.swf?audio_file=./securimage_play.php&amp;bgColor1=#fff&amp;bgColor2=#fff&amp;iconColor=#777&amp;borderWidth=1&amp;borderColor=#000">
73
+ </object>
74
+ &nbsp;
75
+ <a tabindex="-1" style="border-style: none;" href="#" title="Refresh Image" onclick="document.getElementById('siimage').src = './securimage_show.php?sid=' + Math.random(); this.blur(); return false"><img src="./images/refresh.png" alt="Reload Image" onclick="this.blur()" align="bottom" border="0"></a><br />
76
+ <strong>Enter Code*:</strong><br />
77
+ <?php echo @$_SESSION['ctform']['captcha_error'] ?>
78
+ <input type="text" name="ct_captcha" size="12" maxlength="8" />
79
+ </p>
80
+
81
+ <p>
82
+ <br />
83
+ <input type="submit" value="Submit Message">
84
+ </p>
85
+
86
+ </form>
87
+ </fieldset>
88
 
89
  </body>
90
  </html>
91
+
92
+ <?php
93
+
94
+ // The form processor PHP code
95
+ function process_si_contact_form()
96
+ {
97
+ $_SESSION['ctform'] = array(); // re-initialize the form session data
98
+
99
+ if ($_SERVER['REQUEST_METHOD'] == 'POST' && @$_POST['do'] == 'contact') {
100
+ // if the form has been submitted
101
+
102
+ foreach($_POST as $key => $value) {
103
+ if (!is_array($key)) {
104
+ // sanitize the input data
105
+ if ($key != 'ct_message') $value = strip_tags($value);
106
+ $_POST[$key] = htmlspecialchars(stripslashes(trim($value)));
107
+ }
108
+ }
109
+
110
+ $name = @$_POST['ct_name']; // name from the form
111
+ $email = @$_POST['ct_email']; // email from the form
112
+ $URL = @$_POST['ct_URL']; // url from the form
113
+ $message = @$_POST['ct_message']; // the message from the form
114
+ $captcha = @$_POST['ct_captcha']; // the user's entry for the captcha code
115
+ $name = substr($name, 0, 64); // limit name to 64 characters
116
+
117
+ $errors = array(); // initialize empty error array
118
+
119
+ if (isset($GLOBALS['DEBUG_MODE']) && $GLOBALS['DEBUG_MODE'] == false) {
120
+ // only check for errors if the form is not in debug mode
121
+
122
+ if (strlen($name) < 3) {
123
+ // name too short, add error
124
+ $errors['name_error'] = 'Your name is required';
125
+ }
126
+
127
+ if (strlen($email) == 0) {
128
+ // no email address given
129
+ $errors['email_error'] = 'Email address is required';
130
+ } else if ( !preg_match('/^(?:[\w\d]+\.?)+@(?:(?:[\w\d]\-?)+\.)+\w{2,4}$/i', $email)) {
131
+ // invalid email format
132
+ $errors['email_error'] = 'Email address entered is invalid';
133
+ }
134
+
135
+ if (strlen($message) < 20) {
136
+ // message length too short
137
+ $errors['message_error'] = 'Please enter a message';
138
+ }
139
+ }
140
+
141
+ // Only try to validate the captcha if the form has no errors
142
+ // This is especially important for ajax calls
143
+ if (sizeof($errors) == 0) {
144
+ require_once dirname(__FILE__) . '/securimage.php';
145
+ $securimage = new Securimage();
146
+
147
+ if ($securimage->check($captcha) == false) {
148
+ $errors['captcha_error'] = 'Incorrect security code entered<br />';
149
+ }
150
+ }
151
+
152
+ if (sizeof($errors) == 0) {
153
+ // no errors, send the form
154
+ $time = date('r');
155
+ $message = "A message was submitted from the contact form. The following information was provided.<br /><br />"
156
+ . "Name: $name<br />"
157
+ . "Email: $email<br />"
158
+ . "URL: $URL<br />"
159
+ . "Message:<br />"
160
+ . "<pre>$message</pre>"
161
+ . "<br /><br />IP Address: {$_SERVER['REMOTE_ADDR']}<br />"
162
+ . "Time: $time<br />"
163
+ . "Browser: {$_SERVER['HTTP_USER_AGENT']}<br />";
164
+
165
+ $message = wordwrap($message, 70);
166
+
167
+ if (isset($GLOBALS['DEBUG_MODE']) && $GLOBALS['DEBUG_MODE'] == false) {
168
+ // send the message with mail()
169
+ mail($GLOBALS['ct_recipient'], $GLOBALS['ct_msg_subject'], $message, "From: {$GLOBALS['ct_recipient']}\r\nReply-To: {$email}\r\nContent-type: text/html; charset=ISO-8859-1\r\nMIME-Version: 1.0");
170
+ }
171
+
172
+ $_SESSION['ctform']['error'] = false; // no error with form
173
+ $_SESSION['ctform']['success'] = true; // message sent
174
+ } else {
175
+ // save the entries, this is to re-populate the form
176
+ $_SESSION['ctform']['ct_name'] = $name; // save name from the form submission
177
+ $_SESSION['ctform']['ct_email'] = $email; // save email
178
+ $_SESSION['ctform']['ct_URL'] = $URL; // save URL
179
+ $_SESSION['ctform']['ct_message'] = $message; // save message
180
+
181
+ foreach($errors as $key => $error) {
182
+ // set up error messages to display with each field
183
+ $_SESSION['ctform'][$key] = "<span style=\"font-weight: bold; color: #f00\">$error</span>";
184
+ }
185
+
186
+ $_SESSION['ctform']['error'] = true; // set error floag
187
+ }
188
+ } // POST
189
+ }
190
+
191
+ $_SESSION['ctform']['success'] = false; // clear success value after running
securimage/gdfonts/automatic.gdf DELETED
Binary file
securimage/images/refresh.png ADDED
Binary file
securimage/securimage.php CHANGED
@@ -1,22 +1,34 @@
1
  <?php
2
 
 
 
3
  /**
4
  * Project: Securimage: A PHP class for creating and managing form CAPTCHA images<br />
5
  * File: securimage.php<br />
6
  *
7
- * This library is free software; you can redistribute it and/or
8
- * modify it under the terms of the GNU Lesser General Public
9
- * License as published by the Free Software Foundation; either
10
- * version 2.1 of the License, or any later version.<br /><br />
11
- *
12
- * This library is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
- * Lesser General Public License for more details.<br /><br />
16
- *
17
- * You should have received a copy of the GNU Lesser General Public
18
- * License along with this library; if not, write to the Free Software
19
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA<br /><br />
 
 
 
 
 
 
 
 
 
 
20
  *
21
  * Any modifications to the library should be indicated clearly in the source code
22
  * to inform users that the changes are not a part of the original software.<br /><br />
@@ -27,9 +39,9 @@
27
  * @link http://www.phpcaptcha.org Securimage PHP CAPTCHA
28
  * @link http://www.phpcaptcha.org/latest.zip Download Latest Version
29
  * @link http://www.phpcaptcha.org/Securimage_Docs/ Online Documentation
30
- * @copyright 2009 Drew Phillips
31
  * @author Drew Phillips <drew@drew-phillips.com>
32
- * @version 2.0.1 BETA (December 6th, 2009)
33
  * @package Securimage
34
  *
35
  */
@@ -37,6 +49,23 @@
37
  /**
38
  ChangeLog
39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  2.0.1
41
  - Add support for browsers with cookies disabled (requires php5, sqlite) maps users to md5 hashed ip addresses and md5 hashed codes for security
42
  - Add fallback to gd fonts if ttf support is not enabled or font file not found (Mike Challis http://www.642weather.com/weather/scripts.php)
@@ -80,1505 +109,1329 @@
80
 
81
  */
82
 
83
- /**
84
- * Output images in JPEG format
85
- */
86
- if (!defined('SI_IMAGE_JPEG'))
87
- define('SI_IMAGE_JPEG', 1);
88
- /**
89
- * Output images in PNG format
90
- */
91
- if (!defined('SI_IMAGE_PNG'))
92
- define('SI_IMAGE_PNG', 2);
93
- /**
94
- * Output images in GIF format (not recommended)
95
- * Must have GD >= 2.0.28!
96
- */
97
- if (!defined('SI_IMAGE_GIF'))
98
- define('SI_IMAGE_GIF', 3);
99
 
100
  /**
101
  * Securimage CAPTCHA Class.
102
  *
 
103
  * @package Securimage
104
  * @subpackage classes
 
105
  *
106
  */
107
- class Securimage {
108
-
109
- /**
110
- * The desired width of the CAPTCHA image.
111
- *
112
- * @var int
113
- */
114
- var $image_width;
115
-
116
- /**
117
- * The desired width of the CAPTCHA image.
118
- *
119
- * @var int
120
- */
121
- var $image_height;
122
-
123
- /**
124
- * The image format for output.<br />
125
- * Valid options: SI_IMAGE_PNG, SI_IMAGE_JPG, SI_IMAGE_GIF
126
- *
127
- * @var int
128
- */
129
- var $image_type;
130
-
131
- /**
132
- * The length of the code to generate.
133
- *
134
- * @var int
135
- */
136
- var $code_length;
137
-
138
- /**
139
- * The character set for individual characters in the image.<br />
140
- * Letters are converted to uppercase.<br />
141
- * The font must support the letters or there may be problematic substitutions.
142
- *
143
- * @var string
144
- */
145
- var $charset;
146
-
147
- /**
148
- * Create codes using this word list
149
- *
150
- * @var string The path to the word list to use for creating CAPTCHA codes
151
- */
152
- var $wordlist_file;
153
-
154
- /**
155
- * Use wordlist of not
156
- *
157
- * @var bool true to use wordlist file, false to use random code
158
- */
159
- var $use_wordlist = false;
160
-
161
- /**
162
- * Note: Use of GD fonts is not recommended as many distortion features are not available<br />
163
- * The GD font to use.<br />
164
- * Internal gd fonts can be loaded by their number.<br />
165
- * Alternatively, a file path can be given and the font will be loaded from file.
166
- *
167
- * @var mixed
168
- */
169
- var $gd_font_file;
170
-
171
- /**
172
- * The approximate size of the font in pixels.<br />
173
- * This does not control the size of the font because that is determined by the GD font itself.<br />
174
- * This is used to aid the calculations of positioning used by this class.<br />
175
- *
176
- * @var int
177
- */
178
- var $gd_font_size;
179
-
180
- /**
181
- * Use a gd font instead of TTF
182
- *
183
- * @var bool true for gd font, false for TTF
184
- */
185
- var $use_gd_font;
186
-
187
- // Note: These font options below do not apply if you set $use_gd_font to true with the exception of $text_color
188
-
189
- /**
190
- * The path to the TTF font file to load.
191
- *
192
- * @var string
193
- */
194
- var $ttf_file;
195
-
196
- /**
197
- * How much to distort image, higher = more distortion.<br />
198
- * Distortion is only available when using TTF fonts.<br />
199
- *
200
- * @var float
201
- */
202
- var $perturbation;
203
-
204
- /**
205
- * The minimum angle in degrees, with 0 degrees being left-to-right reading text.<br />
206
- * Higher values represent a counter-clockwise rotation.<br />
207
- * For example, a value of 90 would result in bottom-to-top reading text.<br />
208
- * This value along with maximum angle distance do not need to be very high with perturbation
209
- *
210
- * @var int
211
- */
212
- var $text_angle_minimum;
213
-
214
- /**
215
- * The minimum angle in degrees, with 0 degrees being left-to-right reading text.<br />
216
- * Higher values represent a counter-clockwise rotation.<br />
217
- * For example, a value of 90 would result in bottom-to-top reading text.
218
- *
219
- * @var int
220
- */
221
- var $text_angle_maximum;
222
-
223
- /**
224
- * The X-Position on the image where letter drawing will begin.<br />
225
- * This value is in pixels from the left side of the image.
226
- *
227
- * @var int
228
- * @deprecated 2.0
229
- */
230
- var $text_x_start;
231
-
232
- /**
233
- * The background color for the image as a Securimage_Color.<br />
234
- *
235
- * @var Securimage_Color
236
- */
237
- var $image_bg_color;
238
-
239
- /**
240
- * Scan this directory for gif, jpg, and png files to use as background images.<br />
241
- * A random image file will be picked each time.<br />
242
- * Change from null to the full path to your directory.<br />
243
- * i.e. var $background_directory = $_SERVER['DOCUMENT_ROOT'] . '/securimage/backgrounds';
244
- * Make sure not to pass a background image to the show function, otherwise this directive is ignored.
245
- *
246
- * @var string
247
- */
248
- var $background_directory = null; //'./backgrounds';
249
-
250
- /**
251
- * The text color to use for drawing characters as a Securimage_Color.<br />
252
- * This value is ignored if $use_multi_text is set to true.<br />
253
- * Make sure this contrasts well with the background color or image.<br />
254
- *
255
- * @see Securimage::$use_multi_text
256
- * @var Securimage_Color
257
- */
258
- var $text_color;
259
-
260
- /**
261
- * Set to true to use multiple colors for each character.
262
- *
263
- * @see Securimage::$multi_text_color
264
- * @var boolean
265
- */
266
- var $use_multi_text;
267
-
268
- /**
269
- * Array of Securimage_Colors which will be randomly selected for each letter.<br />
270
- *
271
- * @var array
272
- */
273
- var $multi_text_color;
274
-
275
- /**
276
- * Set to true to make the characters appear transparent.
277
- *
278
- * @see Securimage::$text_transparency_percentage
279
- * @var boolean
280
- */
281
- var $use_transparent_text;
282
-
283
- /**
284
- * The percentage of transparency, 0 to 100.<br />
285
- * A value of 0 is completely opaque, 100 is completely transparent (invisble)
286
- *
287
- * @see Securimage::$use_transparent_text
288
- * @var int
289
- */
290
- var $text_transparency_percentage;
291
-
292
-
293
- // Line options
294
- /**
295
- * Draw vertical and horizontal lines on the image.
296
- *
297
- * @see Securimage::$line_color
298
- * @see Securimage::$draw_lines_over_text
299
- * @var boolean
300
- */
301
- var $num_lines;
302
-
303
- /**
304
- * Color of lines drawn over text
305
- *
306
- * @var string
307
- */
308
- var $line_color;
309
-
310
- /**
311
- * Draw the lines over the text.<br />
312
- * If fales lines will be drawn before putting the text on the image.
313
- *
314
- * @var boolean
315
- */
316
- var $draw_lines_over_text;
317
-
318
- /**
319
- * Text to write at the bottom corner of captcha image
320
- *
321
- * @since 2.0
322
- * @var string Signature text
323
- */
324
- var $image_signature;
325
-
326
- /**
327
- * Color to use for writing signature text
328
- *
329
- * @since 2.0
330
- * @var Securimage_Color
331
- */
332
- var $signature_color;
333
-
334
- /**
335
- * Full path to the WAV files to use to make the audio files, include trailing /.<br />
336
- * Name Files [A-Z0-9].wav
337
- *
338
- * @since 1.0.1
339
- * @var string
340
- */
341
- var $audio_path;
342
-
343
- /**
344
- * Type of audio file to generate (mp3 or wav)
345
- *
346
- * @var string
347
- */
348
- var $audio_format;
349
-
350
- /**
351
- * The session name to use if not the default. Blank for none
352
- *
353
- * @see http://php.net/session_name
354
- * @since 2.0
355
- * @var string
356
- */
357
- var $session_name = '';
358
-
359
- /**
360
- * The amount of time in seconds that a code remains valid.<br />
361
- * Any code older than this number will be considered invalid even if entered correctly.<br />
362
- * Any non-numeric or value less than 1 disables this functionality.
363
- *
364
- * @var int
365
- */
366
- var $expiry_time;
367
-
368
- /**
369
- * Path to the file to use for storing codes for users.<br />
370
- * THIS FILE MUST ABSOLUTELY NOT BE ACCESSIBLE FROM A WEB BROWSER!!<br />
371
- * Put this file in a directory below the web root or one that is restricted (i.e. an apache .htaccess file with deny from all)<br />
372
- * If you cannot meet those requirements your forms may not be completely protected.<br />
373
- * You could obscure the database file name but this is also not recommended.
374
- *
375
- * @var string
376
- */
377
- var $sqlite_database;
378
-
379
- /**
380
- * Use an SQLite database for storing codes as a backup to sessions.<br />
381
- * Note: Sessions will still be used
382
- */
383
- var $use_sqlite_db;
384
-
385
-
386
- //END USER CONFIGURATION
387
- //There should be no need to edit below unless you really know what you are doing.
388
-
389
- /**
390
- * The gd image resource.
391
- *
392
- * @access private
393
- * @var resource
394
- */
395
- var $im;
396
-
397
- /**
398
- * Temporary image for rendering
399
- *
400
- * @access private
401
- * @var resource
402
- */
403
- var $tmpimg;
404
-
405
- /**
406
- * Internal scale factor for anti-alias @hkcaptcha
407
- *
408
- * @access private
409
- * @since 2.0
410
- * @var int
411
- */
412
- var $iscale; // internal scale factor for anti-alias @hkcaptcha
413
-
414
- /**
415
- * The background image resource
416
- *
417
- * @access private
418
- * @var resource
419
- */
420
- var $bgimg;
421
-
422
- /**
423
- * The code generated by the script
424
- *
425
- * @access private
426
- * @var string
427
- */
428
- var $code;
429
-
430
- /**
431
- * The code that was entered by the user
432
- *
433
- * @access private
434
- * @var string
435
- */
436
- var $code_entered;
437
-
438
- /**
439
- * Whether or not the correct code was entered
440
- *
441
- * @access private
442
- * @var boolean
443
- */
444
- var $correct_code;
445
-
446
- /**
447
- * Handle to SQLite database
448
- *
449
- * @access private
450
- * @var resource
451
- */
452
- var $sqlite_handle;
453
-
454
- /**
455
- * Color resource for image line color
456
- *
457
- * @access private
458
- * @var int
459
- */
460
- var $gdlinecolor;
461
-
462
- /**
463
- * Array of colors for multi colored codes
464
- *
465
- * @access private
466
- * @var array
467
- */
468
- var $gdmulticolor;
469
-
470
- /**
471
- * Color resource for image font color
472
- *
473
- * @access private
474
- * @var int
475
- */
476
- var $gdtextcolor;
477
-
478
- /**
479
- * Color resource for image signature color
480
- *
481
- * @access private
482
- * @var int
483
- */
484
- var $gdsignaturecolor;
485
-
486
- /**
487
- * Color resource for image background color
488
- *
489
- * @access private
490
- * @var int
491
- */
492
- var $gdbgcolor;
493
-
494
-
495
- /**
496
- * Class constructor.<br />
497
- * Because the class uses sessions, this will attempt to start a session if there is no previous one.<br />
498
- * If you do not start a session before calling the class, the constructor must be called before any
499
- * output is sent to the browser.
500
- *
501
- * <code>
502
- * $securimage = new Securimage();
503
- * </code>
504
- *
505
- */
506
- function Securimage()
507
- {
508
- // Initialize session or attach to existing
509
- if ( session_id() == '' ) { // no session has been started yet, which is needed for validation
510
- if (trim($this->session_name) != '') {
511
- session_name($this->session_name); // set session name if provided
512
- }
513
- session_start();
514
- }
515
-
516
- // Set Default Values
517
- $this->image_width = 230;
518
- $this->image_height = 80;
519
- $this->image_type = SI_IMAGE_PNG;
520
-
521
- $this->code_length = 6;
522
- $this->charset = 'ABCDEFGHKLMNPRSTUVWYZabcdefghklmnprstuvwyz23456789';
523
- $this->wordlist_file = './words/words.txt';
524
- $this->use_wordlist = false;
525
-
526
- $this->gd_font_file = 'gdfonts/automatic.gdf';
527
- $this->use_gd_font = false;
528
- $this->gd_font_size = 24;
529
- $this->text_x_start = 15;
530
-
531
- $this->ttf_file = './AHGBold.ttf';
532
-
533
- $this->perturbation = 0.75;
534
- $this->iscale = 5;
535
- $this->text_angle_minimum = 0;
536
- $this->text_angle_maximum = 0;
537
-
538
- $this->image_bg_color = new Securimage_Color(0xff, 0xff, 0xff);
539
- $this->text_color = new Securimage_Color(0x3d, 0x3d, 0x3d);
540
- $this->multi_text_color = array(new Securimage_Color(0x0, 0x20, 0xCC),
541
- new Securimage_Color(0x0, 0x30, 0xEE),
542
- new Securimage_color(0x0, 0x40, 0xCC),
543
- new Securimage_Color(0x0, 0x50, 0xEE),
544
- new Securimage_Color(0x0, 0x60, 0xCC));
545
- $this->use_multi_text = false;
546
-
547
- $this->use_transparent_text = false;
548
- $this->text_transparency_percentage = 30;
549
-
550
- $this->num_lines = 10;
551
- $this->line_color = new Securimage_Color(0x3d, 0x3d, 0x3d);
552
- $this->draw_lines_over_text = true;
553
-
554
- $this->image_signature = '';
555
- $this->signature_color = new Securimage_Color(0x20, 0x50, 0xCC);
556
- $this->signature_font = './AHGBold.ttf';
557
-
558
- $this->audio_path = './audio/';
559
- $this->audio_format = 'mp3';
560
- $this->session_name = '';
561
- $this->expiry_time = 900;
562
-
563
- $this->sqlite_database = 'database/securimage.sqlite';
564
- $this->use_sqlite_db = false;
565
-
566
- $this->sqlite_handle = false;
567
- }
568
-
569
- /**
570
- * Generate a code and output the image to the browser.
571
- *
572
- * <code>
573
- * <?php
574
- * include 'securimage.php';
575
- * $securimage = new Securimage();
576
- * $securimage->show('bg.jpg');
577
- * ?>
578
- * </code>
579
- *
580
- * @param string $background_image The path to an image to use as the background for the CAPTCHA
581
- */
582
- function show($background_image = "")
583
- {
584
- if($background_image != "" && is_readable($background_image)) {
585
- $this->bgimg = $background_image;
586
- }
587
-
588
- $this->doImage();
589
- }
590
-
591
- /**
592
- * Validate the code entered by the user.
593
- *
594
- * <code>
595
- * $code = $_POST['code'];
596
- * if ($securimage->check($code) == false) {
597
- * die("Sorry, the code entered did not match.");
598
- * } else {
599
- * $valid = true;
600
- * }
601
- * </code>
602
- * @param string $code The code the user entered
603
- * @return boolean true if the code was correct, false if not
604
- */
605
- function check($code)
606
- {
607
- $this->code_entered = $code;
608
- $this->validate();
609
- return $this->correct_code;
610
- }
611
-
612
- /**
613
- * Output audio file with HTTP headers to browser
614
- *
615
- * <code>
616
- * $sound = new Securimage();
617
- * $sound->audio_format = 'mp3';
618
- * $sound->outputAudioFile();
619
- * </code>
620
- *
621
- * @since 2.0
622
- */
623
- function outputAudioFile()
624
- {
625
- if (strtolower($this->audio_format) == 'wav') {
626
- header('Content-type: audio/x-wav');
627
- $ext = 'wav';
628
- } else {
629
- header('Content-type: audio/mpeg'); // default to mp3
630
- $ext = 'mp3';
631
- }
632
-
633
- header("Content-Disposition: attachment; filename=\"securimage_audio.{$ext}\"");
634
- header('Cache-Control: no-store, no-cache, must-revalidate');
635
- header('Expires: Sun, 1 Jan 2000 12:00:00 GMT');
636
- header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . 'GMT');
637
-
638
- $audio = $this->getAudibleCode($ext);
639
-
640
- header('Content-Length: ' . strlen($audio));
641
-
642
- echo $audio;
643
- exit;
644
- }
645
-
646
- /**
647
- * Generate and output the image
648
- *
649
- * @access private
650
- *
651
- */
652
- function doImage()
653
- {
654
- if ($this->use_gd_font == true) {
655
- $this->iscale = 1;
656
- }
657
- if($this->use_transparent_text == true || $this->bgimg != "") {
658
- $this->im = imagecreatetruecolor($this->image_width, $this->image_height);
659
- $this->tmpimg = imagecreatetruecolor($this->image_width * $this->iscale, $this->image_height * $this->iscale);
660
-
661
- } else { //no transparency
662
- $this->im = imagecreate($this->image_width, $this->image_height);
663
- $this->tmpimg = imagecreate($this->image_width * $this->iscale, $this->image_height * $this->iscale);
664
- }
665
-
666
- $this->allocateColors();
667
- imagepalettecopy($this->tmpimg, $this->im);
668
-
669
- $this->setBackground();
670
-
671
- $this->createCode();
672
-
673
- if (!$this->draw_lines_over_text && $this->num_lines > 0) $this->drawLines();
674
-
675
- $this->drawWord();
676
- if ($this->use_gd_font == false && is_readable($this->ttf_file)) $this->distortedCopy();
677
-
678
- if ($this->draw_lines_over_text && $this->num_lines > 0) $this->drawLines();
679
-
680
- if (trim($this->image_signature) != '') $this->addSignature();
681
-
682
- $this->output();
683
-
684
- }
685
-
686
- /**
687
- * Allocate all colors that will be used in the CAPTCHA image
688
- *
689
- * @since 2.0.1
690
- * @access private
691
- */
692
- function allocateColors()
693
- {
694
- // allocate bg color first for imagecreate
695
- $this->gdbgcolor = imagecolorallocate($this->im, $this->image_bg_color->r, $this->image_bg_color->g, $this->image_bg_color->b);
696
-
697
- $alpha = intval($this->text_transparency_percentage / 100 * 127);
698
-
699
- if ($this->use_transparent_text == true) {
700
- $this->gdtextcolor = imagecolorallocatealpha($this->im, $this->text_color->r, $this->text_color->g, $this->text_color->b, $alpha);
701
- $this->gdlinecolor = imagecolorallocatealpha($this->im, $this->line_color->r, $this->line_color->g, $this->line_color->b, $alpha);
702
- } else {
703
- $this->gdtextcolor = imagecolorallocate($this->im, $this->text_color->r, $this->text_color->g, $this->text_color->b);
704
- $this->gdlinecolor = imagecolorallocate($this->im, $this->line_color->r, $this->line_color->g, $this->line_color->b);
705
- }
706
 
707
- $this->gdsignaturecolor = imagecolorallocate($this->im, $this->signature_color->r, $this->signature_color->g, $this->signature_color->b);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
708
 
709
- if ($this->use_multi_text == true) {
710
- $this->gdmulticolor = array();
711
-
712
- foreach($this->multi_text_color as $color) {
713
- if ($this->use_transparent_text == true) {
714
- $this->gdmulticolor[] = imagecolorallocatealpha($this->im, $color->r, $color->g, $color->b, $alpha);
715
- } else {
716
- $this->gdmulticolor[] = imagecolorallocate($this->im, $color->r, $color->g, $color->b);
717
- }
718
- }
 
 
 
 
 
 
 
 
 
719
  }
720
- }
721
-
722
- /**
723
- * Set the background of the CAPTCHA image
724
- *
725
- * @access private
726
- *
727
- */
728
- function setBackground()
729
- {
730
- imagefilledrectangle($this->im, 0, 0, $this->image_width * $this->iscale, $this->image_height * $this->iscale, $this->gdbgcolor);
731
- imagefilledrectangle($this->tmpimg, 0, 0, $this->image_width * $this->iscale, $this->image_height * $this->iscale, $this->gdbgcolor);
732
 
733
- if ($this->bgimg == '') {
734
- if ($this->background_directory != null && is_dir($this->background_directory) && is_readable($this->background_directory)) {
735
- $img = $this->getBackgroundFromDirectory();
736
- if ($img != false) {
737
- $this->bgimg = $img;
738
- }
739
- }
740
- }
741
-
742
- $dat = @getimagesize($this->bgimg);
743
- if($dat == false) {
744
- return;
745
- }
746
-
747
- switch($dat[2]) {
748
- case 1: $newim = @imagecreatefromgif($this->bgimg); break;
749
- case 2: $newim = @imagecreatefromjpeg($this->bgimg); break;
750
- case 3: $newim = @imagecreatefrompng($this->bgimg); break;
751
- case 15: $newim = @imagecreatefromwbmp($this->bgimg); break;
752
- case 16: $newim = @imagecreatefromxbm($this->bgimg); break;
753
- default: return;
754
- }
755
-
756
- if(!$newim) return;
757
-
758
- imagecopyresized($this->im, $newim, 0, 0, 0, 0, $this->image_width, $this->image_height, imagesx($newim), imagesy($newim));
759
- }
760
-
761
- /**
762
- * Return the full path to a random gif, jpg, or png from the background directory.
763
- *
764
- * @access private
765
- * @see Securimage::$background_directory
766
- * @return mixed false if none found, string $path if found
767
- */
768
- function getBackgroundFromDirectory()
769
- {
770
- $images = array();
771
-
772
- if ($dh = opendir($this->background_directory)) {
773
- while (($file = readdir($dh)) !== false) {
774
- if (preg_match('/(jpg|gif|png)$/i', $file)) $images[] = $file;
775
- }
776
-
777
- closedir($dh);
778
-
779
- if (sizeof($images) > 0) {
780
- return rtrim($this->background_directory, '/') . '/' . $images[rand(0, sizeof($images)-1)];
781
- }
782
- }
783
-
784
- return false;
785
- }
786
-
787
- /**
788
- * Draw random curvy lines over the image<br />
789
- * Modified code from HKCaptcha
790
- *
791
- * @since 2.0
792
- * @access private
793
- *
794
- */
795
- function drawLines()
796
- {
797
- for ($line = 0; $line < $this->num_lines; ++$line) {
798
- $x = $this->image_width * (1 + $line) / ($this->num_lines + 1);
799
- $x += (0.5 - $this->frand()) * $this->image_width / $this->num_lines;
800
- $y = rand($this->image_height * 0.1, $this->image_height * 0.9);
801
-
802
- $theta = ($this->frand()-0.5) * M_PI * 0.7;
803
- $w = $this->image_width;
804
- $len = rand($w * 0.4, $w * 0.7);
805
- $lwid = rand(0, 2);
806
-
807
- $k = $this->frand() * 0.6 + 0.2;
808
- $k = $k * $k * 0.5;
809
- $phi = $this->frand() * 6.28;
810
- $step = 0.5;
811
- $dx = $step * cos($theta);
812
- $dy = $step * sin($theta);
813
- $n = $len / $step;
814
- $amp = 1.5 * $this->frand() / ($k + 5.0 / $len);
815
- $x0 = $x - 0.5 * $len * cos($theta);
816
- $y0 = $y - 0.5 * $len * sin($theta);
817
-
818
- $ldx = round(-$dy * $lwid);
819
- $ldy = round($dx * $lwid);
820
-
821
- for ($i = 0; $i < $n; ++$i) {
822
- $x = $x0 + $i * $dx + $amp * $dy * sin($k * $i * $step + $phi);
823
- $y = $y0 + $i * $dy - $amp * $dx * sin($k * $i * $step + $phi);
824
- imagefilledrectangle($this->im, $x, $y, $x + $lwid, $y + $lwid, $this->gdlinecolor);
825
- }
826
- }
827
- }
828
-
829
- /**
830
- * Draw the CAPTCHA code over the image
831
- *
832
- * @access private
833
- *
834
- */
835
- function drawWord()
836
- {
837
- $width2 = $this->image_width * $this->iscale;
838
- $height2 = $this->image_height * $this->iscale;
839
-
840
- if ($this->use_gd_font == true || !is_readable($this->ttf_file)) {
841
- if (!is_int($this->gd_font_file)) { //is a file name
842
- $font = @imageloadfont($this->gd_font_file);
843
- if ($font == false) {
844
- trigger_error("Failed to load GD Font file {$this->gd_font_file} ", E_USER_WARNING);
845
- return;
846
- }
847
- } else { //gd font identifier
848
- $font = $this->gd_font_file;
849
- }
850
-
851
- imagestring($this->im, $font, $this->text_x_start, ($this->image_height / 2) - ($this->gd_font_size / 2), $this->code, $this->gdtextcolor);
852
- } else { //ttf font
853
- $font_size = $height2 * .35;
854
- $bb = imagettfbbox($font_size, 0, $this->ttf_file, $this->code);
855
- $tx = $bb[4] - $bb[0];
856
- $ty = $bb[5] - $bb[1];
857
- $x = floor($width2 / 2 - $tx / 2 - $bb[0]);
858
- $y = round($height2 / 2 - $ty / 2 - $bb[1]);
859
-
860
- $strlen = strlen($this->code);
861
- if (!is_array($this->multi_text_color)) $this->use_multi_text = false;
862
-
863
-
864
- if ($this->use_multi_text == false && $this->text_angle_minimum == 0 && $this->text_angle_maximum == 0) { // no angled or multi-color characters
865
- imagettftext($this->tmpimg, $font_size, 0, $x, $y, $this->gdtextcolor, $this->ttf_file, $this->code);
866
- } else {
867
- for($i = 0; $i < $strlen; ++$i) {
868
- $angle = rand($this->text_angle_minimum, $this->text_angle_maximum);
869
- $y = rand($y - 5, $y + 5);
870
- if ($this->use_multi_text == true) {
871
- $font_color = $this->gdmulticolor[rand(0, sizeof($this->gdmulticolor) - 1)];
872
- } else {
873
- $font_color = $this->gdtextcolor;
874
- }
875
-
876
- $ch = $this->code{$i};
877
-
878
- imagettftext($this->tmpimg, $font_size, $angle, $x, $y, $font_color, $this->ttf_file, $ch);
879
-
880
- // estimate character widths to increment $x without creating spaces that are too large or too small
881
- // these are best estimates to align text but may vary between fonts
882
- // for optimal character widths, do not use multiple text colors or character angles and the complete string will be written by imagettftext
883
- if (strpos('abcdeghknopqsuvxyz', $ch) !== false) {
884
- $min_x = $font_size - ($this->iscale * 6);
885
- $max_x = $font_size - ($this->iscale * 6);
886
- } else if (strpos('ilI1', $ch) !== false) {
887
- $min_x = $font_size / 5;
888
- $max_x = $font_size / 3;
889
- } else if (strpos('fjrt', $ch) !== false) {
890
- $min_x = $font_size - ($this->iscale * 12);
891
- $max_x = $font_size - ($this->iscale * 12);
892
- } else if ($ch == 'wm') {
893
- $min_x = $font_size;
894
- $max_x = $font_size + ($this->iscale * 3);
895
- } else { // numbers, capitals or unicode
896
- $min_x = $font_size + ($this->iscale * 2);
897
- $max_x = $font_size + ($this->iscale * 5);
898
- }
899
-
900
- $x += rand($min_x, $max_x);
901
- } //for loop
902
- } // angled or multi-color
903
- } //else ttf font
904
- //$this->im = $this->tmpimg;
905
- //$this->output();
906
- } //function
907
-
908
- /**
909
- * Warp text from temporary image onto final image.<br />
910
- * Modified for securimage
911
- *
912
- * @access private
913
- * @since 2.0
914
- * @author Han-Kwang Nienhuys modified
915
- * @copyright Han-Kwang Neinhuys
916
- *
917
- */
918
- function distortedCopy()
919
- {
920
- $numpoles = 3; // distortion factor
921
-
922
- // make array of poles AKA attractor points
923
- for ($i = 0; $i < $numpoles; ++$i) {
924
- $px[$i] = rand($this->image_width * 0.3, $this->image_width * 0.7);
925
- $py[$i] = rand($this->image_height * 0.3, $this->image_height * 0.7);
926
- $rad[$i] = rand($this->image_width * 0.4, $this->image_width * 0.7);
927
- $tmp = -$this->frand() * 0.15 - 0.15;
928
- $amp[$i] = $this->perturbation * $tmp;
929
- }
930
-
931
- $bgCol = imagecolorat($this->tmpimg, 0, 0);
932
- $width2 = $this->iscale * $this->image_width;
933
- $height2 = $this->iscale * $this->image_height;
934
-
935
- imagepalettecopy($this->im, $this->tmpimg); // copy palette to final image so text colors come across
936
-
937
- // loop over $img pixels, take pixels from $tmpimg with distortion field
938
- for ($ix = 0; $ix < $this->image_width; ++$ix) {
939
- for ($iy = 0; $iy < $this->image_height; ++$iy) {
940
- $x = $ix;
941
- $y = $iy;
942
-
943
- for ($i = 0; $i < $numpoles; ++$i) {
944
- $dx = $ix - $px[$i];
945
- $dy = $iy - $py[$i];
946
- if ($dx == 0 && $dy == 0) continue;
947
-
948
- $r = sqrt($dx * $dx + $dy * $dy);
949
- if ($r > $rad[$i]) continue;
950
-
951
- $rscale = $amp[$i] * sin(3.14 * $r / $rad[$i]);
952
- $x += $dx * $rscale;
953
- $y += $dy * $rscale;
954
- }
955
-
956
- $c = $bgCol;
957
- $x *= $this->iscale;
958
- $y *= $this->iscale;
959
-
960
- if ($x >= 0 && $x < $width2 && $y >= 0 && $y < $height2) {
961
- $c = imagecolorat($this->tmpimg, $x, $y);
962
- }
963
-
964
- if ($c != $bgCol) { // only copy pixels of letters to preserve any background image
965
- imagesetpixel($this->im, $ix, $iy, $c);
966
- }
967
- }
968
- }
969
- }
970
-
971
- /**
972
- * Create a code and save to the session
973
- *
974
- * @access private
975
- * @since 1.0.1
976
- *
977
- */
978
- function createCode()
979
- {
980
- $this->code = false;
981
-
982
- if ($this->use_wordlist && is_readable($this->wordlist_file)) {
983
- $this->code = $this->readCodeFromFile();
984
- }
985
-
986
- if ($this->code == false) {
987
- $this->code = $this->generateCode($this->code_length);
988
- }
989
-
990
- $this->saveData();
991
- }
992
-
993
- /**
994
- * Generate a code
995
- *
996
- * @access private
997
- * @param int $len The code length
998
- * @return string
999
- */
1000
- function generateCode($len)
1001
- {
1002
- $code = '';
1003
-
1004
- for($i = 1, $cslen = strlen($this->charset); $i <= $len; ++$i) {
1005
- $code .= $this->charset{rand(0, $cslen - 1)};
1006
- }
1007
- return $code;
1008
- }
1009
-
1010
- /**
1011
- * Reads a word list file to get a code
1012
- *
1013
- * @access private
1014
- * @since 1.0.2
1015
- * @return mixed false on failure, a word on success
1016
- */
1017
- function readCodeFromFile()
1018
- {
1019
- $fp = @fopen($this->wordlist_file, 'rb');
1020
- if (!$fp) return false;
1021
-
1022
- $fsize = filesize($this->wordlist_file);
1023
- if ($fsize < 32) return false; // too small of a list to be effective
1024
-
1025
- if ($fsize < 128) {
1026
- $max = $fsize; // still pretty small but changes the range of seeking
1027
- } else {
1028
- $max = 128;
1029
- }
1030
-
1031
- fseek($fp, rand(0, $fsize - $max), SEEK_SET);
1032
- $data = fread($fp, 128); // read a random 128 bytes from file
1033
- fclose($fp);
1034
- $data = preg_replace("/\r?\n/", "\n", $data);
1035
-
1036
- $start = strpos($data, "\n", rand(0, 100)) + 1; // random start position
1037
- $end = strpos($data, "\n", $start); // find end of word
1038
-
1039
- return strtolower(substr($data, $start, $end - $start)); // return substring in 128 bytes
1040
- }
1041
-
1042
- /**
1043
- * Output image to the browser
1044
- *
1045
- * @access private
1046
- *
1047
- */
1048
- function output()
1049
- {
1050
- header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
1051
- header("Last-Modified: " . gmdate("D, d M Y H:i:s") . "GMT");
1052
- header("Cache-Control: no-store, no-cache, must-revalidate");
1053
- header("Cache-Control: post-check=0, pre-check=0", false);
1054
- header("Pragma: no-cache");
1055
-
1056
- switch($this->image_type)
1057
- {
1058
- case SI_IMAGE_JPEG:
1059
- header("Content-Type: image/jpeg");
1060
- imagejpeg($this->im, null, 90);
1061
- break;
1062
-
1063
- case SI_IMAGE_GIF:
1064
- header("Content-Type: image/gif");
1065
- imagegif($this->im);
1066
- break;
1067
-
1068
- default:
1069
- header("Content-Type: image/png");
1070
- imagepng($this->im);
1071
- break;
1072
- }
1073
-
1074
- imagedestroy($this->im);
1075
- exit;
1076
- }
1077
-
1078
- /**
1079
- * Get WAV or MP3 file data of the spoken code.<br />
1080
- * This is appropriate for output to the browser as audio/x-wav or audio/mpeg
1081
- *
1082
- * @since 1.0.1
1083
- * @return string WAV or MP3 data
1084
- *
1085
- */
1086
- function getAudibleCode($format = 'wav')
1087
- {
1088
- $letters = array();
1089
- $code = $this->getCode();
1090
-
1091
- if ($code == '') {
1092
- $this->createCode();
1093
- $code = $this->getCode();
1094
- }
1095
-
1096
- for($i = 0; $i < strlen($code); ++$i) {
1097
- $letters[] = $code{$i};
1098
- }
1099
-
1100
- if ($format == 'mp3') {
1101
- return $this->generateMP3($letters);
1102
- } else {
1103
- return $this->generateWAV($letters);
1104
- }
1105
- }
1106
-
1107
- /**
1108
- * Set the path to the audio directory.<br />
1109
- *
1110
- * @since 1.0.4
1111
- * @return bool true if the directory exists and is readble, false if not
1112
- */
1113
- function setAudioPath($audio_directory)
1114
- {
1115
- if (is_dir($audio_directory) && is_readable($audio_directory)) {
1116
- $this->audio_path = $audio_directory;
1117
- return true;
1118
- } else {
1119
- return false;
1120
- }
1121
- }
1122
-
1123
- /**
1124
- * Save the code in the session
1125
- *
1126
- * @access private
1127
- *
1128
- */
1129
- function saveData()
1130
- {
1131
- $_SESSION['securimage_code_value'] = strtolower($this->code);
1132
- $_SESSION['securimage_code_ctime'] = time();
1133
-
1134
- $this->saveCodeToDatabase();
1135
- }
1136
-
1137
- /**
1138
- * Validate the code to the user code
1139
- *
1140
- * @access private
1141
- *
1142
- */
1143
- function validate()
1144
- {
1145
- // retrieve code from session, if no code exists check sqlite database if supported.
1146
-
1147
- if (isset($_SESSION['securimage_code_value']) && trim($_SESSION['securimage_code_value']) != '') {
1148
- if ($this->isCodeExpired($_SESSION['securimage_code_ctime']) == false) {
1149
- $code = $_SESSION['securimage_code_value'];
1150
- }
1151
- } else if ($this->use_sqlite_db == true && function_exists('sqlite_open')) { // no code in session - may mean user has cookies turned off
1152
- $this->openDatabase();
1153
- $code = $this->getCodeFromDatabase();
1154
- } else {
1155
- // session code invalid or non-existant and code not found in sqlite db or sqlite is not available
1156
- $code = '';
1157
- }
1158
-
1159
- $code = trim(strtolower($code));
1160
- $code_entered = trim(strtolower($this->code_entered));
1161
- $this->correct_code = false;
1162
-
1163
- if ($code != '') {
1164
- if ($code == $code_entered) {
1165
- $this->correct_code = true;
1166
- $_SESSION['securimage_code_value'] = '';
1167
- $_SESSION['securimage_code_ctime'] = '';
1168
- $this->clearCodeFromDatabase();
1169
- }
1170
- }
1171
- }
1172
-
1173
- /**
1174
- * Get the captcha code
1175
- *
1176
- * @since 1.0.1
1177
- * @return string
1178
- */
1179
- function getCode()
1180
- {
1181
- if (isset($_SESSION['securimage_code_value']) && !empty($_SESSION['securimage_code_value'])) {
1182
- return strtolower($_SESSION['securimage_code_value']);
1183
- } else {
1184
- if ($this->sqlite_handle == false) $this->openDatabase();
1185
-
1186
- return $this->getCodeFromDatabase(); // attempt to get from database, returns empty string if sqlite is not available or disabled
1187
- }
1188
- }
1189
-
1190
- /**
1191
- * Check if the user entered code was correct
1192
- *
1193
- * @access private
1194
- * @return boolean
1195
- */
1196
- function checkCode()
1197
- {
1198
- return $this->correct_code;
1199
- }
1200
-
1201
- /**
1202
- * Generate a wav file by concatenating individual files
1203
- *
1204
- * @since 1.0.1
1205
- * @access private
1206
- * @param array $letters Array of letters to build a file from
1207
- * @return string WAV file data
1208
- */
1209
- function generateWAV($letters)
1210
- {
1211
- $data_len = 0;
1212
- $files = array();
1213
- $out_data = '';
1214
-
1215
- foreach ($letters as $letter) {
1216
- $filename = $this->audio_path . strtoupper($letter) . '.wav';
1217
-
1218
- $fp = fopen($filename, 'rb');
1219
-
1220
- $file = array();
1221
-
1222
- $data = fread($fp, filesize($filename)); // read file in
1223
-
1224
- $header = substr($data, 0, 36);
1225
- $body = substr($data, 44);
1226
-
1227
-
1228
- $data = unpack('NChunkID/VChunkSize/NFormat/NSubChunk1ID/VSubChunk1Size/vAudioFormat/vNumChannels/VSampleRate/VByteRate/vBlockAlign/vBitsPerSample', $header);
1229
-
1230
- $file['sub_chunk1_id'] = $data['SubChunk1ID'];
1231
- $file['bits_per_sample'] = $data['BitsPerSample'];
1232
- $file['channels'] = $data['NumChannels'];
1233
- $file['format'] = $data['AudioFormat'];
1234
- $file['sample_rate'] = $data['SampleRate'];
1235
- $file['size'] = $data['ChunkSize'] + 8;
1236
- $file['data'] = $body;
1237
-
1238
- if ( ($p = strpos($file['data'], 'LIST')) !== false) {
1239
- // If the LIST data is not at the end of the file, this will probably break your sound file
1240
- $info = substr($file['data'], $p + 4, 8);
1241
- $data = unpack('Vlength/Vjunk', $info);
1242
- $file['data'] = substr($file['data'], 0, $p);
1243
- $file['size'] = $file['size'] - (strlen($file['data']) - $p);
1244
- }
1245
-
1246
- $files[] = $file;
1247
- $data = null;
1248
- $header = null;
1249
- $body = null;
1250
-
1251
- $data_len += strlen($file['data']);
1252
-
1253
- fclose($fp);
1254
- }
1255
-
1256
- $out_data = '';
1257
- for($i = 0; $i < sizeof($files); ++$i) {
1258
- if ($i == 0) { // output header
1259
- $out_data .= pack('C4VC8', ord('R'), ord('I'), ord('F'), ord('F'), $data_len + 36, ord('W'), ord('A'), ord('V'), ord('E'), ord('f'), ord('m'), ord('t'), ord(' '));
1260
-
1261
- $out_data .= pack('VvvVVvv',
1262
- 16,
1263
- $files[$i]['format'],
1264
- $files[$i]['channels'],
1265
- $files[$i]['sample_rate'],
1266
- $files[$i]['sample_rate'] * (($files[$i]['bits_per_sample'] * $files[$i]['channels']) / 8),
1267
- ($files[$i]['bits_per_sample'] * $files[$i]['channels']) / 8,
1268
- $files[$i]['bits_per_sample'] );
1269
-
1270
- $out_data .= pack('C4', ord('d'), ord('a'), ord('t'), ord('a'));
1271
-
1272
- $out_data .= pack('V', $data_len);
1273
- }
1274
-
1275
- $out_data .= $files[$i]['data'];
1276
- }
1277
-
1278
- $this->scrambleAudioData($out_data, 'wav');
1279
- return $out_data;
1280
- }
1281
-
1282
- /**
1283
- * Randomly modify the audio data to scramble sound and prevent binary recognition.<br />
1284
- * Take care not to "break" the audio file by leaving the header data intact.
1285
- *
1286
- * @since 2.0
1287
- * @access private
1288
- * @param $data Sound data in mp3 of wav format
1289
- */
1290
- function scrambleAudioData(&$data, $format)
1291
- {
1292
- if ($format == 'wav') {
1293
- $start = strpos($data, 'data') + 4; // look for "data" indicator
1294
- if ($start === false) $start = 44; // if not found assume 44 byte header
1295
- } else { // mp3
1296
- $start = 4; // 4 byte (32 bit) frame header
1297
- }
1298
-
1299
- $start += rand(1, 64); // randomize starting offset
1300
- $datalen = strlen($data) - $start - 256; // leave last 256 bytes unchanged
1301
-
1302
- for ($i = $start; $i < $datalen; $i += 64) {
1303
- $ch = ord($data{$i});
1304
- if ($ch < 9 || $ch > 119) continue;
1305
-
1306
- $data{$i} = chr($ch + rand(-8, 8));
1307
- }
1308
- }
1309
-
1310
- /**
1311
- * Generate an mp3 file by concatenating individual files
1312
- * @since 1.0.4
1313
- * @access private
1314
- * @param array $letters Array of letters to build a file from
1315
- * @return string MP3 file data
1316
- */
1317
- function generateMP3($letters)
1318
- {
1319
- $data_len = 0;
1320
- $files = array();
1321
- $out_data = '';
1322
-
1323
- foreach ($letters as $letter) {
1324
- $filename = $this->audio_path . strtoupper($letter) . '.mp3';
1325
-
1326
- $fp = fopen($filename, 'rb');
1327
- $data = fread($fp, filesize($filename)); // read file in
1328
-
1329
- $this->scrambleAudioData($data, 'mp3');
1330
- $out_data .= $data;
1331
-
1332
- fclose($fp);
1333
- }
1334
-
1335
-
1336
- return $out_data;
1337
- }
1338
-
1339
- /**
1340
- * Generate random number less than 1
1341
- * @since 2.0
1342
- * @access private
1343
- * @return float
1344
- */
1345
- function frand()
1346
- {
1347
- return 0.0001*rand(0,9999);
1348
- }
1349
-
1350
- /**
1351
- * Print signature text on image
1352
- *
1353
- * @since 2.0
1354
- * @access private
1355
- *
1356
- */
1357
- function addSignature()
1358
- {
1359
- if ($this->use_gd_font) {
1360
- imagestring($this->im, 5, $this->image_width - (strlen($this->image_signature) * 10), $this->image_height - 20, $this->image_signature, $this->gdsignaturecolor);
1361
- } else {
1362
-
1363
- $bbox = imagettfbbox(10, 0, $this->signature_font, $this->image_signature);
1364
- $textlen = $bbox[2] - $bbox[0];
1365
- $x = $this->image_width - $textlen - 5;
1366
- $y = $this->image_height - 3;
1367
-
1368
- imagettftext($this->im, 10, 0, $x, $y, $this->gdsignaturecolor, $this->signature_font, $this->image_signature);
1369
- }
1370
- }
1371
-
1372
- /**
1373
- * Get hashed IP address of remote user
1374
- *
1375
- * @access private
1376
- * @since 2.0.1
1377
- * @return string
1378
- */
1379
- function getIPHash()
1380
- {
1381
- return strtolower(md5($_SERVER['REMOTE_ADDR']));
1382
- }
1383
-
1384
- /**
1385
- * Open SQLite database
1386
- *
1387
- * @access private
1388
- * @since 2.0.1
1389
- * @return bool true if database was opened successfully
1390
- */
1391
- function openDatabase()
1392
- {
1393
- $this->sqlite_handle = false;
1394
-
1395
- if ($this->use_sqlite_db && function_exists('sqlite_open')) {
1396
- $this->sqlite_handle = sqlite_open($this->sqlite_database, 0666, $error);
1397
-
1398
- if ($this->sqlite_handle !== false) {
1399
- $res = sqlite_query($this->sqlite_handle, "PRAGMA table_info(codes)");
1400
- if (sqlite_num_rows($res) == 0) {
1401
- sqlite_query($this->sqlite_handle, "CREATE TABLE codes (iphash VARCHAR(32) PRIMARY KEY, code VARCHAR(32) NOT NULL, created INTEGER)");
1402
- }
1403
- }
1404
-
1405
- return $this->sqlite_handle != false;
1406
- }
1407
-
1408
- return $this->sqlite_handle;
1409
- }
1410
-
1411
- /**
1412
- * Save captcha code to sqlite database
1413
- *
1414
- * @access private
1415
- * @since 2.0.1
1416
- * @return bool true if code was saved, false if not
1417
- */
1418
- function saveCodeToDatabase()
1419
- {
1420
- $success = false;
1421
-
1422
- $this->openDatabase();
1423
-
1424
- if ($this->use_sqlite_db && $this->sqlite_handle !== false) {
1425
- $ip = $this->getIPHash();
1426
- $time = time();
1427
- $code = $_SESSION['securimage_code_value']; // hash code for security - if cookies are disabled the session still exists at this point
1428
- $success = sqlite_query($this->sqlite_handle, "INSERT OR REPLACE INTO codes(iphash, code, created) VALUES('$ip', '$code', $time)");
1429
- }
1430
-
1431
- return $success !== false;
1432
- }
1433
-
1434
- /**
1435
- * Get stored captcha code from sqlite database based on ip address hash
1436
- *
1437
- * @access private
1438
- * @since 2.0.1
1439
- * @return string captcha code
1440
- */
1441
- function getCodeFromDatabase()
1442
- {
1443
- $code = '';
1444
-
1445
- if ($this->use_sqlite_db && $this->sqlite_handle !== false) {
1446
- $ip = $this->getIPHash();
1447
-
1448
- $res = sqlite_query($this->sqlite_handle, "SELECT * FROM codes WHERE iphash = '$ip'");
1449
- if ($res && sqlite_num_rows($res) > 0) {
1450
- $res = sqlite_fetch_array($res);
1451
-
1452
- if ($this->isCodeExpired($res['created']) == false) {
1453
- $code = $res['code'];
1454
- }
1455
- }
1456
  }
1457
 
1458
- return $code;
1459
- }
1460
-
1461
- /**
1462
- * Delete a code from the database by ip address hash
1463
- *
1464
- * @access private
1465
- * @since 2.0.1
1466
- */
1467
- function clearCodeFromDatabase()
1468
- {
1469
- if ($this->sqlite_handle !== false) {
1470
- $ip = $this->getIPHash();
1471
-
1472
- sqlite_query($this->sqlite_handle, "DELETE FROM codes WHERE iphash = '$ip'");
1473
- }
1474
- }
1475
-
1476
- /**
1477
- * Purge codes over a day old from database
1478
- *
1479
- * @access private
1480
- * @since 2.0.1
1481
- */
1482
- function purgeOldCodesFromDatabase()
1483
- {
1484
- if ($this->use_sqlite_db && $this->sqlite_handle !== false) {
1485
- $now = time();
1486
- $limit = (!is_numeric($this->expiry_time) || $this->expiry_time < 1) ? 86400 : $this->expiry_time;
1487
-
1488
- sqlite_query($this->sqlite_handle, "DELETE FROM codes WHERE $now - created > $limit");
1489
- }
1490
- }
1491
-
1492
- /**
1493
- * Check a code to see if it is expired based on creation time
1494
- *
1495
- * @access private
1496
- * @since 2.0.1
1497
- * @param $creation_time unix timestamp of code creation time
1498
- * @return bool true if code has expired, false if not
1499
- */
1500
- function isCodeExpired($creation_time)
1501
- {
1502
- $expired = true;
1503
-
1504
- if (!is_numeric($this->expiry_time) || $this->expiry_time < 1) {
1505
- $expired = false;
1506
- } else if (time() - $creation_time < $this->expiry_time) {
1507
- $expired = false;
1508
- }
1509
-
1510
- return $expired;
1511
- }
1512
-
1513
- } /* class Securimage */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1514
 
1515
 
1516
  /**
1517
  * Color object for Securimage CAPTCHA
1518
  *
 
1519
  * @since 2.0
1520
  * @package Securimage
1521
  * @subpackage classes
1522
  *
1523
  */
1524
- class Securimage_Color {
1525
- /**
1526
- * Red component: 0-255
1527
- *
1528
- * @var int
1529
- */
1530
- var $r;
1531
- /**
1532
- * Green component: 0-255
1533
- *
1534
- * @var int
1535
- */
1536
- var $g;
1537
- /**
1538
- * Blue component: 0-255
1539
- *
1540
- * @var int
1541
- */
1542
- var $b;
1543
-
1544
- /**
1545
- * Create a new Securimage_Color object.<br />
1546
- * Specify the red, green, and blue components using their HTML hex code equivalent.<br />
1547
- * Example: The code for the HTML color #4A203C is:<br />
1548
- * $color = new Securimage_Color(0x4A, 0x20, 0x3C);
1549
- *
1550
- * @param $red Red component 0-255
1551
- * @param $green Green component 0-255
1552
- * @param $blue Blue component 0-255
1553
- */
1554
- function Securimage_Color($red, $green = null, $blue = null)
1555
- {
1556
- if ($green == null && $blue == null && preg_match('/^#[a-f0-9]{3,6}$/i', $red)) {
1557
- $col = substr($red, 1);
1558
- if (strlen($col) == 3) {
1559
- $red = str_repeat(substr($col, 0, 1), 2);
1560
- $green = str_repeat(substr($col, 1, 1), 2);
1561
- $blue = str_repeat(substr($col, 2, 1), 2);
1562
- } else {
1563
- $red = substr($col, 0, 2);
1564
- $green = substr($col, 2, 2);
1565
- $blue = substr($col, 4, 2);
1566
- }
1567
-
1568
- $red = hexdec($red);
1569
- $green = hexdec($green);
1570
- $blue = hexdec($blue);
1571
- } else {
1572
- if ($red < 0) $red = 0;
1573
- if ($red > 255) $red = 255;
1574
- if ($green < 0) $green = 0;
1575
- if ($green > 255) $green = 255;
1576
- if ($blue < 0) $blue = 0;
1577
- if ($blue > 255) $blue = 255;
1578
- }
1579
-
1580
- $this->r = $red;
1581
- $this->g = $green;
1582
- $this->b = $blue;
1583
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1584
  }
1
  <?php
2
 
3
+ // error_reporting(E_ALL); ini_set('display_errors', 1); // uncomment this line for debugging
4
+
5
  /**
6
  * Project: Securimage: A PHP class for creating and managing form CAPTCHA images<br />
7
  * File: securimage.php<br />
8
  *
9
+ * Copyright (c) 2011, Drew Phillips
10
+ * All rights reserved.
11
+ *
12
+ * Redistribution and use in source and binary forms, with or without modification,
13
+ * are permitted provided that the following conditions are met:
14
+ *
15
+ * - Redistributions of source code must retain the above copyright notice,
16
+ * this list of conditions and the following disclaimer.
17
+ * - Redistributions in binary form must reproduce the above copyright notice,
18
+ * this list of conditions and the following disclaimer in the documentation
19
+ * and/or other materials provided with the distribution.
20
+ *
21
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
25
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31
+ * POSSIBILITY OF SUCH DAMAGE.
32
  *
33
  * Any modifications to the library should be indicated clearly in the source code
34
  * to inform users that the changes are not a part of the original software.<br /><br />
39
  * @link http://www.phpcaptcha.org Securimage PHP CAPTCHA
40
  * @link http://www.phpcaptcha.org/latest.zip Download Latest Version
41
  * @link http://www.phpcaptcha.org/Securimage_Docs/ Online Documentation
42
+ * @copyright 2011 Drew Phillips
43
  * @author Drew Phillips <drew@drew-phillips.com>
44
+ * @version 3.0.1 (January 2012)
45
  * @package Securimage
46
  *
47
  */
49
  /**
50
  ChangeLog
51
 
52
+ 3.1
53
+ - Bugfix: removed use of deprecated variable in addSignature method that would cause errors with display_errors on
54
+
55
+ 3.0
56
+ - Rewrite class using PHP5 OOP
57
+ - Remove support for GD fonts, require FreeType
58
+ - Remove support for multi-color codes
59
+ - Add option to make codes case-sensitive
60
+ - Add namespaces to support multiple captchas on a single page or page specific captchas
61
+ - Add option to show simple math problems instead of codes
62
+ - Remove support for mp3 files due to vulnerability in decoding mp3 audio files
63
+ - Create new flash file to stream wav files instead of mp3
64
+ - Changed to BSD license
65
+
66
+ 2.0.2
67
+ - Fix pathing to make integration into libraries easier (Nathan Phillip Brink ohnobinki@ohnopublishing.net)
68
+
69
  2.0.1
70
  - Add support for browsers with cookies disabled (requires php5, sqlite) maps users to md5 hashed ip addresses and md5 hashed codes for security
71
  - Add fallback to gd fonts if ttf support is not enabled or font file not found (Mike Challis http://www.642weather.com/weather/scripts.php)
109
 
110
  */
111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
 
113
  /**
114
  * Securimage CAPTCHA Class.
115
  *
116
+ * @version 3.0
117
  * @package Securimage
118
  * @subpackage classes
119
+ * @author Drew Phillips <drew@drew-phillips.com>
120
  *
121
  */
122
+ class Securimage
123
+ {
124
+ // All of the public variables below are securimage options
125
+ // They can be passed as an array to the Securimage constructor, set below,
126
+ // or set from securimage_show.php and securimage_play.php
127
+
128
+ /**
129
+ * Renders captcha as a JPEG image
130
+ * @var int
131
+ */
132
+ const SI_IMAGE_JPEG = 1;
133
+ /**
134
+ * Renders captcha as a PNG image (default)
135
+ * @var int
136
+ */
137
+ const SI_IMAGE_PNG = 2;
138
+ /**
139
+ * Renders captcha as a GIF image
140
+ * @var int
141
+ */
142
+ const SI_IMAGE_GIF = 3;
143
+
144
+ /**
145
+ * Create a normal alphanumeric captcha
146
+ * @var int
147
+ */
148
+ const SI_CAPTCHA_STRING = 0;
149
+ /**
150
+ * Create a captcha consisting of a simple math problem
151
+ * @var int
152
+ */
153
+ const SI_CAPTCHA_MATHEMATIC = 1;
154
+
155
+ /**
156
+ * The width of the captcha image
157
+ * @var int
158
+ */
159
+ public $image_width = 215;
160
+ /**
161
+ * The height of the captcha image
162
+ * @var int
163
+ */
164
+ public $image_height = 80;
165
+ /**
166
+ * The type of the image, default = png
167
+ * @var int
168
+ */
169
+ public $image_type = self::SI_IMAGE_PNG;
170
+
171
+ /**
172
+ * The background color of the captcha
173
+ * @var Securimage_Color
174
+ */
175
+ public $image_bg_color = '#ffffff';
176
+ /**
177
+ * The color of the captcha text
178
+ * @var Securimage_Color
179
+ */
180
+ public $text_color = '#707070';
181
+ /**
182
+ * The color of the lines over the captcha
183
+ * @var Securimage_Color
184
+ */
185
+ public $line_color = '#707070';
186
+ /**
187
+ * The color of the noise that is drawn
188
+ * @var Securimage_Color
189
+ */
190
+ public $noise_color = '#707070';
191
+
192
+ /**
193
+ * How transparent to make the text 0 = completely opaque, 100 = invisible
194
+ * @var int
195
+ */
196
+ public $text_transparency_percentage = 50;
197
+ /**
198
+ * Whether or not to draw the text transparently, true = use transparency, false = no transparency
199
+ * @var bool
200
+ */
201
+ public $use_transparent_text = false;
202
+
203
+ /**
204
+ * The length of the captcha code
205
+ * @var int
206
+ */
207
+ public $code_length = 6;
208
+ /**
209
+ * Whether the captcha should be case sensitive (not recommended, use only for maximum protection)
210
+ * @var bool
211
+ */
212
+ public $case_sensitive = false;
213
+ /**
214
+ * The character set to use for generating the captcha code
215
+ * @var string
216
+ */
217
+ public $charset = 'ABCDEFGHKLMNPRSTUVWYZabcdefghklmnprstuvwyz23456789';
218
+ /**
219
+ * How long in seconds a captcha remains valid, after this time it will not be accepted
220
+ * @var unknown_type
221
+ */
222
+ public $expiry_time = 900;
223
+
224
+ /**
225
+ * The session name securimage should use, only set this if your application uses a custom session name
226
+ * It is recommended to set this value below so it is used by all securimage scripts
227
+ * @var string
228
+ */
229
+ public $session_name = null;
230
+
231
+ /**
232
+ * true to use the wordlist file, false to generate random captcha codes
233
+ * @var bool
234
+ */
235
+ public $use_wordlist = false;
236
+
237
+ /**
238
+ * The level of distortion, 0.75 = normal, 1.0 = very high distortion
239
+ * @var double
240
+ */
241
+ public $perturbation = 0.75;
242
+ /**
243
+ * How many lines to draw over the captcha code to increase security
244
+ * @var int
245
+ */
246
+ public $num_lines = 8;
247
+ /**
248
+ * The level of noise (random dots) to place on the image, 0-10
249
+ * @var int
250
+ */
251
+ public $noise_level = 0;
252
+
253
+ /**
254
+ * The signature text to draw on the bottom corner of the image
255
+ * @var string
256
+ */
257
+ public $image_signature = '';
258
+ /**
259
+ * The color of the signature text
260
+ * @var Securimage_Color
261
+ */
262
+ public $signature_color = '#707070';
263
+ /**
264
+ * The path to the ttf font file to use for the signature text, defaults to $ttf_file (AHGBold.ttf)
265
+ * @var string
266
+ */
267
+ public $signature_font;
268
+
269
+ /**
270
+ * Use an SQLite database to store data (for users that do not support cookies)
271
+ * @var bool
272
+ */
273
+ public $use_sqlite_db = false;
274
+
275
+ /**
276
+ * The type of captcha to create, either alphanumeric, or a math problem<br />
277
+ * Securimage::SI_CAPTCHA_STRING or Securimage::SI_CAPTCHA_MATHEMATIC
278
+ * @var int
279
+ */
280
+ public $captcha_type = self::SI_CAPTCHA_STRING;
281
+
282
+ /**
283
+ * The captcha namespace, use this if you have multiple forms on a single page, blank if you do not use multiple forms on one page
284
+ * @var string
285
+ * <code>
286
+ * <?php
287
+ * // in securimage_show.php (create one show script for each form)
288
+ * $img->namespace = 'contact_form';
289
+ *
290
+ * // in form validator
291
+ * $img->namespace = 'contact_form';
292
+ * if ($img->check($code) == true) {
293
+ * echo "Valid!";
294
+ * }
295
+ * </code>
296
+ */
297
+ public $namespace;
298
+
299
+ /**
300
+ * The font file to use to draw the captcha code, leave blank for default font AHGBold.ttf
301
+ * @var string
302
+ */
303
+ public $ttf_file;
304
+ /**
305
+ * The path to the wordlist file to use, leave blank for default words/words.txt
306
+ * @var string
307
+ */
308
+ public $wordlist_file;
309
+ /**
310
+ * The directory to scan for background images, if set a random background will be chosen from this folder
311
+ * @var string
312
+ */
313
+ public $background_directory;
314
+ /**
315
+ * The path to the SQLite database file to use, if $use_sqlite_database = true, should be chmod 666
316
+ * @var string
317
+ */
318
+ public $sqlite_database;
319
+ /**
320
+ * The path to the securimage audio directory, can be set in securimage_play.php
321
+ * @var string
322
+ * <code>
323
+ * $img->audio_path = '/home/yoursite/public_html/securimage/audio/';
324
+ * </code>
325
+ */
326
+ public $audio_path;
327
+
328
+
329
+
330
+ protected $im;
331
+ protected $tmpimg;
332
+ protected $bgimg;
333
+ protected $iscale = 5;
334
+
335
+ protected $securimage_path = null;
336
+
337
+ protected $code;
338
+ protected $code_display;
339
+
340
+ protected $captcha_code;
341
+ protected $sqlite_handle;
342
+
343
+ protected $gdbgcolor;
344
+ protected $gdtextcolor;
345
+ protected $gdlinecolor;
346
+ protected $gdsignaturecolor;
347
+
348
+ /**
349
+ * Create a new securimage object, pass options to set in the constructor.<br />
350
+ * This can be used to display a captcha, play an audible captcha, or validate an entry
351
+ * @param array $options
352
+ * <code>
353
+ * $options = array(
354
+ * 'text_color' => new Securimage_Color('#013020'),
355
+ * 'code_length' => 5,
356
+ * 'num_lines' => 5,
357
+ * 'noise_level' => 3,
358
+ * 'font_file' => Securimage::getPath() . '/custom.ttf'
359
+ * );
360
+ *
361
+ * $img = new Securimage($options);
362
+ * </code>
363
+ */
364
+ public function __construct($options = array())
365
+ {
366
+ $this->securimage_path = dirname(__FILE__);
367
+
368
+ if (is_array($options) && sizeof($options) > 0) {
369
+ foreach($options as $prop => $val) {
370
+ $this->$prop = $val;
371
+ }
372
+ }
373
+
374
+ $this->image_bg_color = $this->initColor($this->image_bg_color, '#ffffff');
375
+ $this->text_color = $this->initColor($this->text_color, '#616161');
376
+ $this->line_color = $this->initColor($this->line_color, '#616161');
377
+ $this->noise_color = $this->initColor($this->noise_color, '#616161');
378
+ $this->signature_color = $this->initColor($this->signature_color, '#616161');
379
+
380
+ if ($this->ttf_file == null) {
381
+ $this->ttf_file = $this->securimage_path . '/AHGBold.ttf';
382
+ }
383
+
384
+ $this->signature_font = $this->ttf_file;
385
+
386
+ if ($this->wordlist_file == null) {
387
+ $this->wordlist_file = $this->securimage_path . '/words/words.txt';
388
+ }
389
+
390
+ if ($this->sqlite_database == null) {
391
+ $this->sqlite_database = $this->securimage_path . '/database/securimage.sqlite';
392
+ }
393
+
394
+ if ($this->audio_path == null) {
395
+ $this->audio_path = $this->securimage_path . '/audio/';
396
+ }
397
+
398
+ if ($this->code_length == null || $this->code_length < 1) {
399
+ $this->code_length = 6;
400
+ }
401
+
402
+ if ($this->perturbation == null || !is_numeric($this->perturbation)) {
403
+ $this->perturbation = 0.75;
404
+ }
405
+
406
+ if ($this->namespace == null || !is_string($this->namespace)) {
407
+ $this->namespace = 'default';
408
+ }
409
+
410
+ // Initialize session or attach to existing
411
+ if ( session_id() == '' ) { // no session has been started yet, which is needed for validation
412
+ if ($this->session_name != null && trim($this->session_name) != '') {
413
+ session_name(trim($this->session_name)); // set session name if provided
414
+ }
415
+ session_start();
416
+ }
417
+ }
418
+
419
+ /**
420
+ * Return the absolute path to the Securimage directory
421
+ * @return string The path to the securimage base directory
422
+ */
423
+ public static function getPath()
424
+ {
425
+ return dirname(__FILE__);
426
+ }
427
+
428
+ /**
429
+ * Used to serve a captcha image to the browser
430
+ * @param string $background_image The path to the background image to use
431
+ * <code>
432
+ * $img = new Securimage();
433
+ * $img->code_length = 6;
434
+ * $img->num_lines = 5;
435
+ * $img->noise_level = 5;
436
+ *
437
+ * $img->show(); // sends the image to browser
438
+ * exit;
439
+ * </code>
440
+ */
441
+ public function show($background_image = '')
442
+ {
443
+ if($background_image != '' && is_readable($background_image)) {
444
+ $this->bgimg = $background_image;
445
+ }
446
+
447
+ $this->doImage();
448
+ }
449
+
450
+ /**
451
+ * Check a submitted code against the stored value
452
+ * @param string $code The captcha code to check
453
+ * <code>
454
+ * $code = $_POST['code'];
455
+ * $img = new Securimage();
456
+ * if ($img->check($code) == true) {
457
+ * $captcha_valid = true;
458
+ * } else {
459
+ * $captcha_valid = false;
460
+ * }
461
+ * </code>
462
+ */
463
+ public function check($code)
464
+ {
465
+ $this->code_entered = $code;
466
+ $this->validate();
467
+ return $this->correct_code;
468
+ }
469
+
470
+ /**
471
+ * Output a wav file of the captcha code to the browser
472
+ *
473
+ * <code>
474
+ * $img = new Securimage();
475
+ * $img->outputAudioFile(); // outputs a wav file to the browser
476
+ * exit;
477
+ * </code>
478
+ */
479
+ public function outputAudioFile()
480
+ {
481
+ $ext = 'wav'; // force wav - mp3 is insecure
482
+
483
+ header("Content-Disposition: attachment; filename=\"securimage_audio.{$ext}\"");
484
+ header('Cache-Control: no-store, no-cache, must-revalidate');
485
+ header('Expires: Sun, 1 Jan 2000 12:00:00 GMT');
486
+ header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . 'GMT');
487
+ header('Content-type: audio/x-wav');
488
+
489
+ $audio = $this->getAudibleCode($ext);
490
+
491
+ header('Content-Length: ' . strlen($audio));
492
+
493
+ echo $audio;
494
+ exit;
495
+ }
496
+
497
+ /**
498
+ * The main image drawing routing, responsible for constructing the entire image and serving it
499
+ */
500
+ protected function doImage()
501
+ {
502
+ if( ($this->use_transparent_text == true || $this->bgimg != '') && function_exists('imagecreatetruecolor')) {
503
+ $imagecreate = 'imagecreatetruecolor';
504
+ } else {
505
+ $imagecreate = 'imagecreate';
506
+ }
507
+
508
+ $this->im = $imagecreate($this->image_width, $this->image_height);
509
+ $this->tmpimg = $imagecreate($this->image_width * $this->iscale, $this->image_height * $this->iscale);
510
+
511
+ $this->allocateColors();
512
+ imagepalettecopy($this->tmpimg, $this->im);
513
+
514
+ $this->setBackground();
515
+
516
+ $this->createCode();
517
+
518
+ if ($this->noise_level > 0) {
519
+ $this->drawNoise();
520
+ }
521
+
522
+ $this->drawWord();
523
+
524
+ if ($this->perturbation > 0 && is_readable($this->ttf_file)) {
525
+ $this->distortedCopy();
526
+ }
527
+
528
+ if ($this->num_lines > 0) {
529
+ $this->drawLines();
530
+ }
531
+
532
+ if (trim($this->image_signature) != '') {
533
+ $this->addSignature();
534
+ }
535
+
536
+ $this->output();
537
+ }
538
+
539
+ /**
540
+ * Allocate the colors to be used for the image
541
+ */
542
+ protected function allocateColors()
543
+ {
544
+ // allocate bg color first for imagecreate
545
+ $this->gdbgcolor = imagecolorallocate($this->im,
546
+ $this->image_bg_color->r,
547
+ $this->image_bg_color->g,
548
+ $this->image_bg_color->b);
549
+
550
+ $alpha = intval($this->text_transparency_percentage / 100 * 127);
551
+
552
+ if ($this->use_transparent_text == true) {
553
+ $this->gdtextcolor = imagecolorallocatealpha($this->im,
554
+ $this->text_color->r,
555
+ $this->text_color->g,
556
+ $this->text_color->b,
557
+ $alpha);
558
+ $this->gdlinecolor = imagecolorallocatealpha($this->im,
559
+ $this->line_color->r,
560
+ $this->line_color->g,
561
+ $this->line_color->b,
562
+ $alpha);
563
+ $this->gdnoisecolor = imagecolorallocatealpha($this->im,
564
+ $this->noise_color->r,
565
+ $this->noise_color->g,
566
+ $this->noise_color->b,
567
+ $alpha);
568
+ } else {
569
+ $this->gdtextcolor = imagecolorallocate($this->im,
570
+ $this->text_color->r,
571
+ $this->text_color->g,
572
+ $this->text_color->b);
573
+ $this->gdlinecolor = imagecolorallocate($this->im,
574
+ $this->line_color->r,
575
+ $this->line_color->g,
576
+ $this->line_color->b);
577
+ $this->gdnoisecolor = imagecolorallocate($this->im,
578
+ $this->noise_color->r,
579
+ $this->noise_color->g,
580
+ $this->noise_color->b);
581
+ }
582
+
583
+ $this->gdsignaturecolor = imagecolorallocate($this->im,
584
+ $this->signature_color->r,
585
+ $this->signature_color->g,
586
+ $this->signature_color->b);
587
+
588
+ }
589
+
590
+ /**
591
+ * The the background color, or background image to be used
592
+ */
593
+ protected function setBackground()
594
+ {
595
+ // set background color of image by drawing a rectangle since imagecreatetruecolor doesn't set a bg color
596
+ imagefilledrectangle($this->im, 0, 0,
597
+ $this->image_width, $this->image_height,
598
+ $this->gdbgcolor);
599
+ imagefilledrectangle($this->tmpimg, 0, 0,
600
+ $this->image_width * $this->iscale, $this->image_height * $this->iscale,
601
+ $this->gdbgcolor);
602
+
603
+ if ($this->bgimg == '') {
604
+ if ($this->background_directory != null &&
605
+ is_dir($this->background_directory) &&
606
+ is_readable($this->background_directory))
607
+ {
608
+ $img = $this->getBackgroundFromDirectory();
609
+ if ($img != false) {
610
+ $this->bgimg = $img;
611
+ }
612
+ }
613
+ }
614
+
615
+ if ($this->bgimg == '') {
616
+ return;
617
+ }
618
+
619
+ $dat = @getimagesize($this->bgimg);
620
+ if($dat == false) {
621
+ return;
622
+ }
623
+
624
+ switch($dat[2]) {
625
+ case 1: $newim = @imagecreatefromgif($this->bgimg); break;
626
+ case 2: $newim = @imagecreatefromjpeg($this->bgimg); break;
627
+ case 3: $newim = @imagecreatefrompng($this->bgimg); break;
628
+ default: return;
629
+ }
630
+
631
+ if(!$newim) return;
632
+
633
+ imagecopyresized($this->im, $newim, 0, 0, 0, 0,
634
+ $this->image_width, $this->image_height,
635
+ imagesx($newim), imagesy($newim));
636
+ }
637
+
638
+ /**
639
+ * Scan the directory for a background image to use
640
+ */
641
+ protected function getBackgroundFromDirectory()
642
+ {
643
+ $images = array();
644
+
645
+ if ( ($dh = opendir($this->background_directory)) !== false) {
646
+ while (($file = readdir($dh)) !== false) {
647
+ if (preg_match('/(jpg|gif|png)$/i', $file)) $images[] = $file;
648
+ }
649
+
650
+ closedir($dh);
651
+
652
+ if (sizeof($images) > 0) {
653
+ return rtrim($this->background_directory, '/') . '/' . $images[rand(0, sizeof($images)-1)];
654
+ }
655
+ }
656
+
657
+ return false;
658
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
659
 
660
+ /**
661
+ * Generates the code or math problem and saves the value to the session
662
+ */
663
+ protected function createCode()
664
+ {
665
+ $this->code = false;
666
+
667
+ switch($this->captcha_type) {
668
+ case self::SI_CAPTCHA_MATHEMATIC:
669
+ {
670
+ $signs = array('+', '-', 'x');
671
+ $left = rand(1, 10);
672
+ $right = rand(1, 5);
673
+ $sign = $signs[rand(0, 2)];
674
+
675
+ switch($sign) {
676
+ case 'x': $c = $left * $right; break;
677
+ case '-': $c = $left - $right; break;
678
+ default: $c = $left + $right; break;
679
+ }
680
+
681
+ $this->code = $c;
682
+ $this->code_display = "$left $sign $right";
683
+ break;
684
+ }
685
+
686
+ default:
687
+ {
688
+ if ($this->use_wordlist && is_readable($this->wordlist_file)) {
689
+ $this->code = $this->readCodeFromFile();
690
+ }
691
+
692
+ if ($this->code == false) {
693
+ $this->code = $this->generateCode($this->code_length);
694
+ }
695
+
696
+ $this->code_display = $this->code;
697
+ $this->code = ($this->case_sensitive) ? $this->code : strtolower($this->code);
698
+ } // default
699
+ }
700
+
701
+ $this->saveData();
702
+ }
703
+
704
+ /**
705
+ * Draws the captcha code on the image
706
+ */
707
+ protected function drawWord()
708
+ {
709
+ $width2 = $this->image_width * $this->iscale;
710
+ $height2 = $this->image_height * $this->iscale;
711
+
712
+ if (!is_readable($this->ttf_file)) {
713
+ imagestring($this->im, 4, 10, ($this->image_height / 2) - 5, 'Failed to load TTF font file!', $this->gdtextcolor);
714
+ } else {
715
+ if ($this->perturbation > 0) {
716
+ $font_size = $height2 * .4;
717
+ $bb = imageftbbox($font_size, 0, $this->ttf_file, $this->code_display);
718
+ $tx = $bb[4] - $bb[0];
719
+ $ty = $bb[5] - $bb[1];
720
+ $x = floor($width2 / 2 - $tx / 2 - $bb[0]);
721
+ $y = round($height2 / 2 - $ty / 2 - $bb[1]);
722
+
723
+ imagettftext($this->tmpimg, $font_size, 0, $x, $y, $this->gdtextcolor, $this->ttf_file, $this->code_display);
724
+ } else {
725
+ $font_size = $this->image_height * .4;
726
+ $bb = imageftbbox($font_size, 0, $this->ttf_file, $this->code_display);
727
+ $tx = $bb[4] - $bb[0];
728
+ $ty = $bb[5] - $bb[1];
729
+ $x = floor($this->image_width / 2 - $tx / 2 - $bb[0]);
730
+ $y = round($this->image_height / 2 - $ty / 2 - $bb[1]);
731
+
732
+ imagettftext($this->im, $font_size, 0, $x, $y, $this->gdtextcolor, $this->ttf_file, $this->code_display);
733
+ }
734
+ }
735
+
736
+ // DEBUG
737
+ //$this->im = $this->tmpimg;
738
+ //$this->output();
739
+
740
+ }
741
+
742
+ /**
743
+ * Copies the captcha image to the final image with distortion applied
744
+ */
745
+ protected function distortedCopy()
746
+ {
747
+ $numpoles = 3; // distortion factor
748
+ // make array of poles AKA attractor points
749
+ for ($i = 0; $i < $numpoles; ++ $i) {
750
+ $px[$i] = rand($this->image_width * 0.2, $this->image_width * 0.8);
751
+ $py[$i] = rand($this->image_height * 0.2, $this->image_height * 0.8);
752
+ $rad[$i] = rand($this->image_height * 0.2, $this->image_height * 0.8);
753
+ $tmp = ((- $this->frand()) * 0.15) - .15;
754
+ $amp[$i] = $this->perturbation * $tmp;
755
+ }
756
+
757
+ $bgCol = imagecolorat($this->tmpimg, 0, 0);
758
+ $width2 = $this->iscale * $this->image_width;
759
+ $height2 = $this->iscale * $this->image_height;
760
+ imagepalettecopy($this->im, $this->tmpimg); // copy palette to final image so text colors come across
761
+ // loop over $img pixels, take pixels from $tmpimg with distortion field
762
+ for ($ix = 0; $ix < $this->image_width; ++ $ix) {
763
+ for ($iy = 0; $iy < $this->image_height; ++ $iy) {
764
+ $x = $ix;
765
+ $y = $iy;
766
+ for ($i = 0; $i < $numpoles; ++ $i) {
767
+ $dx = $ix - $px[$i];
768
+ $dy = $iy - $py[$i];
769
+ if ($dx == 0 && $dy == 0) {
770
+ continue;
771
+ }
772
+ $r = sqrt($dx * $dx + $dy * $dy);
773
+ if ($r > $rad[$i]) {
774
+ continue;
775
+ }
776
+ $rscale = $amp[$i] * sin(3.14 * $r / $rad[$i]);
777
+ $x += $dx * $rscale;
778
+ $y += $dy * $rscale;
779
+ }
780
+ $c = $bgCol;
781
+ $x *= $this->iscale;
782
+ $y *= $this->iscale;
783
+ if ($x >= 0 && $x < $width2 && $y >= 0 && $y < $height2) {
784
+ $c = imagecolorat($this->tmpimg, $x, $y);
785
+ }
786
+ if ($c != $bgCol) { // only copy pixels of letters to preserve any background image
787
+ imagesetpixel($this->im, $ix, $iy, $c);
788
+ }
789
+ }
790
+ }
791
+ }
792
+
793
+ /**
794
+ * Draws distorted lines on the image
795
+ */
796
+ protected function drawLines()
797
+ {
798
+ for ($line = 0; $line < $this->num_lines; ++ $line) {
799
+ $x = $this->image_width * (1 + $line) / ($this->num_lines + 1);
800
+ $x += (0.5 - $this->frand()) * $this->image_width / $this->num_lines;
801
+ $y = rand($this->image_height * 0.1, $this->image_height * 0.9);
802
+
803
+ $theta = ($this->frand() - 0.5) * M_PI * 0.7;
804
+ $w = $this->image_width;
805
+ $len = rand($w * 0.4, $w * 0.7);
806
+ $lwid = rand(0, 2);
807
+
808
+ $k = $this->frand() * 0.6 + 0.2;
809
+ $k = $k * $k * 0.5;
810
+ $phi = $this->frand() * 6.28;
811
+ $step = 0.5;
812
+ $dx = $step * cos($theta);
813
+ $dy = $step * sin($theta);
814
+ $n = $len / $step;
815
+ $amp = 1.5 * $this->frand() / ($k + 5.0 / $len);
816
+ $x0 = $x - 0.5 * $len * cos($theta);
817
+ $y0 = $y - 0.5 * $len * sin($theta);
818
+
819
+ $ldx = round(- $dy * $lwid);
820
+ $ldy = round($dx * $lwid);
821
+
822
+ for ($i = 0; $i < $n; ++ $i) {
823
+ $x = $x0 + $i * $dx + $amp * $dy * sin($k * $i * $step + $phi);
824
+ $y = $y0 + $i * $dy - $amp * $dx * sin($k * $i * $step + $phi);
825
+ imagefilledrectangle($this->im, $x, $y, $x + $lwid, $y + $lwid, $this->gdlinecolor);
826
+ }
827
+ }
828
+ }
829
+
830
+ /**
831
+ * Draws random noise on the image
832
+ */
833
+ protected function drawNoise()
834
+ {
835
+ if ($this->noise_level > 10) {
836
+ $noise_level = 10;
837
+ } else {
838
+ $noise_level = $this->noise_level;
839
+ }
840
+
841
+ $t0 = microtime(true);
842
+
843
+ $noise_level *= 125; // an arbitrary number that works well on a 1-10 scale
844
+
845
+ $points = $this->image_width * $this->image_height * $this->iscale;
846
+ $height = $this->image_height * $this->iscale;
847
+ $width = $this->image_width * $this->iscale;
848
+ for ($i = 0; $i < $noise_level; ++$i) {
849
+ $x = rand(10, $width);
850
+ $y = rand(10, $height);
851
+ $size = rand(7, 10);
852
+ if ($x - $size <= 0 && $y - $size <= 0) continue; // dont cover 0,0 since it is used by imagedistortedcopy
853
+ imagefilledarc($this->tmpimg, $x, $y, $size, $size, 0, 360, $this->gdnoisecolor, IMG_ARC_PIE);
854
+ }
855
+
856
+ $t1 = microtime(true);
857
+
858
+ $t = $t1 - $t0;
859
+
860
+ /*
861
+ // DEBUG
862
+ imagestring($this->tmpimg, 5, 25, 30, "$t", $this->gdnoisecolor);
863
+ header('content-type: image/png');
864
+ imagepng($this->tmpimg);
865
+ exit;
866
+ */
867
+ }
868
+
869
+ /**
870
+ * Print signature text on image
871
+ */
872
+ protected function addSignature()
873
+ {
874
+ $bbox = imagettfbbox(10, 0, $this->signature_font, $this->image_signature);
875
+ $textlen = $bbox[2] - $bbox[0];
876
+ $x = $this->image_width - $textlen - 5;
877
+ $y = $this->image_height - 3;
878
+
879
+ imagettftext($this->im, 10, 0, $x, $y, $this->gdsignaturecolor, $this->signature_font, $this->image_signature);
880
+ }
881
+
882
+ /**
883
+ * Sends the appropriate image and cache headers and outputs image to the browser
884
+ */
885
+ protected function output()
886
+ {
887
+ header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
888
+ header("Last-Modified: " . gmdate("D, d M Y H:i:s") . "GMT");
889
+ header("Cache-Control: no-store, no-cache, must-revalidate");
890
+ header("Cache-Control: post-check=0, pre-check=0", false);
891
+ header("Pragma: no-cache");
892
+
893
+ switch ($this->image_type) {
894
+ case self::SI_IMAGE_JPEG:
895
+ header("Content-Type: image/jpeg");
896
+ imagejpeg($this->im, null, 90);
897
+ break;
898
+ case self::SI_IMAGE_GIF:
899
+ header("Content-Type: image/gif");
900
+ imagegif($this->im);
901
+ break;
902
+ default:
903
+ header("Content-Type: image/png");
904
+ imagepng($this->im);
905
+ break;
906
+ }
907
+
908
+ imagedestroy($this->im);
909
+ exit();
910
+ }
911
+
912
+ /**
913
+ * Gets the code and returns the binary audio file for the stored captcha code
914
+ * @param string $format WAV only
915
+ */
916
+ protected function getAudibleCode($format = 'wav')
917
+ {
918
+ // override any format other than wav for now
919
+ // this is due to security issues with MP3 files
920
+ $format = 'wav';
921
+
922
+ $letters = array();
923
+ $code = $this->getCode();
924
+
925
+ if ($code == '') {
926
+ $this->createCode();
927
+ $code = $this->getCode();
928
+ }
929
+
930
+ for($i = 0; $i < strlen($code); ++$i) {
931
+ $letters[] = $code{$i};
932
+ }
933
+
934
+ if ($format == 'mp3') {
935
+ return $this->generateMP3($letters);
936
+ } else {
937
+ return $this->generateWAV($letters);
938
+ }
939
+ }
940
+
941
+ /**
942
+ * Gets a captcha code from a wordlist
943
+ */
944
+ protected function readCodeFromFile()
945
+ {
946
+ $fp = @fopen($this->wordlist_file, 'rb');
947
+ if (!$fp) return false;
948
+
949
+ $fsize = filesize($this->wordlist_file);
950
+ if ($fsize < 128) return false; // too small of a list to be effective
951
+
952
+ fseek($fp, rand(0, $fsize - 64), SEEK_SET); // seek to a random position of file from 0 to filesize-64
953
+ $data = fread($fp, 64); // read a chunk from our random position
954
+ fclose($fp);
955
+ $data = preg_replace("/\r?\n/", "\n", $data);
956
+
957
+ $start = @strpos($data, "\n", rand(0, 56)) + 1; // random start position
958
+ $end = @strpos($data, "\n", $start); // find end of word
959
+
960
+ if ($start === false) {
961
+ return false;
962
+ } else if ($end === false) {
963
+ $end = strlen($data);
964
+ }
965
+
966
+ return strtolower(substr($data, $start, $end - $start)); // return a line of the file
967
+ }
968
+
969
+ /**
970
+ * Generates a random captcha code from the set character set
971
+ */
972
+ protected function generateCode()
973
+ {
974
+ $code = '';
975
+
976
+ for($i = 1, $cslen = strlen($this->charset); $i <= $this->code_length; ++$i) {
977
+ $code .= $this->charset{rand(0, $cslen - 1)};
978
+ }
979
+
980
+ //return 'testing'; // debug, set the code to given string
981
+
982
+ return $code;
983
+ }
984
+
985
+ /**
986
+ * Checks the entered code against the value stored in the session or sqlite database, handles case sensitivity
987
+ * Also clears the stored codes if the code was entered correctly to prevent re-use
988
+ */
989
+ protected function validate()
990
+ {
991
+ $code = $this->getCode();
992
+ // returns stored code, or an empty string if no stored code was found
993
+ // checks the session and sqlite database if enabled
994
+
995
+ if ($this->case_sensitive == false && preg_match('/[A-Z]/', $code)) {
996
+ // case sensitive was set from securimage_show.php but not in class
997
+ // the code saved in the session has capitals so set case sensitive to true
998
+ $this->case_sensitive = true;
999
+ }
1000
+
1001
+ $code_entered = trim( (($this->case_sensitive) ? $this->code_entered
1002
+ : strtolower($this->code_entered))
1003
+ );
1004
+ $this->correct_code = false;
1005
+
1006
+ if ($code != '') {
1007
+ if ($code == $code_entered) {
1008
+ $this->correct_code = true;
1009
+ $_SESSION['securimage_code_value'][$this->namespace] = '';
1010
+ $_SESSION['securimage_code_ctime'][$this->namespace] = '';
1011
+ $this->clearCodeFromDatabase();
1012
+ }
1013
+ }
1014
+ }
1015
+
1016
+ /**
1017
+ * Return the code from the session or sqlite database if used. If none exists yet, an empty string is returned
1018
+ */
1019
+ protected function getCode()
1020
+ {
1021
+ $code = '';
1022
+
1023
+ if (isset($_SESSION['securimage_code_value'][$this->namespace]) &&
1024
+ trim($_SESSION['securimage_code_value'][$this->namespace]) != '') {
1025
+ if ($this->isCodeExpired(
1026
+ $_SESSION['securimage_code_ctime'][$this->namespace]) == false) {
1027
+ $code = $_SESSION['securimage_code_value'][$this->namespace];
1028
+ }
1029
+ } else if ($this->use_sqlite_db == true && function_exists('sqlite_open')) {
1030
+ // no code in session - may mean user has cookies turned off
1031
+ $this->openDatabase();
1032
+ $code = $this->getCodeFromDatabase();
1033
+ } else { /* no code stored in session or sqlite database, validation will fail */ }
1034
+
1035
+ return $code;
1036
+ }
1037
+
1038
+ /**
1039
+ * Save data to session namespace and database if used
1040
+ */
1041
+ protected function saveData()
1042
+ {
1043
+ $_SESSION['securimage_code_value'][$this->namespace] = $this->code;
1044
+ $_SESSION['securimage_code_ctime'][$this->namespace] = time();
1045
+
1046
+ $this->saveCodeToDatabase();
1047
+ }
1048
 
1049
+ /**
1050
+ * Saves the code to the sqlite database
1051
+ */
1052
+ protected function saveCodeToDatabase()
1053
+ {
1054
+ $success = false;
1055
+
1056
+ $this->openDatabase();
1057
+
1058
+ if ($this->use_sqlite_db && $this->sqlite_handle !== false) {
1059
+ $ip = $_SERVER['REMOTE_ADDR'];
1060
+ $time = time();
1061
+ $code = $_SESSION['securimage_code_value'][$this->namespace]; // if cookies are disabled the session still exists at this point
1062
+ $success = sqlite_query($this->sqlite_handle,
1063
+ "INSERT OR REPLACE INTO codes(ip, code, namespace, created)
1064
+ VALUES('$ip', '$code', '{$this->namespace}', $time)");
1065
+ }
1066
+
1067
+ return $success !== false;
1068
  }
 
 
 
 
 
 
 
 
 
 
 
 
1069
 
1070
+ /**
1071
+ * Open sqlite database
1072
+ */
1073
+ protected function openDatabase()
1074
+ {
1075
+ $this->sqlite_handle = false;
1076
+
1077
+ if ($this->use_sqlite_db && function_exists('sqlite_open')) {
1078
+ $this->sqlite_handle = sqlite_open($this->sqlite_database, 0666, $error);
1079
+
1080
+ if ($this->sqlite_handle !== false) {
1081
+ $res = sqlite_query($this->sqlite_handle, "PRAGMA table_info(codes)");
1082
+ if (sqlite_num_rows($res) == 0) {
1083
+ sqlite_query($this->sqlite_handle, "CREATE TABLE codes (ip VARCHAR(32) PRIMARY KEY, code VARCHAR(32) NOT NULL, namespace VARCHAR(32) NOT NULL, created INTEGER)");
1084
+ }
1085
+ }
1086
+
1087
+ return $this->sqlite_handle != false;
1088
+ }
1089
+
1090
+ return $this->sqlite_handle;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1091
  }
1092
 
1093
+ /**
1094
+ * Get a code from the sqlite database for ip address
1095
+ */
1096
+ protected function getCodeFromDatabase()
1097
+ {
1098
+ $code = '';
1099
+
1100
+ if ($this->use_sqlite_db && $this->sqlite_handle !== false) {
1101
+ $ip = $_SERVER['REMOTE_ADDR'];
1102
+ $ns = sqlite_escape_string($this->namespace);
1103
+
1104
+ $res = sqlite_query($this->sqlite_handle, "SELECT * FROM codes WHERE ip = '$ip' AND namespace = '$ns'");
1105
+ if ($res && sqlite_num_rows($res) > 0) {
1106
+ $res = sqlite_fetch_array($res);
1107
+
1108
+ if ($this->isCodeExpired($res['created']) == false) {
1109
+ $code = $res['code'];
1110
+ }
1111
+ }
1112
+ }
1113
+ return $code;
1114
+ }
1115
+
1116
+ /**
1117
+ * Remove an entered code from the database
1118
+ */
1119
+ protected function clearCodeFromDatabase()
1120
+ {
1121
+ if (is_resource($this->sqlite_handle)) {
1122
+ $ip = $_SERVER['REMOTE_ADDR'];
1123
+ $ns = sqlite_escape_string($this->namespace);
1124
+
1125
+ sqlite_query($this->sqlite_handle, "DELETE FROM codes WHERE ip = '$ip' AND namespace = '$ns'");
1126
+ }
1127
+ }
1128
+
1129
+ /**
1130
+ * Deletes old codes from sqlite database
1131
+ */
1132
+ protected function purgeOldCodesFromDatabase()
1133
+ {
1134
+ if ($this->use_sqlite_db && $this->sqlite_handle !== false) {
1135
+ $now = time();
1136
+ $limit = (!is_numeric($this->expiry_time) || $this->expiry_time < 1) ? 86400 : $this->expiry_time;
1137
+
1138
+ sqlite_query($this->sqlite_handle, "DELETE FROM codes WHERE $now - created > $limit");
1139
+ }
1140
+ }
1141
+
1142
+ /**
1143
+ * Checks to see if the captcha code has expired and cannot be used
1144
+ * @param unknown_type $creation_time
1145
+ */
1146
+ protected function isCodeExpired($creation_time)
1147
+ {
1148
+ $expired = true;
1149
+
1150
+ if (!is_numeric($this->expiry_time) || $this->expiry_time < 1) {
1151
+ $expired = false;
1152
+ } else if (time() - $creation_time < $this->expiry_time) {
1153
+ $expired = false;
1154
+ }
1155
+
1156
+ return $expired;
1157
+ }
1158
+
1159
+ /**
1160
+ *
1161
+ * Generate an MP3 audio file of the captcha image
1162
+ *
1163
+ * @deprecated 3.0
1164
+ */
1165
+ protected function generateMP3()
1166
+ {
1167
+ return false;
1168
+ }
1169
+
1170
+ /**
1171
+ * Generate a wav file given the $letters in the code
1172
+ * @todo Add ability to merge 2 sound files together to have random background sounds
1173
+ * @param array $letters
1174
+ * @return string The binary contents of the wav file
1175
+ */
1176
+ protected function generateWAV($letters)
1177
+ {
1178
+ $data_len = 0;
1179
+ $files = array();
1180
+ $out_data = '';
1181
+ $out_channels = 0;
1182
+ $out_samplert = 0;
1183
+ $out_bpersample = 0;
1184
+ $numSamples = 0;
1185
+ $removeChunks = array('LIST', 'DISP', 'NOTE');
1186
+
1187
+ for ($i = 0; $i < sizeof($letters); ++$i) {
1188
+ $letter = $letters[$i];
1189
+ $filename = $this->audio_path . strtoupper($letter) . '.wav';
1190
+ $file = array();
1191
+ $data = @file_get_contents($filename);
1192
+
1193
+ if ($data === false) {
1194
+ // echo "Failed to read $filename";
1195
+ return $this->audioError();
1196
+ }
1197
+
1198
+ $header = substr($data, 0, 36);
1199
+ $info = unpack('NChunkID/VChunkSize/NFormat/NSubChunk1ID/'
1200
+ .'VSubChunk1Size/vAudioFormat/vNumChannels/'
1201
+ .'VSampleRate/VByteRate/vBlockAlign/vBitsPerSample',
1202
+ $header);
1203
+
1204
+ $dataPos = strpos($data, 'data');
1205
+ $out_channels = $info['NumChannels'];
1206
+ $out_samplert = $info['SampleRate'];
1207
+ $out_bpersample = $info['BitsPerSample'];
1208
+
1209
+ if ($dataPos === false) {
1210
+ // wav file with no data?
1211
+ // echo "Failed to find DATA segment in $filename";
1212
+ return $this->audioError();
1213
+ }
1214
+
1215
+ if ($info['AudioFormat'] != 1) {
1216
+ // only work with PCM audio
1217
+ // echo "$filename was not PCM audio, only PCM is supported";
1218
+ return $this->audioError();
1219
+ }
1220
+
1221
+ if ($info['SubChunk1Size'] != 16 && $info['SubChunk1Size'] != 18) {
1222
+ // probably unsupported extension
1223
+ // echo "Bad SubChunk1Size in $filename - Size was {$info['SubChunk1Size']}";
1224
+ return $this->audioError();
1225
+ }
1226
+
1227
+ if ($info['SubChunk1Size'] > 16) {
1228
+ $header .= substr($data, 36, $info['SubChunk1Size'] - 16);
1229
+ }
1230
+
1231
+ if ($i == 0) {
1232
+ // create the final file's header, size will be adjusted later
1233
+ $out_data = $header . 'data';
1234
+ }
1235
+
1236
+ $removed = 0;
1237
+
1238
+ foreach($removeChunks as $chunk) {
1239
+ $chunkPos = strpos($data, $chunk);
1240
+ if ($chunkPos !== false) {
1241
+ $listSize = unpack('VSize', substr($data, $chunkPos + 4, 4));
1242
+
1243
+ $data = substr($data, 0, $chunkPos) .
1244
+ substr($data, $chunkPos + 8 + $listSize['Size']);
1245
+
1246
+ $removed += $listSize['Size'] + 8;
1247
+ }
1248
+ }
1249
+
1250
+ $dataSize = unpack('VSubchunk2Size', substr($data, $dataPos + 4, 4));
1251
+ $dataSize['Subchunk2Size'] -= $removed;
1252
+ $out_data .= substr($data, $dataPos + 8, $dataSize['Subchunk2Size'] * ($out_bpersample / 8));
1253
+ $numSamples += $dataSize['Subchunk2Size'];
1254
+ }
1255
+
1256
+ $filesize = strlen($out_data);
1257
+ $chunkSize = $filesize - 8;
1258
+ $dataCSize = $numSamples;
1259
+
1260
+ $out_data = substr_replace($out_data, pack('V', $chunkSize), 4, 4);
1261
+ $out_data = substr_replace($out_data, pack('V', $numSamples), 40 + ($info['SubChunk1Size'] - 16), 4);
1262
+
1263
+ $this->scrambleAudioData($out_data, 'wav');
1264
+
1265
+ return $out_data;
1266
+ }
1267
+
1268
+ /**
1269
+ * Randomizes the audio data to add noise and prevent binary recognition
1270
+ * @param string $data The binary audio file data
1271
+ * @param string $format The format of the sound file (wav only)
1272
+ */
1273
+ protected function scrambleAudioData(&$data, $format)
1274
+ {
1275
+ $start = strpos($data, 'data') + 4; // look for "data" indicator
1276
+ if ($start === false) $start = 44; // if not found assume 44 byte header
1277
+
1278
+ $start += rand(1, 4); // randomize starting offset
1279
+ $datalen = strlen($data) - $start;
1280
+ $step = 1;
1281
+
1282
+ for ($i = $start; $i < $datalen; $i += $step) {
1283
+ $ch = ord($data{$i});
1284
+ if ($ch == 0 || $ch == 255) continue;
1285
+
1286
+ if ($ch < 16 || $ch > 239) {
1287
+ $ch += rand(-6, 6);
1288
+ } else {
1289
+ $ch += rand(-12, 12);
1290
+ }
1291
+
1292
+ if ($ch < 0) $ch = 0; else if ($ch > 255) $ch = 255;
1293
+
1294
+ $data{$i} = chr($ch);
1295
+
1296
+ $step = rand(1,4);
1297
+ }
1298
+
1299
+ return $data;
1300
+ }
1301
+
1302
+ /**
1303
+ * Return a wav file saying there was an error generating file
1304
+ *
1305
+ * @return string The binary audio contents
1306
+ */
1307
+ protected function audioError()
1308
+ {
1309
+ return @file_get_contents(dirname(__FILE__) . '/audio/error.wav');
1310
+ }
1311
+
1312
+ function frand()
1313
+ {
1314
+ return 0.0001 * rand(0,9999);
1315
+ }
1316
+
1317
+ /**
1318
+ * Convert an html color code to a Securimage_Color
1319
+ * @param string $color
1320
+ * @param Securimage_Color $default The defalt color to use if $color is invalid
1321
+ */
1322
+ protected function initColor($color, $default)
1323
+ {
1324
+ if ($color == null) {
1325
+ return new Securimage_Color($default);
1326
+ } else if (is_string($color)) {
1327
+ try {
1328
+ return new Securimage_Color($color);
1329
+ } catch(Exception $e) {
1330
+ return new Securimage_Color($default);
1331
+ }
1332
+ } else if (is_array($color) && sizeof($color) == 3) {
1333
+ return new Securimage_Color($color[0], $color[1], $color[2]);
1334
+ } else {
1335
+ return new Securimage_Color($default);
1336
+ }
1337
+ }
1338
+ }
1339
 
1340
 
1341
  /**
1342
  * Color object for Securimage CAPTCHA
1343
  *
1344
+ * @version 3.0
1345
  * @since 2.0
1346
  * @package Securimage
1347
  * @subpackage classes
1348
  *
1349
  */
1350
+ class Securimage_Color
1351
+ {
1352
+ public $r;
1353
+ public $g;
1354
+ public $b;
1355
+
1356
+ /**
1357
+ * Create a new Securimage_Color object.<br />
1358
+ * Constructor expects 1 or 3 arguments.<br />
1359
+ * When passing a single argument, specify the color using HTML hex format,<br />
1360
+ * when passing 3 arguments, specify each RGB component (from 0-255) individually.<br />
1361
+ * $color = new Securimage_Color('#0080FF') or <br />
1362
+ * $color = new Securimage_Color(0, 128, 255)
1363
+ *
1364
+ * @param string $color
1365
+ * @throws Exception
1366
+ */
1367
+ public function __construct($color = '#ffffff')
1368
+ {
1369
+ $args = func_get_args();
1370
+
1371
+ if (sizeof($args) == 0) {
1372
+ $this->r = 255;
1373
+ $this->g = 255;
1374
+ $this->b = 255;
1375
+ } else if (sizeof($args) == 1) {
1376
+ // set based on html code
1377
+ if (substr($color, 0, 1) == '#') {
1378
+ $color = substr($color, 1);
1379
+ }
1380
+
1381
+ if (strlen($color) != 3 && strlen($color) != 6) {
1382
+ throw new InvalidArgumentException(
1383
+ 'Invalid HTML color code passed to Securimage_Color'
1384
+ );
1385
+ }
1386
+
1387
+ $this->constructHTML($color);
1388
+ } else if (sizeof($args) == 3) {
1389
+ $this->constructRGB($args[0], $args[1], $args[2]);
1390
+ } else {
1391
+ throw new InvalidArgumentException(
1392
+ 'Securimage_Color constructor expects 0, 1 or 3 arguments; ' . sizeof($args) . ' given'
1393
+ );
1394
+ }
1395
+ }
1396
+
1397
+ /**
1398
+ * Construct from an rgb triplet
1399
+ * @param int $red The red component, 0-255
1400
+ * @param int $green The green component, 0-255
1401
+ * @param int $blue The blue component, 0-255
1402
+ */
1403
+ protected function constructRGB($red, $green, $blue)
1404
+ {
1405
+ if ($red < 0) $red = 0;
1406
+ if ($red > 255) $red = 255;
1407
+ if ($green < 0) $green = 0;
1408
+ if ($green > 255) $green = 255;
1409
+ if ($blue < 0) $blue = 0;
1410
+ if ($blue > 255) $blue = 255;
1411
+
1412
+ $this->r = $red;
1413
+ $this->g = $green;
1414
+ $this->b = $blue;
1415
+ }
1416
+
1417
+ /**
1418
+ * Construct from an html hex color code
1419
+ * @param string $color
1420
+ */
1421
+ protected function constructHTML($color)
1422
+ {
1423
+ if (strlen($color) == 3) {
1424
+ $red = str_repeat(substr($color, 0, 1), 2);
1425
+ $green = str_repeat(substr($color, 1, 1), 2);
1426
+ $blue = str_repeat(substr($color, 2, 1), 2);
1427
+ } else {
1428
+ $red = substr($color, 0, 2);
1429
+ $green = substr($color, 2, 2);
1430
+ $blue = substr($color, 4, 2);
1431
+ }
1432
+
1433
+ $this->r = hexdec($red);
1434
+ $this->g = hexdec($green);
1435
+ $this->b = hexdec($blue);
1436
+ }
1437
  }
securimage/securimage_play.php CHANGED
@@ -27,17 +27,21 @@
27
  * @link http://www.phpcaptcha.org Securimage PHP CAPTCHA
28
  * @link http://www.phpcaptcha.org/latest.zip Download Latest Version
29
  * @link http://www.phpcaptcha.org/Securimage_Docs/ Online Documentation
30
- * @copyright 2009 Drew Phillips
31
- * @author drew010 <drew@drew-phillips.com>
32
- * @version 2.0.1 BETA (December 6th, 2009)
33
  * @package Securimage
34
  *
35
  */
36
 
37
- include 'securimage.php';
38
 
39
- $img = new Securimage();
40
- $img->audio_format = (isset($_GET['format']) && in_array(strtolower($_GET['format']), array('mp3', 'wav')) ? strtolower($_GET['format']) : 'mp3');
41
- //$img->setAudioPath('/path/to/securimage/audio/');
 
 
 
 
42
 
43
  $img->outputAudioFile();
27
  * @link http://www.phpcaptcha.org Securimage PHP CAPTCHA
28
  * @link http://www.phpcaptcha.org/latest.zip Download Latest Version
29
  * @link http://www.phpcaptcha.org/Securimage_Docs/ Online Documentation
30
+ * @copyright 2011 Drew Phillips
31
+ * @author Drew Phillips <drew@drew-phillips.com>
32
+ * @version 3.0 (October 2011)
33
  * @package Securimage
34
  *
35
  */
36
 
37
+ require_once dirname(__FILE__) . '/securimage.php';
38
 
39
+ $img = new Securimage();
40
+
41
+ // To use an alternate language, uncomment the following and download the files from phpcaptcha.org
42
+ // $img->audio_path = $img->securimage_path . '/audio/es/';
43
+
44
+ // If you have more than one captcha on a page, one must use a custom namespace
45
+ // $img->namespace = 'form2';
46
 
47
  $img->outputAudioFile();
securimage/securimage_play.swf CHANGED
Binary file
securimage/securimage_show.php CHANGED
@@ -4,19 +4,29 @@
4
  * Project: Securimage: A PHP class for creating and managing form CAPTCHA images<br />
5
  * File: securimage_show.php<br />
6
  *
7
- * This library is free software; you can redistribute it and/or
8
- * modify it under the terms of the GNU Lesser General Public
9
- * License as published by the Free Software Foundation; either
10
- * version 2.1 of the License, or any later version.<br /><br />
11
- *
12
- * This library is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
- * Lesser General Public License for more details.<br /><br />
16
- *
17
- * You should have received a copy of the GNU Lesser General Public
18
- * License along with this library; if not, write to the Free Software
19
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA<br /><br />
 
 
 
 
 
 
 
 
 
 
20
  *
21
  * Any modifications to the library should be indicated clearly in the source code
22
  * to inform users that the changes are not a part of the original software.<br /><br />
@@ -27,29 +37,41 @@
27
  * @link http://www.phpcaptcha.org Securimage PHP CAPTCHA
28
  * @link http://www.phpcaptcha.org/latest.zip Download Latest Version
29
  * @link http://www.phpcaptcha.org/Securimage_Docs/ Online Documentation
30
- * @copyright 2009 Drew Phillips
31
- * @author drew010 <drew@drew-phillips.com>
32
- * @version 2.0.1 BETA (December 6th, 2009)
33
  * @package Securimage
34
  *
35
  */
36
 
37
- include 'securimage.php';
 
 
 
38
 
39
  $img = new securimage();
40
 
41
- // Change some settings
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
- //$img->image_width = 275;
44
- //$img->image_height = 90;
45
- //$img->perturbation = 0.9; // 1.0 = high distortion, higher numbers = more distortion
46
- //$img->image_bg_color = new Securimage_Color("#0099CC");
47
- //$img->text_color = new Securimage_Color("#EAEAEA");
48
- //$img->text_transparency_percentage = 65; // 100 = completely transparent
49
- //$img->num_lines = 8;
50
- //$img->line_color = new Securimage_Color("#0000CC");
51
- //$img->signature_color = new Securimage_Color(rand(0, 64), rand(64, 128), rand(128, 255));
52
- //$img->image_type = SI_IMAGE_PNG;
53
 
54
 
55
- $img->show(); // alternate use: $img->show('/path/to/background_image.jpg');
 
 
4
  * Project: Securimage: A PHP class for creating and managing form CAPTCHA images<br />
5
  * File: securimage_show.php<br />
6
  *
7
+ * Copyright (c) 2011, Drew Phillips
8
+ * All rights reserved.
9
+ *
10
+ * Redistribution and use in source and binary forms, with or without modification,
11
+ * are permitted provided that the following conditions are met:
12
+ *
13
+ * - Redistributions of source code must retain the above copyright notice,
14
+ * this list of conditions and the following disclaimer.
15
+ * - Redistributions in binary form must reproduce the above copyright notice,
16
+ * this list of conditions and the following disclaimer in the documentation
17
+ * and/or other materials provided with the distribution.
18
+ *
19
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
23
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29
+ * POSSIBILITY OF SUCH DAMAGE.
30
  *
31
  * Any modifications to the library should be indicated clearly in the source code
32
  * to inform users that the changes are not a part of the original software.<br /><br />
37
  * @link http://www.phpcaptcha.org Securimage PHP CAPTCHA
38
  * @link http://www.phpcaptcha.org/latest.zip Download Latest Version
39
  * @link http://www.phpcaptcha.org/Securimage_Docs/ Online Documentation
40
+ * @copyright 2011 Drew Phillips
41
+ * @author Drew Phillips <drew@drew-phillips.com>
42
+ * @version 3.0 (October 2011)
43
  * @package Securimage
44
  *
45
  */
46
 
47
+ // Remove the "//" from the following line for debugging problems
48
+ // error_reporting(E_ALL); ini_set('display_errors', 1);
49
+
50
+ require_once dirname(__FILE__) . '/securimage.php';
51
 
52
  $img = new securimage();
53
 
54
+ // You can customize the image by making changes below, some examples are included - remove the "//" to uncomment
55
+
56
+ //$img->ttf_file = './Quiff.ttf';
57
+ //$img->captcha_type = Securimage::SI_CAPTCHA_MATHEMATIC; // show a simple math problem instead of text
58
+ //$img->case_sensitive = true; // true to use case sensitve codes - not recommended
59
+ //$img->image_height = 90; // width in pixels of the image
60
+ //$img->image_width = $img->image_height * M_E; // a good formula for image size
61
+ //$img->perturbation = .75; // 1.0 = high distortion, higher numbers = more distortion
62
+ //$img->image_bg_color = new Securimage_Color("#0099CC"); // image background color
63
+ //$img->text_color = new Securimage_Color("#EAEAEA"); // captcha text color
64
+ //$img->num_lines = 8; // how many lines to draw over the image
65
+ //$img->line_color = new Securimage_Color("#0000CC"); // color of lines over the image
66
+ //$img->image_type = SI_IMAGE_JPEG; // render as a jpeg image
67
+ //$img->signature_color = new Securimage_Color(rand(0, 64),
68
+ // rand(64, 128),
69
+ // rand(128, 255)); // random signature color
70
+
71
+ // see securimage.php for more options that can be set
72
 
 
 
 
 
 
 
 
 
 
 
73
 
74
 
75
+ $img->show(); // outputs the image and content headers to the browser
76
+ // alternate use:
77
+ // $img->show('/path/to/background_image.jpg');
securimage/securimage_show_captcha.php CHANGED
@@ -1,13 +1,12 @@
1
  <?php
2
 
3
- require_once 'securimage.php';
4
 
5
- $img = new securimage();
6
 
7
  // $img->image_width = 278;
8
  $img->image_width = 250;
9
  $img->image_height = 80;
10
- // $img->ttf_file = 'AHGBold.ttf';
11
  $img->perturbation = 0.85;
12
  $img->image_bg_color = new Securimage_Color(0x0, 0x0, 0x0);
13
  $img->text_color = new Securimage_Color(0xff, 0xff, 0xff);
@@ -17,5 +16,6 @@ $img->text_angle_minimum = -10;
17
  $img->text_angle_maximum = 10;
18
  $img->num_lines = 0;
19
  $img->line_color = new Securimage_Color(0xff, 0xaff, 0xff);
 
20
 
21
  $img->show('backgrounds/bg6.png');
1
  <?php
2
 
3
+ require_once dirname(__FILE__) . '/securimage.php';
4
 
5
+ $img = new Securimage();
6
 
7
  // $img->image_width = 278;
8
  $img->image_width = 250;
9
  $img->image_height = 80;
 
10
  $img->perturbation = 0.85;
11
  $img->image_bg_color = new Securimage_Color(0x0, 0x0, 0x0);
12
  $img->text_color = new Securimage_Color(0xff, 0xff, 0xff);
16
  $img->text_angle_maximum = 10;
17
  $img->num_lines = 0;
18
  $img->line_color = new Securimage_Color(0xff, 0xaff, 0xff);
19
+ $img->use_wordlist = false;
20
 
21
  $img->show('backgrounds/bg6.png');
securimage/securimage_show_example.php ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Project: Securimage: A PHP class for creating and managing form CAPTCHA images<br />
5
+ * File: securimage_show_example.php<br />
6
+ *
7
+ * Copyright (c) 2011, Drew Phillips
8
+ * All rights reserved.
9
+ *
10
+ * Redistribution and use in source and binary forms, with or without modification,
11
+ * are permitted provided that the following conditions are met:
12
+ *
13
+ * - Redistributions of source code must retain the above copyright notice,
14
+ * this list of conditions and the following disclaimer.
15
+ * - Redistributions in binary form must reproduce the above copyright notice,
16
+ * this list of conditions and the following disclaimer in the documentation
17
+ * and/or other materials provided with the distribution.
18
+ *
19
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
23
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29
+ * POSSIBILITY OF SUCH DAMAGE.
30
+ *
31
+ * Any modifications to the library should be indicated clearly in the source code
32
+ * to inform users that the changes are not a part of the original software.<br /><br />
33
+ *
34
+ * If you found this script useful, please take a quick moment to rate it.<br />
35
+ * http://www.hotscripts.com/rate/49400.html Thanks.
36
+ *
37
+ * @link http://www.phpcaptcha.org Securimage PHP CAPTCHA
38
+ * @link http://www.phpcaptcha.org/latest.zip Download Latest Version
39
+ * @link http://www.phpcaptcha.org/Securimage_Docs/ Online Documentation
40
+ * @copyright 2011 Drew Phillips
41
+ * @author Drew Phillips <drew@drew-phillips.com>
42
+ * @version 3.0 (October 2011)
43
+ * @package Securimage
44
+ *
45
+ */
46
+
47
+ require_once dirname(__FILE__) . '/securimage.php';
48
+
49
+ $img = new Securimage();
50
+
51
+ //Change some settings
52
+ $img->image_width = 250;
53
+ $img->image_height = 80;
54
+ $img->perturbation = 0.85;
55
+ $img->image_bg_color = new Securimage_Color("#f6f6f6");
56
+ $img->use_transparent_text = true;
57
+ $img->text_transparency_percentage = 30; // 100 = completely transparent
58
+ $img->num_lines = 7;
59
+ $img->line_color = new Securimage_Color("#eaeaea");
60
+ $img->image_signature = 'phpcaptcha.org';
61
+ $img->signature_color = new Securimage_Color(rand(0, 64), rand(64, 128), rand(128, 255));
62
+ $img->use_wordlist = true;
63
+
64
+ $img->show('backgrounds/bg3.jpg'); // alternate use: $img->show('/path/to/background_image.jpg');
65
+
securimage/securimage_show_example2.php ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Project: Securimage: A PHP class for creating and managing form CAPTCHA images<br />
5
+ * File: securimage_show_example2.php<br />
6
+ *
7
+ * Copyright (c) 2011, Drew Phillips
8
+ * All rights reserved.
9
+ *
10
+ * Redistribution and use in source and binary forms, with or without modification,
11
+ * are permitted provided that the following conditions are met:
12
+ *
13
+ * - Redistributions of source code must retain the above copyright notice,
14
+ * this list of conditions and the following disclaimer.
15
+ * - Redistributions in binary form must reproduce the above copyright notice,
16
+ * this list of conditions and the following disclaimer in the documentation
17
+ * and/or other materials provided with the distribution.
18
+ *
19
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
23
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29
+ * POSSIBILITY OF SUCH DAMAGE.
30
+ *
31
+ * Any modifications to the library should be indicated clearly in the source code
32
+ * to inform users that the changes are not a part of the original software.<br /><br />
33
+ *
34
+ * If you found this script useful, please take a quick moment to rate it.<br />
35
+ * http://www.hotscripts.com/rate/49400.html Thanks.
36
+ *
37
+ * @link http://www.phpcaptcha.org Securimage PHP CAPTCHA
38
+ * @link http://www.phpcaptcha.org/latest.zip Download Latest Version
39
+ * @link http://www.phpcaptcha.org/Securimage_Docs/ Online Documentation
40
+ * @copyright 2011 Drew Phillips
41
+ * @author Drew Phillips <drew@drew-phillips.com>
42
+ * @version 3.0 (October 2011)
43
+ * @package Securimage
44
+ *
45
+ */
46
+
47
+ require_once dirname(__FILE__) . '/securimage.php';
48
+
49
+ $img = new Securimage();
50
+
51
+ //Change some settings
52
+ $img->image_width = 280;
53
+ $img->image_height = 100;
54
+ $img->perturbation = 0.9; // high level of distortion
55
+ $img->code_length = rand(5,6); // random code length
56
+ $img->image_bg_color = new Securimage_Color("#ffffff");
57
+ $img->num_lines = 12;
58
+ $img->noise_level = 5;
59
+ $img->text_color = new Securimage_Color("#000000");
60
+ $img->noise_color = $img->text_color;
61
+ $img->line_color = new Securimage_Color("#cccccc");
62
+
63
+ $img->show();
securimage/words/words.txt CHANGED
@@ -7,7 +7,7 @@ abakas
7
  abamps
8
  abased
9
  abaser
10
- abases
11
  abasia
12
  abated
13
  abater
@@ -17,7 +17,7 @@ abator
17
  abayas
18
  abbacy
19
  abbess
20
- abbeys
21
  abbots
22
  abduce
23
  abduct
@@ -27,7 +27,7 @@ abhors
27
  abided
28
  abider
29
  abides
30
- abject
31
  abjure
32
  ablate
33
  ablaut
@@ -37,7 +37,7 @@ ablins
37
  abloom
38
  ablush
39
  abmhos
40
- aboard
41
  aboded
42
  abodes
43
  abohms
@@ -47,7 +47,7 @@ aboral
47
  aborts
48
  abound
49
  aboves
50
- abrade
51
  abroad
52
  abrupt
53
  abseil
@@ -64,7 +64,7 @@ acacia
64
  acajou
65
  acarid
66
  acarus
67
- accede
68
  accent
69
  accept
70
  access
@@ -74,7 +74,7 @@ accrue
74
  accuse
75
  acedia
76
  acetal
77
- acetic
78
  acetin
79
  acetum
80
  acetyl
@@ -84,7 +84,7 @@ aching
84
  acidic
85
  acidly
86
  acinar
87
- acinic
88
  acinus
89
  ackees
90
  acnode
@@ -94,7 +94,7 @@ across
94
  acting
95
  actins
96
  action
97
- active
98
  actors
99
  actual
100
  acuate
@@ -104,7 +104,7 @@ acumen
104
  acuter
105
  acutes
106
  adages
107
- adagio
108
  adapts
109
  addend
110
  adders
@@ -114,7 +114,7 @@ addled
114
  addles
115
  adduce
116
  adduct
117
- adeems
118
  adenyl
119
  adepts
120
  adhere
@@ -124,7 +124,7 @@ adipic
124
  adjoin
125
  adjure
126
  adjust
127
- admass
128
  admire
129
  admits
130
  admixt
@@ -134,7 +134,7 @@ adnoun
134
  adobes
135
  adobos
136
  adonis
137
- adopts
138
  adored
139
  adorer
140
  adores
@@ -144,7 +144,7 @@ adroit
144
  adsorb
145
  adults
146
  advect
147
- advent
148
  adverb
149
  advert
150
  advice
@@ -154,7 +154,7 @@ adzing
154
  adzuki
155
  aecial
156
  aecium
157
- aedile
158
  aedine
159
  aeneus
160
  aeonic
@@ -164,7 +164,7 @@ aeried
164
  aerier
165
  aeries
166
  aerify
167
- aerily
168
  aerobe
169
  aerugo
170
  aether
@@ -174,7 +174,7 @@ affect
174
  affine
175
  affirm
176
  afflux
177
- afford
178
  affray
179
  afghan
180
  afield
@@ -184,7 +184,7 @@ afraid
184
  afreet
185
  afresh
186
  afrits
187
- afters
188
  aftosa
189
  agamas
190
  agamic
@@ -194,7 +194,7 @@ agapai
194
  agapes
195
  agaric
196
  agates
197
- agaves
198
  agedly
199
  ageing
200
  ageism
@@ -204,7 +204,7 @@ agenda
204
  agenes
205
  agents
206
  aggada
207
- aggers
208
  aggies
209
  aggros
210
  aghast
@@ -214,7 +214,7 @@ agists
214
  agitas
215
  aglare
216
  agleam
217
- aglets
218
  agnail
219
  agnate
220
  agnize
@@ -224,7 +224,7 @@ agonic
224
  agorae
225
  agoras
226
  agorot
227
- agouti
228
  agouty
229
  agrafe
230
  agreed
@@ -234,7 +234,7 @@ aguish
234
  ahchoo
235
  ahimsa
236
  aholds
237
- ahorse
238
  aiders
239
  aidful
240
  aiding
@@ -244,7 +244,7 @@ aiglet
244
  aigret
245
  aikido
246
  ailing
247
- aimers
248
  aimful
249
  aiming
250
  aiolis
@@ -254,7 +254,7 @@ airers
254
  airest
255
  airier
256
  airily
257
- airing
258
  airman
259
  airmen
260
  airted
@@ -264,7 +264,7 @@ aisled
264
  aisles
265
  aivers
266
  ajivas
267
- ajowan
268
  ajugas
269
  akelas
270
  akenes
@@ -274,7 +274,7 @@ alands
274
  alanin
275
  alants
276
  alanyl
277
- alarms
278
  alarum
279
  alaska
280
  alated
@@ -284,7 +284,7 @@ albedo
284
  albeit
285
  albino
286
  albite
287
- albums
288
  alcade
289
  alcaic
290
  alcids
@@ -294,7 +294,7 @@ aldols
294
  aldose
295
  aldrin
296
  alegar
297
- alephs
298
  alerts
299
  alevin
300
  alexia
@@ -304,7 +304,7 @@ algins
304
  algoid
305
  algors
306
  algums
307
- alibis
308
  alible
309
  alidad
310
  aliens
@@ -314,7 +314,7 @@ alined
314
  aliner
315
  alines
316
  aliped
317
- aliyah
318
  aliyas
319
  aliyos
320
  aliyot
@@ -324,7 +324,7 @@ alkene
324
  alkies
325
  alkine
326
  alkoxy
327
- alkyds
328
  alkyls
329
  alkyne
330
  allays
@@ -334,7 +334,7 @@ allele
334
  alleys
335
  allied
336
  allies
337
- allium
338
  allods
339
  allots
340
  allows
@@ -344,7 +344,7 @@ allure
344
  allyls
345
  almahs
346
  almehs
347
- almner
348
  almond
349
  almost
350
  almuce
@@ -354,7 +354,7 @@ almugs
354
  alnico
355
  alodia
356
  alohas
357
- aloins
358
  alpaca
359
  alphas
360
  alphyl
@@ -364,7 +364,7 @@ altars
364
  alters
365
  althea
366
  aludel
367
- alulae
368
  alular
369
  alumin
370
  alumna
@@ -374,7 +374,7 @@ always
374
  amadou
375
  amarna
376
  amatol
377
- amazed
378
  amazes
379
  amazon
380
  ambage
@@ -384,7 +384,7 @@ ambeer
384
  ambers
385
  ambery
386
  ambits
387
- ambled
388
  ambler
389
  ambles
390
  ambush
@@ -394,7 +394,7 @@ amebas
394
  amebic
395
  ameers
396
  amends
397
- aments
398
  amerce
399
  amices
400
  amicus
@@ -404,7 +404,7 @@ amidin
404
  amidol
405
  amidst
406
  amigas
407
- amigos
408
  amines
409
  aminic
410
  ammine
@@ -414,7 +414,7 @@ amnion
414
  amnios
415
  amoeba
416
  amoles
417
- amoral
418
  amount
419
  amours
420
  ampere
@@ -424,7 +424,7 @@ ampule
424
  ampuls
425
  amrita
426
  amtrac
427
- amucks
428
  amulet
429
  amused
430
  amuser
@@ -433,7 +433,7 @@ amusia
433
  amylic
434
  amylum
435
  anabas
436
- anadem
437
  analog
438
  ananke
439
  anarch
@@ -443,7 +443,7 @@ anchos
443
  ancone
444
  andros
445
  anears
446
- aneled
447
  aneles
448
  anemia
449
  anemic
@@ -453,7 +453,7 @@ angary
453
  angels
454
  angers
455
  angina
456
- angled
457
  angler
458
  angles
459
  anglos
@@ -463,7 +463,7 @@ anilin
463
  animal
464
  animas
465
  animes
466
- animis
467
  animus
468
  anions
469
  anises
@@ -473,7 +473,7 @@ ankles
473
  anklet
474
  ankush
475
  anlace
476
- anlage
477
  annals
478
  anneal
479
  annexe
@@ -483,7 +483,7 @@ annual
483
  annuli
484
  annuls
485
  anodal
486
- anodes
487
  anodic
488
  anoint
489
  anoles
@@ -493,7 +493,7 @@ anonym
493
  anopia
494
  anorak
495
  anoxia
496
- anoxic
497
  ansate
498
  answer
499
  anteed
@@ -503,7 +503,7 @@ antiar
503
  antick
504
  antics
505
  anting
506
- antler
507
  antral
508
  antres
509
  antrum
@@ -511,9 +511,8 @@ anural
511
  anuran
512
  anuria
513
  anuric
514
- anuses
515
  anvils
516
- anyhow
517
  anyone
518
  anyons
519
  anyway
@@ -523,7 +522,7 @@ aortal
523
  aortas
524
  aortic
525
  aoudad
526
- apache
527
  apathy
528
  apercu
529
  apexes
@@ -533,7 +532,7 @@ apiary
533
  apical
534
  apices
535
  apiece
536
- aplite
537
  aplomb
538
  apneal
539
  apneas
@@ -543,7 +542,7 @@ apodal
543
  apogee
544
  apollo
545
  apolog
546
- aporia
547
  appall
548
  appals
549
  appeal
@@ -553,7 +552,7 @@ append
553
  apples
554
  applet
555
  appose
556
- aprons
557
  aptest
558
  arabic
559
  arable
@@ -563,7 +562,7 @@ arbors
563
  arbour
564
  arbute
565
  arcade
566
- arcana
567
  arcane
568
  arched
569
  archer
@@ -573,7 +572,7 @@ archly
573
  archon
574
  arcing
575
  arcked
576
- arctic
577
  ardebs
578
  ardent
579
  ardors
@@ -583,7 +582,7 @@ arenas
583
  arenes
584
  areola
585
  areole
586
- arepas
587
  aretes
588
  argala
589
  argali
@@ -593,7 +592,7 @@ argils
593
  argled
594
  argles
595
  argols
596
- argons
597
  argosy
598
  argots
599
  argued
@@ -603,7 +602,7 @@ argufy
603
  argyle
604
  argyll
605
  arhats
606
- ariary
607
  arider
608
  aridly
609
  ariels
@@ -613,7 +612,7 @@ ariose
613
  ariosi
614
  arioso
615
  arisen
616
- arises
617
  arista
618
  aristo
619
  arkose
@@ -623,7 +622,7 @@ armets
623
  armful
624
  armies
625
  arming
626
- armlet
627
  armors
628
  armory
629
  armour
@@ -633,7 +632,7 @@ arnica
633
  aroids
634
  aroint
635
  aromas
636
- around
637
  arouse
638
  aroynt
639
  arpens
@@ -643,7 +642,7 @@ arrant
643
  arrays
644
  arrear
645
  arrest
646
- arriba
647
  arrive
648
  arroba
649
  arrows
@@ -653,7 +652,7 @@ arseno
653
  arshin
654
  arsine
655
  arsino
656
- arsons
657
  artels
658
  artery
659
  artful
@@ -663,7 +662,7 @@ artist
663
  asanas
664
  asarum
665
  ascend
666
- ascent
667
  ascots
668
  asdics
669
  ashcan
@@ -673,7 +672,7 @@ ashlar
673
  ashler
674
  ashman
675
  ashmen
676
- ashore
677
  ashram
678
  asides
679
  askant
@@ -683,27 +682,13 @@ aslant
683
  asleep
684
  aslope
685
  aslosh
686
- aspect
687
  aspens
688
  aspers
689
  aspics
690
  aspire
691
  aspish
692
  asrama
693
- assail
694
- assais
695
- assays
696
- assent
697
- assert
698
- assess
699
- assets
700
- assign
701
- assist
702
- assize
703
- assoil
704
- assort
705
- assume
706
- assure
707
  astern
708
  asters
709
  asthma
@@ -713,7 +698,7 @@ astray
713
  astute
714
  aswarm
715
  aswirl
716
- aswoon
717
  asylum
718
  atabal
719
  ataman
@@ -723,7 +708,7 @@ ataxic
723
  atelic
724
  atlatl
725
  atmans
726
- atolls
727
  atomic
728
  atonal
729
  atoned
@@ -733,7 +718,7 @@ atonia
733
  atonic
734
  atopic
735
  atrial
736
- atrium
737
  attach
738
  attack
739
  attain
@@ -743,7 +728,7 @@ attent
743
  attest
744
  attics
745
  attire
746
- attorn
747
  attrit
748
  attune
749
  atwain
@@ -753,7 +738,7 @@ aubade
753
  auburn
754
  aucuba
755
  audads
756
- audial
757
  audile
758
  auding
759
  audios
@@ -763,7 +748,7 @@ augers
763
  aughts
764
  augite
765
  augurs
766
- augury
767
  august
768
  auklet
769
  aulder
@@ -773,7 +758,7 @@ aurate
773
  aureus
774
  aurist
775
  aurora
776
- aurous
777
  aurums
778
  auspex
779
  ausubo
@@ -783,7 +768,7 @@ autism
783
  autist
784
  autoed
785
  autumn
786
- auxins
787
  avails
788
  avatar
789
  avaunt
@@ -793,7 +778,7 @@ averse
793
  averts
794
  avians
795
  aviary
796
- aviate
797
  avidin
798
  avidly
799
  avions
@@ -803,7 +788,7 @@ avoids
803
  avoset
804
  avouch
805
  avowal
806
- avowed
807
  avower
808
  avulse
809
  awaits
@@ -813,7 +798,7 @@ awakes
813
  awards
814
  aweary
815
  aweigh
816
- aweing
817
  awhile
818
  awhirl
819
  awless
@@ -823,7 +808,7 @@ awoken
823
  axeman
824
  axemen
825
  axenic
826
- axilla
827
  axioms
828
  axions
829
  axised
@@ -833,7 +818,7 @@ axlike
833
  axonal
834
  axones
835
  axonic
836
- axseed
837
  azalea
838
  azides
839
  azines
@@ -843,7 +828,7 @@ azonal
843
  azonic
844
  azoted
845
  azotes
846
- azoths
847
  azotic
848
  azukis
849
  azures
@@ -853,7 +838,7 @@ baalim
853
  baases
854
  babble
855
  babels
856
- babied
857
  babier
858
  babies
859
  babkas
@@ -863,7 +848,7 @@ baboos
863
  babuls
864
  baccae
865
  bached
866
- baches
867
  backed
868
  backer
869
  backup
@@ -873,7 +858,7 @@ badass
873
  badder
874
  baddie
875
  badged
876
- badger
877
  badges
878
  badman
879
  badmen
@@ -882,7 +867,7 @@ baffle
882
  bagels
883
  bagful
884
  bagged
885
- bagger
886
  baggie
887
  bagman
888
  bagmen
@@ -892,7 +877,7 @@ bagwig
892
  bailed
893
  bailee
894
  bailer
895
- bailey
896
  bailie
897
  bailor
898
  bairns
@@ -902,7 +887,7 @@ baizas
902
  baizes
903
  bakers
904
  bakery
905
- baking
906
  balata
907
  balboa
908
  balded
@@ -912,17 +897,14 @@ baleen
912
  balers
913
  baling
914
  balked
915
- balker
916
  ballad
917
- balled
918
- baller
919
  ballet
920
  ballon
921
  ballot
922
- ballsy
923
  balsam
924
  balsas
925
- bamboo
926
  bammed
927
  banana
928
  bancos
@@ -932,7 +914,7 @@ bander
932
  bandit
933
  bandog
934
  banged
935
- banger
936
  bangle
937
  banian
938
  baning
@@ -942,7 +924,7 @@ banjos
942
  banked
943
  banker
944
  bankit
945
- banned
946
  banner
947
  bannet
948
  bantam
@@ -952,7 +934,7 @@ banzai
952
  baobab
953
  barbal
954
  barbed
955
- barbel
956
  barber
957
  barbes
958
  barbet
@@ -962,7 +944,7 @@ barcas
962
  barded
963
  bardes
964
  bardic
965
- barege
966
  barely
967
  barest
968
  barfed
@@ -972,7 +954,7 @@ bargee
972
  barges
973
  barhop
974
  baring
975
- barite
976
  barium
977
  barked
978
  barker
@@ -982,7 +964,7 @@ barman
982
  barmen
983
  barmie
984
  barned
985
- barney
986
  barong
987
  barons
988
  barony
@@ -992,7 +974,7 @@ barrel
992
  barren
993
  barres
994
  barret
995
- barrio
996
  barrow
997
  barter
998
  baryes
@@ -1002,7 +984,7 @@ baryte
1002
  basalt
1003
  basely
1004
  basest
1005
- bashaw
1006
  bashed
1007
  basher
1008
  bashes
@@ -1012,13 +994,13 @@ basils
1012
  basing
1013
  basins
1014
  basion
1015
- basked
1016
  basket
1017
  basque
1018
  basted
1019
  baster
1020
  bastes
1021
- batboy
1022
  bateau
1023
  bathed
1024
  bather
@@ -1028,7 +1010,7 @@ batiks
1028
  bating
1029
  batman
1030
  batmen
1031
- batons
1032
  batted
1033
  batten
1034
  batter
@@ -1038,7 +1020,7 @@ battue
1038
  baubee
1039
  bauble
1040
  baulks
1041
- baulky
1042
  bawbee
1043
  bawdry
1044
  bawled
@@ -1048,7 +1030,7 @@ bayamo
1048
  bayard
1049
  baying
1050
  bayman
1051
- baymen
1052
  bayous
1053
  bazaar
1054
  bazars
@@ -1058,7 +1040,7 @@ beacon
1058
  beaded
1059
  beader
1060
  beadle
1061
- beagle
1062
  beaked
1063
  beaker
1064
  beamed
@@ -1067,7 +1049,7 @@ beanie
1067
  beanos
1068
  beards
1069
  bearer
1070
- beaten
1071
  beater
1072
  beauts
1073
  beauty
@@ -1076,7 +1058,7 @@ becalm
1076
  became
1077
  becaps
1078
  becked
1079
- becket
1080
  beckon
1081
  beclog
1082
  become
@@ -1086,7 +1068,7 @@ bedbug
1086
  bedded
1087
  bedder
1088
  bedeck
1089
- bedell
1090
  bedels
1091
  bedews
1092
  bedims
@@ -1096,7 +1078,7 @@ bedrid
1096
  bedrug
1097
  bedsit
1098
  beduin
1099
- bedumb
1100
  beebee
1101
  beechy
1102
  beefed
@@ -1106,7 +1088,7 @@ beetle
1106
  beeves
1107
  beezer
1108
  befall
1109
- befell
1110
  befits
1111
  beflag
1112
  beflea
@@ -1116,7 +1098,7 @@ before
1116
  befoul
1117
  befret
1118
  begall
1119
- begaze
1120
  begets
1121
  beggar
1122
  begged
@@ -1126,7 +1108,7 @@ begirt
1126
  beglad
1127
  begone
1128
  begrim
1129
- begulf
1130
  begums
1131
  behalf
1132
  behave
@@ -1136,7 +1118,7 @@ behest
1136
  behind
1137
  behold
1138
  behoof
1139
- behove
1140
  behowl
1141
  beiges
1142
  beigne
@@ -1146,7 +1128,7 @@ beknot
1146
  belady
1147
  belaud
1148
  belays
1149
- beldam
1150
  beleap
1151
  belfry
1152
  belgas
@@ -1156,7 +1138,7 @@ belier
1156
  belies
1157
  belike
1158
  belive
1159
- belled
1160
  belles
1161
  bellow
1162
  belong
@@ -1166,7 +1148,7 @@ belted
1166
  belter
1167
  beluga
1168
  bemata
1169
- bemean
1170
  bemire
1171
  bemist
1172
  bemixt
@@ -1176,7 +1158,7 @@ bemuse
1176
  bename
1177
  benday
1178
  bended
1179
- bendee
1180
  bender
1181
  bendys
1182
  benign
@@ -1186,7 +1168,7 @@ bennis
1186
  bentos
1187
  benumb
1188
  benzal
1189
- benzin
1190
  benzol
1191
  benzyl
1192
  berake
@@ -1196,7 +1178,7 @@ berets
1196
  berime
1197
  berlin
1198
  bermed
1199
- bermes
1200
  bertha
1201
  berths
1202
  beryls
@@ -1206,7 +1188,7 @@ beside
1206
  besmut
1207
  besnow
1208
  besoms
1209
- besots
1210
  bested
1211
  bestir
1212
  bestow
@@ -1216,7 +1198,7 @@ betels
1216
  bethel
1217
  betide
1218
  betime
1219
- betise
1220
  betons
1221
  betony
1222
  betook
@@ -1226,7 +1208,7 @@ betted
1226
  better
1227
  bettor
1228
  bevels
1229
- bevies
1230
  bevors
1231
  bewail
1232
  beware
@@ -1236,7 +1218,7 @@ bewigs
1236
  beworm
1237
  bewrap
1238
  bewray
1239
- beylic
1240
  beylik
1241
  beyond
1242
  bezant
@@ -1246,7 +1228,7 @@ bezils
1246
  bezoar
1247
  bhakta
1248
  bhakti
1249
- bhangs
1250
  bharal
1251
  bhoots
1252
  bialis
@@ -1256,7 +1238,7 @@ biases
1256
  biaxal
1257
  bibbed
1258
  bibber
1259
- bibles
1260
  bicarb
1261
  biceps
1262
  bicker
@@ -1266,7 +1248,7 @@ bidden
1266
  bidder
1267
  biders
1268
  bidets
1269
- biding
1270
  bields
1271
  biface
1272
  biffed
@@ -1276,7 +1258,7 @@ bifold
1276
  biform
1277
  bigamy
1278
  bigeye
1279
- bigger
1280
  biggie
1281
  biggin
1282
  bights
@@ -1286,7 +1268,7 @@ bijous
1286
  bijoux
1287
  bikers
1288
  bikies
1289
- biking
1290
  bikini
1291
  bilboa
1292
  bilbos
@@ -1296,7 +1278,7 @@ bilked
1296
  bilker
1297
  billed
1298
  biller
1299
- billet
1300
  billie
1301
  billon
1302
  billow
@@ -1306,7 +1288,7 @@ binary
1306
  binate
1307
  binder
1308
  bindis
1309
- bindle
1310
  biners
1311
  binged
1312
  binger
@@ -1316,7 +1298,7 @@ binits
1316
  binned
1317
  binocs
1318
  biogas
1319
- biogen
1320
  biomes
1321
  bionic
1322
  bionts
@@ -1326,7 +1308,7 @@ biotas
1326
  biotic
1327
  biotin
1328
  bipack
1329
- bipeds
1330
  bipods
1331
  birded
1332
  birder
@@ -1336,7 +1318,7 @@ birkie
1336
  birled
1337
  birler
1338
  birles
1339
- birred
1340
  birses
1341
  births
1342
  bisect
@@ -1346,7 +1328,6 @@ bisque
1346
  bister
1347
  bistre
1348
  bistro
1349
- bitchy
1350
  biters
1351
  biting
1352
  bitmap
@@ -1356,7 +1337,7 @@ bitter
1356
  bizone
1357
  bizzes
1358
  blabby
1359
- blacks
1360
  bladed
1361
  blader
1362
  blades
@@ -1366,7 +1347,7 @@ blamed
1366
  blamer
1367
  blames
1368
  blanch
1369
- blanks
1370
  blared
1371
  blares
1372
  blasts
@@ -1376,7 +1357,7 @@ blazed
1376
  blazer
1377
  blazes
1378
  blazon
1379
- bleach
1380
  bleaks
1381
  blears
1382
  bleary
@@ -1386,7 +1367,7 @@ bleeds
1386
  bleeps
1387
  blench
1388
  blende
1389
- blends
1390
  blenny
1391
  blight
1392
  blimey
@@ -1396,7 +1377,7 @@ blinis
1396
  blinks
1397
  blintz
1398
  blites
1399
- blithe
1400
  bloats
1401
  blocks
1402
  blocky
@@ -1406,7 +1387,7 @@ blonds
1406
  bloods
1407
  bloody
1408
  blooey
1409
- blooie
1410
  blooms
1411
  bloomy
1412
  bloops
@@ -1416,7 +1397,7 @@ blotty
1416
  blouse
1417
  blousy
1418
  blowby
1419
- blowed
1420
  blower
1421
  blowsy
1422
  blowup
@@ -1426,7 +1407,7 @@ bluely
1426
  bluest
1427
  bluesy
1428
  bluets
1429
- blueys
1430
  bluffs
1431
  bluing
1432
  bluish
@@ -1436,7 +1417,7 @@ blunge
1436
  blunts
1437
  blurbs
1438
  blurry
1439
- blurts
1440
  blypes
1441
  boards
1442
  boarts
@@ -1446,7 +1427,7 @@ boatel
1446
  boater
1447
  bobbed
1448
  bobber
1449
- bobbin
1450
  bobble
1451
  bobcat
1452
  bocces
@@ -1456,7 +1437,7 @@ boccis
1456
  boches
1457
  bodega
1458
  bodice
1459
- bodied
1460
  bodies
1461
  bodily
1462
  boding
@@ -1466,7 +1447,7 @@ boffin
1466
  boffos
1467
  bogans
1468
  bogart
1469
- bogeys
1470
  bogged
1471
  boggle
1472
  bogies
@@ -1476,7 +1457,7 @@ bohunk
1476
  boiled
1477
  boiler
1478
  boings
1479
- boinks
1480
  boites
1481
  bolder
1482
  boldly
@@ -1485,8 +1466,6 @@ bolete
1485
  boleti
1486
  bolide
1487
  bolled
1488
- bollix
1489
- bollox
1490
  bolshy
1491
  bolson
1492
  bolted
@@ -1496,19 +1475,16 @@ bombed
1496
  bomber
1497
  bombes
1498
  bombyx
1499
- bonaci
1500
  bonbon
1501
  bonded
1502
  bonder
1503
  bonduc
1504
- boners
1505
- bonged
1506
  bongos
1507
  bonier
1508
  boning
1509
- bonita
1510
  bonito
1511
- bonked
1512
  bonnes
1513
  bonnet
1514
  bonnie
@@ -1516,7 +1492,7 @@ bonobo
1516
  bonsai
1517
  bonzer
1518
  bonzes
1519
- boobed
1520
  boobie
1521
  booboo
1522
  boocoo
@@ -1526,7 +1502,7 @@ boogey
1526
  boogie
1527
  boohoo
1528
  booing
1529
- boojum
1530
  booked
1531
  booker
1532
  bookie
@@ -1536,7 +1512,7 @@ boomer
1536
  boosts
1537
  booted
1538
  bootee
1539
- booths
1540
  bootie
1541
  boozed
1542
  boozer
@@ -1546,7 +1522,7 @@ bopped
1546
  bopper
1547
  borage
1548
  borals
1549
- borane
1550
  borate
1551
  bordel
1552
  border
@@ -1556,7 +1532,7 @@ boreen
1556
  borers
1557
  boride
1558
  boring
1559
- borked
1560
  borons
1561
  borrow
1562
  borsch
@@ -1565,8 +1541,6 @@ borzoi
1565
  boshes
1566
  bosker
1567
  bosket
1568
- bosoms
1569
- bosomy
1570
  bosons
1571
  bosque
1572
  bossed
@@ -1576,7 +1550,7 @@ bosuns
1576
  botany
1577
  botchy
1578
  botels
1579
- botfly
1580
  bother
1581
  bottle
1582
  bottom
@@ -1586,7 +1560,7 @@ boudin
1586
  bouffe
1587
  boughs
1588
  bought
1589
- bougie
1590
  boules
1591
  boulle
1592
  bounce
@@ -1596,7 +1570,7 @@ bounty
1596
  bourgs
1597
  bourne
1598
  bourns
1599
- bourse
1600
  boused
1601
  bouses
1602
  bouton
@@ -1605,7 +1579,7 @@ bovine
1605
  bowers
1606
  bowery
1607
  bowfin
1608
- bowing
1609
  bowled
1610
  bowleg
1611
  bowler
@@ -1615,7 +1589,7 @@ bowpot
1615
  bowsed
1616
  bowses
1617
  bowwow
1618
- bowyer
1619
  boxcar
1620
  boxers
1621
  boxful
@@ -1625,7 +1599,7 @@ boxing
1625
  boyard
1626
  boyars
1627
  boyish
1628
- boylas
1629
  braced
1630
  bracer
1631
  braces
@@ -1635,7 +1609,7 @@ braggy
1635
  brahma
1636
  braids
1637
  brails
1638
- brains
1639
  brainy
1640
  braise
1641
  braize
@@ -1645,7 +1619,7 @@ branch
1645
  brands
1646
  brandy
1647
  branks
1648
- branny
1649
  brants
1650
  brashy
1651
  brasil
@@ -1655,7 +1629,7 @@ bravas
1655
  braved
1656
  braver
1657
  braves
1658
- bravos
1659
  brawer
1660
  brawls
1661
  brawly
@@ -1665,7 +1639,7 @@ brayed
1665
  brayer
1666
  brazas
1667
  brazed
1668
- brazen
1669
  brazer
1670
  brazes
1671
  brazil
@@ -1674,7 +1648,7 @@ breads
1674
  bready
1675
  breaks
1676
  breams
1677
- breath
1678
  bredes
1679
  breech
1680
  breeds
@@ -1684,7 +1658,7 @@ breezy
1684
  bregma
1685
  brents
1686
  breves
1687
- brevet
1688
  brewed
1689
  brewer
1690
  brewis
@@ -1694,7 +1668,7 @@ briary
1694
  bribed
1695
  bribee
1696
  briber
1697
- bribes
1698
  bricks
1699
  bricky
1700
  bridal
@@ -1704,7 +1678,7 @@ bridle
1704
  briefs
1705
  briers
1706
  briery
1707
- bright
1708
  brillo
1709
  brills
1710
  brined
@@ -1714,7 +1688,7 @@ brings
1714
  brinks
1715
  briony
1716
  brises
1717
- brisks
1718
  briths
1719
  britts
1720
  broach
@@ -1724,7 +1698,7 @@ brocks
1724
  brogan
1725
  brogue
1726
  broils
1727
- broken
1728
  broker
1729
  brolly
1730
  bromal
@@ -1734,7 +1708,7 @@ bromid
1734
  bromin
1735
  bromos
1736
  bronco
1737
- broncs
1738
  bronze
1739
  bronzy
1740
  brooch
@@ -1744,7 +1718,7 @@ brooks
1744
  brooms
1745
  broomy
1746
  broses
1747
- broths
1748
  brothy
1749
  browed
1750
  browns
@@ -1754,7 +1728,7 @@ brucin
1754
  brughs
1755
  bruins
1756
  bruise
1757
- bruits
1758
  brulot
1759
  brumal
1760
  brumby
@@ -1764,7 +1738,7 @@ brunet
1764
  brunts
1765
  brushy
1766
  brutal
1767
- bruted
1768
  brutes
1769
  bruxed
1770
  bruxes
@@ -1774,7 +1748,7 @@ bubals
1774
  bubbas
1775
  bubble
1776
  bubbly
1777
- bubkes
1778
  buboed
1779
  buboes
1780
  buccal
@@ -1784,7 +1758,7 @@ bucket
1784
  buckle
1785
  buckos
1786
  buckra
1787
- budded
1788
  budder
1789
  buddha
1790
  buddle
@@ -1794,7 +1768,7 @@ budges
1794
  budget
1795
  budgie
1796
  buffed
1797
- buffer
1798
  buffet
1799
  buffos
1800
  bugeye
@@ -1804,7 +1778,7 @@ bugled
1804
  bugler
1805
  bugles
1806
  bugout
1807
- bugsha
1808
  builds
1809
  bulbar
1810
  bulbed
@@ -1814,17 +1788,15 @@ bulbul
1814
  bulged
1815
  bulger
1816
  bulges
1817
- bulgur
1818
  bulked
1819
  bullae
1820
  bulled
1821
  bullet
1822
  bumble
1823
  bumkin
1824
- bummed
1825
- bummer
1826
  bumped
1827
- bumper
1828
  bumphs
1829
  bunchy
1830
  buncos
@@ -1834,7 +1806,7 @@ bunged
1834
  bungee
1835
  bungle
1836
  bunion
1837
- bunked
1838
  bunker
1839
  bunkos
1840
  bunkum
@@ -1844,7 +1816,7 @@ bunyas
1844
  buoyed
1845
  bupkes
1846
  bupkus
1847
- buppie
1848
  buqsha
1849
  burans
1850
  burble
@@ -1854,7 +1826,7 @@ burden
1854
  burdie
1855
  bureau
1856
  burets
1857
- burgee
1858
  burger
1859
  burghs
1860
  burgle
@@ -1864,7 +1836,7 @@ buried
1864
  burier
1865
  buries
1866
  burins
1867
- burkas
1868
  burked
1869
  burker
1870
  burkes
@@ -1874,7 +1846,7 @@ burler
1874
  burley
1875
  burned
1876
  burner
1877
- burnet
1878
  burnie
1879
  burped
1880
  burqas
@@ -1884,7 +1856,7 @@ burros
1884
  burrow
1885
  bursae
1886
  bursal
1887
- bursar
1888
  bursas
1889
  burses
1890
  bursts
@@ -1894,7 +1866,7 @@ busboy
1894
  bushed
1895
  bushel
1896
  busher
1897
- bushes
1898
  bushwa
1899
  busied
1900
  busier
@@ -1904,7 +1876,7 @@ busing
1904
  busked
1905
  busker
1906
  buskin
1907
- busman
1908
  busmen
1909
  bussed
1910
  busses
@@ -1914,7 +1886,7 @@ bustic
1914
  bustle
1915
  butane
1916
  butene
1917
- buteos
1918
  butled
1919
  butler
1920
  butles
@@ -1924,7 +1896,7 @@ buttes
1924
  button
1925
  bututs
1926
  butyls
1927
- buyers
1928
  buying
1929
  buyoff
1930
  buyout
@@ -1934,7 +1906,7 @@ buzzer
1934
  buzzes
1935
  bwanas
1936
  byelaw
1937
- bygone
1938
  bylaws
1939
  byline
1940
  byname
@@ -1944,7 +1916,7 @@ bypath
1944
  byplay
1945
  byrled
1946
  byrnie
1947
- byroad
1948
  byssal
1949
  byssus
1950
  bytalk
@@ -1954,7 +1926,7 @@ bywork
1954
  byzant
1955
  cabala
1956
  cabals
1957
- cabana
1958
  cabbed
1959
  cabbie
1960
  cabers
@@ -1964,7 +1936,7 @@ cabler
1964
  cables
1965
  cablet
1966
  cabman
1967
- cabmen
1968
  cabobs
1969
  cacaos
1970
  cached
@@ -1974,7 +1946,7 @@ cachou
1974
  cackle
1975
  cactus
1976
  caddie
1977
- caddis
1978
  cadent
1979
  cadets
1980
  cadged
@@ -1984,7 +1956,7 @@ cadmic
1984
  cadres
1985
  caecal
1986
  caecum
1987
- caeoma
1988
  caesar
1989
  caftan
1990
  cagers
@@ -1994,7 +1966,7 @@ caging
1994
  cahier
1995
  cahoot
1996
  cahows
1997
- caiman
1998
  caique
1999
  cairds
2000
  cairns
@@ -2004,7 +1976,7 @@ cakier
2004
  caking
2005
  calami
2006
  calash
2007
- calcar
2008
  calces
2009
  calcic
2010
  calesa
@@ -2014,7 +1986,7 @@ caliph
2014
  calked
2015
  calker
2016
  calkin
2017
- callan
2018
  callas
2019
  called
2020
  callee
@@ -2024,7 +1996,7 @@ callow
2024
  callus
2025
  calmed
2026
  calmer
2027
- calmly
2028
  calory
2029
  calpac
2030
  calque
@@ -2033,7 +2005,7 @@ calves
2033
  calxes
2034
  camail
2035
  camber
2036
- cambia
2037
  camels
2038
  cameos
2039
  camera
@@ -2043,7 +2015,7 @@ camise
2043
  camlet
2044
  cammie
2045
  camped
2046
- camper
2047
  campos
2048
  campus
2049
  canals
@@ -2053,7 +2025,7 @@ canary
2053
  cancan
2054
  cancel
2055
  cancer
2056
- cancha
2057
  candid
2058
  candle
2059
  candor
@@ -2063,7 +2035,7 @@ cangue
2063
  canids
2064
  canine
2065
  caning
2066
- canker
2067
  cannas
2068
  canned
2069
  cannel
@@ -2073,7 +2045,7 @@ cannon
2073
  cannot
2074
  canoed
2075
  canoer
2076
- canoes
2077
  canola
2078
  canons
2079
  canopy
@@ -2083,7 +2055,7 @@ canted
2083
  canter
2084
  canthi
2085
  cantic
2086
- cantle
2087
  canton
2088
  cantor
2089
  cantos
@@ -2093,7 +2065,7 @@ canvas
2093
  canyon
2094
  capers
2095
  capful
2096
- capias
2097
  capita
2098
  caplet
2099
  caplin
@@ -2103,7 +2075,7 @@ capped
2103
  capper
2104
  capric
2105
  capris
2106
- capsid
2107
  captan
2108
  captor
2109
  carack
@@ -2113,7 +2085,7 @@ carats
2113
  carbon
2114
  carbos
2115
  carboy
2116
- carcel
2117
  carded
2118
  carder
2119
  cardia
@@ -2123,7 +2095,7 @@ careen
2123
  career
2124
  carers
2125
  caress
2126
- carets
2127
  carful
2128
  cargos
2129
  carhop
@@ -2133,7 +2105,7 @@ caries
2133
  carina
2134
  caring
2135
  carked
2136
- carles
2137
  carlin
2138
  carman
2139
  carmen
@@ -2143,7 +2115,7 @@ carney
2143
  carnie
2144
  carobs
2145
  caroch
2146
- caroli
2147
  carols
2148
  caroms
2149
  carpal
@@ -2153,7 +2125,7 @@ carper
2153
  carpet
2154
  carpus
2155
  carrel
2156
- carrom
2157
  carrot
2158
  carses
2159
  carted
@@ -2163,7 +2135,7 @@ cartes
2163
  carton
2164
  cartop
2165
  carved
2166
- carvel
2167
  carven
2168
  carver
2169
  carves
@@ -2173,7 +2145,7 @@ casbah
2173
  casefy
2174
  caseic
2175
  casein
2176
- casern
2177
  cashaw
2178
  cashed
2179
  cashes
@@ -2183,7 +2155,7 @@ casing
2183
  casini
2184
  casino
2185
  casita
2186
- casked
2187
  casket
2188
  casque
2189
  caster
@@ -2191,7 +2163,7 @@ castes
2191
  castle
2192
  castor
2193
  casual
2194
- catalo
2195
  catchy
2196
  catena
2197
  caters
@@ -2201,7 +2173,7 @@ catkin
2201
  catlin
2202
  catnap
2203
  catnip
2204
- catsup
2205
  catted
2206
  cattie
2207
  cattle
@@ -2211,7 +2183,7 @@ caudal
2211
  caudex
2212
  caudle
2213
  caught
2214
- caulds
2215
  caules
2216
  caulis
2217
  caulks
@@ -2221,7 +2193,7 @@ causer
2221
  causes
2222
  causey
2223
  caveat
2224
- cavern
2225
  cavers
2226
  caviar
2227
  cavies
@@ -2231,7 +2203,7 @@ cavity
2231
  cavort
2232
  cawing
2233
  cayman
2234
- cayuse
2235
  ceased
2236
  ceases
2237
  cebids
@@ -2241,7 +2213,7 @@ cedarn
2241
  cedars
2242
  cedary
2243
  ceders
2244
- ceding
2245
  cedula
2246
  ceibas
2247
  ceiled
@@ -2251,7 +2223,7 @@ celebs
2251
  celery
2252
  celiac
2253
  cellae
2254
- cellar
2255
  celled
2256
  cellos
2257
  celoms
@@ -2261,7 +2233,7 @@ censed
2261
  censer
2262
  censes
2263
  censor
2264
- census
2265
  centai
2266
  cental
2267
  centas
@@ -2271,7 +2243,7 @@ centra
2271
  centre
2272
  centum
2273
  ceorls
2274
- cerate
2275
  cercal
2276
  cercis
2277
  cercus
@@ -2281,7 +2253,7 @@ cerias
2281
  cering
2282
  ceriph
2283
  cerise
2284
- cerite
2285
  cerium
2286
  cermet
2287
  cerous
@@ -2291,7 +2263,7 @@ cervid
2291
  cervix
2292
  cesium
2293
  cessed
2294
- cesses
2295
  cestas
2296
  cestoi
2297
  cestos
@@ -2301,7 +2273,7 @@ cetane
2301
  chabuk
2302
  chacma
2303
  chadar
2304
- chador
2305
  chadri
2306
  chaeta
2307
  chafed
@@ -2311,7 +2283,7 @@ chaffs
2311
  chaffy
2312
  chaine
2313
  chains
2314
- chairs
2315
  chaise
2316
  chakra
2317
  chalah
@@ -2321,7 +2293,7 @@ chalks
2321
  chalky
2322
  challa
2323
  chally
2324
- chalot
2325
  chammy
2326
  champs
2327
  champy
@@ -2331,7 +2303,7 @@ change
2331
  changs
2332
  chants
2333
  chanty
2334
- chapel
2335
  chapes
2336
  charas
2337
  chards
@@ -2341,7 +2313,7 @@ charge
2341
  charka
2342
  charks
2343
  charms
2344
- charro
2345
  charrs
2346
  charry
2347
  charts
@@ -2351,7 +2323,7 @@ chases
2351
  chasms
2352
  chasmy
2353
  chasse
2354
- chaste
2355
  chatty
2356
  chaunt
2357
  chawed
@@ -2361,7 +2333,7 @@ cheapo
2361
  cheaps
2362
  cheats
2363
  chebec
2364
- checks
2365
  cheder
2366
  cheeks
2367
  cheeky
@@ -2371,7 +2343,7 @@ cheers
2371
  cheery
2372
  cheese
2373
  cheesy
2374
- chefed
2375
  chegoe
2376
  chelae
2377
  chelas
@@ -2381,7 +2353,7 @@ cheque
2381
  cherry
2382
  cherts
2383
  cherty
2384
- cherub
2385
  chests
2386
  chesty
2387
  chetah
@@ -2391,7 +2363,7 @@ chewed
2391
  chewer
2392
  chiasm
2393
  chiaus
2394
- chicas
2395
  chicer
2396
  chichi
2397
  chicks
@@ -2401,7 +2373,7 @@ chicos
2401
  chided
2402
  chider
2403
  chides
2404
- chiefs
2405
  chield
2406
  chiels
2407
  chigoe
@@ -2411,7 +2383,7 @@ chilis
2411
  chilli
2412
  chills
2413
  chilly
2414
- chimar
2415
  chimbs
2416
  chimed
2417
  chimer
@@ -2421,7 +2393,7 @@ chimps
2421
  chinas
2422
  chinch
2423
  chined
2424
- chines
2425
  chinks
2426
  chinky
2427
  chinos
@@ -2431,7 +2403,7 @@ chippy
2431
  chiral
2432
  chirks
2433
  chirms
2434
- chiros
2435
  chirps
2436
  chirpy
2437
  chirre
@@ -2441,7 +2413,7 @@ chisel
2441
  chital
2442
  chitin
2443
  chiton
2444
- chitty
2445
  chives
2446
  chivvy
2447
  choana
@@ -2451,7 +2423,7 @@ choirs
2451
  choked
2452
  choker
2453
  chokes
2454
- chokey
2455
  cholas
2456
  choler
2457
  cholla
@@ -2461,7 +2433,7 @@ chooks
2461
  choose
2462
  choosy
2463
  chopin
2464
- choppy
2465
  choral
2466
  chords
2467
  chorea
@@ -2471,7 +2443,7 @@ choric
2471
  chorus
2472
  chosen
2473
  choses
2474
- chotts
2475
  chough
2476
  chouse
2477
  choush
@@ -2481,7 +2453,7 @@ chrism
2481
  chroma
2482
  chrome
2483
  chromo
2484
- chromy
2485
  chubby
2486
  chucks
2487
  chucky
@@ -2491,7 +2463,7 @@ chuffy
2491
  chukar
2492
  chukka
2493
  chummy
2494
- chumps
2495
  chunks
2496
  chunky
2497
  chuppa
@@ -2501,7 +2473,7 @@ churns
2501
  churro
2502
  churrs
2503
  chuted
2504
- chutes
2505
  chyles
2506
  chymes
2507
  chymic
@@ -2511,7 +2483,7 @@ cicala
2511
  cicale
2512
  cicely
2513
  cicero
2514
- ciders
2515
  cigars
2516
  cilice
2517
  cilium
@@ -2521,7 +2493,7 @@ cineol
2521
  cinque
2522
  cipher
2523
  circle
2524
- circus
2525
  cirque
2526
  cirrus
2527
  ciscos
@@ -2531,7 +2503,7 @@ citers
2531
  cither
2532
  citied
2533
  cities
2534
- citify
2535
  citing
2536
  citola
2537
  citole
@@ -2541,7 +2513,7 @@ citrin
2541
  citron
2542
  citrus
2543
  civets
2544
- civics
2545
  civies
2546
  civism
2547
  clachs
@@ -2551,7 +2523,7 @@ claims
2551
  clammy
2552
  clamor
2553
  clamps
2554
- clangs
2555
  clanks
2556
  clanky
2557
  claque
@@ -2561,7 +2533,7 @@ clasps
2561
  claspt
2562
  classy
2563
  clasts
2564
- clause
2565
  claver
2566
  claves
2567
  clavus
@@ -2571,7 +2543,7 @@ claxon
2571
  clayed
2572
  clayey
2573
  cleans
2574
- clears
2575
  cleats
2576
  cleave
2577
  cleeks
@@ -2581,7 +2553,7 @@ cleome
2581
  cleped
2582
  clepes
2583
  clergy
2584
- cleric
2585
  clerid
2586
  clerks
2587
  clever
@@ -2591,7 +2563,7 @@ cliche
2591
  clicks
2592
  client
2593
  cliffs
2594
- cliffy
2595
  clifts
2596
  climax
2597
  climbs
@@ -2601,7 +2573,7 @@ clinch
2601
  clines
2602
  clings
2603
  clingy
2604
- clinic
2605
  clinks
2606
  clique
2607
  cliquy
@@ -2611,7 +2583,7 @@ cloaca
2611
  cloaks
2612
  cloche
2613
  clocks
2614
- cloddy
2615
  cloggy
2616
  clomps
2617
  clonal
@@ -2621,7 +2593,7 @@ clones
2621
  clonic
2622
  clonks
2623
  clonus
2624
- cloots
2625
  cloque
2626
  closed
2627
  closer
@@ -2631,7 +2603,7 @@ clothe
2631
  cloths
2632
  clotty
2633
  clouds
2634
- cloudy
2635
  clough
2636
  clours
2637
  clouts
@@ -2641,7 +2613,7 @@ cloves
2641
  clowns
2642
  cloyed
2643
  clozes
2644
- clubby
2645
  clucks
2646
  cluing
2647
  clumps
@@ -2651,7 +2623,7 @@ clunks
2651
  clunky
2652
  clutch
2653
  clypei
2654
- cnidae
2655
  coacts
2656
  coalas
2657
  coaled
@@ -2661,7 +2633,7 @@ coarse
2661
  coasts
2662
  coated
2663
  coatee
2664
- coater
2665
  coatis
2666
  coaxal
2667
  coaxed
@@ -2671,7 +2643,7 @@ cobalt
2671
  cobber
2672
  cobble
2673
  cobias
2674
- cobles
2675
  cobnut
2676
  cobras
2677
  cobweb
@@ -2687,7 +2659,7 @@ cocoon
2687
  codded
2688
  codder
2689
  coddle
2690
- codecs
2691
  codeia
2692
  codens
2693
  coders
@@ -2695,7 +2667,7 @@ codify
2695
  coding
2696
  codlin
2697
  codons
2698
- coedit
2699
  coelom
2700
  coempt
2701
  coerce
@@ -2705,7 +2677,7 @@ coffer
2705
  coffin
2706
  coffle
2707
  cogent
2708
- cogged
2709
  cogito
2710
  cognac
2711
  cogons
@@ -2715,7 +2687,7 @@ coheir
2715
  cohere
2716
  cohogs
2717
  cohort
2718
- cohosh
2719
  cohost
2720
  cohune
2721
  coifed
@@ -2725,7 +2697,7 @@ coigns
2725
  coiled
2726
  coiler
2727
  coined
2728
- coiner
2729
  coital
2730
  coitus
2731
  cojoin
@@ -2735,7 +2707,7 @@ colder
2735
  coldly
2736
  colead
2737
  coleus
2738
- colics
2739
  colies
2740
  colins
2741
  collar
@@ -2745,7 +2717,7 @@ collop
2745
  colobi
2746
  cologs
2747
  colone
2748
- coloni
2749
  colons
2750
  colony
2751
  colors
@@ -2755,7 +2727,7 @@ colugo
2755
  column
2756
  colure
2757
  colzas
2758
- comade
2759
  comake
2760
  comate
2761
  combat
@@ -2765,7 +2737,7 @@ combes
2765
  combos
2766
  comedo
2767
  comedy
2768
- comely
2769
  comers
2770
  cometh
2771
  comets
@@ -2775,7 +2747,7 @@ coming
2775
  comity
2776
  commas
2777
  commie
2778
- commit
2779
  commix
2780
  common
2781
  comose
@@ -2785,7 +2757,7 @@ comped
2785
  compel
2786
  comply
2787
  compos
2788
- compts
2789
  comtes
2790
  concha
2791
  concho
@@ -2794,7 +2766,7 @@ conchy
2794
  concur
2795
  condor
2796
  condos
2797
- coneys
2798
  confab
2799
  confer
2800
  confit
@@ -2804,7 +2776,7 @@ conger
2804
  conges
2805
  congii
2806
  congos
2807
- congou
2808
  conics
2809
  conies
2810
  conine
@@ -2814,7 +2786,7 @@ conium
2814
  conked
2815
  conker
2816
  conned
2817
- conner
2818
  conoid
2819
  consol
2820
  consul
@@ -2824,7 +2796,7 @@ contra
2824
  convex
2825
  convey
2826
  convoy
2827
- coocoo
2828
  cooeed
2829
  cooees
2830
  cooers
@@ -2834,7 +2806,7 @@ cooked
2834
  cooker
2835
  cookey
2836
  cookie
2837
- cooled
2838
  cooler
2839
  coolie
2840
  coolly
@@ -2844,7 +2816,7 @@ coombs
2844
  cooped
2845
  cooper
2846
  coopts
2847
- cooter
2848
  cootie
2849
  copalm
2850
  copals
@@ -2854,7 +2826,7 @@ copens
2854
  copers
2855
  copied
2856
  copier
2857
- copies
2858
  coping
2859
  coplot
2860
  copout
@@ -2864,7 +2836,7 @@ coppra
2864
  coprah
2865
  copras
2866
  copses
2867
- copter
2868
  copula
2869
  coquet
2870
  corals
@@ -2874,7 +2846,7 @@ corbie
2874
  corded
2875
  corder
2876
  cordon
2877
- corers
2878
  corgis
2879
  coring
2880
  corium
@@ -2884,7 +2856,7 @@ cormel
2884
  cornea
2885
  corned
2886
  cornel
2887
- corner
2888
  cornet
2889
  cornua
2890
  cornus
@@ -2894,7 +2866,7 @@ corpse
2894
  corpus
2895
  corral
2896
  corrie
2897
- corsac
2898
  corses
2899
  corset
2900
  cortex
@@ -2904,7 +2876,7 @@ corves
2904
  corvet
2905
  corvid
2906
  corymb
2907
- coryza
2908
  cosecs
2909
  cosets
2910
  coseys
@@ -2914,7 +2886,7 @@ coshes
2914
  cosied
2915
  cosier
2916
  cosies
2917
- cosign
2918
  cosily
2919
  cosine
2920
  cosmic
@@ -2924,7 +2896,7 @@ cosset
2924
  costae
2925
  costal
2926
  costar
2927
- costed
2928
  coster
2929
  costly
2930
  cotans
@@ -2934,7 +2906,7 @@ cottae
2934
  cottar
2935
  cottas
2936
  cotter
2937
- cotton
2938
  cotype
2939
  cougar
2940
  coughs
@@ -2944,7 +2916,7 @@ counts
2944
  county
2945
  couped
2946
  coupes
2947
- couple
2948
  coupon
2949
  course
2950
  courts
@@ -2954,7 +2926,7 @@ couths
2954
  covary
2955
  covens
2956
  covers
2957
- covert
2958
  covets
2959
  coveys
2960
  coving
@@ -2964,7 +2936,7 @@ coward
2964
  cowboy
2965
  cowers
2966
  cowier
2967
- cowing
2968
  cowled
2969
  cowman
2970
  cowmen
@@ -2974,7 +2946,7 @@ cowpie
2974
  cowpox
2975
  cowrie
2976
  coxing
2977
- coydog
2978
  coyest
2979
  coying
2980
  coyish
@@ -2984,7 +2956,7 @@ coypus
2984
  cozens
2985
  cozeys
2986
  cozied
2987
- cozier
2988
  cozies
2989
  cozily
2990
  cozzes
@@ -2994,7 +2966,7 @@ cracks
2994
  cracky
2995
  cradle
2996
  crafts
2997
- crafty
2998
  craggy
2999
  crakes
3000
  crambe
@@ -3004,7 +2976,7 @@ crampy
3004
  cranch
3005
  craned
3006
  cranes
3007
- crania
3008
  cranks
3009
  cranky
3010
  cranny
@@ -3013,7 +2985,7 @@ crappy
3013
  crases
3014
  crasis
3015
  cratch
3016
- crated
3017
  crater
3018
  crates
3019
  craton
@@ -3023,7 +2995,7 @@ craven
3023
  craver
3024
  craves
3025
  crawls
3026
- crawly
3027
  crayon
3028
  crazed
3029
  crazes
@@ -3033,7 +3005,7 @@ creams
3033
  creamy
3034
  crease
3035
  creasy
3036
- create
3037
  creche
3038
  credal
3039
  credit
@@ -3043,7 +3015,7 @@ creeks
3043
  creels
3044
  creeps
3045
  creepy
3046
- creese
3047
  creesh
3048
  cremes
3049
  crenel
@@ -3053,7 +3025,7 @@ crepes
3053
  crepey
3054
  crepon
3055
  cresol
3056
- cressy
3057
  crests
3058
  cresyl
3059
  cretic
@@ -3063,7 +3035,7 @@ crewel
3063
  cricks
3064
  criers
3065
  crikey
3066
- crimes
3067
  crimps
3068
  crimpy
3069
  cringe
@@ -3073,7 +3045,7 @@ crises
3073
  crisic
3074
  crisis
3075
  crisps
3076
- crispy
3077
  crissa
3078
  crista
3079
  critic
@@ -3083,7 +3055,7 @@ crocks
3083
  crocus
3084
  crofts
3085
  crojik
3086
- crones
3087
  crooks
3088
  croons
3089
  crores
@@ -3093,7 +3065,7 @@ croton
3093
  crouch
3094
  croupe
3095
  croups
3096
- croupy
3097
  crouse
3098
  croute
3099
  crowds
@@ -3103,7 +3075,7 @@ crower
3103
  crowns
3104
  crozer
3105
  crozes
3106
- cruces
3107
  crucks
3108
  cruddy
3109
  cruder
@@ -3113,7 +3085,7 @@ cruise
3113
  crumbs
3114
  crumby
3115
  crummy
3116
- crumps
3117
  crunch
3118
  cruors
3119
  crural
@@ -3123,7 +3095,7 @@ crusts
3123
  crusty
3124
  crutch
3125
  cruxes
3126
- crwths
3127
  crying
3128
  crypto
3129
  crypts
@@ -3133,7 +3105,7 @@ cubebs
3133
  cubers
3134
  cubics
3135
  cubing
3136
- cubism
3137
  cubist
3138
  cubiti
3139
  cubits
@@ -3143,7 +3115,7 @@ cuddie
3143
  cuddle
3144
  cuddly
3145
  cudgel
3146
- cueing
3147
  cuesta
3148
  cuffed
3149
  cuisse
@@ -3153,7 +3125,7 @@ culled
3153
  culler
3154
  cullet
3155
  cullis
3156
- culmed
3157
  culpae
3158
  cultch
3159
  cultic
@@ -3163,7 +3135,7 @@ cumber
3163
  cumbia
3164
  cumins
3165
  cummer
3166
- cummin
3167
  cumuli
3168
  cundum
3169
  cuneal
@@ -3173,7 +3145,7 @@ cupful
3173
  cupids
3174
  cupola
3175
  cuppas
3176
- cupped
3177
  cupper
3178
  cupric
3179
  cuprum
@@ -3183,7 +3155,7 @@ curacy
3183
  curagh
3184
  curara
3185
  curare
3186
- curari
3187
  curate
3188
  curbed
3189
  curber
@@ -3193,7 +3165,7 @@ curers
3193
  curets
3194
  curfew
3195
  curiae
3196
- curial
3197
  curies
3198
  curing
3199
  curios
@@ -3203,7 +3175,7 @@ curled
3203
  curler
3204
  curlew
3205
  curran
3206
- curred
3207
  currie
3208
  cursed
3209
  curser
@@ -3213,7 +3185,7 @@ curtal
3213
  curter
3214
  curtly
3215
  curtsy
3216
- curule
3217
  curved
3218
  curves
3219
  curvet
@@ -3223,7 +3195,7 @@ cusecs
3223
  cushat
3224
  cushaw
3225
  cuspal
3226
- cusped
3227
  cuspid
3228
  cuspis
3229
  cussed
@@ -3233,7 +3205,7 @@ cussos
3233
  custom
3234
  custos
3235
  cutely
3236
- cutest
3237
  cutesy
3238
  cuteys
3239
  cuties
@@ -3243,7 +3215,7 @@ cutler
3243
  cutlet
3244
  cutoff
3245
  cutout
3246
- cutter
3247
  cuttle
3248
  cutups
3249
  cuvees
@@ -3253,7 +3225,7 @@ cyanin
3253
  cyborg
3254
  cycads
3255
  cycled
3256
- cycler
3257
  cycles
3258
  cyclic
3259
  cyclin
@@ -3263,7 +3235,7 @@ cyeses
3263
  cyesis
3264
  cygnet
3265
  cymars
3266
- cymbal
3267
  cymene
3268
  cymlin
3269
  cymoid
@@ -3273,7 +3245,7 @@ cymous
3273
  cynics
3274
  cypher
3275
  cypres
3276
- cyprus
3277
  cystic
3278
  cytons
3279
  dabbed
@@ -3283,7 +3255,7 @@ dachas
3283
  dacite
3284
  dacker
3285
  dacoit
3286
- dacron
3287
  dactyl
3288
  daddle
3289
  dadgum
@@ -3293,7 +3265,7 @@ daedal
3293
  daemon
3294
  daffed
3295
  dafter
3296
- daftly
3297
  daggas
3298
  dagger
3299
  daggle
@@ -3303,7 +3275,7 @@ dahlia
3303
  dahoon
3304
  daiker
3305
  daikon
3306
- daimen
3307
  daimio
3308
  daimon
3309
  daimyo
@@ -3313,7 +3285,7 @@ dakoit
3313
  dalasi
3314
  daledh
3315
  daleth
3316
- dalles
3317
  dalton
3318
  damage
3319
  damans
@@ -3323,7 +3295,7 @@ dammar
3323
  dammed
3324
  dammer
3325
  dammit
3326
- damned
3327
  damner
3328
  damped
3329
  dampen
@@ -3333,7 +3305,7 @@ damsel
3333
  damson
3334
  danced
3335
  dancer
3336
- dances
3337
  dander
3338
  dandle
3339
  danged
@@ -3343,7 +3315,7 @@ dangly
3343
  danios
3344
  danish
3345
  danker
3346
- dankly
3347
  daphne
3348
  dapped
3349
  dapper
@@ -3353,7 +3325,7 @@ darers
3353
  darics
3354
  daring
3355
  darked
3356
- darken
3357
  darker
3358
  darkey
3359
  darkie
@@ -3363,7 +3335,7 @@ darned
3363
  darnel
3364
  darner
3365
  darted
3366
- darter
3367
  dartle
3368
  dashed
3369
  dasher
@@ -3373,7 +3345,7 @@ dassie
3373
  datary
3374
  datcha
3375
  daters
3376
- dating
3377
  dative
3378
  dattos
3379
  datums
@@ -3383,7 +3355,7 @@ dauber
3383
  daubes
3384
  daubry
3385
  daunts
3386
- dauted
3387
  dautie
3388
  davens
3389
  davies
@@ -3393,7 +3365,7 @@ dawing
3393
  dawned
3394
  dawted
3395
  dawtie
3396
- daybed
3397
  dayfly
3398
  daylit
3399
  dazing
@@ -3403,7 +3375,7 @@ deaden
3403
  deader
3404
  deadly
3405
  deafen
3406
- deafer
3407
  deafly
3408
  deairs
3409
  dealer
@@ -3413,7 +3385,7 @@ dearie
3413
  dearly
3414
  dearth
3415
  deasil
3416
- deaths
3417
  deathy
3418
  deaved
3419
  deaves
@@ -3423,7 +3395,7 @@ debars
3423
  debase
3424
  debate
3425
  debeak
3426
- debits
3427
  debone
3428
  debris
3429
  debtor
@@ -3433,7 +3405,7 @@ debuts
3433
  debyes
3434
  decade
3435
  decafs
3436
- decals
3437
  decamp
3438
  decane
3439
  decant
@@ -3443,7 +3415,7 @@ deceit
3443
  decent
3444
  decern
3445
  decide
3446
- decile
3447
  decked
3448
  deckel
3449
  decker
@@ -3453,7 +3425,7 @@ decoct
3453
  decode
3454
  decors
3455
  decoys
3456
- decree
3457
  decury
3458
  dedans
3459
  deduce
@@ -3463,7 +3435,7 @@ deejay
3463
  deemed
3464
  deepen
3465
  deeper
3466
- deeply
3467
  deewan
3468
  deface
3469
  defame
@@ -3473,7 +3445,7 @@ defeat
3473
  defect
3474
  defend
3475
  defers
3476
- deffer
3477
  defied
3478
  defier
3479
  defies
@@ -3483,7 +3455,7 @@ deflea
3483
  defoam
3484
  defogs
3485
  deform
3486
- defrag
3487
  defray
3488
  defter
3489
  deftly
@@ -3493,7 +3465,7 @@ defuse
3493
  defuze
3494
  degage
3495
  degame
3496
- degami
3497
  degerm
3498
  degree
3499
  degums
@@ -3503,7 +3475,7 @@ dehort
3503
  deiced
3504
  deicer
3505
  deices
3506
- deific
3507
  deigns
3508
  deisms
3509
  deists
@@ -3513,7 +3485,7 @@ dekare
3513
  deking
3514
  dekkos
3515
  delate
3516
- delays
3517
  delead
3518
  delete
3519
  delfts
@@ -3523,7 +3495,7 @@ delish
3523
  delist
3524
  deltas
3525
  deltic
3526
- delude
3527
  deluge
3528
  deluxe
3529
  delved
@@ -3533,7 +3505,7 @@ demand
3533
  demark
3534
  demast
3535
  demean
3536
- dement
3537
  demies
3538
  demise
3539
  demits
@@ -3543,7 +3515,7 @@ demoed
3543
  demons
3544
  demote
3545
  demure
3546
- demurs
3547
  denari
3548
  denars
3549
  denary
@@ -3553,7 +3525,7 @@ denied
3553
  denier
3554
  denies
3555
  denims
3556
- denned
3557
  denote
3558
  denser
3559
  dental
@@ -3563,7 +3535,7 @@ dentin
3563
  denude
3564
  deodar
3565
  depart
3566
- depend
3567
  deperm
3568
  depict
3569
  deploy
@@ -3573,7 +3545,7 @@ depose
3573
  depots
3574
  depths
3575
  depute
3576
- deputy
3577
  derail
3578
  derate
3579
  derats
@@ -3583,7 +3555,7 @@ derive
3583
  dermal
3584
  dermas
3585
  dermic
3586
- dermis
3587
  derris
3588
  desalt
3589
  desand
@@ -3593,7 +3565,7 @@ design
3593
  desire
3594
  desist
3595
  desman
3596
- desmid
3597
  desorb
3598
  desoxy
3599
  despot
@@ -3603,7 +3575,7 @@ detain
3603
  detect
3604
  detent
3605
  deters
3606
- detest
3607
  detick
3608
  detour
3609
  deuced
@@ -3613,7 +3585,7 @@ devels
3613
  devest
3614
  device
3615
  devils
3616
- devise
3617
  devoid
3618
  devoir
3619
  devons
@@ -3623,7 +3595,7 @@ devout
3623
  dewans
3624
  dewars
3625
  dewier
3626
- dewily
3627
  dewing
3628
  dewlap
3629
  dewool
@@ -3633,7 +3605,7 @@ dexter
3633
  dextro
3634
  dezinc
3635
  dharma
3636
- dharna
3637
  dhobis
3638
  dholes
3639
  dhooly
@@ -3643,7 +3615,7 @@ dhotis
3643
  dhurna
3644
  dhutis
3645
  diacid
3646
- diadem
3647
  dialed
3648
  dialer
3649
  dialog
@@ -3653,17 +3625,13 @@ diapir
3653
  diatom
3654
  diazin
3655
  dibbed
3656
- dibber
3657
  dibble
3658
  dibbuk
3659
  dicast
3660
  dicers
3661
  dicier
3662
  dicing
3663
- dicked
3664
- dicker
3665
- dickey
3666
- dickie
3667
  dicots
3668
  dictum
3669
  didact
@@ -3673,7 +3641,7 @@ didies
3673
  didoes
3674
  dieing
3675
  dienes
3676
- dieoff
3677
  diesel
3678
  dieses
3679
  diesis
@@ -3683,7 +3651,7 @@ differ
3683
  digamy
3684
  digest
3685
  digged
3686
- digger
3687
  dights
3688
  digits
3689
  diglot
@@ -3693,7 +3661,7 @@ diking
3693
  diktat
3694
  dilate
3695
  dildoe
3696
- dildos
3697
  dilled
3698
  dilute
3699
  dimers
@@ -3703,7 +3671,7 @@ dimmer
3703
  dimout
3704
  dimple
3705
  dimply
3706
- dimwit
3707
  dinars
3708
  dindle
3709
  dinero
@@ -3713,7 +3681,7 @@ dinger
3713
  dinges
3714
  dingey
3715
  dinghy
3716
- dingle
3717
  dingus
3718
  dining
3719
  dinked
@@ -3723,7 +3691,7 @@ dinkum
3723
  dinned
3724
  dinner
3725
  dinted
3726
- diobol
3727
  diodes
3728
  dioecy
3729
  dioxan
@@ -3733,7 +3701,7 @@ diplex
3733
  diploe
3734
  dipnet
3735
  dipody
3736
- dipole
3737
  dipped
3738
  dipper
3739
  dipsas
@@ -3743,7 +3711,7 @@ dirams
3743
  dirdum
3744
  direct
3745
  direly
3746
- direst
3747
  dirges
3748
  dirham
3749
  dirked
@@ -3753,7 +3721,7 @@ disarm
3753
  disbar
3754
  disbud
3755
  disced
3756
- discos
3757
  discus
3758
  diseur
3759
  dished
@@ -3763,7 +3731,7 @@ dismal
3763
  dismay
3764
  dismes
3765
  disown
3766
- dispel
3767
  dissed
3768
  disses
3769
  distal
@@ -3773,7 +3741,7 @@ dither
3773
  dittos
3774
  ditzes
3775
  diuron
3776
- divans
3777
  divers
3778
  divert
3779
  divest
@@ -3783,7 +3751,7 @@ diving
3783
  divots
3784
  diwans
3785
  dixits
3786
- dizens
3787
  djebel
3788
  djinni
3789
  djinns
@@ -3793,7 +3761,7 @@ doated
3793
  dobber
3794
  dobbin
3795
  dobies
3796
- doblas
3797
  doblon
3798
  dobras
3799
  dobros
@@ -3803,7 +3771,7 @@ docile
3803
  docked
3804
  docker
3805
  docket
3806
- doctor
3807
  dodder
3808
  dodged
3809
  dodgem
@@ -3813,7 +3781,7 @@ dodoes
3813
  doffed
3814
  doffer
3815
  dogdom
3816
- dogear
3817
  dogeys
3818
  dogged
3819
  dogger
@@ -3823,7 +3791,7 @@ dogleg
3823
  dogmas
3824
  dognap
3825
  doiled
3826
- doings
3827
  doited
3828
  doling
3829
  dollar
@@ -3833,17 +3801,16 @@ dolman
3833
  dolmas
3834
  dolmen
3835
  dolors
3836
- dolour
3837
  domain
3838
  domine
3839
  doming
3840
  domino
3841
  donate
3842
  donees
3843
- dongas
3844
  dongle
3845
  donjon
3846
- donkey
3847
  donnas
3848
  donned
3849
  donnee
@@ -3853,7 +3820,7 @@ donuts
3853
  donzel
3854
  doobie
3855
  doodad
3856
- doodle
3857
  doodoo
3858
  doofus
3859
  doolee
@@ -3863,7 +3830,7 @@ doowop
3863
  doozer
3864
  doozie
3865
  dopant
3866
- dopers
3867
  dopier
3868
  dopily
3869
  doping
@@ -3873,7 +3840,7 @@ dories
3873
  dormer
3874
  dormie
3875
  dormin
3876
- dorper
3877
  dorsad
3878
  dorsal
3879
  dorsel
@@ -3883,7 +3850,7 @@ dosage
3883
  dosers
3884
  dosing
3885
  dossal
3886
- dossed
3887
  dossel
3888
  dosser
3889
  dosses
@@ -3893,17 +3860,16 @@ dotard
3893
  doters
3894
  dotier
3895
  doting
3896
- dotted
3897
  dottel
3898
  dotter
3899
  dottle
3900
  double
3901
  doubly
3902
  doubts
3903
- douche
3904
  doughs
3905
  dought
3906
- doughy
3907
  doulas
3908
  doumas
3909
  dourah
@@ -3913,7 +3879,7 @@ dourly
3913
  doused
3914
  douser
3915
  douses
3916
- dovens
3917
  dovish
3918
  dowels
3919
  dowers
@@ -3923,7 +3889,7 @@ downed
3923
  downer
3924
  dowsed
3925
  dowser
3926
- dowses
3927
  doxies
3928
  doyens
3929
  doyley
@@ -3933,7 +3899,7 @@ dozier
3933
  dozily
3934
  dozing
3935
  drably
3936
- drachm
3937
  draffs
3938
  draffy
3939
  drafts
@@ -3943,13 +3909,13 @@ draggy
3943
  dragon
3944
  drails
3945
  drains
3946
- drakes
3947
  dramas
3948
  drawee
3949
  drawer
3950
  drawls
3951
  drawly
3952
- drayed
3953
  dreads
3954
  dreams
3955
  dreamt
@@ -3959,7 +3925,7 @@ dreary
3959
  drecks
3960
  drecky
3961
  dredge
3962
- dreggy
3963
  dreich
3964
  dreidl
3965
  dreigh
@@ -3969,7 +3935,7 @@ driegh
3969
  driers
3970
  driest
3971
  drifts
3972
- drifty
3973
  drills
3974
  drinks
3975
  drippy
@@ -3979,7 +3945,7 @@ driver
3979
  drives
3980
  drogue
3981
  droids
3982
- droits
3983
  drolls
3984
  drolly
3985
  dromon
@@ -3989,7 +3955,7 @@ drones
3989
  drongo
3990
  drools
3991
  drooly
3992
- droops
3993
  droopy
3994
  dropsy
3995
  drosky
@@ -3999,7 +3965,7 @@ drouth
3999
  droved
4000
  drover
4001
  droves
4002
- drownd
4003
  drowns
4004
  drowse
4005
  drowsy
@@ -4009,7 +3975,7 @@ druids
4009
  drumly
4010
  drunks
4011
  drupes
4012
- druses
4013
  dryads
4014
  dryers
4015
  dryest
@@ -4019,7 +3985,7 @@ drylot
4019
  dually
4020
  dubbed
4021
  dubber
4022
- dubbin
4023
  ducats
4024
  ducked
4025
  ducker
@@ -4029,7 +3995,7 @@ ducted
4029
  duddie
4030
  dudeen
4031
  duding
4032
- dudish
4033
  dueled
4034
  dueler
4035
  duelli
@@ -4039,7 +4005,7 @@ duenna
4039
  dueted
4040
  duffel
4041
  duffer
4042
- duffle
4043
  dugong
4044
  dugout
4045
  duiker
@@ -4049,7 +4015,7 @@ dulias
4049
  dulled
4050
  duller
4051
  dulses
4052
- dumbed
4053
  dumber
4054
  dumbly
4055
  dumbos
@@ -4059,7 +4025,7 @@ dumper
4059
  dunams
4060
  dunces
4061
  dunged
4062
- dunite
4063
  dunked
4064
  dunker
4065
  dunlin
@@ -4069,7 +4035,7 @@ dunted
4069
  duolog
4070
  duomos
4071
  dupers
4072
- dupery
4073
  duping
4074
  duplex
4075
  dupped
@@ -4079,7 +4045,7 @@ durian
4079
  during
4080
  durion
4081
  durned
4082
- durocs
4083
  durras
4084
  durrie
4085
  durums
@@ -4089,7 +4055,7 @@ duster
4089
  dustup
4090
  duties
4091
  duvets
4092
- dwarfs
4093
  dweebs
4094
  dweeby
4095
  dwells
@@ -4099,7 +4065,7 @@ dyable
4099
  dyadic
4100
  dybbuk
4101
  dyeing
4102
- dyings
4103
  dyking
4104
  dynamo
4105
  dynast
@@ -4109,7 +4075,7 @@ dynode
4109
  dyvour
4110
  eagers
4111
  eagled
4112
- eagles
4113
  eaglet
4114
  eagres
4115
  earbud
@@ -4119,7 +4085,7 @@ earlap
4119
  earned
4120
  earner
4121
  earths
4122
- earthy
4123
  earwax
4124
  earwig
4125
  easels
@@ -4129,7 +4095,7 @@ easily
4129
  easing
4130
  easter
4131
  eaters
4132
- eatery
4133
  eating
4134
  ebbets
4135
  ebbing
@@ -4139,7 +4105,7 @@ ecesic
4139
  ecesis
4140
  echard
4141
  eching
4142
- echini
4143
  echoed
4144
  echoer
4145
  echoes
@@ -4149,7 +4115,7 @@ eclair
4149
  eclats
4150
  ectype
4151
  eczema
4152
- eddied
4153
  eddies
4154
  eddoes
4155
  edemas
@@ -4159,7 +4125,7 @@ edgier
4159
  edgily
4160
  edging
4161
  edible
4162
- edicts
4163
  ediles
4164
  edited
4165
  editor
@@ -4169,7 +4135,7 @@ educts
4169
  eelier
4170
  eerier
4171
  eerily
4172
- efface
4173
  effect
4174
  effete
4175
  effigy
@@ -4179,7 +4145,7 @@ effuse
4179
  egesta
4180
  egests
4181
  eggars
4182
- eggcup
4183
  eggers
4184
  egging
4185
  eggnog
@@ -4189,7 +4155,7 @@ egoist
4189
  egress
4190
  egrets
4191
  eiders
4192
- eidola
4193
  eighth
4194
  eights
4195
  eighty
@@ -4199,7 +4165,7 @@ ejecta
4199
  ejects
4200
  ekuele
4201
  elains
4202
- elands
4203
  elapid
4204
  elapse
4205
  elated
@@ -4209,7 +4175,7 @@ elbows
4209
  elders
4210
  eldest
4211
  elects
4212
- elegit
4213
  elemis
4214
  eleven
4215
  elevon
@@ -4219,7 +4185,7 @@ elicit
4219
  elided
4220
  elides
4221
  elints
4222
- elites
4223
  elixir
4224
  elmier
4225
  elodea
@@ -4229,7 +4195,7 @@ eloped
4229
  eloper
4230
  elopes
4231
  eluant
4232
- eluate
4233
  eluded
4234
  eluder
4235
  eludes
@@ -4239,7 +4205,7 @@ elutes
4239
  eluvia
4240
  elvers
4241
  elvish
4242
- elytra
4243
  emails
4244
  embalm
4245
  embank
@@ -4249,7 +4215,7 @@ embays
4249
  embeds
4250
  embers
4251
  emblem
4252
- embody
4253
  emboli
4254
  emboly
4255
  embosk
@@ -4259,7 +4225,7 @@ embrue
4259
  embryo
4260
  emceed
4261
  emcees
4262
- emdash
4263
  emeers
4264
  emends
4265
  emerge
@@ -4269,7 +4235,7 @@ emesis
4269
  emetic
4270
  emetin
4271
  emeute
4272
- emigre
4273
  emmers
4274
  emmets
4275
  emodin
@@ -4279,7 +4245,7 @@ emotes
4279
  empale
4280
  empery
4281
  empire
4282
- employ
4283
  emydes
4284
  enable
4285
  enacts
@@ -4289,7 +4255,7 @@ enates
4289
  enatic
4290
  encage
4291
  encamp
4292
- encase
4293
  encash
4294
  encina
4295
  encode
@@ -4299,7 +4265,7 @@ endash
4299
  endear
4300
  enders
4301
  ending
4302
- endite
4303
  endive
4304
  endows
4305
  endrin
@@ -4308,7 +4274,7 @@ endues
4308
  endure
4309
  enduro
4310
  energy
4311
- enface
4312
  enfold
4313
  engage
4314
  engild
@@ -4318,7 +4284,7 @@ engirt
4318
  englut
4319
  engram
4320
  engulf
4321
- enhalo
4322
  enigma
4323
  enisle
4324
  enjoin
@@ -4328,7 +4294,7 @@ enlist
4328
  enmesh
4329
  enmity
4330
  ennead
4331
- ennuis
4332
  ennuye
4333
  enokis
4334
  enolic
@@ -4338,7 +4304,7 @@ enrage
4338
  enrapt
4339
  enrich
4340
  enrobe
4341
- enroll
4342
  enrols
4343
  enroot
4344
  enserf
@@ -4348,7 +4314,7 @@ ensoul
4348
  ensued
4349
  ensues
4350
  ensure
4351
- entail
4352
  entera
4353
  enters
4354
  entice
@@ -4358,7 +4324,7 @@ entoil
4358
  entomb
4359
  entrap
4360
  entree
4361
- enured
4362
  enures
4363
  envied
4364
  envier
@@ -4368,7 +4334,7 @@ envois
4368
  envoys
4369
  enwind
4370
  enwomb
4371
- enwrap
4372
  enzyme
4373
  enzyms
4374
  eocene
@@ -4378,7 +4344,7 @@ eonian
4378
  eonism
4379
  eosine
4380
  eosins
4381
- epacts
4382
  eparch
4383
  ephahs
4384
  ephebe
@@ -4388,7 +4354,7 @@ ephori
4388
  ephors
4389
  epical
4390
  epigon
4391
- epilog
4392
  epimer
4393
  epizoa
4394
  epochs
@@ -4398,7 +4364,7 @@ epopee
4398
  eposes
4399
  equals
4400
  equate
4401
- equids
4402
  equine
4403
  equips
4404
  equity
@@ -4408,7 +4374,7 @@ erases
4408
  erbium
4409
  erects
4410
  erenow
4411
- ergate
4412
  ergots
4413
  ericas
4414
  eringo
@@ -4418,7 +4384,7 @@ erodes
4418
  eroses
4419
  erotic
4420
  errand
4421
- errant
4422
  errata
4423
  erring
4424
  errors
@@ -4428,7 +4394,7 @@ erugos
4428
  erupts
4429
  ervils
4430
  eryngo
4431
- escape
4432
  escarp
4433
  escars
4434
  eschar
@@ -4438,7 +4404,7 @@ escots
4438
  escrow
4439
  escudo
4440
  eskars
4441
- eskers
4442
  espial
4443
  espied
4444
  espies
@@ -4448,7 +4414,7 @@ essoin
4448
  estate
4449
  esteem
4450
  esters
4451
- estops
4452
  estral
4453
  estray
4454
  estrin
@@ -4458,7 +4424,7 @@ etalon
4458
  etamin
4459
  etapes
4460
  etched
4461
- etcher
4462
  etches
4463
  eterne
4464
  ethane
@@ -4468,7 +4434,7 @@ ethics
4468
  ethion
4469
  ethnic
4470
  ethnos
4471
- ethoxy
4472
  ethyls
4473
  ethyne
4474
  etoile
@@ -4478,7 +4444,7 @@ etymon
4478
  euchre
4479
  eulogy
4480
  eunuch
4481
- eupnea
4482
  eureka
4483
  euripi
4484
  euroky
@@ -4488,7 +4454,7 @@ evader
4488
  evades
4489
  evened
4490
  evener
4491
- evenly
4492
  events
4493
  everts
4494
  evicts
@@ -4498,7 +4464,7 @@ evince
4498
  evited
4499
  evites
4500
  evoked
4501
- evoker
4502
  evokes
4503
  evolve
4504
  evulse
@@ -4508,7 +4474,7 @@ exacts
4508
  exalts
4509
  examen
4510
  exarch
4511
- exceed
4512
  excels
4513
  except
4514
  excess
@@ -4518,7 +4484,7 @@ excite
4518
  excuse
4519
  exedra
4520
  exempt
4521
- exequy
4522
  exerts
4523
  exeunt
4524
  exhale
@@ -4528,7 +4494,7 @@ exiled
4528
  exiler
4529
  exiles
4530
  exilic
4531
- exines
4532
  exists
4533
  exited
4534
  exodoi
@@ -4538,7 +4504,7 @@ exogen
4538
  exonic
4539
  exonym
4540
  exotic
4541
- expand
4542
  expats
4543
  expect
4544
  expels
@@ -4548,7 +4514,7 @@ expire
4548
  expiry
4549
  export
4550
  expose
4551
- exsect
4552
  exsert
4553
  extant
4554
  extend
@@ -4558,7 +4524,7 @@ extoll
4558
  extols
4559
  extort
4560
  extras
4561
- exuded
4562
  exudes
4563
  exults
4564
  exurbs
@@ -4568,7 +4534,7 @@ eyebar
4568
  eyecup
4569
  eyeful
4570
  eyeing
4571
- eyelet
4572
  eyelid
4573
  eyries
4574
  fabber
@@ -4578,14 +4544,14 @@ fables
4578
  fabric
4579
  facade
4580
  facers
4581
- facete
4582
  facets
4583
  faceup
4584
  facial
4585
  facile
4586
  facing
4587
  factor
4588
- facula
4589
  fadein
4590
  faders
4591
  fading
@@ -4597,7 +4563,7 @@ fainer
4597
  faints
4598
  faired
4599
  fairer
4600
- fairly
4601
  faiths
4602
  fajita
4603
  fakeer
@@ -4607,7 +4573,7 @@ faking
4607
  fakirs
4608
  falces
4609
  falcon
4610
- fallal
4611
  fallen
4612
  faller
4613
  fallow
@@ -4617,7 +4583,7 @@ falter
4617
  family
4618
  famine
4619
  faming
4620
- famish
4621
  famous
4622
  famuli
4623
  fandom
@@ -4627,7 +4593,7 @@ fangas
4627
  fanged
4628
  fanion
4629
  fanjet
4630
- fanned
4631
  fanner
4632
  fanons
4633
  fantod
@@ -4637,7 +4603,7 @@ faqirs
4637
  faquir
4638
  farads
4639
  farced
4640
- farcer
4641
  farces
4642
  farcie
4643
  farded
@@ -4647,7 +4613,7 @@ farfal
4647
  farfel
4648
  farina
4649
  faring
4650
- farles
4651
  farmed
4652
  farmer
4653
  farrow
@@ -4657,13 +4623,13 @@ fascia
4657
  fashed
4658
  fashes
4659
  fasted
4660
- fasten
4661
  faster
4662
  father
4663
  fathom
4664
  fating
4665
  fatwas
4666
- faucal
4667
  fauces
4668
  faucet
4669
  faulds
@@ -4673,7 +4639,7 @@ faunae
4673
  faunal
4674
  faunas
4675
  fauves
4676
- favela
4677
  favism
4678
  favors
4679
  favour
@@ -4683,7 +4649,7 @@ faxing
4683
  faying
4684
  fazing
4685
  fealty
4686
- feared
4687
  fearer
4688
  feased
4689
  feases
@@ -4701,7 +4667,7 @@ feeder
4701
  feeing
4702
  feeler
4703
  feezed
4704
- feezes
4705
  feigns
4706
  feijoa
4707
  feints
@@ -4711,7 +4677,7 @@ feisty
4711
  felids
4712
  feline
4713
  fellah
4714
- fellas
4715
  felled
4716
  feller
4717
  felloe
@@ -4721,7 +4687,7 @@ felony
4721
  felsic
4722
  felted
4723
  female
4724
- femmes
4725
  femora
4726
  femurs
4727
  fenced
@@ -4731,7 +4697,7 @@ fended
4731
  fender
4732
  fennec
4733
  fennel
4734
- feoffs
4735
  ferals
4736
  ferbam
4737
  feriae
@@ -4741,7 +4707,7 @@ ferine
4741
  ferity
4742
  ferlie
4743
  fermis
4744
- ferrel
4745
  ferret
4746
  ferric
4747
  ferrum
@@ -4751,7 +4717,7 @@ fervid
4751
  fervor
4752
  fescue
4753
  fessed
4754
- fesses
4755
  festal
4756
  fester
4757
  fetial
@@ -4761,7 +4727,7 @@ fetish
4761
  fetors
4762
  fetted
4763
  fetter
4764
- fettle
4765
  feuars
4766
  feudal
4767
  feuded
@@ -4771,7 +4737,7 @@ fewest
4771
  feyest
4772
  fezzed
4773
  fezzes
4774
- fiacre
4775
  fiance
4776
  fiasco
4777
  fibbed
@@ -4781,7 +4747,7 @@ fibres
4781
  fibril
4782
  fibrin
4783
  fibula
4784
- fiches
4785
  fichus
4786
  ficins
4787
  fickle
@@ -4791,7 +4757,7 @@ fiddle
4791
  fiddly
4792
  fidged
4793
  fidges
4794
- fidget
4795
  fields
4796
  fiends
4797
  fierce
@@ -4801,7 +4767,7 @@ fifing
4801
  fifths
4802
  figged
4803
  fights
4804
- figure
4805
  filers
4806
  filets
4807
  filial
@@ -4811,7 +4777,7 @@ filler
4811
  filles
4812
  fillet
4813
  fillip
4814
- fillos
4815
  filmed
4816
  filmer
4817
  filmic
@@ -4821,7 +4787,7 @@ filter
4821
  filths
4822
  filthy
4823
  fimble
4824
- finale
4825
  finals
4826
  fincas
4827
  finder
@@ -4831,7 +4797,7 @@ finest
4831
  finger
4832
  finial
4833
  fining
4834
- finish
4835
  finite
4836
  finito
4837
  finked
@@ -4841,7 +4807,7 @@ fipple
4841
  fiques
4842
  firers
4843
  firing
4844
- firkin
4845
  firman
4846
  firmed
4847
  firmer
@@ -4851,8 +4817,7 @@ firths
4851
  fiscal
4852
  fished
4853
  fisher
4854
- fishes
4855
- fisted
4856
  fistic
4857
  fitchy
4858
  fitful
@@ -4861,7 +4826,7 @@ fitter
4861
  fivers
4862
  fixate
4863
  fixers
4864
- fixing
4865
  fixity
4866
  fixure
4867
  fizgig
@@ -4871,7 +4836,7 @@ fizzes
4871
  fizzle
4872
  fjelds
4873
  fjords
4874
- flabby
4875
  flacks
4876
  flacon
4877
  flaggy
@@ -4881,17 +4846,16 @@ flairs
4881
  flaked
4882
  flaker
4883
  flakes
4884
- flakey
4885
  flambe
4886
  flamed
4887
  flamen
4888
  flamer
4889
  flames
4890
  flanes
4891
- flange
4892
  flanks
4893
  flappy
4894
- flared
4895
  flares
4896
  flashy
4897
  flasks
@@ -4901,7 +4865,7 @@ flaunt
4901
  flauta
4902
  flavin
4903
  flavor
4904
- flawed
4905
  flaxen
4906
  flaxes
4907
  flayed
@@ -4911,7 +4875,7 @@ fleche
4911
  flecks
4912
  flecky
4913
  fledge
4914
- fledgy
4915
  fleece
4916
  fleech
4917
  fleecy
@@ -4921,7 +4885,7 @@ flench
4921
  flense
4922
  fleshy
4923
  fletch
4924
- fleury
4925
  flexed
4926
  flexes
4927
  flexor
@@ -4931,7 +4895,7 @@ fliers
4931
  fliest
4932
  flight
4933
  flimsy
4934
- flinch
4935
  flings
4936
  flints
4937
  flinty
@@ -4941,7 +4905,7 @@ flirty
4941
  flitch
4942
  flited
4943
  flites
4944
- floats
4945
  floaty
4946
  flocci
4947
  flocks
@@ -4951,7 +4915,7 @@ floods
4951
  flooey
4952
  flooie
4953
  floors
4954
- floosy
4955
  floozy
4956
  floppy
4957
  florae
@@ -4961,7 +4925,7 @@ floret
4961
  florid
4962
  florin
4963
  flossy
4964
- flotas
4965
  flours
4966
  floury
4967
  flouts
@@ -4971,7 +4935,7 @@ fluent
4971
  fluffs
4972
  fluffy
4973
  fluids
4974
- fluish
4975
  fluked
4976
  flukes
4977
  flukey
@@ -4981,7 +4945,7 @@ flumps
4981
  flunks
4982
  flunky
4983
  fluors
4984
- flurry
4985
  fluted
4986
  fluter
4987
  flutes
@@ -4991,7 +4955,7 @@ fluxes
4991
  fluyts
4992
  flyboy
4993
  flybys
4994
- flyers
4995
  flying
4996
  flyman
4997
  flymen
@@ -5001,7 +4965,7 @@ flyted
5001
  flytes
5002
  flyway
5003
  foaled
5004
- foamed
5005
  foamer
5006
  fobbed
5007
  fodder
@@ -5011,7 +4975,7 @@ foeman
5011
  foemen
5012
  foetal
5013
  foetid
5014
- foetor
5015
  foetus
5016
  fogbow
5017
  fogdog
@@ -5021,7 +4985,7 @@ fogger
5021
  fogies
5022
  foible
5023
  foiled
5024
- foined
5025
  foison
5026
  foists
5027
  folate
@@ -5031,7 +4995,7 @@ foldup
5031
  foleys
5032
  foliar
5033
  folios
5034
- folium
5035
  folkie
5036
  folksy
5037
  folles
@@ -5041,7 +5005,7 @@ foment
5041
  fomite
5042
  fonded
5043
  fonder
5044
- fondle
5045
  fondly
5046
  fondue
5047
  fondus
@@ -5051,7 +5015,7 @@ fooled
5051
  footed
5052
  footer
5053
  footie
5054
- footle
5055
  footsy
5056
  foozle
5057
  fopped
@@ -5061,7 +5025,7 @@ forays
5061
  forbad
5062
  forbid
5063
  forbye
5064
- forced
5065
  forcer
5066
  forces
5067
  forded
@@ -5071,7 +5035,7 @@ foredo
5071
  forego
5072
  forest
5073
  forgat
5074
- forged
5075
  forger
5076
  forges
5077
  forget
@@ -5081,7 +5045,7 @@ forked
5081
  forker
5082
  formal
5083
  format
5084
- formed
5085
  formee
5086
  former
5087
  formes
@@ -5091,7 +5055,7 @@ formyl
5091
  fornix
5092
  forrit
5093
  fortes
5094
- fortis
5095
  forums
5096
  forwhy
5097
  fossae
@@ -5101,7 +5065,7 @@ fossil
5101
  foster
5102
  fought
5103
  fouled
5104
- fouler
5105
  foully
5106
  founds
5107
  founts
@@ -5111,7 +5075,7 @@ foveal
5111
  foveas
5112
  fowled
5113
  fowler
5114
- foxier
5115
  foxily
5116
  foxing
5117
  foyers
@@ -5121,7 +5085,7 @@ fracti
5121
  fraena
5122
  frails
5123
  fraise
5124
- framed
5125
  framer
5126
  frames
5127
  francs
@@ -5131,7 +5095,7 @@ frater
5131
  frauds
5132
  frayed
5133
  frazil
5134
- freaks
5135
  freaky
5136
  freely
5137
  freers
@@ -5141,7 +5105,7 @@ french
5141
  frenum
5142
  frenzy
5143
  freres
5144
- fresco
5145
  fretty
5146
  friars
5147
  friary
@@ -5151,7 +5115,7 @@ friers
5151
  frieze
5152
  friges
5153
  fright
5154
- frigid
5155
  frijol
5156
  frills
5157
  frilly
@@ -5161,7 +5125,7 @@ frisee
5161
  frises
5162
  frisks
5163
  frisky
5164
- frites
5165
  friths
5166
  fritts
5167
  frivol
@@ -5171,7 +5135,7 @@ frizes
5171
  frizzy
5172
  frocks
5173
  froggy
5174
- frolic
5175
  fronds
5176
  fronts
5177
  frosts
@@ -5181,7 +5145,7 @@ frothy
5181
  frouzy
5182
  frowns
5183
  frowst
5184
- frowsy
5185
  frowzy
5186
  frozen
5187
  frugal
@@ -5191,14 +5155,14 @@ frumps
5191
  frumpy
5192
  frusta
5193
  fryers
5194
- frying
5195
  frypan
5196
  fubbed
5197
  fucoid
5198
  fucose
5199
  fucous
5200
  fuddle
5201
- fudged
5202
  fudges
5203
  fueled
5204
  fueler
@@ -5208,7 +5172,7 @@ fugios
5208
  fugled
5209
  fugles
5210
  fugued
5211
- fugues
5212
  fuhrer
5213
  fulcra
5214
  fulfil
@@ -5218,7 +5182,7 @@ fullam
5218
  fulled
5219
  fuller
5220
  fulmar
5221
- fumble
5222
  fumers
5223
  fumets
5224
  fumier
@@ -5226,9 +5190,8 @@ fuming
5226
  fumuli
5227
  funded
5228
  funder
5229
- fundic
5230
  fundus
5231
- funest
5232
  fungal
5233
  fungic
5234
  fungus
@@ -5238,7 +5201,7 @@ funkia
5238
  funned
5239
  funnel
5240
  funner
5241
- furane
5242
  furans
5243
  furfur
5244
  furies
@@ -5248,7 +5211,7 @@ furore
5248
  furors
5249
  furred
5250
  furrow
5251
- furzes
5252
  fusain
5253
  fusees
5254
  fusels
@@ -5258,7 +5221,7 @@ fusing
5258
  fusion
5259
  fussed
5260
  fusser
5261
- fusses
5262
  fustic
5263
  fusuma
5264
  futile
@@ -5268,7 +5231,7 @@ futzed
5268
  futzes
5269
  fuzees
5270
  fuzils
5271
- fuzing
5272
  fuzzed
5273
  fuzzes
5274
  fylfot
@@ -5278,7 +5241,7 @@ gabbed
5278
  gabber
5279
  gabble
5280
  gabbro
5281
- gabies
5282
  gabion
5283
  gabled
5284
  gables
@@ -5288,7 +5251,7 @@ gadder
5288
  gaddis
5289
  gadfly
5290
  gadget
5291
- gadids
5292
  gadoid
5293
  gaeing
5294
  gaffed
@@ -5298,7 +5261,7 @@ gagaku
5298
  gagers
5299
  gagged
5300
  gagger
5301
- gaggle
5302
  gaging
5303
  gagman
5304
  gagmen
@@ -5308,7 +5271,7 @@ gained
5308
  gainer
5309
  gainly
5310
  gainst
5311
- gaited
5312
  gaiter
5313
  galago
5314
  galahs
@@ -5318,7 +5281,7 @@ galeas
5318
  galena
5319
  galere
5320
  galiot
5321
- galled
5322
  gallet
5323
  galley
5324
  gallic
@@ -5328,7 +5291,7 @@ gallus
5328
  galoot
5329
  galops
5330
  galore
5331
- galosh
5332
  galyac
5333
  galyak
5334
  gamays
@@ -5338,7 +5301,7 @@ gambia
5338
  gambir
5339
  gambit
5340
  gamble
5341
- gambol
5342
  gamely
5343
  gamers
5344
  gamest
@@ -5348,7 +5311,7 @@ gamily
5348
  gamine
5349
  gaming
5350
  gamins
5351
- gammas
5352
  gammed
5353
  gammer
5354
  gammon
@@ -5358,7 +5321,7 @@ ganefs
5358
  ganevs
5359
  ganged
5360
  ganger
5361
- gangly
5362
  gangue
5363
  ganjah
5364
  ganjas
@@ -5368,7 +5331,7 @@ ganoid
5368
  gantry
5369
  gaoled
5370
  gaoler
5371
- gapers
5372
  gaping
5373
  gapped
5374
  garage
@@ -5378,7 +5341,7 @@ garcon
5378
  gardai
5379
  garden
5380
  garget
5381
- gargle
5382
  garish
5383
  garlic
5384
  garner
@@ -5388,7 +5351,7 @@ garred
5388
  garret
5389
  garron
5390
  garter
5391
- garths
5392
  garvey
5393
  gasbag
5394
  gascon
@@ -5398,7 +5361,7 @@ gashes
5398
  gasify
5399
  gasket
5400
  gaskin
5401
- gaslit
5402
  gasman
5403
  gasmen
5404
  gasped
@@ -5408,7 +5371,7 @@ gasser
5408
  gasses
5409
  gasted
5410
  gaster
5411
- gateau
5412
  gaters
5413
  gather
5414
  gating
@@ -5418,7 +5381,7 @@ gaucho
5418
  gauged
5419
  gauger
5420
  gauges
5421
- gaults
5422
  gaumed
5423
  gauzes
5424
  gavage
@@ -5428,17 +5391,14 @@ gavots
5428
  gawked
5429
  gawker
5430
  gawped
5431
- gawper
5432
  gawsie
5433
  gayals
5434
- gaydar
5435
- gayest
5436
- gayety
5437
  gazabo
5438
  gazars
5439
  gazebo
5440
  gazers
5441
- gazing
5442
  gazoos
5443
  gazump
5444
  geared
@@ -5448,7 +5408,7 @@ geegaw
5448
  geeing
5449
  geeked
5450
  geests
5451
- geezer
5452
  geisha
5453
  gelada
5454
  gelant
@@ -5458,7 +5418,7 @@ gelato
5458
  gelcap
5459
  gelded
5460
  gelder
5461
- gelees
5462
  gelled
5463
  gemmae
5464
  gemmed
@@ -5468,7 +5428,7 @@ gender
5468
  genera
5469
  genets
5470
  geneva
5471
- genial
5472
  genies
5473
  genips
5474
  genius
@@ -5478,7 +5438,7 @@ genoms
5478
  genres
5479
  genros
5480
  gentes
5481
- gentil
5482
  gentle
5483
  gently
5484
  gentoo
@@ -5488,7 +5448,7 @@ geodic
5488
  geoids
5489
  gerahs
5490
  gerbil
5491
- gerent
5492
  german
5493
  germen
5494
  gerund
@@ -5498,7 +5458,7 @@ getter
5498
  getups
5499
  gewgaw
5500
  geyser
5501
- gharri
5502
  gharry
5503
  ghauts
5504
  ghazis
@@ -5508,7 +5468,7 @@ ghibli
5508
  ghosts
5509
  ghosty
5510
  ghouls
5511
- ghylls
5512
  giants
5513
  giaour
5514
  gibbed
@@ -5518,7 +5478,7 @@ gibbon
5518
  gibers
5519
  gibing
5520
  giblet
5521
- gibson
5522
  giddap
5523
  gieing
5524
  gifted
@@ -5528,7 +5488,7 @@ giggle
5528
  giggly
5529
  giglet
5530
  giglot
5531
- gigolo
5532
  gigots
5533
  gigues
5534
  gilded
@@ -5538,7 +5498,7 @@ giller
5538
  gillie
5539
  gimbal
5540
  gimels
5541
- gimlet
5542
  gimmal
5543
  gimmes
5544
  gimmie
@@ -5548,7 +5508,7 @@ ginger
5548
  gingko
5549
  ginkgo
5550
  ginned
5551
- ginner
5552
  gipons
5553
  gipped
5554
  gipper
@@ -5558,7 +5518,7 @@ girdle
5558
  girlie
5559
  girned
5560
  girons
5561
- girted
5562
  girths
5563
  gismos
5564
  gitano
@@ -5568,7 +5528,7 @@ givens
5568
  givers
5569
  giving
5570
  gizmos
5571
- glaces
5572
  glacis
5573
  glades
5574
  gladly
@@ -5578,7 +5538,7 @@ glairy
5578
  glaive
5579
  glamor
5580
  glance
5581
- glands
5582
  glared
5583
  glares
5584
  glassy
@@ -5588,7 +5548,7 @@ glazes
5588
  gleams
5589
  gleamy
5590
  gleans
5591
- glebae
5592
  glebes
5593
  gledes
5594
  gleeds
@@ -5598,7 +5558,7 @@ gleety
5598
  glegly
5599
  gleyed
5600
  glibly
5601
- glided
5602
  glider
5603
  glides
5604
  gliffs
@@ -5608,7 +5568,7 @@ glints
5608
  glinty
5609
  glioma
5610
  glitch
5611
- glitzy
5612
  gloams
5613
  gloats
5614
  global
@@ -5618,7 +5578,7 @@ globes
5618
  globin
5619
  gloggs
5620
  glomus
5621
- glooms
5622
  gloomy
5623
  gloppy
5624
  gloria
@@ -5628,7 +5588,7 @@ glosts
5628
  glouts
5629
  gloved
5630
  glover
5631
- gloves
5632
  glowed
5633
  glower
5634
  glozed
@@ -5638,7 +5598,7 @@ gluers
5638
  gluier
5639
  gluily
5640
  gluing
5641
- glumes
5642
  glumly
5643
  glumpy
5644
  glunch
@@ -5648,7 +5608,7 @@ gluten
5648
  glutes
5649
  glycan
5650
  glycin
5651
- glycol
5652
  glycyl
5653
  glyphs
5654
  gnarls
@@ -5658,7 +5618,7 @@ gnatty
5658
  gnawed
5659
  gnawer
5660
  gneiss
5661
- gnomes
5662
  gnomic
5663
  gnomon
5664
  gnoses
@@ -5668,7 +5628,7 @@ goaled
5668
  goalie
5669
  goanna
5670
  goatee
5671
- gobang
5672
  gobans
5673
  gobbed
5674
  gobbet
@@ -5678,27 +5638,22 @@ goblet
5678
  goblin
5679
  goboes
5680
  gobony
5681
- goddam
5682
- godded
5683
  godets
5684
  godown
5685
  godson
5686
- godwit
5687
  gofers
5688
  goffer
5689
  goggle
5690
  goggly
5691
- goglet
5692
  goings
5693
- goiter
5694
- goitre
5695
  golden
5696
  golder
5697
  golems
5698
  golfed
5699
  golfer
5700
  golosh
5701
- gombos
5702
  gomers
5703
  gomuti
5704
  gonefs
@@ -5707,7 +5662,7 @@ gonged
5707
  goniff
5708
  gonifs
5709
  gonion
5710
- gonium
5711
  gonofs
5712
  gonoph
5713
  goodby
@@ -5716,7 +5671,7 @@ goodly
5716
  goofed
5717
  googly
5718
  googol
5719
- gooier
5720
  gooney
5721
  goonie
5722
  gooral
@@ -5726,7 +5681,7 @@ goosey
5726
  gopher
5727
  gorals
5728
  gorged
5729
- gorger
5730
  gorges
5731
  gorget
5732
  gorgon
@@ -5736,7 +5691,7 @@ gorily
5736
  goring
5737
  gormed
5738
  gorses
5739
- gospel
5740
  gossan
5741
  gossip
5742
  gotcha
@@ -5746,7 +5701,7 @@ gouged
5746
  gouger
5747
  gouges
5748
  gourde
5749
- gourds
5750
  govern
5751
  gowans
5752
  gowany
@@ -5756,7 +5711,7 @@ graals
5756
  grabby
5757
  graben
5758
  graced
5759
- graces
5760
  graded
5761
  grader
5762
  grades
@@ -5766,7 +5721,7 @@ grafts
5766
  graham
5767
  grails
5768
  grains
5769
- grainy
5770
  gramas
5771
  gramma
5772
  gramme
@@ -5776,7 +5731,7 @@ grands
5776
  grange
5777
  granny
5778
  grants
5779
- granum
5780
  grapes
5781
  grapey
5782
  graphs
@@ -5786,7 +5741,7 @@ grassy
5786
  grated
5787
  grater
5788
  grates
5789
- gratin
5790
  gratis
5791
  graved
5792
  gravel
@@ -5796,7 +5751,7 @@ graves
5796
  gravid
5797
  grayed
5798
  grayer
5799
- grayly
5800
  grazed
5801
  grazer
5802
  grazes
@@ -5806,7 +5761,7 @@ greats
5806
  greave
5807
  grebes
5808
  greeds
5809
- greedy
5810
  greens
5811
  greeny
5812
  greets
@@ -5816,7 +5771,7 @@ gremmy
5816
  greyed
5817
  greyer
5818
  greyly
5819
- grided
5820
  grides
5821
  griefs
5822
  grieve
@@ -5826,7 +5781,7 @@ grifts
5826
  grigri
5827
  grille
5828
  grills
5829
- grilse
5830
  grimed
5831
  grimes
5832
  grimly
@@ -5836,7 +5791,7 @@ gringa
5836
  gringo
5837
  griots
5838
  griped
5839
- griper
5840
  gripes
5841
  gripey
5842
  grippe
@@ -5846,17 +5801,16 @@ grison
5846
  grists
5847
  griths
5848
  gritty
5849
- grivet
5850
  groans
5851
  groats
5852
  grocer
5853
  groggy
5854
- groins
5855
  grooms
5856
  groove
5857
  groovy
5858
  groped
5859
- groper
5860
  gropes
5861
  grosze
5862
  groszy
@@ -5866,7 +5820,7 @@ grouch
5866
  ground
5867
  groups
5868
  grouse
5869
- grouts
5870
  grouty
5871
  groved
5872
  grovel
@@ -5876,7 +5830,7 @@ growls
5876
  growly
5877
  growth
5878
  groyne
5879
- grubby
5880
  grudge
5881
  gruels
5882
  gruffs
@@ -5886,7 +5840,7 @@ grumes
5886
  grumps
5887
  grumpy
5888
  grunge
5889
- grungy
5890
  grunts
5891
  grutch
5892
  guacos
@@ -5896,7 +5850,7 @@ guanin
5896
  guanos
5897
  guards
5898
  guavas
5899
- guenon
5900
  guests
5901
  guffaw
5902
  guggle
@@ -5906,7 +5860,7 @@ guider
5906
  guides
5907
  guidon
5908
  guilds
5909
- guiled
5910
  guiles
5911
  guilts
5912
  guilty
@@ -5916,7 +5870,7 @@ guiros
5916
  guised
5917
  guises
5918
  guitar
5919
- gulags
5920
  gulden
5921
  gulfed
5922
  gulled
@@ -5926,7 +5880,7 @@ gulped
5926
  gulper
5927
  gumbos
5928
  gummas
5929
- gummed
5930
  gummer
5931
  gundog
5932
  gunite
@@ -5936,7 +5890,7 @@ gunned
5936
  gunnel
5937
  gunnen
5938
  gunner
5939
- gunsel
5940
  gurged
5941
  gurges
5942
  gurgle
@@ -5946,7 +5900,7 @@ gushed
5946
  gusher
5947
  gushes
5948
  gusset
5949
- gussie
5950
  gusted
5951
  guttae
5952
  gutted
@@ -5956,7 +5910,7 @@ guying
5956
  guyots
5957
  guzzle
5958
  gweduc
5959
- gybing
5960
  gyozas
5961
  gypped
5962
  gypper
@@ -5966,7 +5920,7 @@ gyrate
5966
  gyrene
5967
  gyring
5968
  gyrons
5969
- gyrose
5970
  gyttja
5971
  gyving
5972
  habile
@@ -5975,8 +5929,7 @@ haboob
5975
  haceks
5976
  hacked
5977
  hackee
5978
- hacker
5979
- hackie
5980
  hackle
5981
  hackly
5982
  hading
@@ -5986,7 +5939,7 @@ hadjes
5986
  hadjis
5987
  hadron
5988
  haeing
5989
- haemal
5990
  haemic
5991
  haemin
5992
  haeres
@@ -5996,7 +5949,7 @@ hafted
5996
  hafter
5997
  hagbut
5998
  hagdon
5999
- hagged
6000
  haggis
6001
  haggle
6002
  haikus
@@ -6006,7 +5959,7 @@ haints
6006
  hairdo
6007
  haired
6008
  hajjes
6009
- hajjis
6010
  hakeem
6011
  hakims
6012
  halala
@@ -6016,7 +5969,7 @@ haleru
6016
  halest
6017
  halide
6018
  halids
6019
- haling
6020
  halite
6021
  hallah
6022
  hallal
@@ -6026,7 +5979,7 @@ halloo
6026
  hallos
6027
  hallot
6028
  hallow
6029
- hallux
6030
  halmas
6031
  haloed
6032
  haloes
@@ -6036,7 +5989,7 @@ halted
6036
  halter
6037
  halutz
6038
  halvah
6039
- halvas
6040
  halved
6041
  halves
6042
  hamada
@@ -6046,7 +5999,7 @@ hamaul
6046
  hamlet
6047
  hammal
6048
  hammam
6049
- hammed
6050
  hammer
6051
  hamper
6052
  hamuli
@@ -6056,9 +6009,8 @@ hances
6056
  handax
6057
  handed
6058
  hander
6059
- handle
6060
  hangar
6061
- hanged
6062
  hanger
6063
  hangul
6064
  hangup
@@ -6066,7 +6018,7 @@ haniwa
6066
  hanked
6067
  hanker
6068
  hankie
6069
- hansas
6070
  hansel
6071
  hanses
6072
  hansom
@@ -6085,7 +6037,7 @@ hareem
6085
  harems
6086
  haring
6087
  harked
6088
- harken
6089
  harlot
6090
  harmed
6091
  harmer
@@ -6095,7 +6047,7 @@ harper
6095
  harpin
6096
  harrow
6097
  hartal
6098
- hashed
6099
  hashes
6100
  haslet
6101
  hasped
@@ -6105,7 +6057,7 @@ hasted
6105
  hasten
6106
  hastes
6107
  hatbox
6108
- haters
6109
  hatful
6110
  hating
6111
  hatpin
@@ -6115,7 +6067,7 @@ hatter
6115
  haughs
6116
  hauled
6117
  hauler
6118
- haulms
6119
  haulmy
6120
  haunch
6121
  haunts
@@ -6125,7 +6077,7 @@ havers
6125
  having
6126
  havior
6127
  havocs
6128
- hawala
6129
  hawing
6130
  hawked
6131
  hawker
@@ -6135,7 +6087,7 @@ hawser
6135
  hawses
6136
  hayers
6137
  haying
6138
- haymow
6139
  hazans
6140
  hazard
6141
  hazels
@@ -6145,7 +6097,7 @@ hazily
6145
  hazing
6146
  hazmat
6147
  hazzan
6148
- headed
6149
  header
6150
  healed
6151
  healer
@@ -6155,7 +6107,7 @@ heaper
6155
  hearer
6156
  hearse
6157
  hearth
6158
- hearts
6159
  hearty
6160
  heated
6161
  heater
@@ -6165,7 +6117,7 @@ heaume
6165
  heaved
6166
  heaven
6167
  heaver
6168
- heaves
6169
  heckle
6170
  hectic
6171
  hector
@@ -6175,7 +6127,7 @@ hedged
6175
  hedger
6176
  hedges
6177
  heeded
6178
- heeder
6179
  heehaw
6180
  heeled
6181
  heeler
@@ -6185,7 +6137,7 @@ hefted
6185
  hefter
6186
  hegari
6187
  hegira
6188
- heifer
6189
  height
6190
  heiled
6191
  heinie
@@ -6195,7 +6147,7 @@ heists
6195
  hejira
6196
  heliac
6197
  helios
6198
- helium
6199
  helled
6200
  heller
6201
  hellos
@@ -6205,7 +6157,7 @@ helots
6205
  helped
6206
  helper
6207
  helved
6208
- helves
6209
  hemins
6210
  hemmed
6211
  hemmer
@@ -6215,7 +6167,7 @@ hempie
6215
  henbit
6216
  henges
6217
  henley
6218
- hennas
6219
  henrys
6220
  hented
6221
  hepcat
@@ -6225,7 +6177,7 @@ herald
6225
  herbal
6226
  herbed
6227
  herded
6228
- herder
6229
  herdic
6230
  hereat
6231
  hereby
@@ -6235,17 +6187,16 @@ hereon
6235
  heresy
6236
  hereto
6237
  heriot
6238
- hermae
6239
  hermai
6240
  hermit
6241
  hernia
6242
  heroes
6243
  heroic
6244
- heroin
6245
  herons
6246
  herpes
6247
  hetero
6248
- hetman
6249
  heuchs
6250
  heughs
6251
  hewers
@@ -6255,7 +6206,7 @@ hexads
6255
  hexane
6256
  hexers
6257
  hexing
6258
- hexone
6259
  hexose
6260
  hexyls
6261
  heyday
@@ -6265,7 +6216,7 @@ hiatus
6265
  hiccup
6266
  hickey
6267
  hickie
6268
- hidden
6269
  hiders
6270
  hiding
6271
  hieing
@@ -6275,7 +6226,7 @@ higher
6275
  highly
6276
  highth
6277
  hights
6278
- hijabs
6279
  hijack
6280
  hijrah
6281
  hijras
@@ -6285,7 +6236,7 @@ hilled
6285
  hiller
6286
  hilloa
6287
  hillos
6288
- hilted
6289
  hinder
6290
  hinged
6291
  hinger
@@ -6294,8 +6245,7 @@ hinted
6294
  hinter
6295
  hipped
6296
  hipper
6297
- hippie
6298
- hippos
6299
  hirees
6300
  hirers
6301
  hiring
@@ -6305,7 +6255,7 @@ hirsle
6305
  hispid
6306
  hissed
6307
  hisser
6308
- hisses
6309
  histed
6310
  hither
6311
  hitman
@@ -6315,7 +6265,7 @@ hiving
6315
  hoagie
6316
  hoards
6317
  hoarse
6318
- hoaxed
6319
  hoaxer
6320
  hoaxes
6321
  hobbed
@@ -6325,7 +6275,7 @@ hobble
6325
  hobnob
6326
  hoboed
6327
  hoboes
6328
- hocked
6329
  hocker
6330
  hockey
6331
  hodads
@@ -6335,7 +6285,7 @@ hoeing
6335
  hogans
6336
  hogged
6337
  hogger
6338
- hogget
6339
  hognut
6340
  hogtie
6341
  hoicks
@@ -6345,7 +6295,7 @@ hoises
6345
  hoists
6346
  hokier
6347
  hokily
6348
- hoking
6349
  hokums
6350
  holard
6351
  holden
@@ -6355,7 +6305,7 @@ holier
6355
  holies
6356
  holily
6357
  holing
6358
- holism
6359
  holist
6360
  holked
6361
  hollas
@@ -6365,17 +6315,14 @@ holloo
6365
  hollos
6366
  hollow
6367
  holmic
6368
- holpen
6369
  homage
6370
  hombre
6371
  homely
6372
  homers
6373
- homeys
6374
- homier
6375
- homies
6376
  homily
6377
  homing
6378
- hominy
6379
  hommos
6380
  honans
6381
  honcho
@@ -6383,29 +6330,22 @@ hondas
6383
  hondle
6384
  honers
6385
  honest
6386
- honeys
6387
  honied
6388
- honing
6389
  honked
6390
  honker
6391
- honkey
6392
- honkie
6393
  honors
6394
  honour
6395
  hooded
6396
- hoodie
6397
  hoodoo
6398
- hooeys
6399
  hoofed
6400
  hoofer
6401
- hookah
6402
- hookas
6403
  hooked
6404
- hooker
6405
  hookey
6406
  hookup
6407
  hoolie
6408
- hooped
6409
  hooper
6410
  hoopla
6411
  hoopoe
@@ -6415,7 +6355,7 @@ hooray
6415
  hootch
6416
  hooted
6417
  hooter
6418
- hooved
6419
  hoover
6420
  hooves
6421
  hopers
@@ -6425,7 +6365,7 @@ hopper
6425
  hopple
6426
  horahs
6427
  horary
6428
- horded
6429
  hordes
6430
  horned
6431
  hornet
@@ -6435,7 +6375,7 @@ horsed
6435
  horses
6436
  horsey
6437
  horste
6438
- horsts
6439
  hosels
6440
  hosers
6441
  hoseys
@@ -6445,7 +6385,7 @@ hostas
6445
  hosted
6446
  hostel
6447
  hostly
6448
- hotbed
6449
  hotbox
6450
  hotdog
6451
  hotels
@@ -6455,7 +6395,7 @@ hotter
6455
  hottie
6456
  houdah
6457
  hounds
6458
- houris
6459
  hourly
6460
  housed
6461
  housel
@@ -6465,7 +6405,7 @@ hovels
6465
  hovers
6466
  howdah
6467
  howdie
6468
- howffs
6469
  howked
6470
  howled
6471
  howler
@@ -6475,7 +6415,7 @@ hoyles
6475
  hryvna
6476
  hubbly
6477
  hubbub
6478
- hubcap
6479
  hubris
6480
  huckle
6481
  huddle
@@ -6485,7 +6425,7 @@ hugest
6485
  hugged
6486
  hugger
6487
  huipil
6488
- hulked
6489
  hulled
6490
  huller
6491
  hulloa
@@ -6495,7 +6435,7 @@ humane
6495
  humans
6496
  humate
6497
  humble
6498
- humbly
6499
  humbug
6500
  humeri
6501
  hummed
@@ -6505,7 +6445,7 @@ humors
6505
  humour
6506
  humped
6507
  humper
6508
- humphs
6509
  humvee
6510
  hunger
6511
  hungry
@@ -6515,7 +6455,7 @@ hunkie
6515
  hunted
6516
  hunter
6517
  huppah
6518
- hurdle
6519
  hurled
6520
  hurler
6521
  hurley
@@ -6525,7 +6465,7 @@ hursts
6525
  hurter
6526
  hurtle
6527
  hushed
6528
- hushes
6529
  husked
6530
  husker
6531
  hussar
@@ -6535,7 +6475,7 @@ hutzpa
6535
  huzzah
6536
  huzzas
6537
  hyaena
6538
- hyalin
6539
  hybrid
6540
  hybris
6541
  hydrae
@@ -6545,7 +6485,7 @@ hydric
6545
  hydrid
6546
  hydros
6547
  hyenas
6548
- hyenic
6549
  hyetal
6550
  hymens
6551
  hymnal
@@ -6555,7 +6495,7 @@ hypers
6555
  hyphae
6556
  hyphal
6557
  hyphen
6558
- hyping
6559
  hypnic
6560
  hypoed
6561
  hysons
@@ -6565,7 +6505,7 @@ iambus
6565
  iatric
6566
  ibexes
6567
  ibices
6568
- ibidem
6569
  ibises
6570
  icebox
6571
  icecap
@@ -6575,7 +6515,7 @@ ichors
6575
  icicle
6576
  iciest
6577
  icings
6578
- ickers
6579
  ickier
6580
  ickily
6581
  icones
@@ -6585,7 +6525,7 @@ ideate
6585
  idiocy
6586
  idioms
6587
  idiots
6588
- idlers
6589
  idlest
6590
  idling
6591
  idylls
@@ -6595,7 +6535,7 @@ igloos
6595
  ignify
6596
  ignite
6597
  ignore
6598
- iguana
6599
  ihrams
6600
  ilexes
6601
  iliads
@@ -6605,7 +6545,7 @@ illude
6605
  illume
6606
  imaged
6607
  imager
6608
- images
6609
  imagos
6610
  imaret
6611
  imaums
@@ -6615,7 +6555,7 @@ imbeds
6615
  imbibe
6616
  imbody
6617
  imbrue
6618
- imbued
6619
  imbues
6620
  imides
6621
  imidic
@@ -6625,7 +6565,7 @@ immesh
6625
  immies
6626
  immune
6627
  immure
6628
- impact
6629
  impair
6630
  impala
6631
  impale
@@ -6635,7 +6575,7 @@ impawn
6635
  impede
6636
  impels
6637
  impend
6638
- imphee
6639
  imping
6640
  impish
6641
  impled
@@ -6645,7 +6585,7 @@ impose
6645
  impost
6646
  improv
6647
  impugn
6648
- impure
6649
  impute
6650
  inaner
6651
  inanes
@@ -6655,7 +6595,7 @@ inborn
6655
  inbred
6656
  incage
6657
  incant
6658
- incase
6659
  incent
6660
  incept
6661
  incest
@@ -6665,7 +6605,7 @@ inches
6665
  incise
6666
  incite
6667
  inclip
6668
- incogs
6669
  income
6670
  incony
6671
  incubi
@@ -6675,7 +6615,7 @@ incuse
6675
  indaba
6676
  indeed
6677
  indene
6678
- indent
6679
  indict
6680
  indies
6681
  indign
@@ -6685,7 +6625,7 @@ indium
6685
  indole
6686
  indols
6687
  indoor
6688
- indows
6689
  indris
6690
  induce
6691
  induct
@@ -6695,7 +6635,7 @@ indult
6695
  inerts
6696
  infall
6697
  infamy
6698
- infant
6699
  infare
6700
  infect
6701
  infers
@@ -6705,7 +6645,7 @@ infirm
6705
  inflow
6706
  influx
6707
  infold
6708
- inform
6709
  infuse
6710
  ingate
6711
  ingest
@@ -6715,7 +6655,7 @@ ingulf
6715
  inhale
6716
  inhaul
6717
  inhere
6718
- inhume
6719
  inions
6720
  inject
6721
  injure
@@ -6725,7 +6665,7 @@ inkier
6725
  inking
6726
  inkjet
6727
  inkles
6728
- inkpot
6729
  inlace
6730
  inlaid
6731
  inland
@@ -6735,7 +6675,7 @@ inlier
6735
  inmate
6736
  inmesh
6737
  inmost
6738
- innage
6739
  innate
6740
  inners
6741
  inning
@@ -6745,7 +6685,7 @@ inroad
6745
  inruns
6746
  inrush
6747
  insane
6748
- inseam
6749
  insect
6750
  insert
6751
  insets
@@ -6755,7 +6695,7 @@ insole
6755
  insoul
6756
  inspan
6757
  instal
6758
- instar
6759
  instep
6760
  instil
6761
  insult
@@ -6765,7 +6705,7 @@ intake
6765
  intend
6766
  intent
6767
  intern
6768
- inters
6769
  intima
6770
  intime
6771
  intine
@@ -6775,7 +6715,7 @@ intort
6775
  intown
6776
  intron
6777
  intros
6778
- intuit
6779
  inturn
6780
  inulin
6781
  inured
@@ -6785,7 +6725,7 @@ invade
6785
  invars
6786
  invent
6787
  invert
6788
- invest
6789
  invite
6790
  invoke
6791
  inwall
@@ -6795,7 +6735,7 @@ inwove
6795
  inwrap
6796
  iodate
6797
  iodide
6798
- iodids
6799
  iodine
6800
  iodins
6801
  iodise
@@ -6805,7 +6745,7 @@ iodous
6805
  iolite
6806
  ionics
6807
  ionise
6808
- ionium
6809
  ionize
6810
  ionone
6811
  ipecac
@@ -6815,7 +6755,7 @@ ireful
6815
  irenic
6816
  irides
6817
  iridic
6818
- irised
6819
  irises
6820
  iritic
6821
  iritis
@@ -6825,7 +6765,7 @@ ironed
6825
  ironer
6826
  irones
6827
  ironic
6828
- irreal
6829
  irrupt
6830
  isatin
6831
  ischia
@@ -6835,7 +6775,7 @@ isling
6835
  isobar
6836
  isogon
6837
  isohel
6838
- isolog
6839
  isomer
6840
  isopod
6841
  isseis
@@ -6845,7 +6785,7 @@ issues
6845
  isthmi
6846
  istles
6847
  italic
6848
- itched
6849
  itches
6850
  itemed
6851
  iterum
@@ -6855,7 +6795,7 @@ ixoras
6855
  ixtles
6856
  izzard
6857
  jabbed
6858
- jabber
6859
  jabiru
6860
  jabots
6861
  jacals
@@ -6865,7 +6805,7 @@ jacked
6865
  jacker
6866
  jacket
6867
  jading
6868
- jadish
6869
  jaeger
6870
  jagers
6871
  jagged
@@ -6875,7 +6815,7 @@ jaguar
6875
  jailed
6876
  jailer
6877
  jailor
6878
- jalaps
6879
  jalops
6880
  jalopy
6881
  jambed
@@ -6885,7 +6825,7 @@ jammer
6885
  jangle
6886
  jangly
6887
  japans
6888
- japers
6889
  japery
6890
  japing
6891
  jarful
@@ -6895,7 +6835,7 @@ jarrah
6895
  jarred
6896
  jarvey
6897
  jasmin
6898
- jasper
6899
  jassid
6900
  jauked
6901
  jaunce
@@ -6905,7 +6845,7 @@ jauped
6905
  jawans
6906
  jawing
6907
  jaygee
6908
- jayvee
6909
  jazzbo
6910
  jazzed
6911
  jazzer
@@ -6915,7 +6855,7 @@ jebels
6915
  jeeing
6916
  jeeped
6917
  jeered
6918
- jeerer
6919
  jehads
6920
  jejuna
6921
  jejune
@@ -6925,9 +6865,7 @@ jennet
6925
  jerboa
6926
  jereed
6927
  jerids
6928
- jerked
6929
- jerker
6930
- jerkin
6931
  jerrid
6932
  jersey
6933
  jessed
@@ -6935,7 +6873,7 @@ jesses
6935
  jested
6936
  jester
6937
  jesuit
6938
- jetlag
6939
  jetons
6940
  jetsam
6941
  jetsom
@@ -6943,9 +6881,8 @@ jetted
6943
  jetton
6944
  jetway
6945
  jewels
6946
- jewing
6947
  jezail
6948
- jibbed
6949
  jibber
6950
  jibers
6951
  jibing
@@ -6955,7 +6892,7 @@ jigger
6955
  jiggle
6956
  jiggly
6957
  jigsaw
6958
- jihads
6959
  jilted
6960
  jilter
6961
  jiminy
@@ -6965,17 +6902,15 @@ jimply
6965
  jingal
6966
  jingko
6967
  jingle
6968
- jingly
6969
  jinked
6970
  jinker
6971
  jinnee
6972
  jinnis
6973
- jinxed
6974
- jinxes
6975
  jitney
6976
  jitter
6977
  jivers
6978
- jivier
6979
  jiving
6980
  jnanas
6981
  jobbed
@@ -6985,7 +6920,7 @@ jockos
6985
  jocose
6986
  jocund
6987
  jogged
6988
- jogger
6989
  joggle
6990
  johnny
6991
  joined
@@ -6995,7 +6930,7 @@ joists
6995
  jojoba
6996
  jokers
6997
  jokier
6998
- jokily
6999
  joking
7000
  jolted
7001
  jolter
@@ -7005,7 +6940,7 @@ jorums
7005
  joseph
7006
  joshed
7007
  josher
7008
- joshes
7009
  josses
7010
  jostle
7011
  jotted
@@ -7015,7 +6950,7 @@ jouked
7015
  joules
7016
  jounce
7017
  jouncy
7018
- journo
7019
  jousts
7020
  jovial
7021
  jowars
@@ -7025,7 +6960,7 @@ joyful
7025
  joying
7026
  joyous
7027
  joypop
7028
- jubbah
7029
  jubhah
7030
  jubile
7031
  judder
@@ -7035,7 +6970,7 @@ judges
7035
  judoka
7036
  jugate
7037
  jugful
7038
- jugged
7039
  juggle
7040
  jugula
7041
  jugums
@@ -7045,7 +6980,7 @@ juices
7045
  jujube
7046
  juking
7047
  juleps
7048
- jumbal
7049
  jumble
7050
  jumbos
7051
  jumped
@@ -7055,9 +6990,8 @@ jungle
7055
  jungly
7056
  junior
7057
  junked
7058
- junker
7059
  junket
7060
- junkie
7061
  juntas
7062
  juntos
7063
  jupons
@@ -7065,7 +6999,7 @@ jurant
7065
  jurats
7066
  jurels
7067
  juried
7068
- juries
7069
  jurist
7070
  jurors
7071
  justed
@@ -7075,7 +7009,7 @@ justly
7075
  jutted
7076
  kababs
7077
  kabaka
7078
- kabala
7079
  kabars
7080
  kabaya
7081
  kabiki
@@ -7085,7 +7019,7 @@ kaffir
7085
  kafirs
7086
  kaftan
7087
  kahuna
7088
- kaiaks
7089
  kainit
7090
  kaiser
7091
  kakapo
@@ -7095,7 +7029,7 @@ kalifs
7095
  kaliph
7096
  kalium
7097
  kalmia
7098
- kalong
7099
  kalpac
7100
  kalpak
7101
  kalpas
@@ -7105,7 +7039,7 @@ kamsin
7105
  kanaka
7106
  kanban
7107
  kanjis
7108
- kantar
7109
  kanzus
7110
  kaolin
7111
  kaonic
@@ -7115,7 +7049,7 @@ kaputt
7115
  karate
7116
  karats
7117
  karmas
7118
- karmic
7119
  karoos
7120
  kaross
7121
  karroo
@@ -7125,7 +7059,7 @@ kashas
7125
  kasher
7126
  kation
7127
  kauris
7128
- kavass
7129
  kayaks
7130
  kayles
7131
  kayoed
@@ -7135,7 +7069,7 @@ kebabs
7135
  kebars
7136
  kebbie
7137
  keblah
7138
- kebobs
7139
  kecked
7140
  keckle
7141
  keddah
@@ -7145,7 +7079,7 @@ keeked
7145
  keeled
7146
  keened
7147
  keener
7148
- keenly
7149
  keeper
7150
  keeves
7151
  kefirs
@@ -7155,7 +7089,7 @@ kegler
7155
  keleps
7156
  kelims
7157
  keloid
7158
- kelped
7159
  kelpie
7160
  kelson
7161
  kelter
@@ -7165,7 +7099,7 @@ kendos
7165
  kenned
7166
  kennel
7167
  kentes
7168
- kepped
7169
  keppen
7170
  kerbed
7171
  kerfed
@@ -7175,7 +7109,7 @@ kerned
7175
  kernel
7176
  kernes
7177
  kerria
7178
- kersey
7179
  ketene
7180
  ketols
7181
  ketone
@@ -7185,7 +7119,7 @@ kevels
7185
  kevils
7186
  kewpie
7187
  keying
7188
- keypad
7189
  keypal
7190
  keyset
7191
  keyway
@@ -7195,7 +7129,7 @@ khalif
7195
  khaphs
7196
  khazen
7197
  khedah
7198
- khedas
7199
  kheths
7200
  khoums
7201
  kiangs
@@ -7205,7 +7139,7 @@ kibbes
7205
  kibbis
7206
  kibble
7207
  kibeis
7208
- kibitz
7209
  kiblah
7210
  kiblas
7211
  kibosh
@@ -7215,7 +7149,7 @@ kickup
7215
  kidded
7216
  kidder
7217
  kiddie
7218
- kiddos
7219
  kidnap
7220
  kidney
7221
  kidvid
@@ -7225,7 +7159,7 @@ killer
7225
  killie
7226
  kilned
7227
  kilted
7228
- kilter
7229
  kiltie
7230
  kimchi
7231
  kimono
@@ -7235,7 +7169,7 @@ kinder
7235
  kindle
7236
  kindly
7237
  kinema
7238
- kinged
7239
  kingly
7240
  kinins
7241
  kinked
@@ -7245,7 +7179,7 @@ kippen
7245
  kipper
7246
  kirned
7247
  kirsch
7248
- kirtle
7249
  kishka
7250
  kishke
7251
  kismat
@@ -7255,7 +7189,7 @@ kisser
7255
  kisses
7256
  kitbag
7257
  kiters
7258
- kithed
7259
  kithes
7260
  kiting
7261
  kitsch
@@ -7265,7 +7199,7 @@ kitten
7265
  kittle
7266
  klatch
7267
  klaxon
7268
- klepht
7269
  klepto
7270
  klicks
7271
  klongs
@@ -7275,7 +7209,7 @@ kludgy
7275
  kluged
7276
  kluges
7277
  klutzy
7278
- knacks
7279
  knarry
7280
  knaurs
7281
  knaves
@@ -7285,7 +7219,7 @@ kneads
7285
  kneels
7286
  knells
7287
  knifed
7288
- knifer
7289
  knifes
7290
  knight
7291
  knives
@@ -7295,7 +7229,7 @@ knolls
7295
  knolly
7296
  knosps
7297
  knotty
7298
- knouts
7299
  knower
7300
  knowns
7301
  knubby
@@ -7305,7 +7239,7 @@ koalas
7305
  kobold
7306
  koines
7307
  kolhoz
7308
- kolkoz
7309
  kombus
7310
  konked
7311
  koodoo
@@ -7315,7 +7249,7 @@ kopeks
7315
  kopjes
7316
  koppas
7317
  koppie
7318
- korats
7319
  kormas
7320
  koruna
7321
  koruny
@@ -7325,7 +7259,7 @@ koumis
7325
  koumys
7326
  kouroi
7327
  kouros
7328
- kousso
7329
  kowtow
7330
  kraals
7331
  krafts
@@ -7335,7 +7269,7 @@ krater
7335
  krauts
7336
  kreeps
7337
  krewes
7338
- krills
7339
  krises
7340
  kronen
7341
  kroner
@@ -7345,7 +7279,7 @@ krooni
7345
  kroons
7346
  krubis
7347
  krubut
7348
- kuchen
7349
  kudzus
7350
  kugels
7351
  kukris
@@ -7355,7 +7289,7 @@ kultur
7355
  kumiss
7356
  kummel
7357
  kurgan
7358
- kurtas
7359
  kussos
7360
  kuvasz
7361
  kvases
@@ -7365,17 +7299,16 @@ kwacha
7365
  kwanza
7366
  kyacks
7367
  kybosh
7368
- kyries
7369
  kythed
7370
  kythes
7371
  laager
7372
  labara
7373
  labels
7374
- labial
7375
  labile
7376
  labium
7377
  labors
7378
- labour
7379
  labret
7380
  labrum
7381
  lacers
@@ -7385,7 +7318,7 @@ lacily
7385
  lacing
7386
  lacked
7387
  lacker
7388
- lackey
7389
  lactam
7390
  lactic
7391
  lacuna
@@ -7395,7 +7328,7 @@ laddie
7395
  ladens
7396
  laders
7397
  ladies
7398
- lading
7399
  ladino
7400
  ladled
7401
  ladler
@@ -7405,7 +7338,7 @@ lagans
7405
  lagend
7406
  lagers
7407
  lagged
7408
- lagger
7409
  lagoon
7410
  laguna
7411
  lagune
@@ -7415,7 +7348,7 @@ laichs
7415
  laighs
7416
  lairds
7417
  laired
7418
- lakers
7419
  lakier
7420
  laking
7421
  lallan
@@ -7425,7 +7358,7 @@ lambed
7425
  lamber
7426
  lambie
7427
  lamedh
7428
- lameds
7429
  lamely
7430
  lament
7431
  lamest
@@ -7435,7 +7368,7 @@ lamina
7435
  laming
7436
  lammed
7437
  lampad
7438
- lampas
7439
  lamped
7440
  lanais
7441
  lanate
@@ -7445,7 +7378,7 @@ lances
7445
  lancet
7446
  landau
7447
  landed
7448
- lander
7449
  lanely
7450
  langue
7451
  langur
@@ -7455,7 +7388,7 @@ lanner
7455
  lanose
7456
  lanugo
7457
  laogai
7458
- lapdog
7459
  lapels
7460
  lapful
7461
  lapins
@@ -7465,7 +7398,7 @@ lappet
7465
  lapsed
7466
  lapser
7467
  lapses
7468
- lapsus
7469
  laptop
7470
  larded
7471
  larder
@@ -7475,7 +7408,7 @@ larger
7475
  larges
7476
  largos
7477
  lariat
7478
- larine
7479
  larked
7480
  larker
7481
  larrup
@@ -7485,7 +7418,7 @@ larval
7485
  larvas
7486
  larynx
7487
  lascar
7488
- lasers
7489
  lashed
7490
  lasher
7491
  lashes
@@ -7495,7 +7428,7 @@ lassie
7495
  lassis
7496
  lassos
7497
  lasted
7498
- laster
7499
  lastly
7500
  lateen
7501
  lately
@@ -7505,7 +7438,7 @@ latest
7505
  lathed
7506
  lather
7507
  lathes
7508
- lathis
7509
  latigo
7510
  latina
7511
  latino
@@ -7515,7 +7448,7 @@ latria
7515
  latten
7516
  latter
7517
  lattes
7518
- lattin
7519
  lauans
7520
  lauded
7521
  lauder
@@ -7525,7 +7458,7 @@ launch
7525
  laurae
7526
  lauras
7527
  laurel
7528
- lavabo
7529
  lavage
7530
  lavash
7531
  laveer
@@ -7535,7 +7468,7 @@ lavish
7535
  lawful
7536
  lawine
7537
  lawing
7538
- lawman
7539
  lawmen
7540
  lawyer
7541
  laxest
@@ -7545,7 +7478,7 @@ laying
7545
  layins
7546
  layman
7547
  laymen
7548
- layoff
7549
  layout
7550
  layups
7551
  lazars
@@ -7555,7 +7488,7 @@ lazies
7555
  lazily
7556
  lazing
7557
  lazuli
7558
- leachy
7559
  leaded
7560
  leaden
7561
  leader
@@ -7565,7 +7498,7 @@ leaked
7565
  leaker
7566
  leally
7567
  lealty
7568
- leaned
7569
  leaner
7570
  leanly
7571
  leaped
@@ -7575,7 +7508,7 @@ learnt
7575
  leased
7576
  leaser
7577
  leases
7578
- leasts
7579
  leaved
7580
  leaven
7581
  leaver
@@ -7585,7 +7518,7 @@ leched
7585
  lecher
7586
  leches
7587
  lechwe
7588
- lectin
7589
  lector
7590
  ledger
7591
  ledges
@@ -7595,7 +7528,7 @@ lefter
7595
  legacy
7596
  legals
7597
  legate
7598
- legato
7599
  legend
7600
  legers
7601
  legged
@@ -7605,7 +7538,7 @@ legist
7605
  legits
7606
  legman
7607
  legmen
7608
- legong
7609
  legume
7610
  lehuas
7611
  lekked
@@ -7615,7 +7548,7 @@ lemmas
7615
  lemons
7616
  lemony
7617
  lemurs
7618
- lender
7619
  length
7620
  lenite
7621
  lenity
@@ -7625,17 +7558,16 @@ lenten
7625
  lentic
7626
  lentil
7627
  lentos
7628
- leones
7629
  lepers
7630
  leptin
7631
  lepton
7632
- lesbos
7633
  lesion
7634
  lessee
7635
  lessen
7636
  lesser
7637
  lesson
7638
- lessor
7639
  lethal
7640
  lethes
7641
  letted
@@ -7645,7 +7577,7 @@ leucin
7645
  leudes
7646
  leukon
7647
  levant
7648
- leveed
7649
  levees
7650
  levels
7651
  levers
@@ -7655,7 +7587,7 @@ levies
7655
  levins
7656
  levity
7657
  lewder
7658
- lewdly
7659
  lexeme
7660
  lexica
7661
  lezzes
@@ -7665,7 +7597,7 @@ liaise
7665
  lianas
7666
  lianes
7667
  liangs
7668
- liards
7669
  libber
7670
  libels
7671
  libers
@@ -7675,7 +7607,7 @@ librae
7675
  libras
7676
  lichee
7677
  lichen
7678
- liches
7679
  lichis
7680
  lichts
7681
  licked
@@ -7685,7 +7617,7 @@ lidars
7685
  lidded
7686
  lieder
7687
  liefer
7688
- liefly
7689
  lieges
7690
  lienal
7691
  lierne
@@ -7695,7 +7627,7 @@ lifted
7695
  lifter
7696
  ligand
7697
  ligans
7698
- ligase
7699
  ligate
7700
  ligers
7701
  lights
@@ -7705,7 +7637,7 @@ ligula
7705
  ligule
7706
  ligure
7707
  likely
7708
- likens
7709
  likers
7710
  likest
7711
  liking
@@ -7715,7 +7647,7 @@ lilied
7715
  lilies
7716
  lilted
7717
  limans
7718
- limbas
7719
  limbed
7720
  limber
7721
  limbic
@@ -7725,7 +7657,7 @@ limens
7725
  limeys
7726
  limier
7727
  limina
7728
- liming
7729
  limits
7730
  limmer
7731
  limned
@@ -7735,7 +7667,7 @@ limpas
7735
  limped
7736
  limper
7737
  limpet
7738
- limpid
7739
  limply
7740
  limpsy
7741
  limuli
@@ -7745,7 +7677,7 @@ linden
7745
  lineal
7746
  linear
7747
  linens
7748
- lineny
7749
  liners
7750
  lineup
7751
  lingam
@@ -7755,7 +7687,7 @@ lingua
7755
  linier
7756
  lining
7757
  linins
7758
- linked
7759
  linker
7760
  linkup
7761
  linnet
@@ -7765,7 +7697,7 @@ lintel
7765
  linter
7766
  lintol
7767
  linums
7768
- lipase
7769
  lipide
7770
  lipids
7771
  lipins
@@ -7775,7 +7707,7 @@ lipped
7775
  lippen
7776
  lipper
7777
  liquid
7778
- liquor
7779
  liroth
7780
  lisles
7781
  lisped
@@ -7785,7 +7717,7 @@ listed
7785
  listee
7786
  listel
7787
  listen
7788
- lister
7789
  litany
7790
  litchi
7791
  liters
@@ -7795,7 +7727,7 @@ lithic
7795
  lithos
7796
  litmus
7797
  litres
7798
- litten
7799
  litter
7800
  little
7801
  lively
@@ -7805,7 +7737,7 @@ livery
7805
  livest
7806
  livier
7807
  living
7808
- livres
7809
  livyer
7810
  lizard
7811
  llamas
@@ -7815,7 +7747,7 @@ loader
7815
  loafed
7816
  loafer
7817
  loamed
7818
- loaned
7819
  loaner
7820
  loathe
7821
  loaves
@@ -7825,7 +7757,7 @@ lobber
7825
  lobule
7826
  locale
7827
  locals
7828
- locate
7829
  lochan
7830
  lochia
7831
  locked
@@ -7835,7 +7767,7 @@ lockup
7835
  locoed
7836
  locoes
7837
  locule
7838
- loculi
7839
  locums
7840
  locust
7841
  lodens
@@ -7845,7 +7777,7 @@ lodges
7845
  lofted
7846
  lofter
7847
  logans
7848
- logged
7849
  logger
7850
  loggia
7851
  loggie
@@ -7855,7 +7787,7 @@ logily
7855
  logins
7856
  logion
7857
  logjam
7858
- logons
7859
  logway
7860
  loided
7861
  loiter
@@ -7865,7 +7797,7 @@ lollop
7865
  lomein
7866
  loment
7867
  lonely
7868
- loners
7869
  longan
7870
  longed
7871
  longer
@@ -7875,17 +7807,15 @@ looeys
7875
  loofah
7876
  loofas
7877
  looies
7878
- looing
7879
  looked
7880
  looker
7881
  lookup
7882
  loomed
7883
- looney
7884
- loonie
7885
  looped
7886
  looper
7887
  loosed
7888
- loosen
7889
  looser
7890
  looses
7891
  looted
@@ -7895,7 +7825,7 @@ loping
7895
  lopped
7896
  lopper
7897
  loquat
7898
- lorans
7899
  lorded
7900
  lordly
7901
  loreal
@@ -7905,7 +7835,7 @@ losels
7905
  losers
7906
  losing
7907
  losses
7908
- lotahs
7909
  lotion
7910
  lotted
7911
  lotter
@@ -7915,7 +7845,7 @@ louche
7915
  louden
7916
  louder
7917
  loudly
7918
- loughs
7919
  louies
7920
  loumas
7921
  lounge
@@ -7925,7 +7855,7 @@ loupen
7925
  loupes
7926
  loured
7927
  loused
7928
- louses
7929
  louted
7930
  louver
7931
  louvre
@@ -7935,7 +7865,7 @@ lovely
7935
  lovers
7936
  loving
7937
  lowboy
7938
- lowers
7939
  lowery
7940
  lowest
7941
  lowing
@@ -7945,7 +7875,7 @@ lubber
7945
  lubing
7946
  lubric
7947
  lucent
7948
- lucern
7949
  lucite
7950
  lucked
7951
  luckie
@@ -7955,7 +7885,7 @@ luffas
7955
  luffed
7956
  lugers
7957
  lugged
7958
- lugger
7959
  luggie
7960
  luging
7961
  lulled
@@ -7965,7 +7895,7 @@ lumber
7965
  lumens
7966
  lumina
7967
  lummox
7968
- lumped
7969
  lumpen
7970
  lumper
7971
  lunacy
@@ -7975,7 +7905,7 @@ lunets
7975
  lungan
7976
  lunged
7977
  lungee
7978
- lunger
7979
  lunges
7980
  lungis
7981
  lungyi
@@ -7985,7 +7915,7 @@ lunker
7985
  lunted
7986
  lunula
7987
  lunule
7988
- lupine
7989
  lupins
7990
  lupous
7991
  lurdan
@@ -7995,7 +7925,7 @@ lurked
7995
  lurker
7996
  lushed
7997
  lusher
7998
- lushes
7999
  lushly
8000
  lusted
8001
  luster
@@ -8005,7 +7935,7 @@ luteal
8005
  lutein
8006
  luteum
8007
  luting
8008
- lutist
8009
  lutzes
8010
  luxate
8011
  luxury
@@ -8015,7 +7945,7 @@ lyceum
8015
  lychee
8016
  lyches
8017
  lycras
8018
- lyings
8019
  lymphs
8020
  lynxes
8021
  lyrate
@@ -8025,7 +7955,7 @@ lyrist
8025
  lysate
8026
  lysine
8027
  lysing
8028
- lysins
8029
  lyssas
8030
  lyttae
8031
  lyttas
@@ -8035,7 +7965,7 @@ macers
8035
  maches
8036
  machos
8037
  macing
8038
- mackle
8039
  macled
8040
  macles
8041
  macons
@@ -8045,17 +7975,15 @@ macula
8045
  macule
8046
  madame
8047
  madams
8048
- madcap
8049
  madded
8050
  madden
8051
  madder
8052
- madman
8053
- madmen
8054
  madras
8055
  madres
8056
  madtom
8057
  maduro
8058
- maenad
8059
  maffia
8060
  mafias
8061
  maftir
@@ -8065,7 +7993,7 @@ magics
8065
  magilp
8066
  maglev
8067
  magmas
8068
- magnet
8069
  magnum
8070
  magots
8071
  magpie
@@ -8075,7 +8003,7 @@ mahout
8075
  mahzor
8076
  maiden
8077
  maigre
8078
- maihem
8079
  mailed
8080
  mailer
8081
  mailes
@@ -8085,7 +8013,7 @@ maimer
8085
  mainly
8086
  maists
8087
  maizes
8088
- majors
8089
  makars
8090
  makers
8091
  makeup
@@ -8095,7 +8023,7 @@ malady
8095
  malars
8096
  malate
8097
  malfed
8098
- malgre
8099
  malice
8100
  malign
8101
  maline
@@ -8105,7 +8033,7 @@ mallee
8105
  mallei
8106
  mallet
8107
  mallow
8108
- maloti
8109
  malted
8110
  maltha
8111
  maltol
@@ -8115,7 +8043,7 @@ mameys
8115
  mamies
8116
  mamluk
8117
  mammae
8118
- mammal
8119
  mammas
8120
  mammee
8121
  mammer
@@ -8125,7 +8053,7 @@ mammie
8125
  mammon
8126
  mamzer
8127
  manage
8128
- manana
8129
  manats
8130
  manche
8131
  manege
@@ -8135,7 +8063,7 @@ mangel
8135
  manger
8136
  manges
8137
  mangey
8138
- mangle
8139
  mangos
8140
  maniac
8141
  manias
@@ -8145,7 +8073,7 @@ manioc
8145
  manito
8146
  manitu
8147
  mannan
8148
- mannas
8149
  manned
8150
  manner
8151
  manors
@@ -8155,7 +8083,7 @@ mantas
8155
  mantel
8156
  mantes
8157
  mantic
8158
- mantid
8159
  mantis
8160
  mantle
8161
  mantra
@@ -8165,7 +8093,7 @@ manure
8165
  maples
8166
  mapped
8167
  mapper
8168
- maquis
8169
  maraca
8170
  maraud
8171
  marble
@@ -8175,7 +8103,7 @@ margay
8175
  marges
8176
  margin
8177
  marina
8178
- marine
8179
  marish
8180
  markas
8181
  marked
@@ -8185,7 +8113,7 @@ markka
8185
  markup
8186
  marled
8187
  marlin
8188
- marmot
8189
  maroon
8190
  marque
8191
  marram
@@ -8195,7 +8123,7 @@ marron
8195
  marrow
8196
  marses
8197
  marshy
8198
- marted
8199
  marten
8200
  martin
8201
  martyr
@@ -8205,7 +8133,7 @@ mascon
8205
  mascot
8206
  masers
8207
  mashed
8208
- masher
8209
  mashes
8210
  mashie
8211
  masjid
@@ -8222,7 +8150,7 @@ mastix
8222
  maters
8223
  mateys
8224
  matier
8225
- mating
8226
  matins
8227
  matres
8228
  matrix
@@ -8232,7 +8160,7 @@ matted
8232
  matter
8233
  mattes
8234
  mattin
8235
- mature
8236
  matzah
8237
  matzas
8238
  matzoh
@@ -8242,7 +8170,7 @@ mauger
8242
  maugre
8243
  mauled
8244
  mauler
8245
- maumet
8246
  maunds
8247
  maundy
8248
  mauves
@@ -8252,7 +8180,7 @@ mavins
8252
  mawing
8253
  maxima
8254
  maxims
8255
- maxing
8256
  maxixe
8257
  maybes
8258
  mayday
@@ -8262,7 +8190,7 @@ mayhap
8262
  mayhem
8263
  maying
8264
  mayors
8265
- maypop
8266
  mayvin
8267
  mazard
8268
  mazers
@@ -8272,7 +8200,7 @@ mazing
8272
  mazuma
8273
  mbiras
8274
  meadow
8275
- meager
8276
  meagre
8277
  mealie
8278
  meaner
@@ -8282,7 +8210,7 @@ measle
8282
  measly
8283
  meatal
8284
  meated
8285
- meatus
8286
  meccas
8287
  medaka
8288
  medals
@@ -8292,7 +8220,7 @@ mediad
8292
  mediae
8293
  medial
8294
  median
8295
- medias
8296
  medick
8297
  medico
8298
  medics
@@ -8302,7 +8230,7 @@ medius
8302
  medlar
8303
  medley
8304
  medusa
8305
- meeker
8306
  meekly
8307
  meeter
8308
  meetly
@@ -8311,7 +8239,7 @@ megilp
8311
  megohm
8312
  megrim
8313
  mehndi
8314
- meikle
8315
  meinie
8316
  melded
8317
  melder
@@ -8321,7 +8249,7 @@ melled
8321
  mellow
8322
  melody
8323
  meloid
8324
- melons
8325
  melted
8326
  melter
8327
  melton
@@ -8331,7 +8259,7 @@ memory
8331
  menace
8332
  menads
8333
  menage
8334
- mended
8335
  mender
8336
  menhir
8337
  menial
@@ -8341,7 +8269,7 @@ mensal
8341
  mensas
8342
  mensch
8343
  mensed
8344
- menses
8345
  mental
8346
  mentee
8347
  mentor
@@ -8351,7 +8279,7 @@ meoued
8351
  meowed
8352
  mercer
8353
  merces
8354
- merdes
8355
  merely
8356
  merest
8357
  merged
@@ -8361,7 +8289,7 @@ merges
8361
  merino
8362
  merits
8363
  merles
8364
- merlin
8365
  merlon
8366
  merlot
8367
  merman
@@ -8371,7 +8299,7 @@ meshed
8371
  meshes
8372
  mesial
8373
  mesian
8374
- mesnes
8375
  mesons
8376
  messan
8377
  messed
@@ -8381,7 +8309,7 @@ metage
8381
  metals
8382
  metate
8383
  meteor
8384
- metepa
8385
  meters
8386
  method
8387
  methyl
@@ -8391,7 +8319,7 @@ metols
8391
  metope
8392
  metred
8393
  metres
8394
- metric
8395
  metros
8396
  mettle
8397
  metump
@@ -8401,7 +8329,7 @@ mewler
8401
  mezcal
8402
  mezuza
8403
  mezzos
8404
- miaous
8405
  miaows
8406
  miasma
8407
  miasms
@@ -8411,7 +8339,7 @@ miched
8411
  miches
8412
  mickey
8413
  mickle
8414
- micron
8415
  micros
8416
  midair
8417
  midcap
@@ -8421,7 +8349,7 @@ middle
8421
  midges
8422
  midget
8423
  midgut
8424
- midleg
8425
  midrib
8426
  midsts
8427
  midway
@@ -8431,7 +8359,7 @@ mights
8431
  mighty
8432
  mignon
8433
  mihrab
8434
- mikado
8435
  miking
8436
  mikron
8437
  mikvah
@@ -8441,7 +8369,7 @@ mikvot
8441
  miladi
8442
  milady
8443
  milage
8444
- milded
8445
  milden
8446
  milder
8447
  mildew
@@ -8451,7 +8379,7 @@ milieu
8451
  milium
8452
  milked
8453
  milker
8454
- milled
8455
  miller
8456
  milles
8457
  millet
@@ -8461,17 +8389,14 @@ milpas
8461
  milted
8462
  milter
8463
  mimbar
8464
- mimeos
8465
  mimers
8466
  mimics
8467
  miming
8468
  mimosa
8469
  minced
8470
- mincer
8471
- minces
8472
- minded
8473
  minder
8474
- miners
8475
  mingle
8476
  minify
8477
  minima
@@ -8481,7 +8406,7 @@ minion
8481
  minish
8482
  minium
8483
  minkes
8484
- minnow
8485
  minors
8486
  minted
8487
  minter
@@ -8491,7 +8416,7 @@ minxes
8491
  minyan
8492
  mioses
8493
  miosis
8494
- miotic
8495
  mirage
8496
  mirier
8497
  miring
@@ -8501,7 +8426,7 @@ mirror
8501
  mirths
8502
  mirzas
8503
  misact
8504
- misadd
8505
  misaim
8506
  misate
8507
  miscue
@@ -8511,7 +8436,7 @@ miseat
8511
  misers
8512
  misery
8513
  misfed
8514
- misfit
8515
  mishap
8516
  miskal
8517
  mislay
@@ -8520,7 +8445,7 @@ mislie
8520
  mislit
8521
  mismet
8522
  mispen
8523
- missal
8524
  missay
8525
  missed
8526
  missel
@@ -8530,7 +8455,7 @@ missis
8530
  missus
8531
  misted
8532
  mister
8533
- misuse
8534
  miters
8535
  mither
8536
  mitier
@@ -8540,7 +8465,7 @@ mitres
8540
  mitten
8541
  mixers
8542
  mixing
8543
- mixups
8544
  mizens
8545
  mizuna
8546
  mizzen
@@ -8550,7 +8475,7 @@ moaned
8550
  moaner
8551
  moated
8552
  mobbed
8553
- mobber
8554
  mobcap
8555
  mobile
8556
  mobled
@@ -8560,7 +8485,7 @@ mocker
8560
  mockup
8561
  modals
8562
  models
8563
- modems
8564
  modern
8565
  modest
8566
  modica
@@ -8570,7 +8495,7 @@ module
8570
  moduli
8571
  modulo
8572
  mogged
8573
- moggie
8574
  moghul
8575
  moguls
8576
  mohair
@@ -8580,7 +8505,7 @@ mohurs
8580
  moiety
8581
  moiled
8582
  moiler
8583
- moirai
8584
  moires
8585
  mojoes
8586
  molars
@@ -8589,7 +8514,7 @@ molder
8589
  molies
8590
  moline
8591
  mollah
8592
- mollie
8593
  moloch
8594
  molted
8595
  molten
@@ -8598,7 +8523,7 @@ moment
8598
  mommas
8599
  momser
8600
  momzer
8601
- monads
8602
  mondes
8603
  mondos
8604
  moneys
@@ -8608,7 +8533,7 @@ mongol
8608
  mongos
8609
  mongst
8610
  monied
8611
- monies
8612
  monish
8613
  monism
8614
  monist
@@ -8618,7 +8543,7 @@ montes
8618
  months
8619
  mooing
8620
  moolah
8621
- moolas
8622
  mooley
8623
  mooned
8624
  mooner
@@ -8628,7 +8553,7 @@ mooter
8628
  mopeds
8629
  mopers
8630
  mopery
8631
- mopier
8632
  moping
8633
  mopish
8634
  mopoke
@@ -8637,7 +8562,7 @@ mopper
8637
  moppet
8638
  morale
8639
  morals
8640
- morays
8641
  morbid
8642
  moreen
8643
  morels
@@ -8645,9 +8570,8 @@ morgan
8645
  morgen
8646
  morgue
8647
  morion
8648
- morons
8649
  morose
8650
- morpho
8651
  morphs
8652
  morris
8653
  morros
@@ -8657,7 +8581,7 @@ mortal
8657
  mortar
8658
  morula
8659
  mosaic
8660
- moseys
8661
  moshav
8662
  moshed
8663
  mosher
@@ -8667,7 +8591,7 @@ mossed
8667
  mosser
8668
  mosses
8669
  mostly
8670
- motels
8671
  motets
8672
  mother
8673
  motifs
@@ -8677,7 +8601,7 @@ motive
8677
  motley
8678
  motmot
8679
  motors
8680
- mottes
8681
  mottle
8682
  mottos
8683
  moujik
@@ -8687,7 +8611,7 @@ moulin
8687
  moults
8688
  mounds
8689
  mounts
8690
- mourns
8691
  moused
8692
  mouser
8693
  mouses
@@ -8697,7 +8621,7 @@ mouths
8697
  mouthy
8698
  mouton
8699
  movers
8700
- movies
8701
  moving
8702
  mowers
8703
  mowing
@@ -8707,7 +8631,7 @@ muchly
8707
  mucins
8708
  mucked
8709
  mucker
8710
- muckle
8711
  mucluc
8712
  mucoid
8713
  mucors
@@ -8717,7 +8641,7 @@ mucous
8717
  mudbug
8718
  mudcap
8719
  mudcat
8720
- mudded
8721
  mudder
8722
  muddle
8723
  muddly
@@ -8727,7 +8651,7 @@ muesli
8727
  muffed
8728
  muffin
8729
  muffle
8730
- muftis
8731
  mugful
8732
  muggar
8733
  mugged
@@ -8737,7 +8661,7 @@ muggur
8737
  mughal
8738
  mujiks
8739
  mukluk
8740
- muktuk
8741
  mulcts
8742
  muleta
8743
  muleys
@@ -8747,7 +8671,7 @@ mullah
8747
  mullas
8748
  mulled
8749
  mullen
8750
- muller
8751
  mullet
8752
  mulley
8753
  mumble
@@ -8757,7 +8681,7 @@ mummer
8757
  mumped
8758
  mumper
8759
  mungos
8760
- muntin
8761
  muonic
8762
  murals
8763
  murder
@@ -8767,7 +8691,7 @@ murine
8767
  muring
8768
  murker
8769
  murkly
8770
- murmur
8771
  murphy
8772
  murras
8773
  murres
@@ -8777,7 +8701,7 @@ muscae
8777
  muscat
8778
  muscid
8779
  muscle
8780
- muscly
8781
  musers
8782
  museum
8783
  mushed
@@ -8787,7 +8711,7 @@ musick
8787
  musics
8788
  musing
8789
  musjid
8790
- muskeg
8791
  musket
8792
  muskie
8793
  muskit
@@ -8797,7 +8721,7 @@ mussed
8797
  mussel
8798
  musses
8799
  musted
8800
- mustee
8801
  muster
8802
  musths
8803
  mutant
@@ -8807,7 +8731,7 @@ mutely
8807
  mutest
8808
  mutine
8809
  muting
8810
- mutiny
8811
  mutism
8812
  mutons
8813
  mutter
@@ -8817,7 +8741,7 @@ mutuel
8817
  mutule
8818
  muumuu
8819
  muzhik
8820
- muzjik
8821
  muzzle
8822
  myases
8823
  myasis
@@ -8827,7 +8751,7 @@ mylars
8827
  mynahs
8828
  myomas
8829
  myopes
8830
- myopia
8831
  myopic
8832
  myoses
8833
  myosin
@@ -8837,7 +8761,7 @@ myriad
8837
  myrica
8838
  myrrhs
8839
  myrtle
8840
- myself
8841
  mysids
8842
  mysost
8843
  mystic
@@ -8847,7 +8771,7 @@ mythos
8847
  myxoid
8848
  myxoma
8849
  nabbed
8850
- nabber
8851
  nabobs
8852
  nachas
8853
  naches
@@ -8857,7 +8781,7 @@ nacres
8857
  nadirs
8858
  naevus
8859
  naffed
8860
- nagana
8861
  nagged
8862
  nagger
8863
  naiads
@@ -8867,7 +8791,7 @@ nairas
8867
  nairus
8868
  naiver
8869
  naives
8870
- nakfas
8871
  naleds
8872
  namely
8873
  namers
@@ -8877,7 +8801,7 @@ nandin
8877
  nanism
8878
  nankin
8879
  nannie
8880
- napalm
8881
  napery
8882
  napkin
8883
  nappas
@@ -8887,7 +8811,7 @@ nappes
8887
  nappie
8888
  narcos
8889
  narial
8890
- narine
8891
  narked
8892
  narrow
8893
  narwal
@@ -8897,7 +8821,7 @@ nasion
8897
  nastic
8898
  natant
8899
  nation
8900
- native
8901
  natron
8902
  natter
8903
  nature
@@ -8907,7 +8831,7 @@ nautch
8907
  navaid
8908
  navars
8909
  navels
8910
- navies
8911
  nawabs
8912
  naysay
8913
  nazify
@@ -8917,7 +8841,7 @@ nearer
8917
  nearly
8918
  neaten
8919
  neater
8920
- neatly
8921
  nebula
8922
  nebule
8923
  nebuly
@@ -8927,7 +8851,7 @@ nectar
8927
  needed
8928
  needer
8929
  needle
8930
- negate
8931
  neighs
8932
  nekton
8933
  nellie
@@ -8937,7 +8861,7 @@ neoned
8937
  nepeta
8938
  nephew
8939
  nereid
8940
- nereis
8941
  neroli
8942
  nerols
8943
  nerved
@@ -8947,7 +8871,7 @@ nested
8947
  nester
8948
  nestle
8949
  nestor
8950
- nether
8951
  netops
8952
  netted
8953
  netter
@@ -8957,7 +8881,7 @@ neumes
8957
  neumic
8958
  neural
8959
  neuron
8960
- neuter
8961
  nevoid
8962
  newbie
8963
  newels
@@ -8967,7 +8891,7 @@ newish
8967
  newsie
8968
  newton
8969
  niacin
8970
- nibbed
8971
  nibble
8972
  nicads
8973
  nicely
@@ -8977,7 +8901,7 @@ niched
8977
  niches
8978
  nicked
8979
  nickel
8980
- nicker
8981
  nickle
8982
  nicols
8983
  nidate
@@ -8987,9 +8911,8 @@ niding
8987
  nieces
8988
  nielli
8989
  niello
8990
- nieves
8991
  niffer
8992
- nigger
8993
  niggle
8994
  niggly
8995
  nighed
@@ -8997,7 +8920,7 @@ nigher
8997
  nights
8998
  nighty
8999
  nihils
9000
- nilgai
9001
  nilgau
9002
  nilled
9003
  nimble
@@ -9007,17 +8930,16 @@ nimmed
9007
  nimrod
9008
  ninety
9009
  ninjas
9010
- ninons
9011
  ninths
9012
  niobic
9013
  nipped
9014
  nipper
9015
- nipple
9016
  niseis
9017
  niters
9018
  nitery
9019
  nitons
9020
- nitres
9021
  nitric
9022
  nitrid
9023
  nitril
@@ -9027,7 +8949,7 @@ nixies
9027
  nixing
9028
  nizams
9029
  nobble
9030
- nobler
9031
  nobles
9032
  nobody
9033
  nocent
@@ -9037,7 +8959,7 @@ nodder
9037
  noddle
9038
  nodose
9039
  nodous
9040
- nodule
9041
  noesis
9042
  noetic
9043
  nogged
@@ -9047,7 +8969,7 @@ noises
9047
  nomads
9048
  nomina
9049
  nomism
9050
- nonage
9051
  nonart
9052
  nonces
9053
  noncom
@@ -9057,7 +8979,7 @@ nonfan
9057
  nonfat
9058
  nongay
9059
  nonman
9060
- nonmen
9061
  nonpar
9062
  nontax
9063
  nonuse
@@ -9067,7 +8989,7 @@ noodge
9067
  noodle
9068
  noogie
9069
  nookie
9070
- noosed
9071
  nooser
9072
  nooses
9073
  nopals
@@ -9077,7 +8999,7 @@ norite
9077
  normal
9078
  normed
9079
  norths
9080
- noshed
9081
  nosher
9082
  noshes
9083
  nosier
@@ -9087,7 +9009,7 @@ nostoc
9087
  notary
9088
  notate
9089
  noters
9090
- nother
9091
  notice
9092
  notify
9093
  noting
@@ -9097,7 +9019,7 @@ nought
9097
  nounal
9098
  nouses
9099
  novels
9100
- novena
9101
  novice
9102
  noways
9103
  nowise
@@ -9107,7 +9029,7 @@ nuance
9107
  nubbin
9108
  nubble
9109
  nubbly
9110
- nubias
9111
  nubile
9112
  nubuck
9113
  nuchae
@@ -9117,7 +9039,7 @@ nudely
9117
  nudest
9118
  nudged
9119
  nudger
9120
- nudges
9121
  nudies
9122
  nudism
9123
  nudist
@@ -9127,7 +9049,7 @@ nugget
9127
  nuking
9128
  nullah
9129
  nulled
9130
- numbat
9131
  numbed
9132
  number
9133
  numbly
@@ -9137,7 +9059,7 @@ nuncle
9137
  nurled
9138
  nursed
9139
  nurser
9140
- nurses
9141
  nutant
9142
  nutate
9143
  nutlet
@@ -9151,7 +9073,7 @@ oakums
9151
  oaring
9152
  oaters
9153
  obeahs
9154
- obelia
9155
  obelus
9156
  obento
9157
  obeyed
@@ -9161,7 +9083,7 @@ object
9161
  objets
9162
  oblast
9163
  oblate
9164
- oblige
9165
  oblong
9166
  oboist
9167
  oboles
@@ -9171,7 +9093,7 @@ obtain
9171
  obtect
9172
  obtest
9173
  obtund
9174
- obtuse
9175
  obvert
9176
  occult
9177
  occupy
@@ -9181,7 +9103,7 @@ ocelli
9181
  ocelot
9182
  ochers
9183
  ochery
9184
- ochone
9185
  ochrea
9186
  ochred
9187
  ochres
@@ -9191,7 +9113,7 @@ ocreae
9191
  octads
9192
  octane
9193
  octans
9194
- octant
9195
  octave
9196
  octavo
9197
  octets
@@ -9201,7 +9123,7 @@ octyls
9201
  ocular
9202
  oculus
9203
  oddest
9204
- oddish
9205
  oddity
9206
  odeons
9207
  odeums
@@ -9211,7 +9133,7 @@ odiums
9211
  odored
9212
  odours
9213
  odyles
9214
- oedema
9215
  oeuvre
9216
  offals
9217
  offcut
@@ -9221,7 +9143,7 @@ office
9221
  offing
9222
  offish
9223
  offkey
9224
- offset
9225
  oftest
9226
  ogdoad
9227
  oghams
@@ -9231,7 +9153,7 @@ oglers
9231
  ogling
9232
  ogress
9233
  ogrish
9234
- ogrism
9235
  ohmage
9236
  oidium
9237
  oilcan
@@ -9241,7 +9163,7 @@ oilier
9241
  oilily
9242
  oiling
9243
  oilman
9244
- oilmen
9245
  oilway
9246
  oinked
9247
  okapis
@@ -9251,7 +9173,7 @@ oldies
9251
  oldish
9252
  oleate
9253
  olefin
9254
- oleine
9255
  oleins
9256
  oleums
9257
  olingo
@@ -9261,7 +9183,7 @@ ombers
9261
  ombres
9262
  omegas
9263
  omelet
9264
- omened
9265
  omenta
9266
  onager
9267
  onagri
@@ -9271,7 +9193,7 @@ onlays
9271
  online
9272
  onload
9273
  onrush
9274
- onsets
9275
  onside
9276
  onuses
9277
  onward
@@ -9281,7 +9203,7 @@ oocyte
9281
  oodles
9282
  oogamy
9283
  oogeny
9284
- oohing
9285
  oolite
9286
  oolith
9287
  oology
@@ -9291,7 +9213,7 @@ oomiak
9291
  oompah
9292
  oomphs
9293
  oorali
9294
- ootids
9295
  oozier
9296
  oozily
9297
  oozing
@@ -9301,7 +9223,7 @@ opener
9301
  openly
9302
  operas
9303
  operon
9304
- ophite
9305
  opiate
9306
  opined
9307
  opines
@@ -9311,7 +9233,7 @@ oppose
9311
  oppugn
9312
  opsins
9313
  optics
9314
- optima
9315
  optime
9316
  opting
9317
  option
@@ -9321,7 +9243,7 @@ oracle
9321
  orally
9322
  orange
9323
  orangs
9324
- orangy
9325
  orated
9326
  orates
9327
  orator
@@ -9331,7 +9253,7 @@ orbits
9331
  orcein
9332
  orchid
9333
  orchil
9334
- orchis
9335
  orcins
9336
  ordain
9337
  ordeal
@@ -9346,7 +9268,7 @@ oribis
9346
  oriels
9347
  orient
9348
  origan
9349
- origin
9350
  oriole
9351
  orisha
9352
  orison
@@ -9356,7 +9278,7 @@ ormers
9356
  ormolu
9357
  ornate
9358
  ornery
9359
- oroide
9360
  orphan
9361
  orphic
9362
  orpine
@@ -9366,7 +9288,7 @@ orrice
9366
  oryxes
9367
  oscine
9368
  oscula
9369
- oscule
9370
  osetra
9371
  osiers
9372
  osmics
@@ -9376,7 +9298,7 @@ osmols
9376
  osmose
9377
  osmous
9378
  osmund
9379
- osprey
9380
  ossein
9381
  ossify
9382
  osteal
@@ -9386,7 +9308,7 @@ ostomy
9386
  otalgy
9387
  others
9388
  otiose
9389
- otitic
9390
  otitis
9391
  ottars
9392
  ottava
@@ -9396,7 +9318,7 @@ ouches
9396
  oughts
9397
  ounces
9398
  ouphes
9399
- ourang
9400
  ourari
9401
  ourebi
9402
  ousels
@@ -9406,7 +9328,7 @@ outact
9406
  outadd
9407
  outage
9408
  outask
9409
- outate
9410
  outbeg
9411
  outbid
9412
  outbox
@@ -9416,7 +9338,7 @@ outcry
9416
  outdid
9417
  outeat
9418
  outers
9419
- outfit
9420
  outfly
9421
  outfox
9422
  outgas
@@ -9426,7 +9348,7 @@ outing
9426
  outjut
9427
  outlaw
9428
  outlay
9429
- outled
9430
  outlet
9431
  outlie
9432
  outman
@@ -9436,7 +9358,7 @@ outrig
9436
  outrow
9437
  outrun
9438
  outsat
9439
- outsaw
9440
  outsay
9441
  outsee
9442
  outset
@@ -9446,7 +9368,7 @@ outvie
9446
  outwar
9447
  outwit
9448
  ouzels
9449
- ovally
9450
  overdo
9451
  overed
9452
  overly
@@ -9456,7 +9378,7 @@ ovisac
9456
  ovoids
9457
  ovolos
9458
  ovonic
9459
- ovular
9460
  ovules
9461
  owlets
9462
  owlish
@@ -9466,7 +9388,7 @@ oxalic
9466
  oxalis
9467
  oxbows
9468
  oxcart
9469
- oxeyes
9470
  oxford
9471
  oxides
9472
  oxidic
@@ -9476,7 +9398,7 @@ oxlips
9476
  oxtail
9477
  oxters
9478
  oxygen
9479
- oyezes
9480
  oyster
9481
  ozalid
9482
  ozones
@@ -9486,7 +9408,7 @@ pacers
9486
  pachas
9487
  pacier
9488
  pacify
9489
- pacing
9490
  packed
9491
  packer
9492
  packet
@@ -9496,7 +9418,7 @@ padded
9496
  padder
9497
  paddle
9498
  padles
9499
- padnag
9500
  padouk
9501
  padres
9502
  paeans
@@ -9506,7 +9428,7 @@ paesan
9506
  pagans
9507
  pagers
9508
  paging
9509
- pagoda
9510
  pagods
9511
  paiked
9512
  painch
@@ -9516,7 +9438,7 @@ painty
9516
  paired
9517
  paisan
9518
  paisas
9519
- pajama
9520
  pakeha
9521
  pakora
9522
  palace
@@ -9526,7 +9448,7 @@ palate
9526
  paleae
9527
  paleal
9528
  palely
9529
- palest
9530
  palets
9531
  palier
9532
  paling
@@ -9536,7 +9458,7 @@ pallet
9536
  pallia
9537
  pallid
9538
  pallor
9539
- palmar
9540
  palmed
9541
  palmer
9542
  palpal
@@ -9546,7 +9468,7 @@ palter
9546
  paltry
9547
  pampas
9548
  pamper
9549
- panada
9550
  panama
9551
  pandas
9552
  pander
@@ -9556,7 +9478,7 @@ panfry
9556
  panful
9557
  pangas
9558
  panged
9559
- pangen
9560
  panics
9561
  panier
9562
  panini
@@ -9566,7 +9488,7 @@ panner
9566
  pannes
9567
  panted
9568
  pantie
9569
- pantos
9570
  pantry
9571
  panzer
9572
  papacy
@@ -9576,7 +9498,7 @@ papaya
9576
  papers
9577
  papery
9578
  papism
9579
- papist
9580
  pappus
9581
  papula
9582
  papule
@@ -9586,7 +9508,7 @@ paramo
9586
  parang
9587
  paraph
9588
  parcel
9589
- pardah
9590
  pardee
9591
  pardie
9592
  pardon
@@ -9596,7 +9518,7 @@ parers
9596
  pareus
9597
  pareve
9598
  parged
9599
- parges
9600
  parget
9601
  pargos
9602
  pariah
@@ -9606,7 +9528,7 @@ paring
9606
  parish
9607
  parity
9608
  parkas
9609
- parked
9610
  parker
9611
  parlay
9612
  parled
@@ -9616,7 +9538,7 @@ parlor
9616
  parody
9617
  parole
9618
  parols
9619
- parous
9620
  parral
9621
  parred
9622
  parrel
@@ -9626,7 +9548,7 @@ parsed
9626
  parser
9627
  parses
9628
  parson
9629
- partan
9630
  parted
9631
  partly
9632
  parton
@@ -9636,10 +9558,10 @@ parvis
9636
  parvos
9637
  pascal
9638
  paseos
9639
- pashas
9640
  pashed
9641
  pashes
9642
- pastas
9643
  pasted
9644
  pastel
9645
  paster
@@ -9649,7 +9571,7 @@ pastil
9649
  pastis
9650
  pastor
9651
  pastry
9652
- pataca
9653
  patchy
9654
  patens
9655
  patent
@@ -9659,7 +9581,7 @@ patina
9659
  patine
9660
  patins
9661
  patios
9662
- patois
9663
  patrol
9664
  patron
9665
  patted
@@ -9669,7 +9591,7 @@ patter
9669
  pattie
9670
  patzer
9671
  paulin
9672
- paunch
9673
  pauper
9674
  pausal
9675
  paused
@@ -9679,7 +9601,7 @@ pavane
9679
  pavans
9680
  paveed
9681
  pavers
9682
- paving
9683
  pavins
9684
  pavior
9685
  pavise
@@ -9689,7 +9611,7 @@ pawned
9689
  pawnee
9690
  pawner
9691
  pawnor
9692
- pawpaw
9693
  paxwax
9694
  payday
9695
  payees
@@ -9699,7 +9621,7 @@ paynim
9699
  payoff
9700
  payola
9701
  payors
9702
- payout
9703
  pazazz
9704
  peaced
9705
  peaces
@@ -9709,7 +9631,7 @@ peahen
9709
  peaked
9710
  pealed
9711
  peanut
9712
- pearls
9713
  pearly
9714
  peasen
9715
  peases
@@ -9719,8 +9641,7 @@ pebbly
9719
  pecans
9720
  pechan
9721
  peched
9722
- pecked
9723
- pecker
9724
  pecten
9725
  pectic
9726
  pectin
@@ -9729,19 +9650,19 @@ pedals
9729
  pedant
9730
  pedate
9731
  peddle
9732
- pedlar
9733
  pedler
9734
  pedros
9735
  peeing
9736
  peeked
9737
  peeled
9738
  peeler
9739
- peened
9740
  peered
9741
  peerie
9742
  pegged
9743
  peined
9744
- peised
9745
  peises
9746
  pekans
9747
  pekins
@@ -9751,7 +9672,7 @@ pelite
9751
  pellet
9752
  pelmet
9753
  pelota
9754
- pelted
9755
  pelter
9756
  peltry
9757
  pelves
@@ -9761,17 +9682,13 @@ penang
9761
  pencel
9762
  pencil
9763
  pended
9764
- pengos
9765
- penial
9766
- penile
9767
  penman
9768
  penmen
9769
  pennae
9770
  penned
9771
  penner
9772
- pennia
9773
- pennis
9774
- pennon
9775
  pensee
9776
  pensil
9777
  pentad
@@ -9781,7 +9698,7 @@ penury
9781
  peones
9782
  people
9783
  pepino
9784
- peplos
9785
  peplum
9786
  peplus
9787
  pepped
@@ -9791,7 +9708,7 @@ peptic
9791
  peptid
9792
  perdie
9793
  perdue
9794
- perdus
9795
  pereia
9796
  pereon
9797
  perils
@@ -9801,7 +9718,7 @@ periti
9801
  perked
9802
  permed
9803
  permit
9804
- pernio
9805
  pernod
9806
  peroxy
9807
  perron
@@ -9811,7 +9728,7 @@ perter
9811
  pertly
9812
  peruke
9813
  peruse
9814
- pesade
9815
  peseta
9816
  pesewa
9817
  pester
@@ -9821,7 +9738,7 @@ petals
9821
  petard
9822
  peters
9823
  petite
9824
- petnap
9825
  petrel
9826
  petrol
9827
  petsai
@@ -9831,8 +9748,6 @@ pettle
9831
  pewees
9832
  pewits
9833
  pewter
9834
- peyote
9835
- peyotl
9836
  phages
9837
  pharos
9838
  phased
@@ -9840,7 +9755,7 @@ phases
9840
  phasic
9841
  phasis
9842
  phatic
9843
- phenix
9844
  phenol
9845
  phenom
9846
  phenyl
@@ -9850,7 +9765,7 @@ phlegm
9850
  phloem
9851
  phobia
9852
  phobic
9853
- phoebe
9854
  phonal
9855
  phoned
9856
  phones
@@ -9860,7 +9775,7 @@ phonon
9860
  phonos
9861
  phooey
9862
  photic
9863
- photog
9864
  photon
9865
  photos
9866
  phrase
@@ -9870,7 +9785,7 @@ phylar
9870
  phylic
9871
  phyllo
9872
  phylon
9873
- phylum
9874
  physed
9875
  physes
9876
  physic
@@ -9880,7 +9795,7 @@ phytol
9880
  phyton
9881
  piaffe
9882
  pianic
9883
- pianos
9884
  piazza
9885
  piazze
9886
  pibals
@@ -9890,7 +9805,7 @@ pickax
9890
  picked
9891
  picker
9892
  picket
9893
- pickle
9894
  pickup
9895
  picnic
9896
  picots
@@ -9900,7 +9815,7 @@ piddle
9900
  piddly
9901
  pidgin
9902
  pieced
9903
- piecer
9904
  pieces
9905
  pieing
9906
  pierce
@@ -9910,7 +9825,7 @@ pigeon
9910
  pigged
9911
  piggie
9912
  piggin
9913
- piglet
9914
  pignus
9915
  pignut
9916
  pigout
@@ -9920,7 +9835,7 @@ pikake
9920
  pikers
9921
  piking
9922
  pilaff
9923
- pilafs
9924
  pilaus
9925
  pilaws
9926
  pileum
@@ -9930,7 +9845,7 @@ pilfer
9930
  piling
9931
  pillar
9932
  pilled
9933
- pillow
9934
  pilose
9935
  pilots
9936
  pilous
@@ -9940,7 +9855,7 @@ pimple
9940
  pimply
9941
  pinang
9942
  pinata
9943
- pincer
9944
  pinder
9945
  pineal
9946
  pinene
@@ -9950,7 +9865,7 @@ pinged
9950
  pinger
9951
  pingos
9952
  pinier
9953
- pining
9954
  pinion
9955
  pinite
9956
  pinked
@@ -9960,7 +9875,7 @@ pinkey
9960
  pinkie
9961
  pinkly
9962
  pinkos
9963
- pinnae
9964
  pinnal
9965
  pinnas
9966
  pinned
@@ -9970,7 +9885,7 @@ pinons
9970
  pinots
9971
  pintas
9972
  pintle
9973
- pintos
9974
  pinups
9975
  pinyin
9976
  pinyon
@@ -9980,7 +9895,7 @@ pipage
9980
  pipals
9981
  pipers
9982
  pipets
9983
- pipier
9984
  piping
9985
  pipits
9986
  pipkin
@@ -9990,7 +9905,7 @@ piqued
9990
  piques
9991
  piquet
9992
  piracy
9993
- pirana
9994
  pirate
9995
  piraya
9996
  pirogi
@@ -10003,7 +9918,7 @@ pitaya
10003
  pitchy
10004
  pithed
10005
  pitied
10006
- pitier
10007
  pities
10008
  pitman
10009
  pitmen
@@ -10013,7 +9928,7 @@ pittas
10013
  pitted
10014
  pivots
10015
  pixels
10016
- pixies
10017
  pizazz
10018
  pizzas
10019
  pizzaz
@@ -10023,7 +9938,7 @@ placer
10023
  places
10024
  placet
10025
  placid
10026
- placks
10027
  plagal
10028
  plages
10029
  plague
@@ -10033,7 +9948,7 @@ plaids
10033
  plains
10034
  plaint
10035
  plaits
10036
- planar
10037
  planch
10038
  planed
10039
  planer
@@ -10043,7 +9958,7 @@ planks
10043
  plants
10044
  plaque
10045
  plashy
10046
- plasma
10047
  plasms
10048
  platan
10049
  plated
@@ -10053,7 +9968,7 @@ plates
10053
  platys
10054
  playas
10055
  played
10056
- player
10057
  plazas
10058
  pleach
10059
  pleads
@@ -10063,7 +9978,7 @@ plebes
10063
  pledge
10064
  pleiad
10065
  plench
10066
- plenty
10067
  plenum
10068
  pleons
10069
  pleura
@@ -10073,7 +9988,7 @@ plexor
10073
  plexus
10074
  pliant
10075
  plicae
10076
- plical
10077
  pliers
10078
  plight
10079
  plinks
@@ -10083,7 +9998,7 @@ plisse
10083
  ploidy
10084
  plonks
10085
  plotty
10086
- plough
10087
  plover
10088
  plowed
10089
  plower
@@ -10093,7 +10008,7 @@ plucky
10093
  plumbs
10094
  plumed
10095
  plumes
10096
- plummy
10097
  plumps
10098
  plunge
10099
  plunks
@@ -10103,7 +10018,7 @@ pluses
10103
  plushy
10104
  plutei
10105
  pluton
10106
- plyers
10107
  plying
10108
  pneuma
10109
  poachy
@@ -10113,7 +10028,7 @@ pocket
10113
  podded
10114
  podite
10115
  podium
10116
- podsol
10117
  podzol
10118
  poetic
10119
  poetry
@@ -10123,7 +10038,7 @@ pogrom
10123
  poilus
10124
  poinds
10125
  pointe
10126
- points
10127
  pointy
10128
  poised
10129
  poiser
@@ -10133,7 +10048,7 @@ poison
10133
  pokers
10134
  pokeys
10135
  pokier
10136
- pokies
10137
  pokily
10138
  poking
10139
  polars
@@ -10143,7 +10058,7 @@ poleis
10143
  polers
10144
  poleyn
10145
  police
10146
- policy
10147
  polies
10148
  poling
10149
  polios
@@ -10153,7 +10068,7 @@ polity
10153
  polkas
10154
  polled
10155
  pollee
10156
- pollen
10157
  poller
10158
  pollex
10159
  polyol
@@ -10163,7 +10078,7 @@ pomace
10163
  pomade
10164
  pomelo
10165
  pommee
10166
- pommel
10167
  pommie
10168
  pompom
10169
  pompon
@@ -10173,7 +10088,7 @@ poncho
10173
  ponded
10174
  ponder
10175
  ponent
10176
- ponged
10177
  pongee
10178
  pongid
10179
  ponied
@@ -10181,19 +10096,9 @@ ponies
10181
  pontes
10182
  pontil
10183
  ponton
10184
- poodle
10185
- poohed
10186
- pooing
10187
- pooled
10188
- pooler
10189
- pooped
10190
- poorer
10191
- pooris
10192
- poorly
10193
- pooves
10194
  popery
10195
  popgun
10196
- popish
10197
  poplar
10198
  poplin
10199
  poppas
@@ -10203,7 +10108,7 @@ poppet
10203
  popple
10204
  popsie
10205
  poring
10206
- porism
10207
  porked
10208
  porker
10209
  pornos
@@ -10213,7 +10118,7 @@ portal
10213
  ported
10214
  porter
10215
  portly
10216
- posada
10217
  posers
10218
  poseur
10219
  posher
@@ -10223,7 +10128,7 @@ posing
10223
  posits
10224
  posole
10225
  posses
10226
- posset
10227
  possum
10228
  postal
10229
  posted
@@ -10233,7 +10138,7 @@ postin
10233
  postop
10234
  potage
10235
  potash
10236
- potato
10237
  potboy
10238
  poteen
10239
  potent
@@ -10243,7 +10148,7 @@ pothos
10243
  potion
10244
  potman
10245
  potmen
10246
- potpie
10247
  potsie
10248
  potted
10249
  potter
@@ -10253,7 +10158,7 @@ potzer
10253
  pouchy
10254
  poufed
10255
  pouffe
10256
- pouffs
10257
  pouffy
10258
  poults
10259
  pounce
@@ -10263,7 +10168,7 @@ pourer
10263
  pouted
10264
  pouter
10265
  powder
10266
- powers
10267
  powter
10268
  powwow
10269
  poxier
@@ -10273,7 +10178,7 @@ pozole
10273
  praams
10274
  prahus
10275
  praise
10276
- prajna
10277
  prance
10278
  prangs
10279
  pranks
@@ -10283,7 +10188,7 @@ prater
10283
  prates
10284
  prawns
10285
  praxes
10286
- praxis
10287
  prayed
10288
  prayer
10289
  preach
@@ -10293,7 +10198,7 @@ prearm
10293
  prebid
10294
  prebuy
10295
  precis
10296
- precut
10297
  predry
10298
  preens
10299
  prefab
@@ -10303,7 +10208,7 @@ prelaw
10303
  prelim
10304
  preman
10305
  premed
10306
- premen
10307
  premie
10308
  premix
10309
  preops
@@ -10313,7 +10218,7 @@ preset
10313
  presto
10314
  prests
10315
  pretax
10316
- pretor
10317
  pretty
10318
  prevue
10319
  prewar
@@ -10323,7 +10228,7 @@ preyer
10323
  prezes
10324
  priapi
10325
  priced
10326
- pricer
10327
  prices
10328
  pricey
10329
  prided
@@ -10331,7 +10236,7 @@ prides
10331
  priers
10332
  priest
10333
  prills
10334
- primal
10335
  primas
10336
  primed
10337
  primer
@@ -10341,7 +10246,7 @@ primos
10341
  primps
10342
  primus
10343
  prince
10344
- prinks
10345
  prints
10346
  prions
10347
  priors
@@ -10351,7 +10256,7 @@ prises
10351
  prisms
10352
  prison
10353
  prissy
10354
- privet
10355
  prized
10356
  prizer
10357
  prizes
@@ -10361,7 +10266,7 @@ probes
10361
  probit
10362
  proems
10363
  profit
10364
- progun
10365
  projet
10366
  prolan
10367
  proleg
@@ -10371,7 +10276,7 @@ prolog
10371
  promos
10372
  prompt
10373
  prongs
10374
- pronto
10375
  proofs
10376
  propel
10377
  proper
@@ -10381,7 +10286,7 @@ proser
10381
  proses
10382
  prosit
10383
  prosos
10384
- protea
10385
  protei
10386
  proton
10387
  protyl
@@ -10391,7 +10296,7 @@ prover
10391
  proves
10392
  prowar
10393
  prower
10394
- prowls
10395
  prudes
10396
  pruned
10397
  pruner
@@ -10401,7 +10306,7 @@ prutah
10401
  prutot
10402
  pryers
10403
  prying
10404
- psalms
10405
  pseudo
10406
  pseuds
10407
  pshaws
@@ -10411,7 +10316,7 @@ psycho
10411
  psychs
10412
  psylla
10413
  psyops
10414
- psywar
10415
  pterin
10416
  ptisan
10417
  ptooey
@@ -10421,7 +10326,7 @@ ptotic
10421
  public
10422
  pucker
10423
  puddle
10424
- puddly
10425
  pueblo
10426
  puffed
10427
  puffer
@@ -10431,7 +10336,7 @@ puggry
10431
  pugree
10432
  puisne
10433
  pujahs
10434
- puking
10435
  pulers
10436
  puling
10437
  pulled
@@ -10441,7 +10346,7 @@ pulley
10441
  pullup
10442
  pulpal
10443
  pulped
10444
- pulper
10445
  pulpit
10446
  pulque
10447
  pulsar
@@ -10451,7 +10356,7 @@ pulses
10451
  pumelo
10452
  pumice
10453
  pummel
10454
- pumped
10455
  pumper
10456
  punchy
10457
  pundit
@@ -10461,7 +10366,7 @@ punily
10461
  punish
10462
  punjis
10463
  punkah
10464
- punkas
10465
  punker
10466
  punkey
10467
  punkie
@@ -10471,7 +10376,7 @@ punner
10471
  punnet
10472
  punted
10473
  punter
10474
- puntos
10475
  pupate
10476
  pupils
10477
  pupped
@@ -10481,7 +10386,7 @@ purdah
10481
  purdas
10482
  pureed
10483
  purees
10484
- purely
10485
  purest
10486
  purfle
10487
  purged
@@ -10491,7 +10396,7 @@ purify
10491
  purine
10492
  purins
10493
  purism
10494
- purist
10495
  purity
10496
  purled
10497
  purlin
@@ -10501,17 +10406,14 @@ purred
10501
  pursed
10502
  purser
10503
  purses
10504
- pursue
10505
  purvey
10506
  pushed
10507
- pusher
10508
  pushes
10509
  pushup
10510
  pusley
10511
- pusses
10512
- pussly
10513
  putlog
10514
- putoff
10515
  putons
10516
  putout
10517
  putrid
@@ -10521,7 +10423,7 @@ puttee
10521
  putter
10522
  puttie
10523
  putzed
10524
- putzes
10525
  puzzle
10526
  pyemia
10527
  pyemic
@@ -10531,7 +10433,7 @@ pylons
10531
  pylori
10532
  pyoses
10533
  pyosis
10534
- pyrans
10535
  pyrene
10536
  pyrite
10537
  pyrola
@@ -10541,7 +10443,7 @@ pyrrol
10541
  python
10542
  pyuria
10543
  pyxies
10544
- qabala
10545
  qanats
10546
  qindar
10547
  qintar
@@ -10551,7 +10453,7 @@ quacky
10551
  quaere
10552
  quaffs
10553
  quagga
10554
- quaggy
10555
  quahog
10556
  quaich
10557
  quaigh
@@ -10561,7 +10463,7 @@ quaked
10561
  quaker
10562
  quakes
10563
  qualia
10564
- qualms
10565
  qualmy
10566
  quango
10567
  quanta
@@ -10571,7 +10473,7 @@ quarry
10571
  quarte
10572
  quarto
10573
  quarts
10574
- quartz
10575
  quasar
10576
  quatre
10577
  quaver
@@ -10581,7 +10483,7 @@ queans
10581
  queasy
10582
  queazy
10583
  queens
10584
- queers
10585
  quelea
10586
  quells
10587
  quench
@@ -10591,7 +10493,7 @@ queued
10591
  queuer
10592
  queues
10593
  quezal
10594
- quiche
10595
  quicks
10596
  quiets
10597
  quiffs
@@ -10601,7 +10503,7 @@ quince
10601
  quinic
10602
  quinin
10603
  quinoa
10604
- quinol
10605
  quinsy
10606
  quinta
10607
  quinte
@@ -10611,7 +10513,7 @@ quippy
10611
  quipus
10612
  quired
10613
  quires
10614
- quirks
10615
  quirky
10616
  quirts
10617
  quitch
@@ -10621,7 +10523,7 @@ quoins
10621
  quoits
10622
  quokka
10623
  quolls
10624
- quorum
10625
  quotas
10626
  quoted
10627
  quoter
@@ -10631,7 +10533,7 @@ qurush
10631
  qwerty
10632
  rabato
10633
  rabats
10634
- rabbet
10635
  rabbin
10636
  rabbis
10637
  rabbit
@@ -10648,7 +10550,7 @@ racked
10648
  racker
10649
  racket
10650
  rackle
10651
- racons
10652
  racoon
10653
  radars
10654
  radded
@@ -10658,7 +10560,7 @@ radian
10658
  radios
10659
  radish
10660
  radium
10661
- radius
10662
  radome
10663
  radons
10664
  radula
@@ -10668,7 +10570,7 @@ rafted
10668
  rafter
10669
  ragbag
10670
  ragees
10671
- ragged
10672
  raggee
10673
  raggle
10674
  raging
@@ -10678,7 +10580,7 @@ ragmen
10678
  ragout
10679
  ragtag
10680
  ragtop
10681
- raided
10682
  raider
10683
  railed
10684
  railer
@@ -10688,7 +10590,7 @@ raiser
10688
  raises
10689
  raisin
10690
  raitas
10691
- rajahs
10692
  rakees
10693
  rakers
10694
  raking
@@ -10698,7 +10600,7 @@ ralphs
10698
  ramada
10699
  ramate
10700
  rambla
10701
- ramble
10702
  ramees
10703
  ramets
10704
  ramies
@@ -10708,7 +10610,7 @@ rammed
10708
  rammer
10709
  ramona
10710
  ramose
10711
- ramous
10712
  ramped
10713
  ramrod
10714
  ramson
@@ -10718,7 +10620,7 @@ rancho
10718
  rancid
10719
  rancor
10720
  randan
10721
- random
10722
  ranees
10723
  ranged
10724
  ranger
@@ -10728,7 +10630,7 @@ ranked
10728
  ranker
10729
  rankle
10730
  rankly
10731
- ransom
10732
  ranted
10733
  ranter
10734
  ranula
@@ -10740,7 +10642,7 @@ raring
10740
  rarity
10741
  rascal
10742
  rasers
10743
- rasher
10744
  rashes
10745
  rashly
10746
  rasing
@@ -10750,7 +10652,7 @@ rassle
10750
  raster
10751
  rasure
10752
  ratals
10753
- ratans
10754
  ratany
10755
  ratbag
10756
  ratels
@@ -10760,7 +10662,7 @@ ratify
10760
  ratine
10761
  rating
10762
  ration
10763
- ratios
10764
  ratite
10765
  ratlin
10766
  ratoon
@@ -10770,7 +10672,7 @@ ratten
10770
  ratter
10771
  rattle
10772
  rattly
10773
- ratton
10774
  raunch
10775
  ravage
10776
  ravels
@@ -10780,7 +10682,7 @@ ravine
10780
  raving
10781
  ravins
10782
  ravish
10783
- rawest
10784
  rawins
10785
  rawish
10786
  raxing
@@ -10790,7 +10692,7 @@ rayons
10790
  razeed
10791
  razees
10792
  razers
10793
- razing
10794
  razors
10795
  razzed
10796
  razzes
@@ -10800,7 +10702,7 @@ reader
10800
  reagin
10801
  realer
10802
  reales
10803
- realia
10804
  really
10805
  realms
10806
  realty
@@ -10810,7 +10712,7 @@ reaped
10810
  reaper
10811
  reared
10812
  rearer
10813
- rearms
10814
  reason
10815
  reatas
10816
  reaved
@@ -10820,7 +10722,7 @@ reavow
10820
  rebait
10821
  rebars
10822
  rebate
10823
- rebato
10824
  rebbes
10825
  rebeck
10826
  rebecs
@@ -10830,7 +10732,7 @@ rebill
10830
  rebind
10831
  rebody
10832
  reboil
10833
- rebook
10834
  reboot
10835
  rebops
10836
  rebore
@@ -10840,7 +10742,7 @@ rebred
10840
  rebuff
10841
  rebuke
10842
  rebury
10843
- rebuts
10844
  rebuys
10845
  recall
10846
  recane
@@ -10850,7 +10752,7 @@ recast
10850
  recces
10851
  recede
10852
  recent
10853
- recept
10854
  recess
10855
  rechew
10856
  recipe
@@ -10860,8 +10762,7 @@ recked
10860
  reckon
10861
  reclad
10862
  recoal
10863
- recoat
10864
- recock
10865
  recode
10866
  recoil
10867
  recoin
@@ -10870,17 +10771,15 @@ recons
10870
  recook
10871
  recopy
10872
  record
10873
- recork
10874
  recoup
10875
  rectal
10876
  rector
10877
  rectos
10878
- rectum
10879
- rectus
10880
  recurs
10881
  recuse
10882
  recuts
10883
- redact
10884
  redans
10885
  redate
10886
  redbay
@@ -10890,7 +10789,7 @@ redcap
10890
  redded
10891
  redden
10892
  redder
10893
- reddle
10894
  redear
10895
  redeem
10896
  redefy
@@ -10900,7 +10799,7 @@ redfin
10900
  rediae
10901
  redial
10902
  redias
10903
- reding
10904
  redips
10905
  redipt
10906
  redleg
@@ -10910,7 +10809,7 @@ redone
10910
  redons
10911
  redout
10912
  redowa
10913
- redraw
10914
  redrew
10915
  redtop
10916
  redubs
@@ -10920,17 +10819,14 @@ redyes
10920
  reearn
10921
  reecho
10922
  reechy
10923
- reeded
10924
  reedit
10925
  reefed
10926
- reefer
10927
- reeked
10928
- reeker
10929
  reeled
10930
  reeler
10931
  reemit
10932
  reests
10933
- reeved
10934
  reeves
10935
  reface
10936
  refall
@@ -10940,7 +10836,7 @@ refeel
10940
  refell
10941
  refels
10942
  refelt
10943
- refers
10944
  reffed
10945
  refile
10946
  refill
@@ -10950,7 +10846,7 @@ refine
10950
  refire
10951
  refits
10952
  reflag
10953
- reflet
10954
  reflew
10955
  reflex
10956
  reflow
@@ -10960,7 +10856,7 @@ reform
10960
  refuel
10961
  refuge
10962
  refund
10963
- refuse
10964
  refute
10965
  regain
10966
  regale
@@ -10970,7 +10866,7 @@ regear
10970
  regent
10971
  reggae
10972
  regild
10973
- regilt
10974
  regime
10975
  regina
10976
  region
@@ -10980,7 +10876,7 @@ reglet
10980
  reglow
10981
  reglue
10982
  regnal
10983
- regnum
10984
  regret
10985
  regrew
10986
  regrow
@@ -10990,7 +10886,7 @@ rehang
10990
  rehash
10991
  rehear
10992
  reheat
10993
- reheel
10994
  rehems
10995
  rehire
10996
  rehung
@@ -11000,7 +10896,7 @@ reinks
11000
  reived
11001
  reiver
11002
  reives
11003
- reject
11004
  rejigs
11005
  rejoin
11006
  rekeys
@@ -11010,7 +10906,7 @@ relace
11010
  relaid
11011
  reland
11012
  relate
11013
- relays
11014
  relend
11015
  relent
11016
  relets
@@ -11020,7 +10916,7 @@ relict
11020
  relied
11021
  relief
11022
  relier
11023
- relies
11024
  reline
11025
  relink
11026
  relish
@@ -11030,7 +10926,7 @@ reload
11030
  reloan
11031
  relock
11032
  relook
11033
- reluct
11034
  relume
11035
  remade
11036
  remail
@@ -11040,7 +10936,7 @@ remand
11040
  remans
11041
  remaps
11042
  remark
11043
- remate
11044
  remedy
11045
  remeet
11046
  remelt
@@ -11050,7 +10946,7 @@ remint
11050
  remise
11051
  remiss
11052
  remits
11053
- remixt
11054
  remold
11055
  remora
11056
  remote
@@ -11060,7 +10956,7 @@ renail
11060
  rename
11061
  rended
11062
  render
11063
- renege
11064
  renest
11065
  renews
11066
  renigs
@@ -11070,7 +10966,7 @@ rennin
11070
  renown
11071
  rental
11072
  rented
11073
- renter
11074
  rentes
11075
  renvoi
11076
  reoils
@@ -11080,7 +10976,7 @@ repaid
11080
  repair
11081
  repand
11082
  repark
11083
- repass
11084
  repast
11085
  repave
11086
  repays
@@ -11090,7 +10986,7 @@ repegs
11090
  repels
11091
  repent
11092
  reperk
11093
- repine
11094
  repins
11095
  replan
11096
  replay
@@ -11100,7 +10996,7 @@ replow
11100
  repoll
11101
  report
11102
  repose
11103
- repots
11104
  repour
11105
  repped
11106
  repros
@@ -11110,7 +11006,7 @@ repute
11110
  requin
11111
  rerack
11112
  reread
11113
- rerent
11114
  rerigs
11115
  rerise
11116
  reroll
@@ -11120,7 +11016,7 @@ reruns
11120
  resaid
11121
  resail
11122
  resale
11123
- resawn
11124
  resaws
11125
  resays
11126
  rescue
@@ -11130,7 +11026,7 @@ reseau
11130
  resect
11131
  reseda
11132
  reseed
11133
- reseek
11134
  reseen
11135
  resees
11136
  resell
@@ -11140,7 +11036,7 @@ resets
11140
  resewn
11141
  resews
11142
  reshes
11143
- reship
11144
  reshod
11145
  reshoe
11146
  reshot
@@ -11150,7 +11046,7 @@ resids
11150
  resift
11151
  resign
11152
  resile
11153
- resins
11154
  resiny
11155
  resist
11156
  resite
@@ -11160,7 +11056,7 @@ resoak
11160
  resods
11161
  resold
11162
  resole
11163
- resorb
11164
  resort
11165
  resown
11166
  resows
@@ -11170,7 +11066,7 @@ rester
11170
  result
11171
  resume
11172
  retack
11173
- retags
11174
  retail
11175
  retain
11176
  retake
@@ -11179,7 +11075,7 @@ reteam
11179
  retear
11180
  retell
11181
  retems
11182
- retene
11183
  retest
11184
  retial
11185
  retied
@@ -11189,7 +11085,7 @@ retime
11189
  retina
11190
  retine
11191
  retint
11192
- retire
11193
  retold
11194
  retook
11195
  retool
@@ -11199,7 +11095,7 @@ retort
11199
  retral
11200
  retrim
11201
  retros
11202
- retted
11203
  retune
11204
  return
11205
  retuse
@@ -11209,7 +11105,7 @@ reuses
11209
  revamp
11210
  reveal
11211
  revels
11212
- reverb
11213
  revere
11214
  revers
11215
  revert
@@ -11219,7 +11115,7 @@ revets
11219
  review
11220
  revile
11221
  revise
11222
- revive
11223
  revoke
11224
  revolt
11225
  revote
@@ -11229,7 +11125,7 @@ rewake
11229
  reward
11230
  rewarm
11231
  rewash
11232
- rewear
11233
  reweds
11234
  reweld
11235
  rewets
@@ -11239,7 +11135,7 @@ rewire
11239
  rewoke
11240
  reword
11241
  rewore
11242
- rework
11243
  reworn
11244
  rewove
11245
  rewrap
@@ -11249,7 +11145,7 @@ rezone
11249
  rhaphe
11250
  rhebok
11251
  rhemes
11252
- rhesus
11253
  rhetor
11254
  rheums
11255
  rheumy
@@ -11259,7 +11155,7 @@ rhodic
11259
  rhombi
11260
  rhombs
11261
  rhotic
11262
- rhumba
11263
  rhumbs
11264
  rhuses
11265
  rhymed
@@ -11269,7 +11165,7 @@ rhythm
11269
  rhyton
11270
  rialto
11271
  riatas
11272
- ribald
11273
  riband
11274
  ribbed
11275
  ribber
@@ -11279,7 +11175,7 @@ riblet
11279
  ribose
11280
  ricers
11281
  richen
11282
- richer
11283
  riches
11284
  richly
11285
  ricing
@@ -11289,7 +11185,7 @@ rickey
11289
  ricrac
11290
  rictal
11291
  rictus
11292
- ridded
11293
  ridden
11294
  ridder
11295
  riddle
@@ -11299,7 +11195,7 @@ ridged
11299
  ridgel
11300
  ridges
11301
  ridgil
11302
- riding
11303
  ridley
11304
  riever
11305
  rifely
@@ -11309,7 +11205,7 @@ riffle
11309
  rifled
11310
  rifler
11311
  rifles
11312
- riflip
11313
  rifted
11314
  rigged
11315
  rigger
@@ -11319,17 +11215,14 @@ righty
11319
  rigors
11320
  rigour
11321
  riling
11322
- rilled
11323
  rilles
11324
  rillet
11325
  rimers
11326
  rimier
11327
- riming
11328
- rimmed
11329
- rimmer
11330
  rimose
11331
  rimous
11332
- rimple
11333
  rinded
11334
  ringed
11335
  ringer
@@ -11339,7 +11232,7 @@ rinses
11339
  riojas
11340
  rioted
11341
  rioter
11342
- ripely
11343
  ripens
11344
  ripest
11345
  riping
@@ -11349,7 +11242,7 @@ ripped
11349
  ripper
11350
  ripple
11351
  ripply
11352
- riprap
11353
  ripsaw
11354
  risers
11355
  rishis
@@ -11359,7 +11252,7 @@ risker
11359
  risque
11360
  ristra
11361
  ritard
11362
- ritter
11363
  ritual
11364
  ritzes
11365
  rivage
@@ -11369,7 +11262,7 @@ rivets
11369
  riving
11370
  riyals
11371
  roadeo
11372
- roadie
11373
  roamed
11374
  roamer
11375
  roared
@@ -11379,7 +11272,7 @@ robalo
11379
  roband
11380
  robbed
11381
  robber
11382
- robbin
11383
  robing
11384
  robins
11385
  robles
@@ -11389,7 +11282,7 @@ rochet
11389
  rocked
11390
  rocker
11391
  rocket
11392
- rococo
11393
  rodded
11394
  rodent
11395
  rodeos
@@ -11399,7 +11292,7 @@ rogers
11399
  rogued
11400
  rogues
11401
  roiled
11402
- rolfed
11403
  rolfer
11404
  rolled
11405
  roller
@@ -11407,9 +11300,7 @@ romaji
11407
  romano
11408
  romans
11409
  romeos
11410
- romped
11411
- romper
11412
- rondel
11413
  rondos
11414
  ronion
11415
  ronnel
@@ -11419,7 +11310,7 @@ roofer
11419
  roofie
11420
  rooked
11421
  rookie
11422
- roomed
11423
  roomer
11424
  roomie
11425
  roosed
@@ -11429,7 +11320,7 @@ roosts
11429
  rooted
11430
  rooter
11431
  rootle
11432
- ropers
11433
  ropery
11434
  ropier
11435
  ropily
@@ -11439,7 +11330,7 @@ roquet
11439
  rosary
11440
  roscoe
11441
  rosery
11442
- rosets
11443
  roshis
11444
  rosier
11445
  rosily
@@ -11449,17 +11340,13 @@ rosiny
11449
  roster
11450
  rostra
11451
  rotary
11452
- rotate
11453
  rotche
11454
  rotgut
11455
  rotors
11456
- rotted
11457
- rotten
11458
- rotter
11459
- rottes
11460
  rotund
11461
  rouble
11462
- rouche
11463
  rouens
11464
  rouged
11465
  rouges
@@ -11469,7 +11356,7 @@ rounds
11469
  rouped
11470
  roupet
11471
  roused
11472
- rouser
11473
  rouses
11474
  rousts
11475
  routed
@@ -11479,7 +11366,7 @@ rouths
11479
  rovers
11480
  roving
11481
  rowans
11482
- rowels
11483
  rowens
11484
  rowers
11485
  rowing
@@ -11489,7 +11376,7 @@ rozzer
11489
  ruanas
11490
  rubace
11491
  rubati
11492
- rubato
11493
  rubbed
11494
  rubber
11495
  rubble
@@ -11499,7 +11386,7 @@ rubied
11499
  rubier
11500
  rubies
11501
  rubigo
11502
- rubles
11503
  ruboff
11504
  rubout
11505
  rubric
@@ -11509,7 +11396,7 @@ rucked
11509
  ruckle
11510
  ruckus
11511
  rudder
11512
- ruddle
11513
  rudely
11514
  rudery
11515
  rudest
@@ -11519,7 +11406,7 @@ ruffes
11519
  ruffle
11520
  ruffly
11521
  rufous
11522
- rugate
11523
  rugged
11524
  rugger
11525
  rugola
@@ -11529,7 +11416,7 @@ rugous
11529
  ruined
11530
  ruiner
11531
  rulers
11532
- rulier
11533
  ruling
11534
  rumaki
11535
  rumbas
@@ -11539,7 +11426,7 @@ rumens
11539
  rumina
11540
  rummer
11541
  rumors
11542
- rumour
11543
  rumple
11544
  rumply
11545
  rumpus
@@ -11549,7 +11436,7 @@ runlet
11549
  runnel
11550
  runner
11551
  runoff
11552
- runout
11553
  runway
11554
  rupees
11555
  rupiah
@@ -11559,7 +11446,7 @@ rushee
11559
  rusher
11560
  rushes
11561
  rusine
11562
- russet
11563
  rusted
11564
  rustic
11565
  rustle
@@ -11569,7 +11456,7 @@ rutted
11569
  ryking
11570
  ryokan
11571
  sabals
11572
- sabbat
11573
  sabbed
11574
  sabers
11575
  sabine
@@ -11579,7 +11466,7 @@ sables
11579
  sabots
11580
  sabras
11581
  sabred
11582
- sabres
11583
  sacbut
11584
  sachem
11585
  sachet
@@ -11589,17 +11476,15 @@ sacque
11589
  sacral
11590
  sacred
11591
  sacrum
11592
- sadden
11593
  sadder
11594
  saddhu
11595
  saddle
11596
  sadhes
11597
  sadhus
11598
- sadism
11599
- sadist
11600
  safari
11601
  safely
11602
- safest
11603
  safety
11604
  safrol
11605
  sagbut
@@ -11609,7 +11494,7 @@ saggar
11609
  sagged
11610
  sagger
11611
  sagier
11612
- sahibs
11613
  saices
11614
  saigas
11615
  sailed
@@ -11619,7 +11504,7 @@ saimin
11619
  sained
11620
  saints
11621
  saithe
11622
- saiyid
11623
  sajous
11624
  sakers
11625
  salaam
@@ -11629,7 +11514,7 @@ salami
11629
  salary
11630
  saleps
11631
  salify
11632
- salina
11633
  saline
11634
  saliva
11635
  sallet
@@ -11639,7 +11524,7 @@ salmon
11639
  salols
11640
  salons
11641
  saloon
11642
- saloop
11643
  salpae
11644
  salpas
11645
  salpid
@@ -11649,7 +11534,7 @@ salter
11649
  saltie
11650
  saluki
11651
  salute
11652
- salved
11653
  salver
11654
  salves
11655
  salvia
@@ -11659,7 +11544,7 @@ samara
11659
  sambal
11660
  sambar
11661
  sambas
11662
- sambos
11663
  sambur
11664
  samech
11665
  samekh
@@ -11669,7 +11554,7 @@ samite
11669
  samlet
11670
  samosa
11671
  sampan
11672
- sample
11673
  samshu
11674
  sancta
11675
  sandal
@@ -11679,7 +11564,7 @@ sandhi
11679
  sanely
11680
  sanest
11681
  sangar
11682
- sangas
11683
  sanger
11684
  sanghs
11685
  sanies
@@ -11689,7 +11574,7 @@ sanjak
11689
  sannop
11690
  sannup
11691
  sansar
11692
- sansei
11693
  santir
11694
  santol
11695
  santos
@@ -11699,7 +11584,7 @@ sapota
11699
  sapote
11700
  sapour
11701
  sapped
11702
- sapper
11703
  sarans
11704
  sarape
11705
  sardar
@@ -11709,7 +11594,7 @@ sargos
11709
  sarins
11710
  sarode
11711
  sarods
11712
- sarong
11713
  sarsar
11714
  sarsen
11715
  sartor
@@ -11719,7 +11604,7 @@ sashes
11719
  sasins
11720
  sassed
11721
  sasses
11722
- satang
11723
  satara
11724
  satays
11725
  sateen
@@ -11729,7 +11614,7 @@ satiny
11729
  satire
11730
  satori
11731
  satrap
11732
- satyrs
11733
  sauced
11734
  saucer
11735
  sauces
@@ -11739,7 +11624,7 @@ saughs
11739
  saughy
11740
  saults
11741
  saunas
11742
- saurel
11743
  sauted
11744
  sautes
11745
  savage
@@ -11749,7 +11634,7 @@ savers
11749
  savine
11750
  saving
11751
  savins
11752
- savior
11753
  savors
11754
  savory
11755
  savour
@@ -11759,7 +11644,7 @@ sawfly
11759
  sawing
11760
  sawlog
11761
  sawney
11762
- sawyer
11763
  saxony
11764
  sayeds
11765
  sayers
@@ -11769,7 +11654,7 @@ saying
11769
  sayyid
11770
  scabby
11771
  scalar
11772
- scalds
11773
  scaled
11774
  scaler
11775
  scales
@@ -11779,7 +11664,7 @@ scampi
11779
  scamps
11780
  scants
11781
  scanty
11782
- scaped
11783
  scapes
11784
  scarab
11785
  scarce
@@ -11789,7 +11674,7 @@ scares
11789
  scarey
11790
  scarfs
11791
  scarph
11792
- scarps
11793
  scarry
11794
  scarts
11795
  scathe
@@ -11799,7 +11684,7 @@ scaups
11799
  scaurs
11800
  scenas
11801
  scends
11802
- scenes
11803
  scenic
11804
  scents
11805
  schavs
@@ -11807,9 +11692,7 @@ schema
11807
  scheme
11808
  schism
11809
  schist
11810
- schizo
11811
- schizy
11812
- schlep
11813
  schlub
11814
  schmoe
11815
  schmos
@@ -11819,7 +11702,7 @@ schorl
11819
  schrik
11820
  schrod
11821
  schtik
11822
- schuit
11823
  schuln
11824
  schuls
11825
  schuss
@@ -11829,7 +11712,7 @@ scions
11829
  sclaff
11830
  sclera
11831
  scoffs
11832
- scolds
11833
  scolex
11834
  sconce
11835
  scones
@@ -11839,7 +11722,7 @@ scoots
11839
  scoped
11840
  scopes
11841
  scorch
11842
- scored
11843
  scorer
11844
  scores
11845
  scoria
@@ -11849,7 +11732,7 @@ scoter
11849
  scotia
11850
  scours
11851
  scouse
11852
- scouth
11853
  scouts
11854
  scowed
11855
  scowls
@@ -11859,7 +11742,7 @@ scrape
11859
  scraps
11860
  scrawl
11861
  screak
11862
- scream
11863
  screed
11864
  screen
11865
  screes
@@ -11869,7 +11752,7 @@ scribe
11869
  scried
11870
  scries
11871
  scrimp
11872
- scrims
11873
  scrips
11874
  script
11875
  scrive
@@ -11879,7 +11762,7 @@ scroop
11879
  scrota
11880
  scrubs
11881
  scruff
11882
- scrums
11883
  scubas
11884
  scuffs
11885
  sculch
@@ -11887,29 +11770,26 @@ sculks
11887
  sculls
11888
  sculps
11889
  sculpt
11890
- scummy
11891
  scurfs
11892
- scurfy
11893
  scurry
11894
  scurvy
11895
  scutch
11896
  scutes
11897
  scutum
11898
- scuzzy
11899
  scyphi
11900
  scythe
11901
  seabag
11902
- seabed
11903
  seadog
11904
  sealed
11905
  sealer
11906
  seaman
11907
  seamed
11908
- seamen
11909
  seamer
11910
  seance
11911
  search
11912
- seared
11913
  searer
11914
  season
11915
  seated
@@ -11919,7 +11799,7 @@ seaway
11919
  sebums
11920
  secant
11921
  seccos
11922
- secede
11923
  secern
11924
  second
11925
  secpar
@@ -11929,7 +11809,7 @@ secund
11929
  secure
11930
  sedans
11931
  sedate
11932
- seders
11933
  sedges
11934
  sedile
11935
  seduce
@@ -11939,7 +11819,7 @@ seeder
11939
  seeing
11940
  seeker
11941
  seeled
11942
- seemed
11943
  seemer
11944
  seemly
11945
  seeped
@@ -11949,7 +11829,7 @@ seggar
11949
  segnos
11950
  segued
11951
  segues
11952
- seiche
11953
  seidel
11954
  seined
11955
  seiner
@@ -11959,7 +11839,7 @@ seiser
11959
  seises
11960
  seisin
11961
  seisms
11962
- seisor
11963
  seitan
11964
  seized
11965
  seizer
@@ -11969,7 +11849,7 @@ seizor
11969
  sejant
11970
  selahs
11971
  seldom
11972
- select
11973
  selfed
11974
  selkie
11975
  seller
@@ -11977,7 +11857,7 @@ selles
11977
  selsyn
11978
  selvas
11979
  selves
11980
- sememe
11981
  semple
11982
  sempre
11983
  senary
@@ -11987,7 +11867,7 @@ sended
11987
  sender
11988
  sendup
11989
  seneca
11990
- senega
11991
  senhor
11992
  senile
11993
  senior
@@ -11997,7 +11877,7 @@ sennet
11997
  sennit
11998
  senora
11999
  senors
12000
- senryu
12001
  sensed
12002
  sensei
12003
  senses
@@ -12007,7 +11887,7 @@ sentry
12007
  sepals
12008
  sepias
12009
  sepoys
12010
- sepses
12011
  sepsis
12012
  septal
12013
  septet
@@ -12017,7 +11897,7 @@ sequel
12017
  sequin
12018
  seracs
12019
  serail
12020
- serais
12021
  serape
12022
  seraph
12023
  serdab
@@ -12027,7 +11907,7 @@ serest
12027
  serged
12028
  serger
12029
  serges
12030
- serial
12031
  series
12032
  serifs
12033
  serine
@@ -12037,7 +11917,7 @@ sermon
12037
  serosa
12038
  serous
12039
  serows
12040
- serums
12041
  serval
12042
  served
12043
  server
@@ -12047,7 +11927,7 @@ sesame
12047
  sestet
12048
  setoff
12049
  setons
12050
- setose
12051
  setous
12052
  setout
12053
  settee
@@ -12057,7 +11937,7 @@ setups
12057
  sevens
12058
  severe
12059
  severs
12060
- sewage
12061
  sewans
12062
  sewars
12063
  sewers
@@ -12066,7 +11946,7 @@ shabby
12066
  shacko
12067
  shacks
12068
  shaded
12069
- shader
12070
  shades
12071
  shadow
12072
  shaduf
@@ -12076,7 +11956,7 @@ shaird
12076
  shairn
12077
  shaken
12078
  shaker
12079
- shakes
12080
  shakos
12081
  shaled
12082
  shales
@@ -12086,7 +11966,7 @@ shaman
12086
  shamas
12087
  shamed
12088
  shames
12089
- shammy
12090
  shamos
12091
  shamoy
12092
  shamus
@@ -12096,7 +11976,7 @@ shanny
12096
  shanti
12097
  shanty
12098
  shaped
12099
- shapen
12100
  shaper
12101
  shapes
12102
  shards
@@ -12106,7 +11986,7 @@ shares
12106
  sharia
12107
  sharif
12108
  sharks
12109
- sharns
12110
  sharny
12111
  sharps
12112
  sharpy
@@ -12116,7 +11996,7 @@ shaved
12116
  shaven
12117
  shaver
12118
  shaves
12119
- shavie
12120
  shawed
12121
  shawls
12122
  shawms
@@ -12126,7 +12006,7 @@ sheals
12126
  shears
12127
  sheath
12128
  sheave
12129
- sheens
12130
  sheeny
12131
  sheers
12132
  sheesh
@@ -12136,7 +12016,7 @@ sheikh
12136
  sheiks
12137
  sheila
12138
  shekel
12139
- shells
12140
  shelly
12141
  shelta
12142
  shelty
@@ -12146,7 +12026,7 @@ shends
12146
  sheols
12147
  sheqel
12148
  sherds
12149
- sherif
12150
  sherpa
12151
  sherry
12152
  sheuch
@@ -12156,7 +12036,7 @@ shewer
12156
  shibah
12157
  shield
12158
  shiels
12159
- shiers
12160
  shiest
12161
  shifts
12162
  shifty
@@ -12166,7 +12046,7 @@ shikse
12166
  shills
12167
  shimmy
12168
  shindy
12169
- shined
12170
  shiner
12171
  shines
12172
  shinny
@@ -12175,7 +12055,7 @@ shirks
12175
  shirrs
12176
  shirts
12177
  shirty
12178
- shists
12179
  shivah
12180
  shivas
12181
  shiver
@@ -12185,7 +12065,7 @@ shleps
12185
  shlock
12186
  shlubs
12187
  shlump
12188
- shmear
12189
  shmoes
12190
  shmuck
12191
  shnaps
@@ -12195,7 +12075,7 @@ shoaly
12195
  shoats
12196
  shocks
12197
  shoddy
12198
- shoers
12199
  shofar
12200
  shogis
12201
  shogun
@@ -12205,7 +12085,7 @@ shooed
12205
  shooks
12206
  shools
12207
  shoots
12208
- shoppe
12209
  shoran
12210
  shored
12211
  shores
@@ -12215,7 +12095,7 @@ shorty
12215
  shotes
12216
  shotts
12217
  should
12218
- shouts
12219
  shoved
12220
  shovel
12221
  shover
@@ -12225,7 +12105,7 @@ shower
12225
  shoyus
12226
  shrank
12227
  shreds
12228
- shrewd
12229
  shrews
12230
  shriek
12231
  shrift
@@ -12235,7 +12115,7 @@ shrimp
12235
  shrine
12236
  shrink
12237
  shrive
12238
- shroff
12239
  shroud
12240
  shrove
12241
  shrubs
@@ -12245,7 +12125,7 @@ shtetl
12245
  shtick
12246
  shtiks
12247
  shucks
12248
- shunts
12249
  shuted
12250
  shutes
12251
  shyers
@@ -12255,7 +12135,7 @@ sialic
12255
  sialid
12256
  sibyls
12257
  siccan
12258
- sicced
12259
  sicked
12260
  sickee
12261
  sicken
@@ -12265,7 +12145,7 @@ sickle
12265
  sickly
12266
  sickos
12267
  siddur
12268
- siding
12269
  sidled
12270
  sidler
12271
  sidles
@@ -12275,7 +12155,7 @@ sienna
12275
  sierra
12276
  siesta
12277
  sieurs
12278
- sieved
12279
  sieves
12280
  sifaka
12281
  sifted
@@ -12285,7 +12165,7 @@ sigher
12285
  sights
12286
  sigils
12287
  sigloi
12288
- siglos
12289
  siglum
12290
  sigmas
12291
  signal
@@ -12295,7 +12175,7 @@ signer
12295
  signet
12296
  signor
12297
  silage
12298
- silane
12299
  sileni
12300
  silent
12301
  silica
@@ -12305,7 +12185,7 @@ silkie
12305
  siller
12306
  siloed
12307
  silted
12308
- silvae
12309
  silvan
12310
  silvas
12311
  silver
@@ -12315,7 +12195,7 @@ simian
12315
  simile
12316
  simlin
12317
  simmer
12318
- simnel
12319
  simony
12320
  simoom
12321
  simoon
@@ -12325,7 +12205,7 @@ simply
12325
  sinews
12326
  sinewy
12327
  sinful
12328
- singed
12329
  singer
12330
  singes
12331
  single
@@ -12335,7 +12215,7 @@ sinned
12335
  sinner
12336
  sinter
12337
  siphon
12338
- siping
12339
  sipped
12340
  sipper
12341
  sippet
@@ -12345,7 +12225,7 @@ sirens
12345
  siring
12346
  sirrah
12347
  sirras
12348
- sirree
12349
  sirups
12350
  sirupy
12351
  sisals
@@ -12355,7 +12235,7 @@ sister
12355
  sistra
12356
  sitars
12357
  sitcom
12358
- siting
12359
  sitten
12360
  sitter
12361
  situps
@@ -12365,7 +12245,7 @@ sixtes
12365
  sixths
12366
  sizars
12367
  sizers
12368
- sizier
12369
  sizing
12370
  sizzle
12371
  skalds
@@ -12373,7 +12253,7 @@ skated
12373
  skater
12374
  skates
12375
  skatol
12376
- skeane
12377
  skeans
12378
  skeens
12379
  skeets
@@ -12383,7 +12263,7 @@ skells
12383
  skelms
12384
  skelps
12385
  skenes
12386
- skerry
12387
  sketch
12388
  skewed
12389
  skewer
@@ -12393,7 +12273,7 @@ skidoo
12393
  skiers
12394
  skiffs
12395
  skiing
12396
- skills
12397
  skimos
12398
  skimps
12399
  skimpy
@@ -12403,7 +12283,7 @@ skirls
12403
  skirrs
12404
  skirts
12405
  skited
12406
- skites
12407
  skived
12408
  skiver
12409
  skives
@@ -12413,7 +12293,7 @@ skoals
12413
  skorts
12414
  skulks
12415
  skulls
12416
- skunks
12417
  skunky
12418
  skybox
12419
  skycap
@@ -12423,7 +12303,7 @@ skyman
12423
  skymen
12424
  skyway
12425
  slacks
12426
- slaggy
12427
  slaked
12428
  slaker
12429
  slakes
@@ -12433,7 +12313,7 @@ slangy
12433
  slants
12434
  slanty
12435
  slatch
12436
- slated
12437
  slater
12438
  slates
12439
  slatey
@@ -12443,7 +12323,7 @@ slaves
12443
  slavey
12444
  slayed
12445
  slayer
12446
- sleave
12447
  sleaze
12448
  sleazo
12449
  sleazy
@@ -12453,7 +12333,7 @@ sleeky
12453
  sleeps
12454
  sleepy
12455
  sleets
12456
- sleety
12457
  sleeve
12458
  sleigh
12459
  sleuth
@@ -12463,7 +12343,7 @@ slicer
12463
  slices
12464
  slicks
12465
  slider
12466
- slides
12467
  sliest
12468
  slieve
12469
  slight
@@ -12473,7 +12353,7 @@ slimly
12473
  slimsy
12474
  slings
12475
  slinks
12476
- slinky
12477
  sliped
12478
  slipes
12479
  slippy
@@ -12483,7 +12363,7 @@ sliver
12483
  slobby
12484
  slogan
12485
  sloids
12486
- slojds
12487
  sloops
12488
  sloped
12489
  sloper
@@ -12493,7 +12373,7 @@ sloshy
12493
  sloths
12494
  slouch
12495
  slough
12496
- sloven
12497
  slowed
12498
  slower
12499
  slowly
@@ -12503,7 +12383,7 @@ sludgy
12503
  sluffs
12504
  sluice
12505
  sluicy
12506
- sluing
12507
  slummy
12508
  slumps
12509
  slurbs
@@ -12512,7 +12392,7 @@ slurry
12512
  slushy
12513
  slyest
12514
  slypes
12515
- smacks
12516
  smalls
12517
  smalti
12518
  smalto
@@ -12522,7 +12402,7 @@ smarmy
12522
  smarts
12523
  smarty
12524
  smazes
12525
- smears
12526
  smeary
12527
  smeeks
12528
  smegma
@@ -12532,7 +12412,7 @@ smelts
12532
  smerks
12533
  smidge
12534
  smilax
12535
- smiled
12536
  smiler
12537
  smiles
12538
  smiley
@@ -12542,7 +12422,7 @@ smirky
12542
  smiter
12543
  smites
12544
  smiths
12545
- smithy
12546
  smocks
12547
  smoggy
12548
  smoked
@@ -12552,17 +12432,16 @@ smokey
12552
  smolts
12553
  smooch
12554
  smoosh
12555
- smooth
12556
  smudge
12557
  smudgy
12558
  smugly
12559
  smutch
12560
- smutty
12561
  snacks
12562
  snafus
12563
  snaggy
12564
  snails
12565
- snaked
12566
  snakes
12567
  snakey
12568
  snappy
@@ -12572,7 +12451,7 @@ snares
12572
  snarfs
12573
  snarks
12574
  snarky
12575
- snarls
12576
  snarly
12577
  snatch
12578
  snathe
@@ -12582,7 +12461,7 @@ snazzy
12582
  sneaks
12583
  sneaky
12584
  sneaps
12585
- snecks
12586
  sneers
12587
  sneery
12588
  sneesh
@@ -12592,7 +12471,7 @@ snells
12592
  snicks
12593
  snider
12594
  sniffs
12595
- sniffy
12596
  sniped
12597
  sniper
12598
  snipes
@@ -12602,7 +12481,7 @@ snivel
12602
  snobby
12603
  snoods
12604
  snooks
12605
- snools
12606
  snoops
12607
  snoopy
12608
  snoots
@@ -12612,7 +12491,7 @@ snoozy
12612
  snored
12613
  snorer
12614
  snores
12615
- snorts
12616
  snotty
12617
  snouts
12618
  snouty
@@ -12622,7 +12501,7 @@ snuffs
12622
  snuffy
12623
  snugly
12624
  soaked
12625
- soaker
12626
  soaped
12627
  soaper
12628
  soared
@@ -12632,7 +12511,7 @@ sobbed
12632
  sobber
12633
  sobeit
12634
  sobers
12635
- sobful
12636
  socage
12637
  soccer
12638
  social
@@ -12642,7 +12521,7 @@ socles
12642
  socman
12643
  socmen
12644
  sodded
12645
- sodden
12646
  sodium
12647
  soever
12648
  sofars
@@ -12650,7 +12529,7 @@ soffit
12650
  softas
12651
  soften
12652
  softer
12653
- softie
12654
  softly
12655
  sogged
12656
  soigne
@@ -12660,7 +12539,7 @@ sokols
12660
  solace
12661
  soland
12662
  solano
12663
- solans
12664
  solate
12665
  soldan
12666
  solder
@@ -12670,7 +12549,7 @@ soleus
12670
  solgel
12671
  solidi
12672
  solids
12673
- soling
12674
  solion
12675
  soloed
12676
  solons
@@ -12680,7 +12559,7 @@ solved
12680
  solver
12681
  solves
12682
  somans
12683
- somata
12684
  somber
12685
  sombre
12686
  somite
@@ -12690,7 +12569,7 @@ sonars
12690
  sonata
12691
  sonder
12692
  sondes
12693
- sonics
12694
  sonnet
12695
  sonsie
12696
  sooner
@@ -12700,7 +12579,7 @@ sooths
12700
  sopite
12701
  sopors
12702
  sopped
12703
- sorbed
12704
  sorbet
12705
  sorbic
12706
  sordid
@@ -12710,7 +12589,7 @@ sorely
12710
  sorest
12711
  sorgho
12712
  sorgos
12713
- soring
12714
  sorned
12715
  sorner
12716
  sorrel
@@ -12720,7 +12599,7 @@ sorter
12720
  sortie
12721
  sotols
12722
  sotted
12723
- souari
12724
  soucar
12725
  soudan
12726
  soughs
@@ -12730,7 +12609,7 @@ sounds
12730
  souped
12731
  source
12732
  soured
12733
- sourer
12734
  sourly
12735
  soused
12736
  souses
@@ -12740,7 +12619,7 @@ soviet
12740
  sovran
12741
  sowans
12742
  sowars
12743
- sowcar
12744
  sowens
12745
  sowers
12746
  sowing
@@ -12750,7 +12629,7 @@ spaced
12750
  spacer
12751
  spaces
12752
  spacey
12753
- spaded
12754
  spader
12755
  spades
12756
  spadix
@@ -12760,7 +12639,7 @@ spails
12760
  spaits
12761
  spales
12762
  spalls
12763
- spanks
12764
  spared
12765
  sparer
12766
  spares
@@ -12770,7 +12649,7 @@ sparks
12770
  sparky
12771
  sparry
12772
  sparse
12773
- spasms
12774
  spates
12775
  spathe
12776
  spavie
@@ -12780,7 +12659,7 @@ spayed
12780
  speaks
12781
  speans
12782
  spears
12783
- specie
12784
  specks
12785
  speech
12786
  speedo
@@ -12790,7 +12669,7 @@ speels
12790
  speers
12791
  speils
12792
  speirs
12793
- speise
12794
  speiss
12795
  spells
12796
  spelts
@@ -12799,7 +12678,7 @@ spence
12799
  spends
12800
  spendy
12801
  spense
12802
- spewed
12803
  spewer
12804
  sphene
12805
  sphere
@@ -12809,7 +12688,7 @@ sphynx
12809
  spicae
12810
  spicas
12811
  spiced
12812
- spicer
12813
  spices
12814
  spicey
12815
  spicks
@@ -12819,7 +12698,7 @@ spiers
12819
  spiffs
12820
  spiffy
12821
  spigot
12822
- spiked
12823
  spiker
12824
  spikes
12825
  spikey
@@ -12829,7 +12708,7 @@ spills
12829
  spilth
12830
  spinal
12831
  spined
12832
- spinel
12833
  spines
12834
  spinet
12835
  spinny
@@ -12839,7 +12718,7 @@ spiral
12839
  spirea
12840
  spired
12841
  spirem
12842
- spires
12843
  spirit
12844
  spirts
12845
  spital
@@ -12849,17 +12728,16 @@ spivvy
12849
  splake
12850
  splash
12851
  splats
12852
- splays
12853
  spleen
12854
  splent
12855
  splice
12856
- spliff
12857
  spline
12858
  splint
12859
  splits
12860
  splore
12861
  splosh
12862
- spodes
12863
  spoils
12864
  spoilt
12865
  spoked
@@ -12869,7 +12747,7 @@ sponge
12869
  spongy
12870
  spoofs
12871
  spoofy
12872
- spooks
12873
  spooky
12874
  spools
12875
  spoons
@@ -12879,7 +12757,7 @@ sporal
12879
  spored
12880
  spores
12881
  sports
12882
- sporty
12883
  spotty
12884
  spouse
12885
  spouts
@@ -12889,7 +12767,7 @@ sprang
12889
  sprats
12890
  sprawl
12891
  sprays
12892
- spread
12893
  sprees
12894
  sprent
12895
  sprier
@@ -12899,7 +12777,7 @@ sprint
12899
  sprite
12900
  sprits
12901
  spritz
12902
- sprout
12903
  spruce
12904
  sprucy
12905
  sprues
@@ -12909,15 +12787,12 @@ spryer
12909
  spryly
12910
  spuing
12911
  spumed
12912
- spumes
12913
- spunks
12914
- spunky
12915
- spurge
12916
  spurns
12917
  spurry
12918
  spying
12919
  squabs
12920
- squads
12921
  squall
12922
  squama
12923
  square
@@ -12927,7 +12802,7 @@ squats
12927
  squawk
12928
  squaws
12929
  squeak
12930
- squeal
12931
  squegs
12932
  squibs
12933
  squids
@@ -12937,7 +12812,7 @@ squire
12937
  squirm
12938
  squirt
12939
  squish
12940
- squush
12941
  sradha
12942
  stable
12943
  stably
@@ -12947,7 +12822,7 @@ stades
12947
  stadia
12948
  staffs
12949
  staged
12950
- stager
12951
  stages
12952
  stagey
12953
  staggy
@@ -12957,7 +12832,7 @@ stairs
12957
  staked
12958
  stakes
12959
  stalag
12960
- staled
12961
  staler
12962
  stales
12963
  stalks
@@ -12967,7 +12842,7 @@ stamen
12967
  stamps
12968
  stance
12969
  stanch
12970
- stands
12971
  staned
12972
  stanes
12973
  stangs
@@ -12977,7 +12852,7 @@ stanza
12977
  stapes
12978
  staphs
12979
  staple
12980
- starch
12981
  stared
12982
  starer
12983
  stares
@@ -12987,7 +12862,7 @@ starve
12987
  stases
12988
  stasis
12989
  statal
12990
- stated
12991
  stater
12992
  states
12993
  static
@@ -12997,7 +12872,7 @@ statue
12997
  status
12998
  staved
12999
  staves
13000
- stayed
13001
  stayer
13002
  steads
13003
  steady
@@ -13007,7 +12882,7 @@ steams
13007
  steamy
13008
  steeds
13009
  steeks
13010
- steels
13011
  steely
13012
  steeps
13013
  steers
@@ -13017,7 +12892,7 @@ stelae
13017
  stelai
13018
  stelar
13019
  steles
13020
- stelic
13021
  stella
13022
  stemma
13023
  stemmy
@@ -13027,7 +12902,7 @@ stents
13027
  steppe
13028
  stereo
13029
  steres
13030
- steric
13031
  sterna
13032
  sterns
13033
  sterol
@@ -13037,7 +12912,7 @@ sticks
13037
  sticky
13038
  stiffs
13039
  stifle
13040
- stigma
13041
  stiles
13042
  stills
13043
  stilly
@@ -13045,10 +12920,6 @@ stilts
13045
  stimes
13046
  stingo
13047
  stings
13048
- stingy
13049
- stinko
13050
- stinks
13051
- stinky
13052
  stints
13053
  stiped
13054
  stipel
@@ -13057,7 +12928,7 @@ stirks
13057
  stirps
13058
  stitch
13059
  stithy
13060
- stiver
13061
  stoats
13062
  stocks
13063
  stocky
@@ -13067,7 +12938,7 @@ stogey
13067
  stogie
13068
  stoics
13069
  stoked
13070
- stoker
13071
  stokes
13072
  stoled
13073
  stolen
@@ -13077,17 +12948,16 @@ stolon
13077
  stomal
13078
  stomas
13079
  stomps
13080
- stoned
13081
  stoner
13082
  stones
13083
  stoney
13084
  stooge
13085
  stooks
13086
- stools
13087
  stoops
13088
  stoped
13089
  stoper
13090
- stopes
13091
  storax
13092
  stored
13093
  storer
@@ -13097,7 +12967,7 @@ storks
13097
  storms
13098
  stormy
13099
  stotin
13100
- stotts
13101
  stound
13102
  stoups
13103
  stoure
@@ -13107,7 +12977,7 @@ stouts
13107
  stover
13108
  stoves
13109
  stowed
13110
- stowps
13111
  strafe
13112
  strain
13113
  strait
@@ -13117,7 +12987,7 @@ strang
13117
  straps
13118
  strass
13119
  strata
13120
- strath
13121
  strati
13122
  straws
13123
  strawy
@@ -13127,7 +12997,7 @@ stream
13127
  streek
13128
  streel
13129
  street
13130
- streps
13131
  stress
13132
  strewn
13133
  strews
@@ -13137,7 +13007,7 @@ strict
13137
  stride
13138
  strife
13139
  strike
13140
- string
13141
  stripe
13142
  strips
13143
  stript
@@ -13147,7 +13017,7 @@ strobe
13147
  strode
13148
  stroke
13149
  stroll
13150
- stroma
13151
  strong
13152
  strook
13153
  strops
@@ -13157,7 +13027,7 @@ strown
13157
  strows
13158
  stroys
13159
  struck
13160
- struma
13161
  strums
13162
  strung
13163
  strunt
@@ -13167,7 +13037,7 @@ stucco
13167
  studio
13168
  studly
13169
  stuffs
13170
- stuffy
13171
  stulls
13172
  stumps
13173
  stumpy
@@ -13176,7 +13046,7 @@ stupas
13176
  stupes
13177
  stupor
13178
  sturdy
13179
- sturts
13180
  stying
13181
  stylar
13182
  styled
@@ -13186,7 +13056,7 @@ stylet
13186
  stylus
13187
  stymie
13188
  styrax
13189
- suable
13190
  suably
13191
  suaver
13192
  subahs
@@ -13196,7 +13066,7 @@ subdue
13196
  subers
13197
  subfix
13198
  subgum
13199
- subito
13200
  sublet
13201
  sublot
13202
  submit
@@ -13206,14 +13076,14 @@ subpar
13206
  subsea
13207
  subset
13208
  subtle
13209
- subtly
13210
  suburb
13211
  subway
13212
  succah
13213
  succor
13214
  sucres
13215
  sudary
13216
- sudden
13217
  sudors
13218
  sudsed
13219
  sudser
@@ -13223,7 +13093,7 @@ suedes
13223
  suffer
13224
  suffix
13225
  sugars
13226
- sugary
13227
  sughed
13228
  suints
13229
  suited
@@ -13233,7 +13103,7 @@ suitor
13233
  sukkah
13234
  sukkot
13235
  sulcal
13236
- sulcus
13237
  suldan
13238
  sulfas
13239
  sulfid
@@ -13243,7 +13113,7 @@ sulker
13243
  sullen
13244
  sulpha
13245
  sultan
13246
- sultry
13247
  sumach
13248
  sumacs
13249
  summae
@@ -13253,7 +13123,7 @@ summer
13253
  summit
13254
  summon
13255
  sunbow
13256
- sundae
13257
  sunder
13258
  sundew
13259
  sundog
@@ -13263,7 +13133,7 @@ sunket
13263
  sunlit
13264
  sunnah
13265
  sunnas
13266
- sunned
13267
  sunray
13268
  sunset
13269
  suntan
@@ -13273,7 +13143,7 @@ supers
13273
  supine
13274
  supped
13275
  supper
13276
- supple
13277
  supply
13278
  surahs
13279
  surely
@@ -13283,7 +13153,7 @@ surfed
13283
  surfer
13284
  surged
13285
  surger
13286
- surges
13287
  surimi
13288
  surras
13289
  surrey
@@ -13293,7 +13163,7 @@ sushis
13293
  suslik
13294
  sussed
13295
  susses
13296
- sutler
13297
  sutras
13298
  suttas
13299
  suttee
@@ -13303,7 +13173,7 @@ svelte
13303
  swabby
13304
  swaged
13305
  swager
13306
- swages
13307
  swails
13308
  swains
13309
  swales
@@ -13313,7 +13183,7 @@ swampy
13313
  swanks
13314
  swanky
13315
  swanny
13316
- swaraj
13317
  swards
13318
  swarfs
13319
  swarms
@@ -13323,7 +13193,7 @@ swatch
13323
  swathe
13324
  swaths
13325
  swayed
13326
- swayer
13327
  swears
13328
  sweats
13329
  sweaty
@@ -13333,7 +13203,7 @@ sweeps
13333
  sweepy
13334
  sweets
13335
  swells
13336
- swerve
13337
  sweven
13338
  swifts
13339
  swills
@@ -13343,7 +13213,7 @@ swings
13343
  swingy
13344
  swinks
13345
  swiped
13346
- swipes
13347
  swiple
13348
  swirls
13349
  swirly
@@ -13353,7 +13223,7 @@ swithe
13353
  swived
13354
  swivel
13355
  swives
13356
- swivet
13357
  swoons
13358
  swoony
13359
  swoops
@@ -13363,7 +13233,7 @@ swords
13363
  swound
13364
  swouns
13365
  syboes
13366
- sycees
13367
  sylphs
13368
  sylphy
13369
  sylvae
@@ -13373,7 +13243,7 @@ sylvin
13373
  symbol
13374
  synced
13375
  synchs
13376
- syncom
13377
  syndet
13378
  syndic
13379
  syngas
@@ -13383,7 +13253,7 @@ synths
13383
  synura
13384
  sypher
13385
  syphon
13386
- syrens
13387
  syrinx
13388
  syrups
13389
  syrupy
@@ -13393,7 +13263,7 @@ syzygy
13393
  tabard
13394
  tabbed
13395
  tabbis
13396
- tabers
13397
  tablas
13398
  tabled
13399
  tables
@@ -13403,7 +13273,7 @@ tabors
13403
  tabour
13404
  tabued
13405
  tabuli
13406
- tabuns
13407
  taches
13408
  tacked
13409
  tacker
@@ -13413,7 +13283,7 @@ tackle
13413
  tactic
13414
  taenia
13415
  taffia
13416
- tafias
13417
  tagged
13418
  tagger
13419
  tagrag
@@ -13423,7 +13293,7 @@ taigas
13423
  tailed
13424
  tailer
13425
  taille
13426
- tailor
13427
  taints
13428
  taipan
13429
  takahe
@@ -13433,7 +13303,7 @@ taking
13433
  takins
13434
  talars
13435
  talced
13436
- talcky
13437
  talcum
13438
  talent
13439
  talers
@@ -13443,7 +13313,7 @@ talker
13443
  talkie
13444
  taller
13445
  tallis
13446
- tallit
13447
  tallol
13448
  tallow
13449
  talons
@@ -13453,7 +13323,7 @@ tamale
13453
  tamals
13454
  tamari
13455
  tambac
13456
- tambak
13457
  tambur
13458
  tamein
13459
  tamely
@@ -13463,7 +13333,7 @@ taming
13463
  tammie
13464
  tampan
13465
  tamped
13466
- tamper
13467
  tampon
13468
  tandem
13469
  tanged
@@ -13473,7 +13343,7 @@ tangos
13473
  tanist
13474
  tankas
13475
  tanked
13476
- tanker
13477
  tanned
13478
  tanner
13479
  tannic
@@ -13483,7 +13353,7 @@ tanrec
13483
  tantra
13484
  tanuki
13485
  tapalo
13486
- tapers
13487
  tapeta
13488
  taping
13489
  tapirs
@@ -13493,7 +13363,7 @@ tappet
13493
  tarama
13494
  targes
13495
  target
13496
- tariff
13497
  taring
13498
  tarmac
13499
  tarnal
@@ -13503,7 +13373,7 @@ tarots
13503
  tarpan
13504
  tarpon
13505
  tarred
13506
- tarres
13507
  tarsal
13508
  tarsia
13509
  tarsus
@@ -13513,7 +13383,7 @@ tarted
13513
  tarter
13514
  tartly
13515
  tarzan
13516
- tasked
13517
  tassel
13518
  tasses
13519
  tasset
@@ -13523,7 +13393,7 @@ taster
13523
  tastes
13524
  tatami
13525
  tatars
13526
- taters
13527
  tatsoi
13528
  tatted
13529
  tatter
@@ -13533,7 +13403,7 @@ tattoo
13533
  taught
13534
  taunts
13535
  tauons
13536
- taupes
13537
  tauted
13538
  tauten
13539
  tauter
@@ -13543,7 +13413,7 @@ tavern
13543
  tawdry
13544
  tawers
13545
  tawing
13546
- tawney
13547
  tawpie
13548
  tawsed
13549
  tawses
@@ -13553,7 +13423,7 @@ taxied
13553
  taxies
13554
  taxing
13555
  taxite
13556
- taxman
13557
  taxmen
13558
  taxols
13559
  taxons
@@ -13563,7 +13433,7 @@ teacup
13563
  teamed
13564
  teapot
13565
  teapoy
13566
- teared
13567
  tearer
13568
  teased
13569
  teasel
@@ -13573,7 +13443,7 @@ teated
13573
  teazel
13574
  teazle
13575
  teched
13576
- techie
13577
  techno
13578
  tectal
13579
  tectum
@@ -13583,7 +13453,7 @@ tedium
13583
  teeing
13584
  teemed
13585
  teemer
13586
- teener
13587
  teensy
13588
  teepee
13589
  teeter
@@ -13593,7 +13463,7 @@ tegmen
13593
  teguas
13594
  teiids
13595
  teinds
13596
- tekkie
13597
  telcos
13598
  teledu
13599
  telega
@@ -13603,7 +13473,7 @@ telium
13603
  teller
13604
  tellys
13605
  telnet
13606
- telome
13607
  telson
13608
  temped
13609
  tempeh
@@ -13613,7 +13483,7 @@ tempos
13613
  tempts
13614
  tenace
13615
  tenail
13616
- tenant
13617
  tended
13618
  tender
13619
  tendon
@@ -13623,7 +13493,7 @@ teniae
13623
  tenias
13624
  tenner
13625
  tennis
13626
- tenons
13627
  tenors
13628
  tenour
13629
  tenpin
@@ -13633,7 +13503,7 @@ tenser
13633
  tenses
13634
  tensor
13635
  tented
13636
- tenter
13637
  tenths
13638
  tentie
13639
  tenues
@@ -13643,7 +13513,7 @@ tenuti
13643
  tenuto
13644
  teopan
13645
  tepals
13646
- tepees
13647
  tepefy
13648
  tephra
13649
  tepoys
@@ -13653,7 +13523,7 @@ terbia
13653
  terbic
13654
  tercel
13655
  terces
13656
- tercet
13657
  teredo
13658
  terete
13659
  tergal
@@ -13663,7 +13533,7 @@ termer
13663
  termly
13664
  termor
13665
  ternes
13666
- terrae
13667
  terras
13668
  terret
13669
  territ
@@ -13673,9 +13543,7 @@ teslas
13673
  testae
13674
  tested
13675
  testee
13676
- tester
13677
- testes
13678
- testis
13679
  teston
13680
  tetany
13681
  tetchy
@@ -13683,7 +13551,7 @@ tether
13683
  tetrad
13684
  tetras
13685
  tetris
13686
- tetryl
13687
  tetter
13688
  tewing
13689
  thacks
@@ -13693,7 +13561,7 @@ thalli
13693
  thanes
13694
  thanks
13695
  tharms
13696
- thatch
13697
  thawed
13698
  thawer
13699
  thebes
@@ -13703,7 +13571,7 @@ thefts
13703
  thegns
13704
  theine
13705
  theins
13706
- theirs
13707
  theism
13708
  theist
13709
  themed
@@ -13713,7 +13581,7 @@ thenar
13713
  thence
13714
  theory
13715
  theres
13716
- therme
13717
  therms
13718
  theses
13719
  thesis
@@ -13723,7 +13591,7 @@ thetic
13723
  thicks
13724
  thieve
13725
  thighs
13726
- thills
13727
  things
13728
  thinks
13729
  thinly
@@ -13733,7 +13601,7 @@ thirds
13733
  thirls
13734
  thirst
13735
  thirty
13736
- tholed
13737
  tholes
13738
  tholoi
13739
  tholos
@@ -13743,7 +13611,7 @@ thoria
13743
  thoric
13744
  thorns
13745
  thorny
13746
- thoron
13747
  thorpe
13748
  thorps
13749
  thoued
@@ -13753,7 +13621,7 @@ thrash
13753
  thrave
13754
  thrawn
13755
  thraws
13756
- thread
13757
  threap
13758
  threat
13759
  threep
@@ -13763,7 +13631,7 @@ thrice
13763
  thrift
13764
  thrill
13765
  thrips
13766
- thrive
13767
  throat
13768
  throbs
13769
  throes
@@ -13773,7 +13641,6 @@ throve
13773
  thrown
13774
  throws
13775
  thrums
13776
- thrush
13777
  thrust
13778
  thujas
13779
  thulia
@@ -13783,7 +13650,7 @@ thunks
13783
  thurls
13784
  thusly
13785
  thuyas
13786
- thwack
13787
  thwart
13788
  thymes
13789
  thymey
@@ -13793,7 +13660,7 @@ thymus
13793
  thyrse
13794
  thyrsi
13795
  tiaras
13796
- tibiae
13797
  tibial
13798
  tibias
13799
  ticals
@@ -13803,7 +13670,7 @@ ticker
13803
  ticket
13804
  tickle
13805
  tictac
13806
- tictoc
13807
  tidbit
13808
  tiddly
13809
  tidied
@@ -13813,7 +13680,7 @@ tidily
13813
  tiding
13814
  tieing
13815
  tiepin
13816
- tierce
13817
  tiered
13818
  tiffed
13819
  tiffin
@@ -13823,7 +13690,7 @@ tiglon
13823
  tigons
13824
  tikkas
13825
  tilaks
13826
- tildes
13827
  tilers
13828
  tiling
13829
  tilled
@@ -13833,7 +13700,7 @@ tilter
13833
  tilths
13834
  timbal
13835
  timber
13836
- timbre
13837
  timely
13838
  timers
13839
  timing
@@ -13843,7 +13710,7 @@ tinder
13843
  tineal
13844
  tineas
13845
  tineid
13846
- tinful
13847
  tinged
13848
  tinges
13849
  tingle
@@ -13853,7 +13720,7 @@ tinily
13853
  tining
13854
  tinker
13855
  tinkle
13856
- tinkly
13857
  tinman
13858
  tinmen
13859
  tinned
@@ -13863,7 +13730,7 @@ tinsel
13863
  tinted
13864
  tinter
13865
  tipcat
13866
- tipoff
13867
  tipped
13868
  tipper
13869
  tippet
@@ -13873,11 +13740,11 @@ tiptop
13873
  tirade
13874
  tiring
13875
  tirled
13876
- tisane
13877
  tissue
13878
  titans
13879
  tmeses
13880
- tmesis
13881
  toasts
13882
  toasty
13883
  tobies
@@ -13887,7 +13754,7 @@ todays
13887
  toddle
13888
  todies
13889
  toecap
13890
- toeing
13891
  toffee
13892
  togaed
13893
  togate
@@ -13896,17 +13763,15 @@ toggle
13896
  togues
13897
  toiled
13898
  toiler
13899
- toiles
13900
  toited
13901
  tokays
13902
  tokens
13903
- tokers
13904
- toking
13905
  tolane
13906
  tolans
13907
  tolars
13908
  toledo
13909
- toling
13910
  tolled
13911
  toller
13912
  toluic
@@ -13916,7 +13781,7 @@ toluyl
13916
  tolyls
13917
  tomans
13918
  tomato
13919
- tombac
13920
  tombak
13921
  tombal
13922
  tombed
@@ -13926,7 +13791,7 @@ tomcod
13926
  tommed
13927
  tomtit
13928
  tondos
13929
- toneme
13930
  toners
13931
  tongas
13932
  tonged
@@ -13936,7 +13801,7 @@ tonics
13936
  tonier
13937
  toning
13938
  tonish
13939
- tonlet
13940
  tonner
13941
  tonnes
13942
  tonsil
@@ -13946,7 +13811,7 @@ toonie
13946
  tooted
13947
  tooter
13948
  tooths
13949
- toothy
13950
  tootle
13951
  tootsy
13952
  topees
@@ -13956,7 +13821,7 @@ tophes
13956
  tophus
13957
  topics
13958
  toping
13959
- topped
13960
  topper
13961
  topple
13962
  toques
@@ -13966,7 +13831,7 @@ torchy
13966
  torero
13967
  torics
13968
  tories
13969
- toroid
13970
  torose
13971
  toroth
13972
  torous
@@ -13976,17 +13841,16 @@ torque
13976
  torrid
13977
  torses
13978
  torsks
13979
- torsos
13980
  tortas
13981
  torten
13982
  tortes
13983
  torula
13984
  toshes
13985
  tossed
13986
- tosser
13987
  tosses
13988
  tossup
13989
- totals
13990
  totems
13991
  toters
13992
  tother
@@ -13996,7 +13860,7 @@ totter
13996
  toucan
13997
  touche
13998
  touchy
13999
- toughs
14000
  toughy
14001
  toupee
14002
  toured
@@ -14006,7 +13870,7 @@ touses
14006
  tousle
14007
  touted
14008
  touter
14009
- touzle
14010
  towage
14011
  toward
14012
  towels
@@ -14016,7 +13880,7 @@ towhee
14016
  towies
14017
  towing
14018
  townee
14019
- townie
14020
  toxics
14021
  toxine
14022
  toxins
@@ -14026,7 +13890,7 @@ toying
14026
  toyish
14027
  toyons
14028
  traced
14029
- tracer
14030
  traces
14031
  tracks
14032
  tracts
@@ -14036,7 +13900,7 @@ trades
14036
  tragic
14037
  tragus
14038
  traiks
14039
- trails
14040
  trains
14041
  traits
14042
  tramel
@@ -14046,7 +13910,7 @@ trance
14046
  tranks
14047
  tranny
14048
  tranqs
14049
- trapan
14050
  trapes
14051
  trashy
14052
  trauma
@@ -14056,7 +13920,7 @@ trawls
14056
  treads
14057
  treats
14058
  treaty
14059
- treble
14060
  trebly
14061
  treens
14062
  trefah
@@ -14066,7 +13930,7 @@ trends
14066
  trendy
14067
  trepan
14068
  trepid
14069
- tressy
14070
  trevet
14071
  triacs
14072
  triads
@@ -14076,7 +13940,7 @@ tribal
14076
  tribes
14077
  triced
14078
  tricep
14079
- trices
14080
  tricks
14081
  tricky
14082
  tricot
@@ -14086,7 +13950,7 @@ triers
14086
  trifid
14087
  trifle
14088
  trigly
14089
- trigon
14090
  trigos
14091
  trijet
14092
  trikes
@@ -14096,7 +13960,7 @@ trimer
14096
  trimly
14097
  trinal
14098
  trined
14099
- trines
14100
  triode
14101
  triols
14102
  triose
@@ -14106,7 +13970,7 @@ triply
14106
  tripod
14107
  tripos
14108
  trippy
14109
- triste
14110
  triter
14111
  triton
14112
  triune
@@ -14116,7 +13980,7 @@ troaks
14116
  trocar
14117
  troche
14118
  trocks
14119
- trogon
14120
  troika
14121
  troked
14122
  trokes
@@ -14126,7 +13990,7 @@ trompe
14126
  tromps
14127
  tronas
14128
  trones
14129
- troops
14130
  tropes
14131
  trophy
14132
  tropic
@@ -14136,7 +14000,7 @@ trotyl
14136
  trough
14137
  troupe
14138
  trouts
14139
- trouty
14140
  trover
14141
  troves
14142
  trowed
@@ -14146,7 +14010,7 @@ truant
14146
  truced
14147
  truces
14148
  trucks
14149
- trudge
14150
  truest
14151
  truffe
14152
  truing
@@ -14156,7 +14020,7 @@ trumps
14156
  trunks
14157
  trusts
14158
  trusty
14159
- truths
14160
  trying
14161
  tryout
14162
  tryste
@@ -14166,7 +14030,7 @@ tsadis
14166
  tsetse
14167
  tsking
14168
  tsktsk
14169
- tsores
14170
  tsoris
14171
  tsuris
14172
  tubate
@@ -14176,7 +14040,7 @@ tubers
14176
  tubful
14177
  tubing
14178
  tubist
14179
- tubule
14180
  tuchun
14181
  tucked
14182
  tucker
@@ -14186,7 +14050,7 @@ tufoli
14186
  tufted
14187
  tufter
14188
  tugged
14189
- tugger
14190
  tugrik
14191
  tuille
14192
  tuladi
@@ -14196,7 +14060,7 @@ tumble
14196
  tumefy
14197
  tumors
14198
  tumour
14199
- tumped
14200
  tumuli
14201
  tumult
14202
  tundra
@@ -14206,7 +14070,7 @@ tunica
14206
  tunics
14207
  tuning
14208
  tunned
14209
- tunnel
14210
  tupelo
14211
  tupiks
14212
  tupped
@@ -14216,7 +14080,7 @@ turban
14216
  turbid
14217
  turbit
14218
  turbos
14219
- turbot
14220
  tureen
14221
  turfed
14222
  turgid
@@ -14226,7 +14090,7 @@ turkey
14226
  turned
14227
  turner
14228
  turnip
14229
- turnon
14230
  turnup
14231
  turret
14232
  turtle
@@ -14236,17 +14100,15 @@ tushed
14236
  tushes
14237
  tushie
14238
  tusked
14239
- tusker
14240
- tussah
14241
  tussal
14242
- tussar
14243
  tusseh
14244
  tusser
14245
  tusses
14246
  tussis
14247
  tussle
14248
  tussor
14249
- tussur
14250
  tutees
14251
  tutors
14252
  tutted
@@ -14256,8 +14118,6 @@ tuxedo
14256
  tuyere
14257
  tuyers
14258
  twains
14259
- twangs
14260
- twangy
14261
  twanky
14262
  tweaks
14263
  tweaky
@@ -14266,7 +14126,7 @@ tweedy
14266
  tweens
14267
  tweeny
14268
  tweets
14269
- tweeze
14270
  twelve
14271
  twenty
14272
  twerps
@@ -14276,7 +14136,7 @@ twiggy
14276
  twilit
14277
  twills
14278
  twined
14279
- twiner
14280
  twines
14281
  twinge
14282
  twirls
@@ -14286,7 +14146,7 @@ twists
14286
  twisty
14287
  twitch
14288
  twofer
14289
- twyers
14290
  tycoon
14291
  tymbal
14292
  tympan
@@ -14296,7 +14156,7 @@ typhus
14296
  typier
14297
  typify
14298
  typing
14299
- typist
14300
  tyrant
14301
  tyring
14302
  tythed
@@ -14306,7 +14166,7 @@ tzuris
14306
  uakari
14307
  ubiety
14308
  ubique
14309
- udders
14310
  uglier
14311
  uglies
14312
  uglify
@@ -14316,7 +14176,7 @@ uhlans
14316
  ukases
14317
  ulamas
14318
  ulcers
14319
- ulemas
14320
  ullage
14321
  ulster
14322
  ultima
@@ -14326,7 +14186,7 @@ umamis
14326
  umbels
14327
  umbers
14328
  umbles
14329
- umbrae
14330
  umbral
14331
  umbras
14332
  umiack
@@ -14336,7 +14196,7 @@ umiaqs
14336
  umlaut
14337
  umping
14338
  umpire
14339
- unable
14340
  unaged
14341
  unakin
14342
  unarms
@@ -14346,7 +14206,7 @@ unbale
14346
  unbans
14347
  unbars
14348
  unbear
14349
- unbelt
14350
  unbend
14351
  unbent
14352
  unbind
@@ -14356,7 +14216,7 @@ unbred
14356
  unbusy
14357
  uncage
14358
  uncake
14359
- uncaps
14360
  uncase
14361
  uncast
14362
  unchic
@@ -14375,7 +14235,7 @@ uncurb
14375
  uncurl
14376
  uncute
14377
  undead
14378
- undies
14379
  undine
14380
  undock
14381
  undoer
@@ -14385,7 +14245,7 @@ undraw
14385
  undrew
14386
  unduly
14387
  undyed
14388
- unease
14389
  uneasy
14390
  uneven
14391
  unfair
@@ -14395,7 +14255,7 @@ unfixt
14395
  unfold
14396
  unfond
14397
  unfree
14398
- unfurl
14399
  ungird
14400
  ungirt
14401
  unglue
@@ -14405,7 +14265,7 @@ unguis
14405
  ungula
14406
  unhair
14407
  unhand
14408
- unhang
14409
  unhats
14410
  unhelm
14411
  unhewn
@@ -14415,7 +14275,7 @@ unhook
14415
  unhung
14416
  unhurt
14417
  unhusk
14418
- unific
14419
  unions
14420
  unipod
14421
  unique
@@ -14425,7 +14285,7 @@ united
14425
  uniter
14426
  unites
14427
  unjams
14428
- unjust
14429
  unkend
14430
  unkent
14431
  unkept
@@ -14435,7 +14295,7 @@ unknit
14435
  unknot
14436
  unlace
14437
  unlade
14438
- unlaid
14439
  unlash
14440
  unlays
14441
  unlead
@@ -14445,7 +14305,7 @@ unlink
14445
  unlive
14446
  unload
14447
  unlock
14448
- unmade
14449
  unmake
14450
  unmans
14451
  unmask
@@ -14455,7 +14315,7 @@ unmews
14455
  unmixt
14456
  unmold
14457
  unmoor
14458
- unmown
14459
  unnail
14460
  unopen
14461
  unpack
@@ -14465,7 +14325,7 @@ unpens
14465
  unpent
14466
  unpick
14467
  unpile
14468
- unpins
14469
  unplug
14470
  unpure
14471
  unread
@@ -14475,7 +14335,7 @@ unrent
14475
  unrest
14476
  unrigs
14477
  unripe
14478
- unrips
14479
  unrobe
14480
  unroll
14481
  unroof
@@ -14485,7 +14345,7 @@ unruly
14485
  unsafe
14486
  unsaid
14487
  unsawn
14488
- unsays
14489
  unseal
14490
  unseam
14491
  unseat
@@ -14495,7 +14355,7 @@ unsent
14495
  unsets
14496
  unsewn
14497
  unsews
14498
- unsexy
14499
  unshed
14500
  unship
14501
  unshod
@@ -14505,7 +14365,7 @@ unsnap
14505
  unsold
14506
  unsown
14507
  unspun
14508
- unstep
14509
  unstop
14510
  unsung
14511
  unsunk
@@ -14515,7 +14375,7 @@ untame
14515
  untidy
14516
  untied
14517
  unties
14518
- untold
14519
  untorn
14520
  untrim
14521
  untrod
@@ -14525,7 +14385,7 @@ untune
14525
  unused
14526
  unveil
14527
  unvext
14528
- unwary
14529
  unwell
14530
  unwept
14531
  unwind
@@ -14535,7 +14395,7 @@ unwits
14535
  unworn
14536
  unwove
14537
  unwrap
14538
- unyoke
14539
  unzips
14540
  upases
14541
  upbear
@@ -14545,7 +14405,7 @@ upboil
14545
  upbore
14546
  upbows
14547
  upcast
14548
- upcoil
14549
  upcurl
14550
  updart
14551
  update
@@ -14555,7 +14415,7 @@ upends
14555
  upflow
14556
  upfold
14557
  upgaze
14558
- upgird
14559
  upgirt
14560
  upgrew
14561
  upgrow
@@ -14565,7 +14425,7 @@ uphill
14565
  uphold
14566
  uphove
14567
  uphroe
14568
- upkeep
14569
  upland
14570
  upleap
14571
  uplift
@@ -14575,7 +14435,7 @@ upmost
14575
  uppers
14576
  uppile
14577
  upping
14578
- uppish
14579
  uppity
14580
  upprop
14581
  uprate
@@ -14585,7 +14445,7 @@ uproar
14585
  uproot
14586
  uprose
14587
  uprush
14588
- upsend
14589
  upsent
14590
  upsets
14591
  upshot
@@ -14595,7 +14455,7 @@ upsoar
14595
  upstep
14596
  upstir
14597
  uptake
14598
- uptalk
14599
  uptear
14600
  uptick
14601
  uptilt
@@ -14605,7 +14465,7 @@ uptorn
14605
  uptoss
14606
  uptown
14607
  upturn
14608
- upwaft
14609
  upward
14610
  upwell
14611
  upwind
@@ -14615,7 +14475,7 @@ urania
14615
  uranic
14616
  uranyl
14617
  urares
14618
- uraris
14619
  urases
14620
  urates
14621
  uratic
@@ -14625,17 +14485,13 @@ urchin
14625
  urease
14626
  uredia
14627
  uredos
14628
- ureide
14629
  uremia
14630
  uremic
14631
- ureter
14632
- uretic
14633
  urgent
14634
  urgers
14635
  urging
14636
  urials
14637
- urinal
14638
- urines
14639
  uropod
14640
  urping
14641
  ursids
@@ -14645,7 +14501,7 @@ uruses
14645
  usable
14646
  usably
14647
  usages
14648
- usance
14649
  useful
14650
  ushers
14651
  usneas
@@ -14655,7 +14511,7 @@ usurer
14655
  usurps
14656
  uterus
14657
  utmost
14658
- utopia
14659
  utters
14660
  uveous
14661
  uvulae
@@ -14665,7 +14521,7 @@ vacant
14665
  vacate
14666
  vacuum
14667
  vadose
14668
- vagary
14669
  vagile
14670
  vagrom
14671
  vaguer
@@ -14674,7 +14530,7 @@ vailed
14674
  vainer
14675
  vainly
14676
  vakeel
14677
- vakils
14678
  valets
14679
  valgus
14680
  valine
@@ -14684,7 +14540,7 @@ valley
14684
  valors
14685
  valour
14686
  valses
14687
- valued
14688
  valuer
14689
  values
14690
  valuta
@@ -14694,7 +14550,7 @@ valved
14694
  valves
14695
  vamose
14696
  vamped
14697
- vamper
14698
  vandal
14699
  vandas
14700
  vanish
@@ -14704,7 +14560,7 @@ vanmen
14704
  vanned
14705
  vanner
14706
  vapors
14707
- vapory
14708
  vapour
14709
  varias
14710
  varied
@@ -14714,7 +14570,7 @@ varlet
14714
  varnas
14715
  varoom
14716
  varved
14717
- varves
14718
  vassal
14719
  vaster
14720
  vastly
@@ -14724,7 +14580,7 @@ vaults
14724
  vaulty
14725
  vaunts
14726
  vaunty
14727
- vaward
14728
  vealed
14729
  vealer
14730
  vector
@@ -14734,7 +14590,7 @@ veepee
14734
  veered
14735
  vegans
14736
  vegete
14737
- vegged
14738
  veggie
14739
  vegies
14740
  veiled
@@ -14744,7 +14600,7 @@ veined
14744
  veiner
14745
  velars
14746
  velate
14747
- velcro
14748
  veldts
14749
  vellum
14750
  veloce
@@ -14754,7 +14610,7 @@ velvet
14754
  vended
14755
  vendee
14756
  vender
14757
- vendor
14758
  vendue
14759
  veneer
14760
  venene
@@ -14764,7 +14620,7 @@ venges
14764
  venial
14765
  venine
14766
  venins
14767
- venire
14768
  venoms
14769
  venose
14770
  venous
@@ -14774,7 +14630,7 @@ venues
14774
  venule
14775
  verbal
14776
  verbid
14777
- verdin
14778
  verged
14779
  verger
14780
  verges
@@ -14784,7 +14640,7 @@ verily
14784
  verism
14785
  verist
14786
  verite
14787
- verity
14788
  vermes
14789
  vermin
14790
  vermis
@@ -14794,7 +14650,7 @@ versal
14794
  versed
14795
  verser
14796
  verses
14797
- verset
14798
  versos
14799
  verste
14800
  versts
@@ -14804,7 +14660,7 @@ vertus
14804
  verves
14805
  vervet
14806
  vesica
14807
- vesper
14808
  vespid
14809
  vessel
14810
  vestal
@@ -14814,7 +14670,7 @@ vestee
14814
  vestry
14815
  vetoed
14816
  vetoer
14817
- vetoes
14818
  vetted
14819
  vetter
14820
  vexers
@@ -14824,7 +14680,7 @@ viable
14824
  viably
14825
  vialed
14826
  viands
14827
- viatic
14828
  viator
14829
  vibist
14830
  vibrio
@@ -14834,7 +14690,7 @@ victim
14834
  victor
14835
  vicuna
14836
  videos
14837
- viewed
14838
  viewer
14839
  vigias
14840
  vigils
@@ -14844,7 +14700,7 @@ viking
14844
  vilely
14845
  vilest
14846
  vilify
14847
- villae
14848
  villas
14849
  villus
14850
  vimina
@@ -14854,7 +14710,7 @@ vineal
14854
  vinery
14855
  vinier
14856
  vinify
14857
- vining
14858
  vinous
14859
  vinyls
14860
  violas
@@ -14864,7 +14720,7 @@ vipers
14864
  virago
14865
  vireos
14866
  virgas
14867
- virgin
14868
  virile
14869
  virion
14870
  viroid
@@ -14874,7 +14730,7 @@ visaed
14874
  visage
14875
  visard
14876
  viscid
14877
- viscus
14878
  viseed
14879
  vising
14880
  vision
@@ -14884,7 +14740,7 @@ visors
14884
  vistas
14885
  visual
14886
  vitals
14887
- vitric
14888
  vittae
14889
  vittle
14890
  vivace
@@ -14894,7 +14750,7 @@ vivify
14894
  vixens
14895
  vizard
14896
  vizier
14897
- vizirs
14898
  vizors
14899
  vizsla
14900
  vocabs
@@ -14904,7 +14760,7 @@ vodoun
14904
  vodous
14905
  voduns
14906
  vogued
14907
- voguer
14908
  vogues
14909
  voiced
14910
  voicer
@@ -14914,7 +14770,7 @@ voider
14914
  voiles
14915
  volant
14916
  volery
14917
- voling
14918
  volley
14919
  volost
14920
  voltes
@@ -14932,27 +14788,18 @@ voting
14932
  votive
14933
  voudon
14934
  vowels
14935
- vowers
14936
  vowing
14937
  voyage
14938
  voyeur
14939
  vrooms
14940
  vrouws
14941
- vulgar
14942
- vulgus
14943
- vulvae
14944
- vulval
14945
- vulvar
14946
- vulvas
14947
  wabble
14948
  wabbly
14949
- wacker
14950
- wackes
14951
- wackos
14952
  wadded
14953
  wadder
14954
  waddie
14955
- waddle
14956
  waddly
14957
  waders
14958
  wadies
@@ -14962,7 +14809,7 @@ wadmel
14962
  wadmol
14963
  wadset
14964
  waeful
14965
- wafers
14966
  wafery
14967
  waffed
14968
  waffie
@@ -14972,7 +14819,7 @@ wafted
14972
  wafter
14973
  wagers
14974
  wagged
14975
- wagger
14976
  waggle
14977
  waggly
14978
  waggon
@@ -14982,7 +14829,7 @@ wahine
14982
  wahoos
14983
  waifed
14984
  wailed
14985
- wailer
14986
  waired
14987
  waists
14988
  waited
@@ -14992,7 +14839,7 @@ waiver
14992
  waives
14993
  wakame
14994
  wakens
14995
- wakers
14996
  wakiki
14997
  waking
14998
  walers
@@ -15002,7 +14849,7 @@ walked
15002
  walker
15003
  walkup
15004
  wallah
15005
- wallas
15006
  walled
15007
  wallet
15008
  wallie
@@ -15012,14 +14859,11 @@ walnut
15012
  walrus
15013
  wamble
15014
  wambly
15015
- wammus
15016
  wampum
15017
  wampus
15018
  wander
15019
  wandle
15020
- wangan
15021
- wangle
15022
- wangun
15023
  wanier
15024
  waning
15025
  wanion
@@ -15030,7 +14874,7 @@ wanter
15030
  wanton
15031
  wapiti
15032
  wapped
15033
- warble
15034
  warded
15035
  warden
15036
  warder
@@ -15040,7 +14884,7 @@ waring
15040
  warked
15041
  warmed
15042
  warmer
15043
- warmly
15044
  warmth
15045
  warmup
15046
  warned
@@ -15050,17 +14894,15 @@ warper
15050
  warred
15051
  warren
15052
  warsaw
15053
- warsle
15054
  warted
15055
  wasabi
15056
  washed
15057
  washer
15058
  washes
15059
  washup
15060
- wasted
15061
- waster
15062
  wastes
15063
- wastry
15064
  watape
15065
  wataps
15066
  waters
@@ -15070,7 +14912,7 @@ wattle
15070
  waucht
15071
  waught
15072
  wauked
15073
- wauled
15074
  wavers
15075
  wavery
15076
  waveys
@@ -15080,7 +14922,7 @@ wavily
15080
  waving
15081
  wawled
15082
  waxers
15083
- waxier
15084
  waxily
15085
  waxing
15086
  waylay
@@ -15090,7 +14932,7 @@ weaker
15090
  weakly
15091
  weakon
15092
  wealds
15093
- wealth
15094
  weaned
15095
  weaner
15096
  weapon
@@ -15100,7 +14942,7 @@ weason
15100
  weaved
15101
  weaver
15102
  weaves
15103
- webbed
15104
  webcam
15105
  webers
15106
  webfed
@@ -15110,7 +14952,7 @@ wedded
15110
  wedder
15111
  wedeln
15112
  wedels
15113
- wedged
15114
  wedges
15115
  wedgie
15116
  weeded
@@ -15120,17 +14962,15 @@ weened
15120
  weenie
15121
  weensy
15122
  weeper
15123
- weepie
15124
  weeted
15125
  weever
15126
  weevil
15127
  weewee
15128
  weighs
15129
  weight
15130
- weiner
15131
- weirdo
15132
  weirds
15133
- weirdy
15134
  welded
15135
  welder
15136
  weldor
@@ -15140,17 +14980,15 @@ wellie
15140
  welted
15141
  welter
15142
  wended
15143
- weskit
15144
  wester
15145
  wether
15146
  wetted
15147
- wetter
15148
- whacko
15149
  whacks
15150
  whacky
15151
  whaled
15152
  whaler
15153
- whales
15154
  whammo
15155
  whammy
15156
  whangs
@@ -15160,7 +14998,7 @@ whaups
15160
  wheals
15161
  wheats
15162
  wheels
15163
- wheens
15164
  wheeps
15165
  wheeze
15166
  wheezy
@@ -15170,7 +15008,7 @@ whelms
15170
  whelps
15171
  whenas
15172
  whence
15173
- wheres
15174
  wherry
15175
  wherve
15176
  wheyey
@@ -15180,7 +15018,7 @@ whiled
15180
  whiles
15181
  whilom
15182
  whilst
15183
- whimsy
15184
  whined
15185
  whiner
15186
  whines
@@ -15190,7 +15028,7 @@ whinny
15190
  whippy
15191
  whirls
15192
  whirly
15193
- whirrs
15194
  whirry
15195
  whisht
15196
  whisks
@@ -15200,7 +15038,7 @@ whited
15200
  whiten
15201
  whiter
15202
  whites
15203
- whitey
15204
  whizzy
15205
  wholes
15206
  wholly
@@ -15209,8 +15047,6 @@ whomso
15209
  whoofs
15210
  whoops
15211
  whoosh
15212
- whored
15213
- whores
15214
  whorls
15215
  whorts
15216
  whosis
@@ -15220,7 +15056,7 @@ wiccan
15220
  wiccas
15221
  wiches
15222
  wicked
15223
- wicker
15224
  wicket
15225
  wicopy
15226
  widder
@@ -15230,7 +15066,7 @@ widely
15230
  widens
15231
  widest
15232
  widget
15233
- widish
15234
  widows
15235
  widths
15236
  wields
@@ -15240,7 +15076,7 @@ wienie
15240
  wifely
15241
  wifeys
15242
  wifing
15243
- wigans
15244
  wigeon
15245
  wigged
15246
  wiggle
@@ -15250,7 +15086,7 @@ wiglet
15250
  wigwag
15251
  wigwam
15252
  wikiup
15253
- wilded
15254
  wilder
15255
  wildly
15256
  wilful
@@ -15260,7 +15096,7 @@ wiling
15260
  willed
15261
  willer
15262
  willet
15263
- willie
15264
  willow
15265
  wilted
15266
  wimble
@@ -15270,7 +15106,7 @@ wimple
15270
  winced
15271
  wincer
15272
  winces
15273
- wincey
15274
  winded
15275
  winder
15276
  windle
@@ -15280,7 +15116,7 @@ winery
15280
  winged
15281
  winger
15282
  winier
15283
- wining
15284
  winish
15285
  winked
15286
  winker
@@ -15290,7 +15126,7 @@ winner
15290
  winnow
15291
  winoes
15292
  winter
15293
- wintle
15294
  wintry
15295
  winzes
15296
  wipers
@@ -15300,7 +15136,7 @@ wirier
15300
  wirily
15301
  wiring
15302
  wisdom
15303
- wisely
15304
  wisent
15305
  wisest
15306
  wished
@@ -15310,7 +15146,7 @@ wising
15310
  wisped
15311
  wissed
15312
  wisses
15313
- wisted
15314
  witans
15315
  witchy
15316
  withal
@@ -15320,7 +15156,7 @@ withes
15320
  within
15321
  witing
15322
  witney
15323
- witted
15324
  wittol
15325
  wivern
15326
  wivers
@@ -15330,7 +15166,7 @@ wizens
15330
  wizzen
15331
  wizzes
15332
  woaded
15333
- woalds
15334
  wobble
15335
  wobbly
15336
  wodges
@@ -15340,7 +15176,7 @@ wolfer
15340
  wolver
15341
  wolves
15342
  womans
15343
- wombat
15344
  wombed
15345
  womera
15346
  wonder
@@ -15350,7 +15186,7 @@ wonted
15350
  wonton
15351
  wooded
15352
  wooden
15353
- woodie
15354
  woodsy
15355
  wooers
15356
  woofed
@@ -15360,7 +15196,7 @@ wooled
15360
  woolen
15361
  wooler
15362
  woolie
15363
- woolly
15364
  worded
15365
  worked
15366
  worker
@@ -15370,7 +15206,7 @@ wormed
15370
  wormer
15371
  wormil
15372
  worrit
15373
- worsen
15374
  worser
15375
  worses
15376
  worset
@@ -15380,7 +15216,7 @@ worthy
15380
  wotted
15381
  wounds
15382
  wovens
15383
- wowing
15384
  wowser
15385
  wracks
15386
  wraith
@@ -15390,7 +15226,7 @@ wraths
15390
  wrathy
15391
  wreaks
15392
  wreath
15393
- wrecks
15394
  wrench
15395
  wrests
15396
  wretch
@@ -15400,7 +15236,7 @@ wright
15400
  wrings
15401
  wrists
15402
  wristy
15403
- writer
15404
  writes
15405
  writhe
15406
  wrongs
@@ -15410,7 +15246,7 @@ wursts
15410
  wurzel
15411
  wusses
15412
  wuther
15413
- wyches
15414
  wyling
15415
  wyting
15416
  wyvern
@@ -15420,7 +15256,7 @@ xenias
15420
  xenons
15421
  xylans
15422
  xylems
15423
- xylene
15424
  xyloid
15425
  xylols
15426
  xylose
@@ -15430,7 +15266,7 @@ xystoi
15430
  xystos
15431
  xystus
15432
  yabber
15433
- yabbie
15434
  yachts
15435
  yacked
15436
  yaffed
@@ -15440,7 +15276,7 @@ yairds
15440
  yakked
15441
  yakker
15442
  yakuza
15443
- yamens
15444
  yammer
15445
  yamuns
15446
  yanked
@@ -15450,7 +15286,7 @@ yapock
15450
  yapoks
15451
  yapons
15452
  yapped
15453
- yapper
15454
  yarded
15455
  yarder
15456
  yarely
@@ -15460,7 +15296,7 @@ yarner
15460
  yarrow
15461
  yasmak
15462
  yatter
15463
- yauped
15464
  yauper
15465
  yaupon
15466
  yautia
@@ -15470,7 +15306,7 @@ yawned
15470
  yawner
15471
  yawped
15472
  yawper
15473
- yclept
15474
  yeaned
15475
  yearly
15476
  yearns
@@ -15480,7 +15316,7 @@ yecchs
15480
  yeelin
15481
  yelled
15482
  yeller
15483
- yellow
15484
  yelped
15485
  yelper
15486
  yenned
@@ -15490,7 +15326,7 @@ yeoman
15490
  yeomen
15491
  yerbas
15492
  yerked
15493
- yessed
15494
  yesses
15495
  yester
15496
  yeuked
@@ -15500,7 +15336,7 @@ yippee
15500
  yippie
15501
  yirred
15502
  yirths
15503
- yobbos
15504
  yocked
15505
  yodels
15506
  yodled
@@ -15510,7 +15346,7 @@ yogees
15510
  yogini
15511
  yogins
15512
  yogurt
15513
- yoicks
15514
  yokels
15515
  yoking
15516
  yolked
@@ -15520,7 +15356,7 @@ youngs
15520
  youpon
15521
  youths
15522
  yowies
15523
- yowing
15524
  yowled
15525
  yowler
15526
  yttria
@@ -15530,7 +15366,7 @@ yucked
15530
  yukked
15531
  yulans
15532
  yupons
15533
- yuppie
15534
  yutzes
15535
  zaddik
15536
  zaffar
@@ -15540,7 +15376,7 @@ zaffre
15540
  zaftig
15541
  zagged
15542
  zaikai
15543
- zaires
15544
  zamias
15545
  zanana
15546
  zander
@@ -15550,7 +15386,7 @@ zanily
15550
  zanzas
15551
  zapped
15552
  zapper
15553
- zareba
15554
  zariba
15555
  zayins
15556
  zazens
@@ -15560,7 +15396,7 @@ zebeck
15560
  zebecs
15561
  zebras
15562
  zechin
15563
- zenana
15564
  zenith
15565
  zephyr
15566
  zeroed
@@ -15570,7 +15406,7 @@ zested
15570
  zester
15571
  zeugma
15572
  zibeth
15573
- zibets
15574
  zigged
15575
  zigzag
15576
  zillah
@@ -15580,7 +15416,7 @@ zincky
15580
  zinebs
15581
  zinged
15582
  zinger
15583
- zinnia
15584
  zipped
15585
  zipper
15586
  zirams
@@ -15590,7 +15426,7 @@ zizith
15590
  zizzle
15591
  zlotys
15592
  zoaria
15593
- zocalo
15594
  zodiac
15595
  zoecia
15596
  zoftig
@@ -15600,7 +15436,7 @@ zonary
15600
  zonate
15601
  zoners
15602
  zoning
15603
- zonked
15604
  zonula
15605
  zonule
15606
  zooids
@@ -15610,7 +15446,7 @@ zoonal
15610
  zooned
15611
  zorils
15612
  zoster
15613
- zouave
15614
  zounds
15615
  zoysia
15616
  zydeco
@@ -15618,4 +15454,4 @@ zygoid
15618
  zygoma
15619
  zygose
15620
  zygote
15621
- zymase
7
  abamps
8
  abased
9
  abaser
10
+ abases
11
  abasia
12
  abated
13
  abater
17
  abayas
18
  abbacy
19
  abbess
20
+ abbeys
21
  abbots
22
  abduce
23
  abduct
27
  abided
28
  abider
29
  abides
30
+ abject
31
  abjure
32
  ablate
33
  ablaut
37
  abloom
38
  ablush
39
  abmhos
40
+ aboard
41
  aboded
42
  abodes
43
  abohms
47
  aborts
48
  abound
49
  aboves
50
+ abrade
51
  abroad
52
  abrupt
53
  abseil
64
  acajou
65
  acarid
66
  acarus
67
+ accede
68
  accent
69
  accept
70
  access
74
  accuse
75
  acedia
76
  acetal
77
+ acetic
78
  acetin
79
  acetum
80
  acetyl
84
  acidic
85
  acidly
86
  acinar
87
+ acinic
88
  acinus
89
  ackees
90
  acnode
94
  acting
95
  actins
96
  action
97
+ active
98
  actors
99
  actual
100
  acuate
104
  acuter
105
  acutes
106
  adages
107
+ adagio
108
  adapts
109
  addend
110
  adders
114
  addles
115
  adduce
116
  adduct
117
+ adeems
118
  adenyl
119
  adepts
120
  adhere
124
  adjoin
125
  adjure
126
  adjust
127
+ admass
128
  admire
129
  admits
130
  admixt
134
  adobes
135
  adobos
136
  adonis
137
+ adopts
138
  adored
139
  adorer
140
  adores
144
  adsorb
145
  adults
146
  advect
147
+ advent
148
  adverb
149
  advert
150
  advice
154
  adzuki
155
  aecial
156
  aecium
157
+ aedile
158
  aedine
159
  aeneus
160
  aeonic
164
  aerier
165
  aeries
166
  aerify
167
+ aerily
168
  aerobe
169
  aerugo
170
  aether
174
  affine
175
  affirm
176
  afflux
177
+ afford
178
  affray
179
  afghan
180
  afield
184
  afreet
185
  afresh
186
  afrits
187
+ afters
188
  aftosa
189
  agamas
190
  agamic
194
  agapes
195
  agaric
196
  agates
197
+ agaves
198
  agedly
199
  ageing
200
  ageism
204
  agenes
205
  agents
206
  aggada
207
+ aggers
208
  aggies
209
  aggros
210
  aghast
214
  agitas
215
  aglare
216
  agleam
217
+ aglets
218
  agnail
219
  agnate
220
  agnize
224
  agorae
225
  agoras
226
  agorot
227
+ agouti
228
  agouty
229
  agrafe
230
  agreed
234
  ahchoo
235
  ahimsa
236
  aholds
237
+ ahorse
238
  aiders
239
  aidful
240
  aiding
244
  aigret
245
  aikido
246
  ailing
247
+ aimers
248
  aimful
249
  aiming
250
  aiolis
254
  airest
255
  airier
256
  airily
257
+ airing
258
  airman
259
  airmen
260
  airted
264
  aisles
265
  aivers
266
  ajivas
267
+ ajowan
268
  ajugas
269
  akelas
270
  akenes
274
  alanin
275
  alants
276
  alanyl
277
+ alarms
278
  alarum
279
  alaska
280
  alated
284
  albeit
285
  albino
286
  albite
287
+ albums
288
  alcade
289
  alcaic
290
  alcids
294
  aldose
295
  aldrin
296
  alegar
297
+ alephs
298
  alerts
299
  alevin
300
  alexia
304
  algoid
305
  algors
306
  algums
307
+ alibis
308
  alible
309
  alidad
310
  aliens
314
  aliner
315
  alines
316
  aliped
317
+ aliyah
318
  aliyas
319
  aliyos
320
  aliyot
324
  alkies
325
  alkine
326
  alkoxy
327
+ alkyds
328
  alkyls
329
  alkyne
330
  allays
334
  alleys
335
  allied
336
  allies
337
+ allium
338
  allods
339
  allots
340
  allows
344
  allyls
345
  almahs
346
  almehs
347
+ almner
348
  almond
349
  almost
350
  almuce
354
  alnico
355
  alodia
356
  alohas
357
+ aloins
358
  alpaca
359
  alphas
360
  alphyl
364
  alters
365
  althea
366
  aludel
367
+ alulae
368
  alular
369
  alumin
370
  alumna
374
  amadou
375
  amarna
376
  amatol
377
+ amazed
378
  amazes
379
  amazon
380
  ambage
384
  ambers
385
  ambery
386
  ambits
387
+ ambled
388
  ambler
389
  ambles
390
  ambush
394
  amebic
395
  ameers
396
  amends
397
+ aments
398
  amerce
399
  amices
400
  amicus
404
  amidol
405
  amidst
406
  amigas
407
+ amigos
408
  amines
409
  aminic
410
  ammine
414
  amnios
415
  amoeba
416
  amoles
417
+ amoral
418
  amount
419
  amours
420
  ampere
424
  ampuls
425
  amrita
426
  amtrac
427
+ amucks
428
  amulet
429
  amused
430
  amuser
433
  amylic
434
  amylum
435
  anabas
436
+ anadem
437
  analog
438
  ananke
439
  anarch
443
  ancone
444
  andros
445
  anears
446
+ aneled
447
  aneles
448
  anemia
449
  anemic
453
  angels
454
  angers
455
  angina
456
+ angled
457
  angler
458
  angles
459
  anglos
463
  animal
464
  animas
465
  animes
466
+ animis
467
  animus
468
  anions
469
  anises
473
  anklet
474
  ankush
475
  anlace
476
+ anlage
477
  annals
478
  anneal
479
  annexe
483
  annuli
484
  annuls
485
  anodal
486
+ anodes
487
  anodic
488
  anoint
489
  anoles
493
  anopia
494
  anorak
495
  anoxia
496
+ anoxic
497
  ansate
498
  answer
499
  anteed
503
  antick
504
  antics
505
  anting
506
+ antler
507
  antral
508
  antres
509
  antrum
511
  anuran
512
  anuria
513
  anuric
 
514
  anvils
515
+ anyhow
516
  anyone
517
  anyons
518
  anyway
522
  aortas
523
  aortic
524
  aoudad
525
+ apache
526
  apathy
527
  apercu
528
  apexes
532
  apical
533
  apices
534
  apiece
535
+ aplite
536
  aplomb
537
  apneal
538
  apneas
542
  apogee
543
  apollo
544
  apolog
545
+ aporia
546
  appall
547
  appals
548
  appeal
552
  apples
553
  applet
554
  appose
555
+ aprons
556
  aptest
557
  arabic
558
  arable
562
  arbour
563
  arbute
564
  arcade
565
+ arcana
566
  arcane
567
  arched
568
  archer
572
  archon
573
  arcing
574
  arcked
575
+ arctic
576
  ardebs
577
  ardent
578
  ardors
582
  arenes
583
  areola
584
  areole
585
+ arepas
586
  aretes
587
  argala
588
  argali
592
  argled
593
  argles
594
  argols
595
+ argons
596
  argosy
597
  argots
598
  argued
602
  argyle
603
  argyll
604
  arhats
605
+ ariary
606
  arider
607
  aridly
608
  ariels
612
  ariosi
613
  arioso
614
  arisen
615
+ arises
616
  arista
617
  aristo
618
  arkose
622
  armful
623
  armies
624
  arming
625
+ armlet
626
  armors
627
  armory
628
  armour
632
  aroids
633
  aroint
634
  aromas
635
+ around
636
  arouse
637
  aroynt
638
  arpens
642
  arrays
643
  arrear
644
  arrest
645
+ arriba
646
  arrive
647
  arroba
648
  arrows
652
  arshin
653
  arsine
654
  arsino
655
+ arsons
656
  artels
657
  artery
658
  artful
662
  asanas
663
  asarum
664
  ascend
665
+ ascent
666
  ascots
667
  asdics
668
  ashcan
672
  ashler
673
  ashman
674
  ashmen
675
+ ashore
676
  ashram
677
  asides
678
  askant
682
  asleep
683
  aslope
684
  aslosh
685
+ aspect
686
  aspens
687
  aspers
688
  aspics
689
  aspire
690
  aspish
691
  asrama
 
 
 
 
 
 
 
 
 
 
 
 
 
 
692
  astern
693
  asters
694
  asthma
698
  astute
699
  aswarm
700
  aswirl
701
+ aswoon
702
  asylum
703
  atabal
704
  ataman
708
  atelic
709
  atlatl
710
  atmans
711
+ atolls
712
  atomic
713
  atonal
714
  atoned
718
  atonic
719
  atopic
720
  atrial
721
+ atrium
722
  attach
723
  attack
724
  attain
728
  attest
729
  attics
730
  attire
731
+ attorn
732
  attrit
733
  attune
734
  atwain
738
  auburn
739
  aucuba
740
  audads
741
+ audial
742
  audile
743
  auding
744
  audios
748
  aughts
749
  augite
750
  augurs
751
+ augury
752
  august
753
  auklet
754
  aulder
758
  aureus
759
  aurist
760
  aurora
761
+ aurous
762
  aurums
763
  auspex
764
  ausubo
768
  autist
769
  autoed
770
  autumn
771
+ auxins
772
  avails
773
  avatar
774
  avaunt
778
  averts
779
  avians
780
  aviary
781
+ aviate
782
  avidin
783
  avidly
784
  avions
788
  avoset
789
  avouch
790
  avowal
791
+ avowed
792
  avower
793
  avulse
794
  awaits
798
  awards
799
  aweary
800
  aweigh
801
+ aweing
802
  awhile
803
  awhirl
804
  awless
808
  axeman
809
  axemen
810
  axenic
811
+ axilla
812
  axioms
813
  axions
814
  axised
818
  axonal
819
  axones
820
  axonic
821
+ axseed
822
  azalea
823
  azides
824
  azines
828
  azonic
829
  azoted
830
  azotes
831
+ azoths
832
  azotic
833
  azukis
834
  azures
838
  baases
839
  babble
840
  babels
841
+ babied
842
  babier
843
  babies
844
  babkas
848
  babuls
849
  baccae
850
  bached
851
+ baches
852
  backed
853
  backer
854
  backup
858
  badder
859
  baddie
860
  badged
861
+ badger
862
  badges
863
  badman
864
  badmen
867
  bagels
868
  bagful
869
  bagged
870
+ bagger
871
  baggie
872
  bagman
873
  bagmen
877
  bailed
878
  bailee
879
  bailer
880
+ bailey
881
  bailie
882
  bailor
883
  bairns
887
  baizes
888
  bakers
889
  bakery
890
+ baking
891
  balata
892
  balboa
893
  balded
897
  balers
898
  baling
899
  balked
900
+ balker
901
  ballad
 
 
902
  ballet
903
  ballon
904
  ballot
 
905
  balsam
906
  balsas
907
+ bamboo
908
  bammed
909
  banana
910
  bancos
914
  bandit
915
  bandog
916
  banged
917
+ banger
918
  bangle
919
  banian
920
  baning
924
  banked
925
  banker
926
  bankit
927
+ banned
928
  banner
929
  bannet
930
  bantam
934
  baobab
935
  barbal
936
  barbed
937
+ barbel
938
  barber
939
  barbes
940
  barbet
944
  barded
945
  bardes
946
  bardic
947
+ barege
948
  barely
949
  barest
950
  barfed
954
  barges
955
  barhop
956
  baring
957
+ barite
958
  barium
959
  barked
960
  barker
964
  barmen
965
  barmie
966
  barned
967
+ barney
968
  barong
969
  barons
970
  barony
974
  barren
975
  barres
976
  barret
977
+ barrio
978
  barrow
979
  barter
980
  baryes
984
  basalt
985
  basely
986
  basest
987
+ bashaw
988
  bashed
989
  basher
990
  bashes
994
  basing
995
  basins
996
  basion
997
+ basked
998
  basket
999
  basque
1000
  basted
1001
  baster
1002
  bastes
1003
+ batboy
1004
  bateau
1005
  bathed
1006
  bather
1010
  bating
1011
  batman
1012
  batmen
1013
+ batons
1014
  batted
1015
  batten
1016
  batter
1020
  baubee
1021
  bauble
1022
  baulks
1023
+ baulky
1024
  bawbee
1025
  bawdry
1026
  bawled
1030
  bayard
1031
  baying
1032
  bayman
1033
+ baymen
1034
  bayous
1035
  bazaar
1036
  bazars
1040
  beaded
1041
  beader
1042
  beadle
1043
+ beagle
1044
  beaked
1045
  beaker
1046
  beamed
1049
  beanos
1050
  beards
1051
  bearer
1052
+ beaten
1053
  beater
1054
  beauts
1055
  beauty
1058
  became
1059
  becaps
1060
  becked
1061
+ becket
1062
  beckon
1063
  beclog
1064
  become
1068
  bedded
1069
  bedder
1070
  bedeck
1071
+ bedell
1072
  bedels
1073
  bedews
1074
  bedims
1078
  bedrug
1079
  bedsit
1080
  beduin
1081
+ bedumb
1082
  beebee
1083
  beechy
1084
  beefed
1088
  beeves
1089
  beezer
1090
  befall
1091
+ befell
1092
  befits
1093
  beflag
1094
  beflea
1098
  befoul
1099
  befret
1100
  begall
1101
+ begaze
1102
  begets
1103
  beggar
1104
  begged
1108
  beglad
1109
  begone
1110
  begrim
1111
+ begulf
1112
  begums
1113
  behalf
1114
  behave
1118
  behind
1119
  behold
1120
  behoof
1121
+ behove
1122
  behowl
1123
  beiges
1124
  beigne
1128
  belady
1129
  belaud
1130
  belays
1131
+ beldam
1132
  beleap
1133
  belfry
1134
  belgas
1138
  belies
1139
  belike
1140
  belive
1141
+ belled
1142
  belles
1143
  bellow
1144
  belong
1148
  belter
1149
  beluga
1150
  bemata
1151
+ bemean
1152
  bemire
1153
  bemist
1154
  bemixt
1158
  bename
1159
  benday
1160
  bended
1161
+ bendee
1162
  bender
1163
  bendys
1164
  benign
1168
  bentos
1169
  benumb
1170
  benzal
1171
+ benzin
1172
  benzol
1173
  benzyl
1174
  berake
1178
  berime
1179
  berlin
1180
  bermed
1181
+ bermes
1182
  bertha
1183
  berths
1184
  beryls
1188
  besmut
1189
  besnow
1190
  besoms
1191
+ besots
1192
  bested
1193
  bestir
1194
  bestow
1198
  bethel
1199
  betide
1200
  betime
1201
+ betise
1202
  betons
1203
  betony
1204
  betook
1208
  better
1209
  bettor
1210
  bevels
1211
+ bevies
1212
  bevors
1213
  bewail
1214
  beware
1218
  beworm
1219
  bewrap
1220
  bewray
1221
+ beylic
1222
  beylik
1223
  beyond
1224
  bezant
1228
  bezoar
1229
  bhakta
1230
  bhakti
1231
+ bhangs
1232
  bharal
1233
  bhoots
1234
  bialis
1238
  biaxal
1239
  bibbed
1240
  bibber
1241
+ bibles
1242
  bicarb
1243
  biceps
1244
  bicker
1248
  bidder
1249
  biders
1250
  bidets
1251
+ biding
1252
  bields
1253
  biface
1254
  biffed
1258
  biform
1259
  bigamy
1260
  bigeye
1261
+ bigger
1262
  biggie
1263
  biggin
1264
  bights
1268
  bijoux
1269
  bikers
1270
  bikies
1271
+ biking
1272
  bikini
1273
  bilboa
1274
  bilbos
1278
  bilker
1279
  billed
1280
  biller
1281
+ billet
1282
  billie
1283
  billon
1284
  billow
1288
  binate
1289
  binder
1290
  bindis
1291
+ bindle
1292
  biners
1293
  binged
1294
  binger
1298
  binned
1299
  binocs
1300
  biogas
1301
+ biogen
1302
  biomes
1303
  bionic
1304
  bionts
1308
  biotic
1309
  biotin
1310
  bipack
1311
+ bipeds
1312
  bipods
1313
  birded
1314
  birder
1318
  birled
1319
  birler
1320
  birles
1321
+ birred
1322
  birses
1323
  births
1324
  bisect
1328
  bister
1329
  bistre
1330
  bistro
 
1331
  biters
1332
  biting
1333
  bitmap
1337
  bizone
1338
  bizzes
1339
  blabby
1340
+ blacks
1341
  bladed
1342
  blader
1343
  blades
1347
  blamer
1348
  blames
1349
  blanch
1350
+ blanks
1351
  blared
1352
  blares
1353
  blasts
1357
  blazer
1358
  blazes
1359
  blazon
1360
+ bleach
1361
  bleaks
1362
  blears
1363
  bleary
1367
  bleeps
1368
  blench
1369
  blende
1370
+ blends
1371
  blenny
1372
  blight
1373
  blimey
1377
  blinks
1378
  blintz
1379
  blites
1380
+ blithe
1381
  bloats
1382
  blocks
1383
  blocky
1387
  bloods
1388
  bloody
1389
  blooey
1390
+ blooie
1391
  blooms
1392
  bloomy
1393
  bloops
1397
  blouse
1398
  blousy
1399
  blowby
1400
+ blowed
1401
  blower
1402
  blowsy
1403
  blowup
1407
  bluest
1408
  bluesy
1409
  bluets
1410
+ blueys
1411
  bluffs
1412
  bluing
1413
  bluish
1417
  blunts
1418
  blurbs
1419
  blurry
1420
+ blurts
1421
  blypes
1422
  boards
1423
  boarts
1427
  boater
1428
  bobbed
1429
  bobber
1430
+ bobbin
1431
  bobble
1432
  bobcat
1433
  bocces
1437
  boches
1438
  bodega
1439
  bodice
1440
+ bodied
1441
  bodies
1442
  bodily
1443
  boding
1447
  boffos
1448
  bogans
1449
  bogart
1450
+ bogeys
1451
  bogged
1452
  boggle
1453
  bogies
1457
  boiled
1458
  boiler
1459
  boings
1460
+ boinks
1461
  boites
1462
  bolder
1463
  boldly
1466
  boleti
1467
  bolide
1468
  bolled
 
 
1469
  bolshy
1470
  bolson
1471
  bolted
1475
  bomber
1476
  bombes
1477
  bombyx
1478
+ bonaci
1479
  bonbon
1480
  bonded
1481
  bonder
1482
  bonduc
 
 
1483
  bongos
1484
  bonier
1485
  boning
1486
+ bonita
1487
  bonito
 
1488
  bonnes
1489
  bonnet
1490
  bonnie
1492
  bonsai
1493
  bonzer
1494
  bonzes
1495
+ boobed
1496
  boobie
1497
  booboo
1498
  boocoo
1502
  boogie
1503
  boohoo
1504
  booing
1505
+ boojum
1506
  booked
1507
  booker
1508
  bookie
1512
  boosts
1513
  booted
1514
  bootee
1515
+ booths
1516
  bootie
1517
  boozed
1518
  boozer
1522
  bopper
1523
  borage
1524
  borals
1525
+ borane
1526
  borate
1527
  bordel
1528
  border
1532
  borers
1533
  boride
1534
  boring
1535
+ borked
1536
  borons
1537
  borrow
1538
  borsch
1541
  boshes
1542
  bosker
1543
  bosket
 
 
1544
  bosons
1545
  bosque
1546
  bossed
1550
  botany
1551
  botchy
1552
  botels
1553
+ botfly
1554
  bother
1555
  bottle
1556
  bottom
1560
  bouffe
1561
  boughs
1562
  bought
1563
+ bougie
1564
  boules
1565
  boulle
1566
  bounce
1570
  bourgs
1571
  bourne
1572
  bourns
1573
+ bourse
1574
  boused
1575
  bouses
1576
  bouton
1579
  bowers
1580
  bowery
1581
  bowfin
1582
+ bowing
1583
  bowled
1584
  bowleg
1585
  bowler
1589
  bowsed
1590
  bowses
1591
  bowwow
1592
+ bowyer
1593
  boxcar
1594
  boxers
1595
  boxful
1599
  boyard
1600
  boyars
1601
  boyish
1602
+ boylas
1603
  braced
1604
  bracer
1605
  braces
1609
  brahma
1610
  braids
1611
  brails
1612
+ brains
1613
  brainy
1614
  braise
1615
  braize
1619
  brands
1620
  brandy
1621
  branks
1622
+ branny
1623
  brants
1624
  brashy
1625
  brasil
1629
  braved
1630
  braver
1631
  braves
1632
+ bravos
1633
  brawer
1634
  brawls
1635
  brawly
1639
  brayer
1640
  brazas
1641
  brazed
1642
+ brazen
1643
  brazer
1644
  brazes
1645
  brazil
1648
  bready
1649
  breaks
1650
  breams
1651
+ breath
1652
  bredes
1653
  breech
1654
  breeds
1658
  bregma
1659
  brents
1660
  breves
1661
+ brevet
1662
  brewed
1663
  brewer
1664
  brewis
1668
  bribed
1669
  bribee
1670
  briber
1671
+ bribes
1672
  bricks
1673
  bricky
1674
  bridal
1678
  briefs
1679
  briers
1680
  briery
1681
+ bright
1682
  brillo
1683
  brills
1684
  brined
1688
  brinks
1689
  briony
1690
  brises
1691
+ brisks
1692
  briths
1693
  britts
1694
  broach
1698
  brogan
1699
  brogue
1700
  broils
1701
+ broken
1702
  broker
1703
  brolly
1704
  bromal
1708
  bromin
1709
  bromos
1710
  bronco
1711
+ broncs
1712
  bronze
1713
  bronzy
1714
  brooch
1718
  brooms
1719
  broomy
1720
  broses
1721
+ broths
1722
  brothy
1723
  browed
1724
  browns
1728
  brughs
1729
  bruins
1730
  bruise
1731
+ bruits
1732
  brulot
1733
  brumal
1734
  brumby
1738
  brunts
1739
  brushy
1740
  brutal
1741
+ bruted
1742
  brutes
1743
  bruxed
1744
  bruxes
1748
  bubbas
1749
  bubble
1750
  bubbly
1751
+ bubkes
1752
  buboed
1753
  buboes
1754
  buccal
1758
  buckle
1759
  buckos
1760
  buckra
1761
+ budded
1762
  budder
1763
  buddha
1764
  buddle
1768
  budget
1769
  budgie
1770
  buffed
1771
+ buffer
1772
  buffet
1773
  buffos
1774
  bugeye
1778
  bugler
1779
  bugles
1780
  bugout
1781
+ bugsha
1782
  builds
1783
  bulbar
1784
  bulbed
1788
  bulged
1789
  bulger
1790
  bulges
1791
+ bulgur
1792
  bulked
1793
  bullae
1794
  bulled
1795
  bullet
1796
  bumble
1797
  bumkin
 
 
1798
  bumped
1799
+ bumper
1800
  bumphs
1801
  bunchy
1802
  buncos
1806
  bungee
1807
  bungle
1808
  bunion
1809
+ bunked
1810
  bunker
1811
  bunkos
1812
  bunkum
1816
  buoyed
1817
  bupkes
1818
  bupkus
1819
+ buppie
1820
  buqsha
1821
  burans
1822
  burble
1826
  burdie
1827
  bureau
1828
  burets
1829
+ burgee
1830
  burger
1831
  burghs
1832
  burgle
1836
  burier
1837
  buries
1838
  burins
1839
+ burkas
1840
  burked
1841
  burker
1842
  burkes
1846
  burley
1847
  burned
1848
  burner
1849
+ burnet
1850
  burnie
1851
  burped
1852
  burqas
1856
  burrow
1857
  bursae
1858
  bursal
1859
+ bursar
1860
  bursas
1861
  burses
1862
  bursts
1866
  bushed
1867
  bushel
1868
  busher
1869
+ bushes
1870
  bushwa
1871
  busied
1872
  busier
1876
  busked
1877
  busker
1878
  buskin
1879
+ busman
1880
  busmen
1881
  bussed
1882
  busses
1886
  bustle
1887
  butane
1888
  butene
1889
+ buteos
1890
  butled
1891
  butler
1892
  butles
1896
  button
1897
  bututs
1898
  butyls
1899
+ buyers
1900
  buying
1901
  buyoff
1902
  buyout
1906
  buzzes
1907
  bwanas
1908
  byelaw
1909
+ bygone
1910
  bylaws
1911
  byline
1912
  byname
1916
  byplay
1917
  byrled
1918
  byrnie
1919
+ byroad
1920
  byssal
1921
  byssus
1922
  bytalk
1926
  byzant
1927
  cabala
1928
  cabals
1929
+ cabana
1930
  cabbed
1931
  cabbie
1932
  cabers
1936
  cables
1937
  cablet
1938
  cabman
1939
+ cabmen
1940
  cabobs
1941
  cacaos
1942
  cached
1946
  cackle
1947
  cactus
1948
  caddie
1949
+ caddis
1950
  cadent
1951
  cadets
1952
  cadged
1956
  cadres
1957
  caecal
1958
  caecum
1959
+ caeoma
1960
  caesar
1961
  caftan
1962
  cagers
1966
  cahier
1967
  cahoot
1968
  cahows
1969
+ caiman
1970
  caique
1971
  cairds
1972
  cairns
1976
  caking
1977
  calami
1978
  calash
1979
+ calcar
1980
  calces
1981
  calcic
1982
  calesa
1986
  calked
1987
  calker
1988
  calkin
1989
+ callan
1990
  callas
1991
  called
1992
  callee
1996
  callus
1997
  calmed
1998
  calmer
1999
+ calmly
2000
  calory
2001
  calpac
2002
  calque
2005
  calxes
2006
  camail
2007
  camber
2008
+ cambia
2009
  camels
2010
  cameos
2011
  camera
2015
  camlet
2016
  cammie
2017
  camped
2018
+ camper
2019
  campos
2020
  campus
2021
  canals
2025
  cancan
2026
  cancel
2027
  cancer
2028
+ cancha
2029
  candid
2030
  candle
2031
  candor
2035
  canids
2036
  canine
2037
  caning
2038
+ canker
2039
  cannas
2040
  canned
2041
  cannel
2045
  cannot
2046
  canoed
2047
  canoer
2048
+ canoes
2049
  canola
2050
  canons
2051
  canopy
2055
  canter
2056
  canthi
2057
  cantic
2058
+ cantle
2059
  canton
2060
  cantor
2061
  cantos
2065
  canyon
2066
  capers
2067
  capful
2068
+ capias
2069
  capita
2070
  caplet
2071
  caplin
2075
  capper
2076
  capric
2077
  capris
2078
+ capsid
2079
  captan
2080
  captor
2081
  carack
2085
  carbon
2086
  carbos
2087
  carboy
2088
+ carcel
2089
  carded
2090
  carder
2091
  cardia
2095
  career
2096
  carers
2097
  caress
2098
+ carets
2099
  carful
2100
  cargos
2101
  carhop
2105
  carina
2106
  caring
2107
  carked
2108
+ carles
2109
  carlin
2110
  carman
2111
  carmen
2115
  carnie
2116
  carobs
2117
  caroch
2118
+ caroli
2119
  carols
2120
  caroms
2121
  carpal
2125
  carpet
2126
  carpus
2127
  carrel
2128
+ carrom
2129
  carrot
2130
  carses
2131
  carted
2135
  carton
2136
  cartop
2137
  carved
2138
+ carvel
2139
  carven
2140
  carver
2141
  carves
2145
  casefy
2146
  caseic
2147
  casein
2148
+ casern
2149
  cashaw
2150
  cashed
2151
  cashes
2155
  casini
2156
  casino
2157
  casita
2158
+ casked
2159
  casket
2160
  casque
2161
  caster
2163
  castle
2164
  castor
2165
  casual
2166
+ catalo
2167
  catchy
2168
  catena
2169
  caters
2173
  catlin
2174
  catnap
2175
  catnip
2176
+ catsup
2177
  catted
2178
  cattie
2179
  cattle
2183
  caudex
2184
  caudle
2185
  caught
2186
+ caulds
2187
  caules
2188
  caulis
2189
  caulks
2193
  causes
2194
  causey
2195
  caveat
2196
+ cavern
2197
  cavers
2198
  caviar
2199
  cavies
2203
  cavort
2204
  cawing
2205
  cayman
2206
+ cayuse
2207
  ceased
2208
  ceases
2209
  cebids
2213
  cedars
2214
  cedary
2215
  ceders
2216
+ ceding
2217
  cedula
2218
  ceibas
2219
  ceiled
2223
  celery
2224
  celiac
2225
  cellae
2226
+ cellar
2227
  celled
2228
  cellos
2229
  celoms
2233
  censer
2234
  censes
2235
  censor
2236
+ census
2237
  centai
2238
  cental
2239
  centas
2243
  centre
2244
  centum
2245
  ceorls
2246
+ cerate
2247
  cercal
2248
  cercis
2249
  cercus
2253
  cering
2254
  ceriph
2255
  cerise
2256
+ cerite
2257
  cerium
2258
  cermet
2259
  cerous
2263
  cervix
2264
  cesium
2265
  cessed
2266
+ cesses
2267
  cestas
2268
  cestoi
2269
  cestos
2273
  chabuk
2274
  chacma
2275
  chadar
2276
+ chador
2277
  chadri
2278
  chaeta
2279
  chafed
2283
  chaffy
2284
  chaine
2285
  chains
2286
+ chairs
2287
  chaise
2288
  chakra
2289
  chalah
2293
  chalky
2294
  challa
2295
  chally
2296
+ chalot
2297
  chammy
2298
  champs
2299
  champy
2303
  changs
2304
  chants
2305
  chanty
2306
+ chapel
2307
  chapes
2308
  charas
2309
  chards
2313
  charka
2314
  charks
2315
  charms
2316
+ charro
2317
  charrs
2318
  charry
2319
  charts
2323
  chasms
2324
  chasmy
2325
  chasse
2326
+ chaste
2327
  chatty
2328
  chaunt
2329
  chawed
2333
  cheaps
2334
  cheats
2335
  chebec
2336
+ checks
2337
  cheder
2338
  cheeks
2339
  cheeky
2343
  cheery
2344
  cheese
2345
  cheesy
2346
+ chefed
2347
  chegoe
2348
  chelae
2349
  chelas
2353
  cherry
2354
  cherts
2355
  cherty
2356
+ cherub
2357
  chests
2358
  chesty
2359
  chetah
2363
  chewer
2364
  chiasm
2365
  chiaus
2366
+ chicas
2367
  chicer
2368
  chichi
2369
  chicks
2373
  chided
2374
  chider
2375
  chides
2376
+ chiefs
2377
  chield
2378
  chiels
2379
  chigoe
2383
  chilli
2384
  chills
2385
  chilly
2386
+ chimar
2387
  chimbs
2388
  chimed
2389
  chimer
2393
  chinas
2394
  chinch
2395
  chined
2396
+ chines
2397
  chinks
2398
  chinky
2399
  chinos
2403
  chiral
2404
  chirks
2405
  chirms
2406
+ chiros
2407
  chirps
2408
  chirpy
2409
  chirre
2413
  chital
2414
  chitin
2415
  chiton
2416
+ chitty
2417
  chives
2418
  chivvy
2419
  choana
2423
  choked
2424
  choker
2425
  chokes
2426
+ chokey
2427
  cholas
2428
  choler
2429
  cholla
2433
  choose
2434
  choosy
2435
  chopin
2436
+ choppy
2437
  choral
2438
  chords
2439
  chorea
2443
  chorus
2444
  chosen
2445
  choses
2446
+ chotts
2447
  chough
2448
  chouse
2449
  choush
2453
  chroma
2454
  chrome
2455
  chromo
2456
+ chromy
2457
  chubby
2458
  chucks
2459
  chucky
2463
  chukar
2464
  chukka
2465
  chummy
2466
+ chumps
2467
  chunks
2468
  chunky
2469
  chuppa
2473
  churro
2474
  churrs
2475
  chuted
2476
+ chutes
2477
  chyles
2478
  chymes
2479
  chymic
2483
  cicale
2484
  cicely
2485
  cicero
2486
+ ciders
2487
  cigars
2488
  cilice
2489
  cilium
2493
  cinque
2494
  cipher
2495
  circle
2496
+ circus
2497
  cirque
2498
  cirrus
2499
  ciscos
2503
  cither
2504
  citied
2505
  cities
2506
+ citify
2507
  citing
2508
  citola
2509
  citole
2513
  citron
2514
  citrus
2515
  civets
2516
+ civics
2517
  civies
2518
  civism
2519
  clachs
2523
  clammy
2524
  clamor
2525
  clamps
2526
+ clangs
2527
  clanks
2528
  clanky
2529
  claque
2533
  claspt
2534
  classy
2535
  clasts
2536
+ clause
2537
  claver
2538
  claves
2539
  clavus
2543
  clayed
2544
  clayey
2545
  cleans
2546
+ clears
2547
  cleats
2548
  cleave
2549
  cleeks
2553
  cleped
2554
  clepes
2555
  clergy
2556
+ cleric
2557
  clerid
2558
  clerks
2559
  clever
2563
  clicks
2564
  client
2565
  cliffs
2566
+ cliffy
2567
  clifts
2568
  climax
2569
  climbs
2573
  clines
2574
  clings
2575
  clingy
2576
+ clinic
2577
  clinks
2578
  clique
2579
  cliquy
2583
  cloaks
2584
  cloche
2585
  clocks
2586
+ cloddy
2587
  cloggy
2588
  clomps
2589
  clonal
2593
  clonic
2594
  clonks
2595
  clonus
2596
+ cloots
2597
  cloque
2598
  closed
2599
  closer
2603
  cloths
2604
  clotty
2605
  clouds
2606
+ cloudy
2607
  clough
2608
  clours
2609
  clouts
2613
  clowns
2614
  cloyed
2615
  clozes
2616
+ clubby
2617
  clucks
2618
  cluing
2619
  clumps
2623
  clunky
2624
  clutch
2625
  clypei
2626
+ cnidae
2627
  coacts
2628
  coalas
2629
  coaled
2633
  coasts
2634
  coated
2635
  coatee
2636
+ coater
2637
  coatis
2638
  coaxal
2639
  coaxed
2643
  cobber
2644
  cobble
2645
  cobias
2646
+ cobles
2647
  cobnut
2648
  cobras
2649
  cobweb
2659
  codded
2660
  codder
2661
  coddle
2662
+ codecs
2663
  codeia
2664
  codens
2665
  coders
2667
  coding
2668
  codlin
2669
  codons
2670
+ coedit
2671
  coelom
2672
  coempt
2673
  coerce
2677
  coffin
2678
  coffle
2679
  cogent
2680
+ cogged
2681
  cogito
2682
  cognac
2683
  cogons
2687
  cohere
2688
  cohogs
2689
  cohort
2690
+ cohosh
2691
  cohost
2692
  cohune
2693
  coifed
2697
  coiled
2698
  coiler
2699
  coined
2700
+ coiner
2701
  coital
2702
  coitus
2703
  cojoin
2707
  coldly
2708
  colead
2709
  coleus
2710
+ colics
2711
  colies
2712
  colins
2713
  collar
2717
  colobi
2718
  cologs
2719
  colone
2720
+ coloni
2721
  colons
2722
  colony
2723
  colors
2727
  column
2728
  colure
2729
  colzas
2730
+ comade
2731
  comake
2732
  comate
2733
  combat
2737
  combos
2738
  comedo
2739
  comedy
2740
+ comely
2741
  comers
2742
  cometh
2743
  comets
2747
  comity
2748
  commas
2749
  commie
2750
+ commit
2751
  commix
2752
  common
2753
  comose
2757
  compel
2758
  comply
2759
  compos
2760
+ compts
2761
  comtes
2762
  concha
2763
  concho
2766
  concur
2767
  condor
2768
  condos
2769
+ coneys
2770
  confab
2771
  confer
2772
  confit
2776
  conges
2777
  congii
2778
  congos
2779
+ congou
2780
  conics
2781
  conies
2782
  conine
2786
  conked
2787
  conker
2788
  conned
2789
+ conner
2790
  conoid
2791
  consol
2792
  consul
2796
  convex
2797
  convey
2798
  convoy
2799
+ coocoo
2800
  cooeed
2801
  cooees
2802
  cooers
2806
  cooker
2807
  cookey
2808
  cookie
2809
+ cooled
2810
  cooler
2811
  coolie
2812
  coolly
2816
  cooped
2817
  cooper
2818
  coopts
2819
+ cooter
2820
  cootie
2821
  copalm
2822
  copals
2826
  copers
2827
  copied
2828
  copier
2829
+ copies
2830
  coping
2831
  coplot
2832
  copout
2836
  coprah
2837
  copras
2838
  copses
2839
+ copter
2840
  copula
2841
  coquet
2842
  corals
2846
  corded
2847
  corder
2848
  cordon
2849
+ corers
2850
  corgis
2851
  coring
2852
  corium
2856
  cornea
2857
  corned
2858
  cornel
2859
+ corner
2860
  cornet
2861
  cornua
2862
  cornus
2866
  corpus
2867
  corral
2868
  corrie
2869
+ corsac
2870
  corses
2871
  corset
2872
  cortex
2876
  corvet
2877
  corvid
2878
  corymb
2879
+ coryza
2880
  cosecs
2881
  cosets
2882
  coseys
2886
  cosied
2887
  cosier
2888
  cosies
2889
+ cosign
2890
  cosily
2891
  cosine
2892
  cosmic
2896
  costae
2897
  costal
2898
  costar
2899
+ costed
2900
  coster
2901
  costly
2902
  cotans
2906
  cottar
2907
  cottas
2908
  cotter
2909
+ cotton
2910
  cotype
2911
  cougar
2912
  coughs
2916
  county
2917
  couped
2918
  coupes
2919
+ couple
2920
  coupon
2921
  course
2922
  courts
2926
  covary
2927
  covens
2928
  covers
2929
+ covert
2930
  covets
2931
  coveys
2932
  coving
2936
  cowboy
2937
  cowers
2938
  cowier
2939
+ cowing
2940
  cowled
2941
  cowman
2942
  cowmen
2946
  cowpox
2947
  cowrie
2948
  coxing
2949
+ coydog
2950
  coyest
2951
  coying
2952
  coyish
2956
  cozens
2957
  cozeys
2958
  cozied
2959
+ cozier
2960
  cozies
2961
  cozily
2962
  cozzes
2966
  cracky
2967
  cradle
2968
  crafts
2969
+ crafty
2970
  craggy
2971
  crakes
2972
  crambe
2976
  cranch
2977
  craned
2978
  cranes
2979
+ crania
2980
  cranks
2981
  cranky
2982
  cranny
2985
  crases
2986
  crasis
2987
  cratch
2988
+ crated
2989
  crater
2990
  crates
2991
  craton
2995
  craver
2996
  craves
2997
  crawls
2998
+ crawly
2999
  crayon
3000
  crazed
3001
  crazes
3005
  creamy
3006
  crease
3007
  creasy
3008
+ create
3009
  creche
3010
  credal
3011
  credit
3015
  creels
3016
  creeps
3017
  creepy
3018
+ creese
3019
  creesh
3020
  cremes
3021
  crenel
3025
  crepey
3026
  crepon
3027
  cresol
3028
+ cressy
3029
  crests
3030
  cresyl
3031
  cretic
3035
  cricks
3036
  criers
3037
  crikey
3038
+ crimes
3039
  crimps
3040
  crimpy
3041
  cringe
3045
  crisic
3046
  crisis
3047
  crisps
3048
+ crispy
3049
  crissa
3050
  crista
3051
  critic
3055
  crocus
3056
  crofts
3057
  crojik
3058
+ crones
3059
  crooks
3060
  croons
3061
  crores
3065
  crouch
3066
  croupe
3067
  croups
3068
+ croupy
3069
  crouse
3070
  croute
3071
  crowds
3075
  crowns
3076
  crozer
3077
  crozes
3078
+ cruces
3079
  crucks
3080
  cruddy
3081
  cruder
3085
  crumbs
3086
  crumby
3087
  crummy
3088
+ crumps
3089
  crunch
3090
  cruors
3091
  crural
3095
  crusty
3096
  crutch
3097
  cruxes
3098
+ crwths
3099
  crying
3100
  crypto
3101
  crypts
3105
  cubers
3106
  cubics
3107
  cubing
3108
+ cubism
3109
  cubist
3110
  cubiti
3111
  cubits
3115
  cuddle
3116
  cuddly
3117
  cudgel
3118
+ cueing
3119
  cuesta
3120
  cuffed
3121
  cuisse
3125
  culler
3126
  cullet
3127
  cullis
3128
+ culmed
3129
  culpae
3130
  cultch
3131
  cultic
3135
  cumbia
3136
  cumins
3137
  cummer
3138
+ cummin
3139
  cumuli
3140
  cundum
3141
  cuneal
3145
  cupids
3146
  cupola
3147
  cuppas
3148
+ cupped
3149
  cupper
3150
  cupric
3151
  cuprum
3155
  curagh
3156
  curara
3157
  curare
3158
+ curari
3159
  curate
3160
  curbed
3161
  curber
3165
  curets
3166
  curfew
3167
  curiae
3168
+ curial
3169
  curies
3170
  curing
3171
  curios
3175
  curler
3176
  curlew
3177
  curran
3178
+ curred
3179
  currie
3180
  cursed
3181
  curser
3185
  curter
3186
  curtly
3187
  curtsy
3188
+ curule
3189
  curved
3190
  curves
3191
  curvet
3195
  cushat
3196
  cushaw
3197
  cuspal
3198
+ cusped
3199
  cuspid
3200
  cuspis
3201
  cussed
3205
  custom
3206
  custos
3207
  cutely
3208
+ cutest
3209
  cutesy
3210
  cuteys
3211
  cuties
3215
  cutlet
3216
  cutoff
3217
  cutout
3218
+ cutter
3219
  cuttle
3220
  cutups
3221
  cuvees
3225
  cyborg
3226
  cycads
3227
  cycled
3228
+ cycler
3229
  cycles
3230
  cyclic
3231
  cyclin
3235
  cyesis
3236
  cygnet
3237
  cymars
3238
+ cymbal
3239
  cymene
3240
  cymlin
3241
  cymoid
3245
  cynics
3246
  cypher
3247
  cypres
3248
+ cyprus
3249
  cystic
3250
  cytons
3251
  dabbed
3255
  dacite
3256
  dacker
3257
  dacoit
3258
+ dacron
3259
  dactyl
3260
  daddle
3261
  dadgum
3265
  daemon
3266
  daffed
3267
  dafter
3268
+ daftly
3269
  daggas
3270
  dagger
3271
  daggle
3275
  dahoon
3276
  daiker
3277
  daikon
3278
+ daimen
3279
  daimio
3280
  daimon
3281
  daimyo
3285
  dalasi
3286
  daledh
3287
  daleth
3288
+ dalles
3289
  dalton
3290
  damage
3291
  damans
3295
  dammed
3296
  dammer
3297
  dammit
3298
+ damned
3299
  damner
3300
  damped
3301
  dampen
3305
  damson
3306
  danced
3307
  dancer
3308
+ dances
3309
  dander
3310
  dandle
3311
  danged
3315
  danios
3316
  danish
3317
  danker
3318
+ dankly
3319
  daphne
3320
  dapped
3321
  dapper
3325
  darics
3326
  daring
3327
  darked
3328
+ darken
3329
  darker
3330
  darkey
3331
  darkie
3335
  darnel
3336
  darner
3337
  darted
3338
+ darter
3339
  dartle
3340
  dashed
3341
  dasher
3345
  datary
3346
  datcha
3347
  daters
3348
+ dating
3349
  dative
3350
  dattos
3351
  datums
3355
  daubes
3356
  daubry
3357
  daunts
3358
+ dauted
3359
  dautie
3360
  davens
3361
  davies
3365
  dawned
3366
  dawted
3367
  dawtie
3368
+ daybed
3369
  dayfly
3370
  daylit
3371
  dazing
3375
  deader
3376
  deadly
3377
  deafen
3378
+ deafer
3379
  deafly
3380
  deairs
3381
  dealer
3385
  dearly
3386
  dearth
3387
  deasil
3388
+ deaths
3389
  deathy
3390
  deaved
3391
  deaves
3395
  debase
3396
  debate
3397
  debeak
3398
+ debits
3399
  debone
3400
  debris
3401
  debtor
3405
  debyes
3406
  decade
3407
  decafs
3408
+ decals
3409
  decamp
3410
  decane
3411
  decant
3415
  decent
3416
  decern
3417
  decide
3418
+ decile
3419
  decked
3420
  deckel
3421
  decker
3425
  decode
3426
  decors
3427
  decoys
3428
+ decree
3429
  decury
3430
  dedans
3431
  deduce
3435
  deemed
3436
  deepen
3437
  deeper
3438
+ deeply
3439
  deewan
3440
  deface
3441
  defame
3445
  defect
3446
  defend
3447
  defers
3448
+ deffer
3449
  defied
3450
  defier
3451
  defies
3455
  defoam
3456
  defogs
3457
  deform
3458
+ defrag
3459
  defray
3460
  defter
3461
  deftly
3465
  defuze
3466
  degage
3467
  degame
3468
+ degami
3469
  degerm
3470
  degree
3471
  degums
3475
  deiced
3476
  deicer
3477
  deices
3478
+ deific
3479
  deigns
3480
  deisms
3481
  deists
3485
  deking
3486
  dekkos
3487
  delate
3488
+ delays
3489
  delead
3490
  delete
3491
  delfts
3495
  delist
3496
  deltas
3497
  deltic
3498
+ delude
3499
  deluge
3500
  deluxe
3501
  delved
3505
  demark
3506
  demast
3507
  demean
3508
+ dement
3509
  demies
3510
  demise
3511
  demits
3515
  demons
3516
  demote
3517
  demure
3518
+ demurs
3519
  denari
3520
  denars
3521
  denary
3525
  denier
3526
  denies
3527
  denims
3528
+ denned
3529
  denote
3530
  denser
3531
  dental
3535
  denude
3536
  deodar
3537
  depart
3538
+ depend
3539
  deperm
3540
  depict
3541
  deploy
3545
  depots
3546
  depths
3547
  depute
3548
+ deputy
3549
  derail
3550
  derate
3551
  derats
3555
  dermal
3556
  dermas
3557
  dermic
3558
+ dermis
3559
  derris
3560
  desalt
3561
  desand
3565
  desire
3566
  desist
3567
  desman
3568
+ desmid
3569
  desorb
3570
  desoxy
3571
  despot
3575
  detect
3576
  detent
3577
  deters
3578
+ detest
3579
  detick
3580
  detour
3581
  deuced
3585
  devest
3586
  device
3587
  devils
3588
+ devise
3589
  devoid
3590
  devoir
3591
  devons
3595
  dewans
3596
  dewars
3597
  dewier
3598
+ dewily
3599
  dewing
3600
  dewlap
3601
  dewool
3605
  dextro
3606
  dezinc
3607
  dharma
3608
+ dharna
3609
  dhobis
3610
  dholes
3611
  dhooly
3615
  dhurna
3616
  dhutis
3617
  diacid
3618
+ diadem
3619
  dialed
3620
  dialer
3621
  dialog
3625
  diatom
3626
  diazin
3627
  dibbed
3628
+ dibber
3629
  dibble
3630
  dibbuk
3631
  dicast
3632
  dicers
3633
  dicier
3634
  dicing
 
 
 
 
3635
  dicots
3636
  dictum
3637
  didact
3641
  didoes
3642
  dieing
3643
  dienes
3644
+ dieoff
3645
  diesel
3646
  dieses
3647
  diesis
3651
  digamy
3652
  digest
3653
  digged
3654
+ digger
3655
  dights
3656
  digits
3657
  diglot
3661
  diktat
3662
  dilate
3663
  dildoe
3664
+ dildos
3665
  dilled
3666
  dilute
3667
  dimers
3671
  dimout
3672
  dimple
3673
  dimply
3674
+ dimwit
3675
  dinars
3676
  dindle
3677
  dinero
3681
  dinges
3682
  dingey
3683
  dinghy
3684
+ dingle
3685
  dingus
3686
  dining
3687
  dinked
3691
  dinned
3692
  dinner
3693
  dinted
3694
+ diobol
3695
  diodes
3696
  dioecy
3697
  dioxan
3701
  diploe
3702
  dipnet
3703
  dipody
3704
+ dipole
3705
  dipped
3706
  dipper
3707
  dipsas
3711
  dirdum
3712
  direct
3713
  direly
3714
+ direst
3715
  dirges
3716
  dirham
3717
  dirked
3721
  disbar
3722
  disbud
3723
  disced
3724
+ discos
3725
  discus
3726
  diseur
3727
  dished
3731
  dismay
3732
  dismes
3733
  disown
3734
+ dispel
3735
  dissed
3736
  disses
3737
  distal
3741
  dittos
3742
  ditzes
3743
  diuron
3744
+ divans
3745
  divers
3746
  divert
3747
  divest
3751
  divots
3752
  diwans
3753
  dixits
3754
+ dizens
3755
  djebel
3756
  djinni
3757
  djinns
3761
  dobber
3762
  dobbin
3763
  dobies
3764
+ doblas
3765
  doblon
3766
  dobras
3767
  dobros
3771
  docked
3772
  docker
3773
  docket
3774
+ doctor
3775
  dodder
3776
  dodged
3777
  dodgem
3781
  doffed
3782
  doffer
3783
  dogdom
3784
+ dogear
3785
  dogeys
3786
  dogged
3787
  dogger
3791
  dogmas
3792
  dognap
3793
  doiled
3794
+ doings
3795
  doited
3796
  doling
3797
  dollar
3801
  dolmas
3802
  dolmen
3803
  dolors
3804
+ dolour
3805
  domain
3806
  domine
3807
  doming
3808
  domino
3809
  donate
3810
  donees
 
3811
  dongle
3812
  donjon
3813
+ donkey
3814
  donnas
3815
  donned
3816
  donnee
3820
  donzel
3821
  doobie
3822
  doodad
3823
+ doodle
3824
  doodoo
3825
  doofus
3826
  doolee
3830
  doozer
3831
  doozie
3832
  dopant
3833
+ dopers
3834
  dopier
3835
  dopily
3836
  doping
3840
  dormer
3841
  dormie
3842
  dormin
3843
+ dorper
3844
  dorsad
3845
  dorsal
3846
  dorsel
3850
  dosers
3851
  dosing
3852
  dossal
3853
+ dossed
3854
  dossel
3855
  dosser
3856
  dosses
3860
  doters
3861
  dotier
3862
  doting
3863
+ dotted
3864
  dottel
3865
  dotter
3866
  dottle
3867
  double
3868
  doubly
3869
  doubts
 
3870
  doughs
3871
  dought
3872
+ doughy
3873
  doulas
3874
  doumas
3875
  dourah
3879
  doused
3880
  douser
3881
  douses
3882
+ dovens
3883
  dovish
3884
  dowels
3885
  dowers
3889
  downer
3890
  dowsed
3891
  dowser
3892
+ dowses
3893
  doxies
3894
  doyens
3895
  doyley
3899
  dozily
3900
  dozing
3901
  drably
3902
+ drachm
3903
  draffs
3904
  draffy
3905
  drafts
3909
  dragon
3910
  drails
3911
  drains
3912
+ drakes
3913
  dramas
3914
  drawee
3915
  drawer
3916
  drawls
3917
  drawly
3918
+ drayed
3919
  dreads
3920
  dreams
3921
  dreamt
3925
  drecks
3926
  drecky
3927
  dredge
3928
+ dreggy
3929
  dreich
3930
  dreidl
3931
  dreigh
3935
  driers
3936
  driest
3937
  drifts
3938
+ drifty
3939
  drills
3940
  drinks
3941
  drippy
3945
  drives
3946
  drogue
3947
  droids
3948
+ droits
3949
  drolls
3950
  drolly
3951
  dromon
3955
  drongo
3956
  drools
3957
  drooly
3958
+ droops
3959
  droopy
3960
  dropsy
3961
  drosky
3965
  droved
3966
  drover
3967
  droves
3968
+ drownd
3969
  drowns
3970
  drowse
3971
  drowsy
3975
  drumly
3976
  drunks
3977
  drupes
3978
+ druses
3979
  dryads
3980
  dryers
3981
  dryest
3985
  dually
3986
  dubbed
3987
  dubber
3988
+ dubbin
3989
  ducats
3990
  ducked
3991
  ducker
3995
  duddie
3996
  dudeen
3997
  duding
3998
+ dudish
3999
  dueled
4000
  dueler
4001
  duelli
4005
  dueted
4006
  duffel
4007
  duffer
4008
+ duffle
4009
  dugong
4010
  dugout
4011
  duiker
4015
  dulled
4016
  duller
4017
  dulses
4018
+ dumbed
4019
  dumber
4020
  dumbly
4021
  dumbos
4025
  dunams
4026
  dunces
4027
  dunged
4028
+ dunite
4029
  dunked
4030
  dunker
4031
  dunlin
4035
  duolog
4036
  duomos
4037
  dupers
4038
+ dupery
4039
  duping
4040
  duplex
4041
  dupped
4045
  during
4046
  durion
4047
  durned
4048
+ durocs
4049
  durras
4050
  durrie
4051
  durums
4055
  dustup
4056
  duties
4057
  duvets
4058
+ dwarfs
4059
  dweebs
4060
  dweeby
4061
  dwells
4065
  dyadic
4066
  dybbuk
4067
  dyeing
4068
+ dyings
4069
  dyking
4070
  dynamo
4071
  dynast
4075
  dyvour
4076
  eagers
4077
  eagled
4078
+ eagles
4079
  eaglet
4080
  eagres
4081
  earbud
4085
  earned
4086
  earner
4087
  earths
4088
+ earthy
4089
  earwax
4090
  earwig
4091
  easels
4095
  easing
4096
  easter
4097
  eaters
4098
+ eatery
4099
  eating
4100
  ebbets
4101
  ebbing
4105
  ecesis
4106
  echard
4107
  eching
4108
+ echini
4109
  echoed
4110
  echoer
4111
  echoes
4115
  eclats
4116
  ectype
4117
  eczema
4118
+ eddied
4119
  eddies
4120
  eddoes
4121
  edemas
4125
  edgily
4126
  edging
4127
  edible
4128
+ edicts
4129
  ediles
4130
  edited
4131
  editor
4135
  eelier
4136
  eerier
4137
  eerily
4138
+ efface
4139
  effect
4140
  effete
4141
  effigy
4145
  egesta
4146
  egests
4147
  eggars
4148
+ eggcup
4149
  eggers
4150
  egging
4151
  eggnog
4155
  egress
4156
  egrets
4157
  eiders
4158
+ eidola
4159
  eighth
4160
  eights
4161
  eighty
4165
  ejects
4166
  ekuele
4167
  elains
4168
+ elands
4169
  elapid
4170
  elapse
4171
  elated
4175
  elders
4176
  eldest
4177
  elects
4178
+ elegit
4179
  elemis
4180
  eleven
4181
  elevon
4185
  elided
4186
  elides
4187
  elints
4188
+ elites
4189
  elixir
4190
  elmier
4191
  elodea
4195
  eloper
4196
  elopes
4197
  eluant
4198
+ eluate
4199
  eluded
4200
  eluder
4201
  eludes
4205
  eluvia
4206
  elvers
4207
  elvish
4208
+ elytra
4209
  emails
4210
  embalm
4211
  embank
4215
  embeds
4216
  embers
4217
  emblem
4218
+ embody
4219
  emboli
4220
  emboly
4221
  embosk
4225
  embryo
4226
  emceed
4227
  emcees
4228
+ emdash
4229
  emeers
4230
  emends
4231
  emerge
4235
  emetic
4236
  emetin
4237
  emeute
4238
+ emigre
4239
  emmers
4240
  emmets
4241
  emodin
4245
  empale
4246
  empery
4247
  empire
4248
+ employ
4249
  emydes
4250
  enable
4251
  enacts
4255
  enatic
4256
  encage
4257
  encamp
4258
+ encase
4259
  encash
4260
  encina
4261
  encode
4265
  endear
4266
  enders
4267
  ending
4268
+ endite
4269
  endive
4270
  endows
4271
  endrin
4274
  endure
4275
  enduro
4276
  energy
4277
+ enface
4278
  enfold
4279
  engage
4280
  engild
4284
  englut
4285
  engram
4286
  engulf
4287
+ enhalo
4288
  enigma
4289
  enisle
4290
  enjoin
4294
  enmesh
4295
  enmity
4296
  ennead
4297
+ ennuis
4298
  ennuye
4299
  enokis
4300
  enolic
4304
  enrapt
4305
  enrich
4306
  enrobe
4307
+ enroll
4308
  enrols
4309
  enroot
4310
  enserf
4314
  ensued
4315
  ensues
4316
  ensure
4317
+ entail
4318
  entera
4319
  enters
4320
  entice
4324
  entomb
4325
  entrap
4326
  entree
4327
+ enured
4328
  enures
4329
  envied
4330
  envier
4334
  envoys
4335
  enwind
4336
  enwomb
4337
+ enwrap
4338
  enzyme
4339
  enzyms
4340
  eocene
4344
  eonism
4345
  eosine
4346
  eosins
4347
+ epacts
4348
  eparch
4349
  ephahs
4350
  ephebe
4354
  ephors
4355
  epical
4356
  epigon
4357
+ epilog
4358
  epimer
4359
  epizoa
4360
  epochs
4364
  eposes
4365
  equals
4366
  equate
4367
+ equids
4368
  equine
4369
  equips
4370
  equity
4374
  erbium
4375
  erects
4376
  erenow
4377
+ ergate
4378
  ergots
4379
  ericas
4380
  eringo
4384
  eroses
4385
  erotic
4386
  errand
4387
+ errant
4388
  errata
4389
  erring
4390
  errors
4394
  erupts
4395
  ervils
4396
  eryngo
4397
+ escape
4398
  escarp
4399
  escars
4400
  eschar
4404
  escrow
4405
  escudo
4406
  eskars
4407
+ eskers
4408
  espial
4409
  espied
4410
  espies
4414
  estate
4415
  esteem
4416
  esters
4417
+ estops
4418
  estral
4419
  estray
4420
  estrin
4424
  etamin
4425
  etapes
4426
  etched
4427
+ etcher
4428
  etches
4429
  eterne
4430
  ethane
4434
  ethion
4435
  ethnic
4436
  ethnos
4437
+ ethoxy
4438
  ethyls
4439
  ethyne
4440
  etoile
4444
  euchre
4445
  eulogy
4446
  eunuch
4447
+ eupnea
4448
  eureka
4449
  euripi
4450
  euroky
4454
  evades
4455
  evened
4456
  evener
4457
+ evenly
4458
  events
4459
  everts
4460
  evicts
4464
  evited
4465
  evites
4466
  evoked
4467
+ evoker
4468
  evokes
4469
  evolve
4470
  evulse
4474
  exalts
4475
  examen
4476
  exarch
4477
+ exceed
4478
  excels
4479
  except
4480
  excess
4484
  excuse
4485
  exedra
4486
  exempt
4487
+ exequy
4488
  exerts
4489
  exeunt
4490
  exhale
4494
  exiler
4495
  exiles
4496
  exilic
4497
+ exines
4498
  exists
4499
  exited
4500
  exodoi
4504
  exonic
4505
  exonym
4506
  exotic
4507
+ expand
4508
  expats
4509
  expect
4510
  expels
4514
  expiry
4515
  export
4516
  expose
4517
+ exsect
4518
  exsert
4519
  extant
4520
  extend
4524
  extols
4525
  extort
4526
  extras
4527
+ exuded
4528
  exudes
4529
  exults
4530
  exurbs
4534
  eyecup
4535
  eyeful
4536
  eyeing
4537
+ eyelet
4538
  eyelid
4539
  eyries
4540
  fabber
4544
  fabric
4545
  facade
4546
  facers
4547
+ facete
4548
  facets
4549
  faceup
4550
  facial
4551
  facile
4552
  facing
4553
  factor
4554
+ facula
4555
  fadein
4556
  faders
4557
  fading
4563
  faints
4564
  faired
4565
  fairer
4566
+ fairly
4567
  faiths
4568
  fajita
4569
  fakeer
4573
  fakirs
4574
  falces
4575
  falcon
4576
+ fallal
4577
  fallen
4578
  faller
4579
  fallow
4583
  family
4584
  famine
4585
  faming
4586
+ famish
4587
  famous
4588
  famuli
4589
  fandom
4593
  fanged
4594
  fanion
4595
  fanjet
4596
+ fanned
4597
  fanner
4598
  fanons
4599
  fantod
4603
  faquir
4604
  farads
4605
  farced
4606
+ farcer
4607
  farces
4608
  farcie
4609
  farded
4613
  farfel
4614
  farina
4615
  faring
4616
+ farles
4617
  farmed
4618
  farmer
4619
  farrow
4623
  fashed
4624
  fashes
4625
  fasted
4626
+ fasten
4627
  faster
4628
  father
4629
  fathom
4630
  fating
4631
  fatwas
4632
+ faucal
4633
  fauces
4634
  faucet
4635
  faulds
4639
  faunal
4640
  faunas
4641
  fauves
4642
+ favela
4643
  favism
4644
  favors
4645
  favour
4649
  faying
4650
  fazing
4651
  fealty
4652
+ feared
4653
  fearer
4654
  feased
4655
  feases
4667
  feeing
4668
  feeler
4669
  feezed
4670
+ feezes
4671
  feigns
4672
  feijoa
4673
  feints
4677
  felids
4678
  feline
4679
  fellah
4680
+ fellas
4681
  felled
4682
  feller
4683
  felloe
4687
  felsic
4688
  felted
4689
  female
4690
+ femmes
4691
  femora
4692
  femurs
4693
  fenced
4697
  fender
4698
  fennec
4699
  fennel
4700
+ feoffs
4701
  ferals
4702
  ferbam
4703
  feriae
4707
  ferity
4708
  ferlie
4709
  fermis
4710
+ ferrel
4711
  ferret
4712
  ferric
4713
  ferrum
4717
  fervor
4718
  fescue
4719
  fessed
4720
+ fesses
4721
  festal
4722
  fester
4723
  fetial
4727
  fetors
4728
  fetted
4729
  fetter
4730
+ fettle
4731
  feuars
4732
  feudal
4733
  feuded
4737
  feyest
4738
  fezzed
4739
  fezzes
4740
+ fiacre
4741
  fiance
4742
  fiasco
4743
  fibbed
4747
  fibril
4748
  fibrin
4749
  fibula
4750
+ fiches
4751
  fichus
4752
  ficins
4753
  fickle
4757
  fiddly
4758
  fidged
4759
  fidges
4760
+ fidget
4761
  fields
4762
  fiends
4763
  fierce
4767
  fifths
4768
  figged
4769
  fights
4770
+ figure
4771
  filers
4772
  filets
4773
  filial
4777
  filles
4778
  fillet
4779
  fillip
4780
+ fillos
4781
  filmed
4782
  filmer
4783
  filmic
4787
  filths
4788
  filthy
4789
  fimble
4790
+ finale
4791
  finals
4792
  fincas
4793
  finder
4797
  finger
4798
  finial
4799
  fining
4800
+ finish
4801
  finite
4802
  finito
4803
  finked
4807
  fiques
4808
  firers
4809
  firing
4810
+ firkin
4811
  firman
4812
  firmed
4813
  firmer
4817
  fiscal
4818
  fished
4819
  fisher
4820
+ fishes
 
4821
  fistic
4822
  fitchy
4823
  fitful
4826
  fivers
4827
  fixate
4828
  fixers
4829
+ fixing
4830
  fixity
4831
  fixure
4832
  fizgig
4836
  fizzle
4837
  fjelds
4838
  fjords
4839
+ flabby
4840
  flacks
4841
  flacon
4842
  flaggy
4846
  flaked
4847
  flaker
4848
  flakes
4849
+ flakey
4850
  flambe
4851
  flamed
4852
  flamen
4853
  flamer
4854
  flames
4855
  flanes
 
4856
  flanks
4857
  flappy
4858
+ flared
4859
  flares
4860
  flashy
4861
  flasks
4865
  flauta
4866
  flavin
4867
  flavor
4868
+ flawed
4869
  flaxen
4870
  flaxes
4871
  flayed
4875
  flecks
4876
  flecky
4877
  fledge
4878
+ fledgy
4879
  fleece
4880
  fleech
4881
  fleecy
4885
  flense
4886
  fleshy
4887
  fletch
4888
+ fleury
4889
  flexed
4890
  flexes
4891
  flexor
4895
  fliest
4896
  flight
4897
  flimsy
4898
+ flinch
4899
  flings
4900
  flints
4901
  flinty
4905
  flitch
4906
  flited
4907
  flites
4908
+ floats
4909
  floaty
4910
  flocci
4911
  flocks
4915
  flooey
4916
  flooie
4917
  floors
4918
+ floosy
4919
  floozy
4920
  floppy
4921
  florae
4925
  florid
4926
  florin
4927
  flossy
4928
+ flotas
4929
  flours
4930
  floury
4931
  flouts
4935
  fluffs
4936
  fluffy
4937
  fluids
4938
+ fluish
4939
  fluked
4940
  flukes
4941
  flukey
4945
  flunks
4946
  flunky
4947
  fluors
4948
+ flurry
4949
  fluted
4950
  fluter
4951
  flutes
4955
  fluyts
4956
  flyboy
4957
  flybys
4958
+ flyers
4959
  flying
4960
  flyman
4961
  flymen
4965
  flytes
4966
  flyway
4967
  foaled
4968
+ foamed
4969
  foamer
4970
  fobbed
4971
  fodder
4975
  foemen
4976
  foetal
4977
  foetid
4978
+ foetor
4979
  foetus
4980
  fogbow
4981
  fogdog
4985
  fogies
4986
  foible
4987
  foiled
4988
+ foined
4989
  foison
4990
  foists
4991
  folate
4995
  foleys
4996
  foliar
4997
  folios
4998
+ folium
4999
  folkie
5000
  folksy
5001
  folles
5005
  fomite
5006
  fonded
5007
  fonder
5008
+ fondle
5009
  fondly
5010
  fondue
5011
  fondus
5015
  footed
5016
  footer
5017
  footie
5018
+ footle
5019
  footsy
5020
  foozle
5021
  fopped
5025
  forbad
5026
  forbid
5027
  forbye
5028
+ forced
5029
  forcer
5030
  forces
5031
  forded
5035
  forego
5036
  forest
5037
  forgat
5038
+ forged
5039
  forger
5040
  forges
5041
  forget
5045
  forker
5046
  formal
5047
  format
5048
+ formed
5049
  formee
5050
  former
5051
  formes
5055
  fornix
5056
  forrit
5057
  fortes
5058
+ fortis
5059
  forums
5060
  forwhy
5061
  fossae
5065
  foster
5066
  fought
5067
  fouled
5068
+ fouler
5069
  foully
5070
  founds
5071
  founts
5075
  foveas
5076
  fowled
5077
  fowler
5078
+ foxier
5079
  foxily
5080
  foxing
5081
  foyers
5085
  fraena
5086
  frails
5087
  fraise
5088
+ framed
5089
  framer
5090
  frames
5091
  francs
5095
  frauds
5096
  frayed
5097
  frazil
5098
+ freaks
5099
  freaky
5100
  freely
5101
  freers
5105
  frenum
5106
  frenzy
5107
  freres
5108
+ fresco
5109
  fretty
5110
  friars
5111
  friary
5115
  frieze
5116
  friges
5117
  fright
5118
+ frigid
5119
  frijol
5120
  frills
5121
  frilly
5125
  frises
5126
  frisks
5127
  frisky
5128
+ frites
5129
  friths
5130
  fritts
5131
  frivol
5135
  frizzy
5136
  frocks
5137
  froggy
5138
+ frolic
5139
  fronds
5140
  fronts
5141
  frosts
5145
  frouzy
5146
  frowns
5147
  frowst
5148
+ frowsy
5149
  frowzy
5150
  frozen
5151
  frugal
5155
  frumpy
5156
  frusta
5157
  fryers
5158
+ frying
5159
  frypan
5160
  fubbed
5161
  fucoid
5162
  fucose
5163
  fucous
5164
  fuddle
5165
+ fudged
5166
  fudges
5167
  fueled
5168
  fueler
5172
  fugled
5173
  fugles
5174
  fugued
5175
+ fugues
5176
  fuhrer
5177
  fulcra
5178
  fulfil
5182
  fulled
5183
  fuller
5184
  fulmar
5185
+ fumble
5186
  fumers
5187
  fumets
5188
  fumier
5190
  fumuli
5191
  funded
5192
  funder
 
5193
  fundus
5194
+ funest
5195
  fungal
5196
  fungic
5197
  fungus
5201
  funned
5202
  funnel
5203
  funner
5204
+ furane
5205
  furans
5206
  furfur
5207
  furies
5211
  furors
5212
  furred
5213
  furrow
5214
+ furzes
5215
  fusain
5216
  fusees
5217
  fusels
5221
  fusion
5222
  fussed
5223
  fusser
5224
+ fusses
5225
  fustic
5226
  fusuma
5227
  futile
5231
  futzes
5232
  fuzees
5233
  fuzils
5234
+ fuzing
5235
  fuzzed
5236
  fuzzes
5237
  fylfot
5241
  gabber
5242
  gabble
5243
  gabbro
5244
+ gabies
5245
  gabion
5246
  gabled
5247
  gables
5251
  gaddis
5252
  gadfly
5253
  gadget
5254
+ gadids
5255
  gadoid
5256
  gaeing
5257
  gaffed
5261
  gagers
5262
  gagged
5263
  gagger
5264
+ gaggle
5265
  gaging
5266
  gagman
5267
  gagmen
5271
  gainer
5272
  gainly
5273
  gainst
5274
+ gaited
5275
  gaiter
5276
  galago
5277
  galahs
5281
  galena
5282
  galere
5283
  galiot
5284
+ galled
5285
  gallet
5286
  galley
5287
  gallic
5291
  galoot
5292
  galops
5293
  galore
5294
+ galosh
5295
  galyac
5296
  galyak
5297
  gamays
5301
  gambir
5302
  gambit
5303
  gamble
5304
+ gambol
5305
  gamely
5306
  gamers
5307
  gamest
5311
  gamine
5312
  gaming
5313
  gamins
5314
+ gammas
5315
  gammed
5316
  gammer
5317
  gammon
5321
  ganevs
5322
  ganged
5323
  ganger
5324
+ gangly
5325
  gangue
5326
  ganjah
5327
  ganjas
5331
  gantry
5332
  gaoled
5333
  gaoler
5334
+ gapers
5335
  gaping
5336
  gapped
5337
  garage
5341
  gardai
5342
  garden
5343
  garget
5344
+ gargle
5345
  garish
5346
  garlic
5347
  garner
5351
  garret
5352
  garron
5353
  garter
5354
+ garths
5355
  garvey
5356
  gasbag
5357
  gascon
5361
  gasify
5362
  gasket
5363
  gaskin
5364
+ gaslit
5365
  gasman
5366
  gasmen
5367
  gasped
5371
  gasses
5372
  gasted
5373
  gaster
5374
+ gateau
5375
  gaters
5376
  gather
5377
  gating
5381
  gauged
5382
  gauger
5383
  gauges
5384
+ gaults
5385
  gaumed
5386
  gauzes
5387
  gavage
5391
  gawked
5392
  gawker
5393
  gawped
5394
+ gawper
5395
  gawsie
5396
  gayals
 
 
 
5397
  gazabo
5398
  gazars
5399
  gazebo
5400
  gazers
5401
+ gazing
5402
  gazoos
5403
  gazump
5404
  geared
5408
  geeing
5409
  geeked
5410
  geests
5411
+ geezer
5412
  geisha
5413
  gelada
5414
  gelant
5418
  gelcap
5419
  gelded
5420
  gelder
5421
+ gelees
5422
  gelled
5423
  gemmae
5424
  gemmed
5428
  genera
5429
  genets
5430
  geneva
5431
+ genial
5432
  genies
5433
  genips
5434
  genius
5438
  genres
5439
  genros
5440
  gentes
5441
+ gentil
5442
  gentle
5443
  gently
5444
  gentoo
5448
  geoids
5449
  gerahs
5450
  gerbil
5451
+ gerent
5452
  german
5453
  germen
5454
  gerund
5458
  getups
5459
  gewgaw
5460
  geyser
5461
+ gharri
5462
  gharry
5463
  ghauts
5464
  ghazis
5468
  ghosts
5469
  ghosty
5470
  ghouls
5471
+ ghylls
5472
  giants
5473
  giaour
5474
  gibbed
5478
  gibers
5479
  gibing
5480
  giblet
5481
+ gibson
5482
  giddap
5483
  gieing
5484
  gifted
5488
  giggly
5489
  giglet
5490
  giglot
5491
+ gigolo
5492
  gigots
5493
  gigues
5494
  gilded
5498
  gillie
5499
  gimbal
5500
  gimels
5501
+ gimlet
5502
  gimmal
5503
  gimmes
5504
  gimmie
5508
  gingko
5509
  ginkgo
5510
  ginned
5511
+ ginner
5512
  gipons
5513
  gipped
5514
  gipper
5518
  girlie
5519
  girned
5520
  girons
5521
+ girted
5522
  girths
5523
  gismos
5524
  gitano
5528
  givers
5529
  giving
5530
  gizmos
5531
+ glaces
5532
  glacis
5533
  glades
5534
  gladly
5538
  glaive
5539
  glamor
5540
  glance
5541
+ glands
5542
  glared
5543
  glares
5544
  glassy
5548
  gleams
5549
  gleamy
5550
  gleans
5551
+ glebae
5552
  glebes
5553
  gledes
5554
  gleeds
5558
  glegly
5559
  gleyed
5560
  glibly
5561
+ glided
5562
  glider
5563
  glides
5564
  gliffs
5568
  glinty
5569
  glioma
5570
  glitch
5571
+ glitzy
5572
  gloams
5573
  gloats
5574
  global
5578
  globin
5579
  gloggs
5580
  glomus
5581
+ glooms
5582
  gloomy
5583
  gloppy
5584
  gloria
5588
  glouts
5589
  gloved
5590
  glover
5591
+ gloves
5592
  glowed
5593
  glower
5594
  glozed
5598
  gluier
5599
  gluily
5600
  gluing
5601
+ glumes
5602
  glumly
5603
  glumpy
5604
  glunch
5608
  glutes
5609
  glycan
5610
  glycin
5611
+ glycol
5612
  glycyl
5613
  glyphs
5614
  gnarls
5618
  gnawed
5619
  gnawer
5620
  gneiss
5621
+ gnomes
5622
  gnomic
5623
  gnomon
5624
  gnoses
5628
  goalie
5629
  goanna
5630
  goatee
5631
+ gobang
5632
  gobans
5633
  gobbed
5634
  gobbet
5638
  goblin
5639
  goboes
5640
  gobony
 
 
5641
  godets
5642
  godown
5643
  godson
 
5644
  gofers
5645
  goffer
5646
  goggle
5647
  goggly
5648
+ goglet
5649
  goings
 
 
5650
  golden
5651
  golder
5652
  golems
5653
  golfed
5654
  golfer
5655
  golosh
5656
+ gombos
5657
  gomers
5658
  gomuti
5659
  gonefs
5662
  goniff
5663
  gonifs
5664
  gonion
5665
+ gonium
5666
  gonofs
5667
  gonoph
5668
  goodby
5671
  goofed
5672
  googly
5673
  googol
5674
+ gooier
5675
  gooney
5676
  goonie
5677
  gooral
5681
  gopher
5682
  gorals
5683
  gorged
5684
+ gorger
5685
  gorges
5686
  gorget
5687
  gorgon
5691
  goring
5692
  gormed
5693
  gorses
5694
+ gospel
5695
  gossan
5696
  gossip
5697
  gotcha
5701
  gouger
5702
  gouges
5703
  gourde
5704
+ gourds
5705
  govern
5706
  gowans
5707
  gowany
5711
  grabby
5712
  graben
5713
  graced
5714
+ graces
5715
  graded
5716
  grader
5717
  grades
5721
  graham
5722
  grails
5723
  grains
5724
+ grainy
5725
  gramas
5726
  gramma
5727
  gramme
5731
  grange
5732
  granny
5733
  grants
5734
+ granum
5735
  grapes
5736
  grapey
5737
  graphs
5741
  grated
5742
  grater
5743
  grates
5744
+ gratin
5745
  gratis
5746
  graved
5747
  gravel
5751
  gravid
5752
  grayed
5753
  grayer
5754
+ grayly
5755
  grazed
5756
  grazer
5757
  grazes
5761
  greave
5762
  grebes
5763
  greeds
5764
+ greedy
5765
  greens
5766
  greeny
5767
  greets
5771
  greyed
5772
  greyer
5773
  greyly
5774
+ grided
5775
  grides
5776
  griefs
5777
  grieve
5781
  grigri
5782
  grille
5783
  grills
5784
+ grilse
5785
  grimed
5786
  grimes
5787
  grimly
5791
  gringo
5792
  griots
5793
  griped
5794
+ griper
5795
  gripes
5796
  gripey
5797
  grippe
5801
  grists
5802
  griths
5803
  gritty
5804
+ grivet
5805
  groans
5806
  groats
5807
  grocer
5808
  groggy
 
5809
  grooms
5810
  groove
5811
  groovy
5812
  groped
5813
+ groper
5814
  gropes
5815
  grosze
5816
  groszy
5820
  ground
5821
  groups
5822
  grouse
5823
+ grouts
5824
  grouty
5825
  groved
5826
  grovel
5830
  growly
5831
  growth
5832
  groyne
5833
+ grubby
5834
  grudge
5835
  gruels
5836
  gruffs
5840
  grumps
5841
  grumpy
5842
  grunge
5843
+ grungy
5844
  grunts
5845
  grutch
5846
  guacos
5850
  guanos
5851
  guards
5852
  guavas
5853
+ guenon
5854
  guests
5855
  guffaw
5856
  guggle
5860
  guides
5861
  guidon
5862
  guilds
5863
+ guiled
5864
  guiles
5865
  guilts
5866
  guilty
5870
  guised
5871
  guises
5872
  guitar
5873
+ gulags
5874
  gulden
5875
  gulfed
5876
  gulled
5880
  gulper
5881
  gumbos
5882
  gummas
5883
+ gummed
5884
  gummer
5885
  gundog
5886
  gunite
5890
  gunnel
5891
  gunnen
5892
  gunner
5893
+ gunsel
5894
  gurged
5895
  gurges
5896
  gurgle
5900
  gusher
5901
  gushes
5902
  gusset
5903
+ gussie
5904
  gusted
5905
  guttae
5906
  gutted
5910
  guyots
5911
  guzzle
5912
  gweduc
5913
+ gybing
5914
  gyozas
5915
  gypped
5916
  gypper
5920
  gyrene
5921
  gyring
5922
  gyrons
5923
+ gyrose
5924
  gyttja
5925
  gyving
5926
  habile
5929
  haceks
5930
  hacked
5931
  hackee
5932
+ hackie
 
5933
  hackle
5934
  hackly
5935
  hading
5939
  hadjis
5940
  hadron
5941
  haeing
5942
+ haemal
5943
  haemic
5944
  haemin
5945
  haeres
5949
  hafter
5950
  hagbut
5951
  hagdon
5952
+ hagged
5953
  haggis
5954
  haggle
5955
  haikus
5959
  hairdo
5960
  haired
5961
  hajjes
5962
+ hajjis
5963
  hakeem
5964
  hakims
5965
  halala
5969
  halest
5970
  halide
5971
  halids
5972
+ haling
5973
  halite
5974
  hallah
5975
  hallal
5979
  hallos
5980
  hallot
5981
  hallow
5982
+ hallux
5983
  halmas
5984
  haloed
5985
  haloes
5989
  halter
5990
  halutz
5991
  halvah
5992
+ halvas
5993
  halved
5994
  halves
5995
  hamada
5999
  hamlet
6000
  hammal
6001
  hammam
6002
+ hammed
6003
  hammer
6004
  hamper
6005
  hamuli
6009
  handax
6010
  handed
6011
  hander
6012
+ handle
6013
  hangar
 
6014
  hanger
6015
  hangul
6016
  hangup
6018
  hanked
6019
  hanker
6020
  hankie
6021
+ hansas
6022
  hansel
6023
  hanses
6024
  hansom
6037
  harems
6038
  haring
6039
  harked
6040
+ harken
6041
  harlot
6042
  harmed
6043
  harmer
6047
  harpin
6048
  harrow
6049
  hartal
6050
+ hashed
6051
  hashes
6052
  haslet
6053
  hasped
6057
  hasten
6058
  hastes
6059
  hatbox
6060
+ haters
6061
  hatful
6062
  hating
6063
  hatpin
6067
  haughs
6068
  hauled
6069
  hauler
6070
+ haulms
6071
  haulmy
6072
  haunch
6073
  haunts
6077
  having
6078
  havior
6079
  havocs
6080
+ hawala
6081
  hawing
6082
  hawked
6083
  hawker
6087
  hawses
6088
  hayers
6089
  haying
6090
+ haymow
6091
  hazans
6092
  hazard
6093
  hazels
6097
  hazing
6098
  hazmat
6099
  hazzan
6100
+ headed
6101
  header
6102
  healed
6103
  healer
6107
  hearer
6108
  hearse
6109
  hearth
6110
+ hearts
6111
  hearty
6112
  heated
6113
  heater
6117
  heaved
6118
  heaven
6119
  heaver
6120
+ heaves
6121
  heckle
6122
  hectic
6123
  hector
6127
  hedger
6128
  hedges
6129
  heeded
6130
+ heeder
6131
  heehaw
6132
  heeled
6133
  heeler
6137
  hefter
6138
  hegari
6139
  hegira
6140
+ heifer
6141
  height
6142
  heiled
6143
  heinie
6147
  hejira
6148
  heliac
6149
  helios
6150
+ helium
6151
  helled
6152
  heller
6153
  hellos
6157
  helped
6158
  helper
6159
  helved
6160
+ helves
6161
  hemins
6162
  hemmed
6163
  hemmer
6167
  henbit
6168
  henges
6169
  henley
6170
+ hennas
6171
  henrys
6172
  hented
6173
  hepcat
6177
  herbal
6178
  herbed
6179
  herded
6180
+ herder
6181
  herdic
6182
  hereat
6183
  hereby
6187
  heresy
6188
  hereto
6189
  heriot
6190
+ hermae
6191
  hermai
6192
  hermit
6193
  hernia
6194
  heroes
6195
  heroic
 
6196
  herons
6197
  herpes
6198
  hetero
6199
+ hetman
6200
  heuchs
6201
  heughs
6202
  hewers
6206
  hexane
6207
  hexers
6208
  hexing
6209
+ hexone
6210
  hexose
6211
  hexyls
6212
  heyday
6216
  hiccup
6217
  hickey
6218
  hickie
6219
+ hidden
6220
  hiders
6221
  hiding
6222
  hieing
6226
  highly
6227
  highth
6228
  hights
6229
+ hijabs
6230
  hijack
6231
  hijrah
6232
  hijras
6236
  hiller
6237
  hilloa
6238
  hillos
6239
+ hilted
6240
  hinder
6241
  hinged
6242
  hinger
6245
  hinter
6246
  hipped
6247
  hipper
6248
+ hippos
 
6249
  hirees
6250
  hirers
6251
  hiring
6255
  hispid
6256
  hissed
6257
  hisser
6258
+ hisses
6259
  histed
6260
  hither
6261
  hitman
6265
  hoagie
6266
  hoards
6267
  hoarse
6268
+ hoaxed
6269
  hoaxer
6270
  hoaxes
6271
  hobbed
6275
  hobnob
6276
  hoboed
6277
  hoboes
6278
+ hocked
6279
  hocker
6280
  hockey
6281
  hodads
6285
  hogans
6286
  hogged
6287
  hogger
6288
+ hogget
6289
  hognut
6290
  hogtie
6291
  hoicks
6295
  hoists
6296
  hokier
6297
  hokily
6298
+ hoking
6299
  hokums
6300
  holard
6301
  holden
6305
  holies
6306
  holily
6307
  holing
6308
+ holism
6309
  holist
6310
  holked
6311
  hollas
6315
  hollos
6316
  hollow
6317
  holmic
6318
+ holpen
6319
  homage
6320
  hombre
6321
  homely
6322
  homers
 
 
 
6323
  homily
6324
  homing
6325
+ hominy
6326
  hommos
6327
  honans
6328
  honcho
6330
  hondle
6331
  honers
6332
  honest
 
6333
  honied
6334
+ honing
6335
  honked
6336
  honker
 
 
6337
  honors
6338
  honour
6339
  hooded
 
6340
  hoodoo
6341
+ hooeys
6342
  hoofed
6343
  hoofer
 
 
6344
  hooked
 
6345
  hookey
6346
  hookup
6347
  hoolie
6348
+ hooped
6349
  hooper
6350
  hoopla
6351
  hoopoe
6355
  hootch
6356
  hooted
6357
  hooter
6358
+ hooved
6359
  hoover
6360
  hooves
6361
  hopers
6365
  hopple
6366
  horahs
6367
  horary
6368
+ horded
6369
  hordes
6370
  horned
6371
  hornet
6375
  horses
6376
  horsey
6377
  horste
6378
+ horsts
6379
  hosels
6380
  hosers
6381
  hoseys
6385
  hosted
6386
  hostel
6387
  hostly
6388
+ hotbed
6389
  hotbox
6390
  hotdog
6391
  hotels
6395
  hottie
6396
  houdah
6397
  hounds
6398
+ houris
6399
  hourly
6400
  housed
6401
  housel
6405
  hovers
6406
  howdah
6407
  howdie
6408
+ howffs
6409
  howked
6410
  howled
6411
  howler
6415
  hryvna
6416
  hubbly
6417
  hubbub
6418
+ hubcap
6419
  hubris
6420
  huckle
6421
  huddle
6425
  hugged
6426
  hugger
6427
  huipil
6428
+ hulked
6429
  hulled
6430
  huller
6431
  hulloa
6435
  humans
6436
  humate
6437
  humble
6438
+ humbly
6439
  humbug
6440
  humeri
6441
  hummed
6445
  humour
6446
  humped
6447
  humper
6448
+ humphs
6449
  humvee
6450
  hunger
6451
  hungry
6455
  hunted
6456
  hunter
6457
  huppah
6458
+ hurdle
6459
  hurled
6460
  hurler
6461
  hurley
6465
  hurter
6466
  hurtle
6467
  hushed
6468
+ hushes
6469
  husked
6470
  husker
6471
  hussar
6475
  huzzah
6476
  huzzas
6477
  hyaena
6478
+ hyalin
6479
  hybrid
6480
  hybris
6481
  hydrae
6485
  hydrid
6486
  hydros
6487
  hyenas
6488
+ hyenic
6489
  hyetal
6490
  hymens
6491
  hymnal
6495
  hyphae
6496
  hyphal
6497
  hyphen
6498
+ hyping
6499
  hypnic
6500
  hypoed
6501
  hysons
6505
  iatric
6506
  ibexes
6507
  ibices
6508
+ ibidem
6509
  ibises
6510
  icebox
6511
  icecap
6515
  icicle
6516
  iciest
6517
  icings
6518
+ ickers
6519
  ickier
6520
  ickily
6521
  icones
6525
  idiocy
6526
  idioms
6527
  idiots
6528
+ idlers
6529
  idlest
6530
  idling
6531
  idylls
6535
  ignify
6536
  ignite
6537
  ignore
6538
+ iguana
6539
  ihrams
6540
  ilexes
6541
  iliads
6545
  illume
6546
  imaged
6547
  imager
6548
+ images
6549
  imagos
6550
  imaret
6551
  imaums
6555
  imbibe
6556
  imbody
6557
  imbrue
6558
+ imbued
6559
  imbues
6560
  imides
6561
  imidic
6565
  immies
6566
  immune
6567
  immure
6568
+ impact
6569
  impair
6570
  impala
6571
  impale
6575
  impede
6576
  impels
6577
  impend
6578
+ imphee
6579
  imping
6580
  impish
6581
  impled
6585
  impost
6586
  improv
6587
  impugn
6588
+ impure
6589
  impute
6590
  inaner
6591
  inanes
6595
  inbred
6596
  incage
6597
  incant
6598
+ incase
6599
  incent
6600
  incept
6601
  incest
6605
  incise
6606
  incite
6607
  inclip
6608
+ incogs
6609
  income
6610
  incony
6611
  incubi
6615
  indaba
6616
  indeed
6617
  indene
6618
+ indent
6619
  indict
6620
  indies
6621
  indign
6625
  indole
6626
  indols
6627
  indoor
6628
+ indows
6629
  indris
6630
  induce
6631
  induct
6635
  inerts
6636
  infall
6637
  infamy
6638
+ infant
6639
  infare
6640
  infect
6641
  infers
6645
  inflow
6646
  influx
6647
  infold
6648
+ inform
6649
  infuse
6650
  ingate
6651
  ingest
6655
  inhale
6656
  inhaul
6657
  inhere
6658
+ inhume
6659
  inions
6660
  inject
6661
  injure
6665
  inking
6666
  inkjet
6667
  inkles
6668
+ inkpot
6669
  inlace
6670
  inlaid
6671
  inland
6675
  inmate
6676
  inmesh
6677
  inmost
6678
+ innage
6679
  innate
6680
  inners
6681
  inning
6685
  inruns
6686
  inrush
6687
  insane
6688
+ inseam
6689
  insect
6690
  insert
6691
  insets
6695
  insoul
6696
  inspan
6697
  instal
6698
+ instar
6699
  instep
6700
  instil
6701
  insult
6705
  intend
6706
  intent
6707
  intern
6708
+ inters
6709
  intima
6710
  intime
6711
  intine
6715
  intown
6716
  intron
6717
  intros
6718
+ intuit
6719
  inturn
6720
  inulin
6721
  inured
6725
  invars
6726
  invent
6727
  invert
6728
+ invest
6729
  invite
6730
  invoke
6731
  inwall
6735
  inwrap
6736
  iodate
6737
  iodide
6738
+ iodids
6739
  iodine
6740
  iodins
6741
  iodise
6745
  iolite
6746
  ionics
6747
  ionise
6748
+ ionium
6749
  ionize
6750
  ionone
6751
  ipecac
6755
  irenic
6756
  irides
6757
  iridic
6758
+ irised
6759
  irises
6760
  iritic
6761
  iritis
6765
  ironer
6766
  irones
6767
  ironic
6768
+ irreal
6769
  irrupt
6770
  isatin
6771
  ischia
6775
  isobar
6776
  isogon
6777
  isohel
6778
+ isolog
6779
  isomer
6780
  isopod
6781
  isseis
6785
  isthmi
6786
  istles
6787
  italic
6788
+ itched
6789
  itches
6790
  itemed
6791
  iterum
6795
  ixtles
6796
  izzard
6797
  jabbed
6798
+ jabber
6799
  jabiru
6800
  jabots
6801
  jacals
6805
  jacker
6806
  jacket
6807
  jading
6808
+ jadish
6809
  jaeger
6810
  jagers
6811
  jagged
6815
  jailed
6816
  jailer
6817
  jailor
6818
+ jalaps
6819
  jalops
6820
  jalopy
6821
  jambed
6825
  jangle
6826
  jangly
6827
  japans
6828
+ japers
6829
  japery
6830
  japing
6831
  jarful
6835
  jarred
6836
  jarvey
6837
  jasmin
6838
+ jasper
6839
  jassid
6840
  jauked
6841
  jaunce
6845
  jawans
6846
  jawing
6847
  jaygee
6848
+ jayvee
6849
  jazzbo
6850
  jazzed
6851
  jazzer
6855
  jeeing
6856
  jeeped
6857
  jeered
6858
+ jeerer
6859
  jehads
6860
  jejuna
6861
  jejune
6865
  jerboa
6866
  jereed
6867
  jerids
6868
+ jerked
 
 
6869
  jerrid
6870
  jersey
6871
  jessed
6873
  jested
6874
  jester
6875
  jesuit
6876
+ jetlag
6877
  jetons
6878
  jetsam
6879
  jetsom
6881
  jetton
6882
  jetway
6883
  jewels
 
6884
  jezail
6885
+ jibbed
6886
  jibber
6887
  jibers
6888
  jibing
6892
  jiggle
6893
  jiggly
6894
  jigsaw
6895
+ jihads
6896
  jilted
6897
  jilter
6898
  jiminy
6902
  jingal
6903
  jingko
6904
  jingle
6905
+ jingly
6906
  jinked
6907
  jinker
6908
  jinnee
6909
  jinnis
 
 
6910
  jitney
6911
  jitter
6912
  jivers
6913
+ jivier
6914
  jiving
6915
  jnanas
6916
  jobbed
6920
  jocose
6921
  jocund
6922
  jogged
6923
+ jogger
6924
  joggle
6925
  johnny
6926
  joined
6930
  jojoba
6931
  jokers
6932
  jokier
6933
+ jokily
6934
  joking
6935
  jolted
6936
  jolter
6940
  joseph
6941
  joshed
6942
  josher
6943
+ joshes
6944
  josses
6945
  jostle
6946
  jotted
6950
  joules
6951
  jounce
6952
  jouncy
6953
+ journo
6954
  jousts
6955
  jovial
6956
  jowars
6960
  joying
6961
  joyous
6962
  joypop
6963
+ jubbah
6964
  jubhah
6965
  jubile
6966
  judder
6970
  judoka
6971
  jugate
6972
  jugful
6973
+ jugged
6974
  juggle
6975
  jugula
6976
  jugums
6980
  jujube
6981
  juking
6982
  juleps
6983
+ jumbal
6984
  jumble
6985
  jumbos
6986
  jumped
6990
  jungly
6991
  junior
6992
  junked
6993
+ junker
6994
  junket
 
6995
  juntas
6996
  juntos
6997
  jupons
6999
  jurats
7000
  jurels
7001
  juried
7002
+ juries
7003
  jurist
7004
  jurors
7005
  justed
7009
  jutted
7010
  kababs
7011
  kabaka
7012
+ kabala
7013
  kabars
7014
  kabaya
7015
  kabiki
7019
  kafirs
7020
  kaftan
7021
  kahuna
7022
+ kaiaks
7023
  kainit
7024
  kaiser
7025
  kakapo
7029
  kaliph
7030
  kalium
7031
  kalmia
7032
+ kalong
7033
  kalpac
7034
  kalpak
7035
  kalpas
7039
  kanaka
7040
  kanban
7041
  kanjis
7042
+ kantar
7043
  kanzus
7044
  kaolin
7045
  kaonic
7049
  karate
7050
  karats
7051
  karmas
7052
+ karmic
7053
  karoos
7054
  kaross
7055
  karroo
7059
  kasher
7060
  kation
7061
  kauris
7062
+ kavass
7063
  kayaks
7064
  kayles
7065
  kayoed
7069
  kebars
7070
  kebbie
7071
  keblah
7072
+ kebobs
7073
  kecked
7074
  keckle
7075
  keddah
7079
  keeled
7080
  keened
7081
  keener
7082
+ keenly
7083
  keeper
7084
  keeves
7085
  kefirs
7089
  keleps
7090
  kelims
7091
  keloid
7092
+ kelped
7093
  kelpie
7094
  kelson
7095
  kelter
7099
  kenned
7100
  kennel
7101
  kentes
7102
+ kepped
7103
  keppen
7104
  kerbed
7105
  kerfed
7109
  kernel
7110
  kernes
7111
  kerria
7112
+ kersey
7113
  ketene
7114
  ketols
7115
  ketone
7119
  kevils
7120
  kewpie
7121
  keying
7122
+ keypad
7123
  keypal
7124
  keyset
7125
  keyway
7129
  khaphs
7130
  khazen
7131
  khedah
7132
+ khedas
7133
  kheths
7134
  khoums
7135
  kiangs
7139
  kibbis
7140
  kibble
7141
  kibeis
7142
+ kibitz
7143
  kiblah
7144
  kiblas
7145
  kibosh
7149
  kidded
7150
  kidder
7151
  kiddie
7152
+ kiddos
7153
  kidnap
7154
  kidney
7155
  kidvid
7159
  killie
7160
  kilned
7161
  kilted
7162
+ kilter
7163
  kiltie
7164
  kimchi
7165
  kimono
7169
  kindle
7170
  kindly
7171
  kinema
7172
+ kinged
7173
  kingly
7174
  kinins
7175
  kinked
7179
  kipper
7180
  kirned
7181
  kirsch
7182
+ kirtle
7183
  kishka
7184
  kishke
7185
  kismat
7189
  kisses
7190
  kitbag
7191
  kiters
7192
+ kithed
7193
  kithes
7194
  kiting
7195
  kitsch
7199
  kittle
7200
  klatch
7201
  klaxon
7202
+ klepht
7203
  klepto
7204
  klicks
7205
  klongs
7209
  kluged
7210
  kluges
7211
  klutzy
7212
+ knacks
7213
  knarry
7214
  knaurs
7215
  knaves
7219
  kneels
7220
  knells
7221
  knifed
7222
+ knifer
7223
  knifes
7224
  knight
7225
  knives
7229
  knolly
7230
  knosps
7231
  knotty
7232
+ knouts
7233
  knower
7234
  knowns
7235
  knubby
7239
  kobold
7240
  koines
7241
  kolhoz
7242
+ kolkoz
7243
  kombus
7244
  konked
7245
  koodoo
7249
  kopjes
7250
  koppas
7251
  koppie
7252
+ korats
7253
  kormas
7254
  koruna
7255
  koruny
7259
  koumys
7260
  kouroi
7261
  kouros
7262
+ kousso
7263
  kowtow
7264
  kraals
7265
  krafts
7269
  krauts
7270
  kreeps
7271
  krewes
7272
+ krills
7273
  krises
7274
  kronen
7275
  kroner
7279
  kroons
7280
  krubis
7281
  krubut
7282
+ kuchen
7283
  kudzus
7284
  kugels
7285
  kukris
7289
  kumiss
7290
  kummel
7291
  kurgan
7292
+ kurtas
7293
  kussos
7294
  kuvasz
7295
  kvases
7299
  kwanza
7300
  kyacks
7301
  kybosh
7302
+ kyries
7303
  kythed
7304
  kythes
7305
  laager
7306
  labara
7307
  labels
 
7308
  labile
7309
  labium
7310
  labors
7311
+ labour
7312
  labret
7313
  labrum
7314
  lacers
7318
  lacing
7319
  lacked
7320
  lacker
7321
+ lackey
7322
  lactam
7323
  lactic
7324
  lacuna
7328
  ladens
7329
  laders
7330
  ladies
7331
+ lading
7332
  ladino
7333
  ladled
7334
  ladler
7338
  lagend
7339
  lagers
7340
  lagged
7341
+ lagger
7342
  lagoon
7343
  laguna
7344
  lagune
7348
  laighs
7349
  lairds
7350
  laired
7351
+ lakers
7352
  lakier
7353
  laking
7354
  lallan
7358
  lamber
7359
  lambie
7360
  lamedh
7361
+ lameds
7362
  lamely
7363
  lament
7364
  lamest
7368
  laming
7369
  lammed
7370
  lampad
7371
+ lampas
7372
  lamped
7373
  lanais
7374
  lanate
7378
  lancet
7379
  landau
7380
  landed
7381
+ lander
7382
  lanely
7383
  langue
7384
  langur
7388
  lanose
7389
  lanugo
7390
  laogai
7391
+ lapdog
7392
  lapels
7393
  lapful
7394
  lapins
7398
  lapsed
7399
  lapser
7400
  lapses
7401
+ lapsus
7402
  laptop
7403
  larded
7404
  larder
7408
  larges
7409
  largos
7410
  lariat
7411
+ larine
7412
  larked
7413
  larker
7414
  larrup
7418
  larvas
7419
  larynx
7420
  lascar
7421
+ lasers
7422
  lashed
7423
  lasher
7424
  lashes
7428
  lassis
7429
  lassos
7430
  lasted
7431
+ laster
7432
  lastly
7433
  lateen
7434
  lately
7438
  lathed
7439
  lather
7440
  lathes
7441
+ lathis
7442
  latigo
7443
  latina
7444
  latino
7448
  latten
7449
  latter
7450
  lattes
7451
+ lattin
7452
  lauans
7453
  lauded
7454
  lauder
7458
  laurae
7459
  lauras
7460
  laurel
7461
+ lavabo
7462
  lavage
7463
  lavash
7464
  laveer
7468
  lawful
7469
  lawine
7470
  lawing
7471
+ lawman
7472
  lawmen
7473
  lawyer
7474
  laxest
7478
  layins
7479
  layman
7480
  laymen
7481
+ layoff
7482
  layout
7483
  layups
7484
  lazars
7488
  lazily
7489
  lazing
7490
  lazuli
7491
+ leachy
7492
  leaded
7493
  leaden
7494
  leader
7498
  leaker
7499
  leally
7500
  lealty
7501
+ leaned
7502
  leaner
7503
  leanly
7504
  leaped
7508
  leased
7509
  leaser
7510
  leases
7511
+ leasts
7512
  leaved
7513
  leaven
7514
  leaver
7518
  lecher
7519
  leches
7520
  lechwe
7521
+ lectin
7522
  lector
7523
  ledger
7524
  ledges
7528
  legacy
7529
  legals
7530
  legate
7531
+ legato
7532
  legend
7533
  legers
7534
  legged
7538
  legits
7539
  legman
7540
  legmen
7541
+ legong
7542
  legume
7543
  lehuas
7544
  lekked
7548
  lemons
7549
  lemony
7550
  lemurs
7551
+ lender
7552
  length
7553
  lenite
7554
  lenity
7558
  lentic
7559
  lentil
7560
  lentos
7561
+ leones
7562
  lepers
7563
  leptin
7564
  lepton
 
7565
  lesion
7566
  lessee
7567
  lessen
7568
  lesser
7569
  lesson
7570
+ lessor
7571
  lethal
7572
  lethes
7573
  letted
7577
  leudes
7578
  leukon
7579
  levant
7580
+ leveed
7581
  levees
7582
  levels
7583
  levers
7587
  levins
7588
  levity
7589
  lewder
7590
+ lewdly
7591
  lexeme
7592
  lexica
7593
  lezzes
7597
  lianas
7598
  lianes
7599
  liangs
7600
+ liards
7601
  libber
7602
  libels
7603
  libers
7607
  libras
7608
  lichee
7609
  lichen
7610
+ liches
7611
  lichis
7612
  lichts
7613
  licked
7617
  lidded
7618
  lieder
7619
  liefer
7620
+ liefly
7621
  lieges
7622
  lienal
7623
  lierne
7627
  lifter
7628
  ligand
7629
  ligans
7630
+ ligase
7631
  ligate
7632
  ligers
7633
  lights
7637
  ligule
7638
  ligure
7639
  likely
7640
+ likens
7641
  likers
7642
  likest
7643
  liking
7647
  lilies
7648
  lilted
7649
  limans
7650
+ limbas
7651
  limbed
7652
  limber
7653
  limbic
7657
  limeys
7658
  limier
7659
  limina
7660
+ liming
7661
  limits
7662
  limmer
7663
  limned
7667
  limped
7668
  limper
7669
  limpet
7670
+ limpid
7671
  limply
7672
  limpsy
7673
  limuli
7677
  lineal
7678
  linear
7679
  linens
7680
+ lineny
7681
  liners
7682
  lineup
7683
  lingam
7687
  linier
7688
  lining
7689
  linins
7690
+ linked
7691
  linker
7692
  linkup
7693
  linnet
7697
  linter
7698
  lintol
7699
  linums
7700
+ lipase
7701
  lipide
7702
  lipids
7703
  lipins
7707
  lippen
7708
  lipper
7709
  liquid
7710
+ liquor
7711
  liroth
7712
  lisles
7713
  lisped
7717
  listee
7718
  listel
7719
  listen
7720
+ lister
7721
  litany
7722
  litchi
7723
  liters
7727
  lithos
7728
  litmus
7729
  litres
7730
+ litten
7731
  litter
7732
  little
7733
  lively
7737
  livest
7738
  livier
7739
  living
7740
+ livres
7741
  livyer
7742
  lizard
7743
  llamas
7747
  loafed
7748
  loafer
7749
  loamed
7750
+ loaned
7751
  loaner
7752
  loathe
7753
  loaves
7757
  lobule
7758
  locale
7759
  locals
7760
+ locate
7761
  lochan
7762
  lochia
7763
  locked
7767
  locoed
7768
  locoes
7769
  locule
7770
+ loculi
7771
  locums
7772
  locust
7773
  lodens
7777
  lofted
7778
  lofter
7779
  logans
7780
+ logged
7781
  logger
7782
  loggia
7783
  loggie
7787
  logins
7788
  logion
7789
  logjam
7790
+ logons
7791
  logway
7792
  loided
7793
  loiter
7797
  lomein
7798
  loment
7799
  lonely
7800
+ loners
7801
  longan
7802
  longed
7803
  longer
7807
  loofah
7808
  loofas
7809
  looies
7810
+ looing
7811
  looked
7812
  looker
7813
  lookup
7814
  loomed
 
 
7815
  looped
7816
  looper
7817
  loosed
7818
+ loosen
7819
  looser
7820
  looses
7821
  looted
7825
  lopped
7826
  lopper
7827
  loquat
7828
+ lorans
7829
  lorded
7830
  lordly
7831
  loreal
7835
  losers
7836
  losing
7837
  losses
7838
+ lotahs
7839
  lotion
7840
  lotted
7841
  lotter
7845
  louden
7846
  louder
7847
  loudly
7848
+ loughs
7849
  louies
7850
  loumas
7851
  lounge
7855
  loupes
7856
  loured
7857
  loused
7858
+ louses
7859
  louted
7860
  louver
7861
  louvre
7865
  lovers
7866
  loving
7867
  lowboy
7868
+ lowers
7869
  lowery
7870
  lowest
7871
  lowing
7875
  lubing
7876
  lubric
7877
  lucent
7878
+ lucern
7879
  lucite
7880
  lucked
7881
  luckie
7885
  luffed
7886
  lugers
7887
  lugged
7888
+ lugger
7889
  luggie
7890
  luging
7891
  lulled
7895
  lumens
7896
  lumina
7897
  lummox
7898
+ lumped
7899
  lumpen
7900
  lumper
7901
  lunacy
7905
  lungan
7906
  lunged
7907
  lungee
7908
+ lunger
7909
  lunges
7910
  lungis
7911
  lungyi
7915
  lunted
7916
  lunula
7917
  lunule
7918
+ lupine
7919
  lupins
7920
  lupous
7921
  lurdan
7925
  lurker
7926
  lushed
7927
  lusher
7928
+ lushes
7929
  lushly
7930
  lusted
7931
  luster
7935
  lutein
7936
  luteum
7937
  luting
7938
+ lutist
7939
  lutzes
7940
  luxate
7941
  luxury
7945
  lychee
7946
  lyches
7947
  lycras
7948
+ lyings
7949
  lymphs
7950
  lynxes
7951
  lyrate
7955
  lysate
7956
  lysine
7957
  lysing
7958
+ lysins
7959
  lyssas
7960
  lyttae
7961
  lyttas
7965
  maches
7966
  machos
7967
  macing
7968
+ mackle
7969
  macled
7970
  macles
7971
  macons
7975
  macule
7976
  madame
7977
  madams
7978
+ madcap
7979
  madded
7980
  madden
7981
  madder
 
 
7982
  madras
7983
  madres
7984
  madtom
7985
  maduro
7986
+ maenad
7987
  maffia
7988
  mafias
7989
  maftir
7993
  magilp
7994
  maglev
7995
  magmas
7996
+ magnet
7997
  magnum
7998
  magots
7999
  magpie
8003
  mahzor
8004
  maiden
8005
  maigre
8006
+ maihem
8007
  mailed
8008
  mailer
8009
  mailes
8013
  mainly
8014
  maists
8015
  maizes
8016
+ majors
8017
  makars
8018
  makers
8019
  makeup
8023
  malars
8024
  malate
8025
  malfed
8026
+ malgre
8027
  malice
8028
  malign
8029
  maline
8033
  mallei
8034
  mallet
8035
  mallow
8036
+ maloti
8037
  malted
8038
  maltha
8039
  maltol
8043
  mamies
8044
  mamluk
8045
  mammae
8046
+ mammal
8047
  mammas
8048
  mammee
8049
  mammer
8053
  mammon
8054
  mamzer
8055
  manage
8056
+ manana
8057
  manats
8058
  manche
8059
  manege
8063
  manger
8064
  manges
8065
  mangey
8066
+ mangle
8067
  mangos
8068
  maniac
8069
  manias
8073
  manito
8074
  manitu
8075
  mannan
8076
+ mannas
8077
  manned
8078
  manner
8079
  manors
8083
  mantel
8084
  mantes
8085
  mantic
8086
+ mantid
8087
  mantis
8088
  mantle
8089
  mantra
8093
  maples
8094
  mapped
8095
  mapper
8096
+ maquis
8097
  maraca
8098
  maraud
8099
  marble
8103
  marges
8104
  margin
8105
  marina
8106
+ marine
8107
  marish
8108
  markas
8109
  marked
8113
  markup
8114
  marled
8115
  marlin
8116
+ marmot
8117
  maroon
8118
  marque
8119
  marram
8123
  marrow
8124
  marses
8125
  marshy
8126
+ marted
8127
  marten
8128
  martin
8129
  martyr
8133
  mascot
8134
  masers
8135
  mashed
8136
+ masher
8137
  mashes
8138
  mashie
8139
  masjid
8150
  maters
8151
  mateys
8152
  matier
8153
+ mating
8154
  matins
8155
  matres
8156
  matrix
8160
  matter
8161
  mattes
8162
  mattin
8163
+ mature
8164
  matzah
8165
  matzas
8166
  matzoh
8170
  maugre
8171
  mauled
8172
  mauler
8173
+ maumet
8174
  maunds
8175
  maundy
8176
  mauves
8180
  mawing
8181
  maxima
8182
  maxims
8183
+ maxing
8184
  maxixe
8185
  maybes
8186
  mayday
8190
  mayhem
8191
  maying
8192
  mayors
8193
+ maypop
8194
  mayvin
8195
  mazard
8196
  mazers
8200
  mazuma
8201
  mbiras
8202
  meadow
8203
+ meager
8204
  meagre
8205
  mealie
8206
  meaner
8210
  measly
8211
  meatal
8212
  meated
8213
+ meatus
8214
  meccas
8215
  medaka
8216
  medals
8220
  mediae
8221
  medial
8222
  median
8223
+ medias
8224
  medick
8225
  medico
8226
  medics
8230
  medlar
8231
  medley
8232
  medusa
8233
+ meeker
8234
  meekly
8235
  meeter
8236
  meetly
8239
  megohm
8240
  megrim
8241
  mehndi
8242
+ meikle
8243
  meinie
8244
  melded
8245
  melder
8249
  mellow
8250
  melody
8251
  meloid
8252
+ melons
8253
  melted
8254
  melter
8255
  melton
8259
  menace
8260
  menads
8261
  menage
8262
+ mended
8263
  mender
8264
  menhir
8265
  menial
8269
  mensas
8270
  mensch
8271
  mensed
8272
+ menses
8273
  mental
8274
  mentee
8275
  mentor
8279
  meowed
8280
  mercer
8281
  merces
8282
+ merdes
8283
  merely
8284
  merest
8285
  merged
8289
  merino
8290
  merits
8291
  merles
8292
+ merlin
8293
  merlon
8294
  merlot
8295
  merman
8299
  meshes
8300
  mesial
8301
  mesian
8302
+ mesnes
8303
  mesons
8304
  messan
8305
  messed
8309
  metals
8310
  metate
8311
  meteor
8312
+ metepa
8313
  meters
8314
  method
8315
  methyl
8319
  metope
8320
  metred
8321
  metres
8322
+ metric
8323
  metros
8324
  mettle
8325
  metump
8329
  mezcal
8330
  mezuza
8331
  mezzos
8332
+ miaous
8333
  miaows
8334
  miasma
8335
  miasms
8339
  miches
8340
  mickey
8341
  mickle
8342
+ micron
8343
  micros
8344
  midair
8345
  midcap
8349
  midges
8350
  midget
8351
  midgut
8352
+ midleg
8353
  midrib
8354
  midsts
8355
  midway
8359
  mighty
8360
  mignon
8361
  mihrab
8362
+ mikado
8363
  miking
8364
  mikron
8365
  mikvah
8369
  miladi
8370
  milady
8371
  milage
8372
+ milded
8373
  milden
8374
  milder
8375
  mildew
8379
  milium
8380
  milked
8381
  milker
8382
+ milled
8383
  miller
8384
  milles
8385
  millet
8389
  milted
8390
  milter
8391
  mimbar
8392
+ mimeos
8393
  mimers
8394
  mimics
8395
  miming
8396
  mimosa
8397
  minced
 
 
 
8398
  minder
8399
+ miners
8400
  mingle
8401
  minify
8402
  minima
8406
  minish
8407
  minium
8408
  minkes
8409
+ minnow
8410
  minors
8411
  minted
8412
  minter
8416
  minyan
8417
  mioses
8418
  miosis
8419
+ miotic
8420
  mirage
8421
  mirier
8422
  miring
8426
  mirths
8427
  mirzas
8428
  misact
8429
+ misadd
8430
  misaim
8431
  misate
8432
  miscue
8436
  misers
8437
  misery
8438
  misfed
8439
+ misfit
8440
  mishap
8441
  miskal
8442
  mislay
8445
  mislit
8446
  mismet
8447
  mispen
8448
+ missal
8449
  missay
8450
  missed
8451
  missel
8455
  missus
8456
  misted
8457
  mister
8458
+ misuse
8459
  miters
8460
  mither
8461
  mitier
8465
  mitten
8466
  mixers
8467
  mixing
8468
+ mixups
8469
  mizens
8470
  mizuna
8471
  mizzen
8475
  moaner
8476
  moated
8477
  mobbed
8478
+ mobber
8479
  mobcap
8480
  mobile
8481
  mobled
8485
  mockup
8486
  modals
8487
  models
8488
+ modems
8489
  modern
8490
  modest
8491
  modica
8495
  moduli
8496
  modulo
8497
  mogged
8498
+ moggie
8499
  moghul
8500
  moguls
8501
  mohair
8505
  moiety
8506
  moiled
8507
  moiler
8508
+ moirai
8509
  moires
8510
  mojoes
8511
  molars
8514
  molies
8515
  moline
8516
  mollah
8517
+ mollie
8518
  moloch
8519
  molted
8520
  molten
8523
  mommas
8524
  momser
8525
  momzer
8526
+ monads
8527
  mondes
8528
  mondos
8529
  moneys
8533
  mongos
8534
  mongst
8535
  monied
8536
+ monies
8537
  monish
8538
  monism
8539
  monist
8543
  months
8544
  mooing
8545
  moolah
8546
+ moolas
8547
  mooley
8548
  mooned
8549
  mooner
8553
  mopeds
8554
  mopers
8555
  mopery
8556
+ mopier
8557
  moping
8558
  mopish
8559
  mopoke
8562
  moppet
8563
  morale
8564
  morals
8565
+ morays
8566
  morbid
8567
  moreen
8568
  morels
8570
  morgen
8571
  morgue
8572
  morion
 
8573
  morose
8574
+ morpho
8575
  morphs
8576
  morris
8577
  morros
8581
  mortar
8582
  morula
8583
  mosaic
8584
+ moseys
8585
  moshav
8586
  moshed
8587
  mosher
8591
  mosser
8592
  mosses
8593
  mostly
8594
+ motels
8595
  motets
8596
  mother
8597
  motifs
8601
  motley
8602
  motmot
8603
  motors
8604
+ mottes
8605
  mottle
8606
  mottos
8607
  moujik
8611
  moults
8612
  mounds
8613
  mounts
8614
+ mourns
8615
  moused
8616
  mouser
8617
  mouses
8621
  mouthy
8622
  mouton
8623
  movers
8624
+ movies
8625
  moving
8626
  mowers
8627
  mowing
8631
  mucins
8632
  mucked
8633
  mucker
8634
+ muckle
8635
  mucluc
8636
  mucoid
8637
  mucors
8641
  mudbug
8642
  mudcap
8643
  mudcat
8644
+ mudded
8645
  mudder
8646
  muddle
8647
  muddly
8651
  muffed
8652
  muffin
8653
  muffle
8654
+ muftis
8655
  mugful
8656
  muggar
8657
  mugged
8661
  mughal
8662
  mujiks
8663
  mukluk
8664
+ muktuk
8665
  mulcts
8666
  muleta
8667
  muleys
8671
  mullas
8672
  mulled
8673
  mullen
8674
+ muller
8675
  mullet
8676
  mulley
8677
  mumble
8681
  mumped
8682
  mumper
8683
  mungos
8684
+ muntin
8685
  muonic
8686
  murals
8687
  murder
8691
  muring
8692
  murker
8693
  murkly
8694
+ murmur
8695
  murphy
8696
  murras
8697
  murres
8701
  muscat
8702
  muscid
8703
  muscle
8704
+ muscly
8705
  musers
8706
  museum
8707
  mushed
8711
  musics
8712
  musing
8713
  musjid
8714
+ muskeg
8715
  musket
8716
  muskie
8717
  muskit
8721
  mussel
8722
  musses
8723
  musted
8724
+ mustee
8725
  muster
8726
  musths
8727
  mutant
8731
  mutest
8732
  mutine
8733
  muting
8734
+ mutiny
8735
  mutism
8736
  mutons
8737
  mutter
8741
  mutule
8742
  muumuu
8743
  muzhik
8744
+ muzjik
8745
  muzzle
8746
  myases
8747
  myasis
8751
  mynahs
8752
  myomas
8753
  myopes
8754
+ myopia
8755
  myopic
8756
  myoses
8757
  myosin
8761
  myrica
8762
  myrrhs
8763
  myrtle
8764
+ myself
8765
  mysids
8766
  mysost
8767
  mystic
8771
  myxoid
8772
  myxoma
8773
  nabbed
8774
+ nabber
8775
  nabobs
8776
  nachas
8777
  naches
8781
  nadirs
8782
  naevus
8783
  naffed
8784
+ nagana
8785
  nagged
8786
  nagger
8787
  naiads
8791
  nairus
8792
  naiver
8793
  naives
8794
+ nakfas
8795
  naleds
8796
  namely
8797
  namers
8801
  nanism
8802
  nankin
8803
  nannie
8804
+ napalm
8805
  napery
8806
  napkin
8807
  nappas
8811
  nappie
8812
  narcos
8813
  narial
8814
+ narine
8815
  narked
8816
  narrow
8817
  narwal
8821
  nastic
8822
  natant
8823
  nation
8824
+ native
8825
  natron
8826
  natter
8827
  nature
8831
  navaid
8832
  navars
8833
  navels
8834
+ navies
8835
  nawabs
8836
  naysay
8837
  nazify
8841
  nearly
8842
  neaten
8843
  neater
8844
+ neatly
8845
  nebula
8846
  nebule
8847
  nebuly
8851
  needed
8852
  needer
8853
  needle
8854
+ negate
8855
  neighs
8856
  nekton
8857
  nellie
8861
  nepeta
8862
  nephew
8863
  nereid
8864
+ nereis
8865
  neroli
8866
  nerols
8867
  nerved
8871
  nester
8872
  nestle
8873
  nestor
8874
+ nether
8875
  netops
8876
  netted
8877
  netter
8881
  neumic
8882
  neural
8883
  neuron
8884
+ neuter
8885
  nevoid
8886
  newbie
8887
  newels
8891
  newsie
8892
  newton
8893
  niacin
8894
+ nibbed
8895
  nibble
8896
  nicads
8897
  nicely
8901
  niches
8902
  nicked
8903
  nickel
8904
+ nicker
8905
  nickle
8906
  nicols
8907
  nidate
8911
  nieces
8912
  nielli
8913
  niello
8914
+ nieves
8915
  niffer
 
8916
  niggle
8917
  niggly
8918
  nighed
8920
  nights
8921
  nighty
8922
  nihils
8923
+ nilgai
8924
  nilgau
8925
  nilled
8926
  nimble
8930
  nimrod
8931
  ninety
8932
  ninjas
8933
+ ninons
8934
  ninths
8935
  niobic
8936
  nipped
8937
  nipper
 
8938
  niseis
8939
  niters
8940
  nitery
8941
  nitons
8942
+ nitres
8943
  nitric
8944
  nitrid
8945
  nitril
8949
  nixing
8950
  nizams
8951
  nobble
8952
+ nobler
8953
  nobles
8954
  nobody
8955
  nocent
8959
  noddle
8960
  nodose
8961
  nodous
8962
+ nodule
8963
  noesis
8964
  noetic
8965
  nogged
8969
  nomads
8970
  nomina
8971
  nomism
8972
+ nonage
8973
  nonart
8974
  nonces
8975
  noncom
8979
  nonfat
8980
  nongay
8981
  nonman
8982
+ nonmen
8983
  nonpar
8984
  nontax
8985
  nonuse
8989
  noodle
8990
  noogie
8991
  nookie
8992
+ noosed
8993
  nooser
8994
  nooses
8995
  nopals
8999
  normal
9000
  normed
9001
  norths
9002
+ noshed
9003
  nosher
9004
  noshes
9005
  nosier
9009
  notary
9010
  notate
9011
  noters
9012
+ nother
9013
  notice
9014
  notify
9015
  noting
9019
  nounal
9020
  nouses
9021
  novels
9022
+ novena
9023
  novice
9024
  noways
9025
  nowise
9029
  nubbin
9030
  nubble
9031
  nubbly
9032
+ nubias
9033
  nubile
9034
  nubuck
9035
  nuchae
9039
  nudest
9040
  nudged
9041
  nudger
9042
+ nudges
9043
  nudies
9044
  nudism
9045
  nudist
9049
  nuking
9050
  nullah
9051
  nulled
9052
+ numbat
9053
  numbed
9054
  number
9055
  numbly
9059
  nurled
9060
  nursed
9061
  nurser
9062
+ nurses
9063
  nutant
9064
  nutate
9065
  nutlet
9073
  oaring
9074
  oaters
9075
  obeahs
9076
+ obelia
9077
  obelus
9078
  obento
9079
  obeyed
9083
  objets
9084
  oblast
9085
  oblate
9086
+ oblige
9087
  oblong
9088
  oboist
9089
  oboles
9093
  obtect
9094
  obtest
9095
  obtund
9096
+ obtuse
9097
  obvert
9098
  occult
9099
  occupy
9103
  ocelot
9104
  ochers
9105
  ochery
9106
+ ochone
9107
  ochrea
9108
  ochred
9109
  ochres
9113
  octads
9114
  octane
9115
  octans
9116
+ octant
9117
  octave
9118
  octavo
9119
  octets
9123
  ocular
9124
  oculus
9125
  oddest
9126
+ oddish
9127
  oddity
9128
  odeons
9129
  odeums
9133
  odored
9134
  odours
9135
  odyles
9136
+ oedema
9137
  oeuvre
9138
  offals
9139
  offcut
9143
  offing
9144
  offish
9145
  offkey
9146
+ offset
9147
  oftest
9148
  ogdoad
9149
  oghams
9153
  ogling
9154
  ogress
9155
  ogrish
9156
+ ogrism
9157
  ohmage
9158
  oidium
9159
  oilcan
9163
  oilily
9164
  oiling
9165
  oilman
9166
+ oilmen
9167
  oilway
9168
  oinked
9169
  okapis
9173
  oldish
9174
  oleate
9175
  olefin
9176
+ oleine
9177
  oleins
9178
  oleums
9179
  olingo
9183
  ombres
9184
  omegas
9185
  omelet
9186
+ omened
9187
  omenta
9188
  onager
9189
  onagri
9193
  online
9194
  onload
9195
  onrush
9196
+ onsets
9197
  onside
9198
  onuses
9199
  onward
9203
  oodles
9204
  oogamy
9205
  oogeny
9206
+ oohing
9207
  oolite
9208
  oolith
9209
  oology
9213
  oompah
9214
  oomphs
9215
  oorali
9216
+ ootids
9217
  oozier
9218
  oozily
9219
  oozing
9223
  openly
9224
  operas
9225
  operon
9226
+ ophite
9227
  opiate
9228
  opined
9229
  opines
9233
  oppugn
9234
  opsins
9235
  optics
9236
+ optima
9237
  optime
9238
  opting
9239
  option
9243
  orally
9244
  orange
9245
  orangs
9246
+ orangy
9247
  orated
9248
  orates
9249
  orator
9253
  orcein
9254
  orchid
9255
  orchil
9256
+ orchis
9257
  orcins
9258
  ordain
9259
  ordeal
9268
  oriels
9269
  orient
9270
  origan
9271
+ origin
9272
  oriole
9273
  orisha
9274
  orison
9278
  ormolu
9279
  ornate
9280
  ornery
9281
+ oroide
9282
  orphan
9283
  orphic
9284
  orpine
9288
  oryxes
9289
  oscine
9290
  oscula
9291
+ oscule
9292
  osetra
9293
  osiers
9294
  osmics
9298
  osmose
9299
  osmous
9300
  osmund
9301
+ osprey
9302
  ossein
9303
  ossify
9304
  osteal
9308
  otalgy
9309
  others
9310
  otiose
9311
+ otitic
9312
  otitis
9313
  ottars
9314
  ottava
9318
  oughts
9319
  ounces
9320
  ouphes
9321
+ ourang
9322
  ourari
9323
  ourebi
9324
  ousels
9328
  outadd
9329
  outage
9330
  outask
9331
+ outate
9332
  outbeg
9333
  outbid
9334
  outbox
9338
  outdid
9339
  outeat
9340
  outers
9341
+ outfit
9342
  outfly
9343
  outfox
9344
  outgas
9348
  outjut
9349
  outlaw
9350
  outlay
9351
+ outled
9352
  outlet
9353
  outlie
9354
  outman
9358
  outrow
9359
  outrun
9360
  outsat
9361
+ outsaw
9362
  outsay
9363
  outsee
9364
  outset
9368
  outwar
9369
  outwit
9370
  ouzels
9371
+ ovally
9372
  overdo
9373
  overed
9374
  overly
9378
  ovoids
9379
  ovolos
9380
  ovonic
9381
+ ovular
9382
  ovules
9383
  owlets
9384
  owlish
9388
  oxalis
9389
  oxbows
9390
  oxcart
9391
+ oxeyes
9392
  oxford
9393
  oxides
9394
  oxidic
9398
  oxtail
9399
  oxters
9400
  oxygen
9401
+ oyezes
9402
  oyster
9403
  ozalid
9404
  ozones
9408
  pachas
9409
  pacier
9410
  pacify
9411
+ pacing
9412
  packed
9413
  packer
9414
  packet
9418
  padder
9419
  paddle
9420
  padles
9421
+ padnag
9422
  padouk
9423
  padres
9424
  paeans
9428
  pagans
9429
  pagers
9430
  paging
9431
+ pagoda
9432
  pagods
9433
  paiked
9434
  painch
9438
  paired
9439
  paisan
9440
  paisas
9441
+ pajama
9442
  pakeha
9443
  pakora
9444
  palace
9448
  paleae
9449
  paleal
9450
  palely
9451
+ palest
9452
  palets
9453
  palier
9454
  paling
9458
  pallia
9459
  pallid
9460
  pallor
9461
+ palmar
9462
  palmed
9463
  palmer
9464
  palpal
9468
  paltry
9469
  pampas
9470
  pamper
9471
+ panada
9472
  panama
9473
  pandas
9474
  pander
9478
  panful
9479
  pangas
9480
  panged
9481
+ pangen
9482
  panics
9483
  panier
9484
  panini
9488
  pannes
9489
  panted
9490
  pantie
9491
+ pantos
9492
  pantry
9493
  panzer
9494
  papacy
9498
  papers
9499
  papery
9500
  papism
9501
+ papist
9502
  pappus
9503
  papula
9504
  papule
9508
  parang
9509
  paraph
9510
  parcel
9511
+ pardah
9512
  pardee
9513
  pardie
9514
  pardon
9518
  pareus
9519
  pareve
9520
  parged
9521
+ parges
9522
  parget
9523
  pargos
9524
  pariah
9528
  parish
9529
  parity
9530
  parkas
9531
+ parked
9532
  parker
9533
  parlay
9534
  parled
9538
  parody
9539
  parole
9540
  parols
9541
+ parous
9542
  parral
9543
  parred
9544
  parrel
9548
  parser
9549
  parses
9550
  parson
9551
+ partan
9552
  parted
9553
  partly
9554
  parton
9558
  parvos
9559
  pascal
9560
  paseos
9561
+ pashas
9562
  pashed
9563
  pashes
9564
+ pastas
9565
  pasted
9566
  pastel
9567
  paster
9571
  pastis
9572
  pastor
9573
  pastry
9574
+ pataca
9575
  patchy
9576
  patens
9577
  patent
9581
  patine
9582
  patins
9583
  patios
9584
+ patois
9585
  patrol
9586
  patron
9587
  patted
9591
  pattie
9592
  patzer
9593
  paulin
9594
+ paunch
9595
  pauper
9596
  pausal
9597
  paused
9601
  pavans
9602
  paveed
9603
  pavers
9604
+ paving
9605
  pavins
9606
  pavior
9607
  pavise
9611
  pawnee
9612
  pawner
9613
  pawnor
9614
+ pawpaw
9615
  paxwax
9616
  payday
9617
  payees
9621
  payoff
9622
  payola
9623
  payors
9624
+ payout
9625
  pazazz
9626
  peaced
9627
  peaces
9631
  peaked
9632
  pealed
9633
  peanut
9634
+ pearls
9635
  pearly
9636
  peasen
9637
  peases
9641
  pecans
9642
  pechan
9643
  peched
9644
+ pecked
 
9645
  pecten
9646
  pectic
9647
  pectin
9650
  pedant
9651
  pedate
9652
  peddle
9653
+ pedlar
9654
  pedler
9655
  pedros
9656
  peeing
9657
  peeked
9658
  peeled
9659
  peeler
9660
+ peened
9661
  peered
9662
  peerie
9663
  pegged
9664
  peined
9665
+ peised
9666
  peises
9667
  pekans
9668
  pekins
9672
  pellet
9673
  pelmet
9674
  pelota
9675
+ pelted
9676
  pelter
9677
  peltry
9678
  pelves
9682
  pencel
9683
  pencil
9684
  pended
9685
+ pengos
 
 
9686
  penman
9687
  penmen
9688
  pennae
9689
  penned
9690
  penner
9691
+ pennon
 
 
9692
  pensee
9693
  pensil
9694
  pentad
9698
  peones
9699
  people
9700
  pepino
9701
+ peplos
9702
  peplum
9703
  peplus
9704
  pepped
9708
  peptid
9709
  perdie
9710
  perdue
9711
+ perdus
9712
  pereia
9713
  pereon
9714
  perils
9718
  perked
9719
  permed
9720
  permit
9721
+ pernio
9722
  pernod
9723
  peroxy
9724
  perron
9728
  pertly
9729
  peruke
9730
  peruse
9731
+ pesade
9732
  peseta
9733
  pesewa
9734
  pester
9738
  petard
9739
  peters
9740
  petite
9741
+ petnap
9742
  petrel
9743
  petrol
9744
  petsai
9748
  pewees
9749
  pewits
9750
  pewter
 
 
9751
  phages
9752
  pharos
9753
  phased
9755
  phasic
9756
  phasis
9757
  phatic
9758
+ phenix
9759
  phenol
9760
  phenom
9761
  phenyl
9765
  phloem
9766
  phobia
9767
  phobic
9768
+ phoebe
9769
  phonal
9770
  phoned
9771
  phones
9775
  phonos
9776
  phooey
9777
  photic
9778
+ photog
9779
  photon
9780
  photos
9781
  phrase
9785
  phylic
9786
  phyllo
9787
  phylon
9788
+ phylum
9789
  physed
9790
  physes
9791
  physic
9795
  phyton
9796
  piaffe
9797
  pianic
9798
+ pianos
9799
  piazza
9800
  piazze
9801
  pibals
9805
  picked
9806
  picker
9807
  picket
9808
+ pickle
9809
  pickup
9810
  picnic
9811
  picots
9815
  piddly
9816
  pidgin
9817
  pieced
9818
+ piecer
9819
  pieces
9820
  pieing
9821
  pierce
9825
  pigged
9826
  piggie
9827
  piggin
9828
+ piglet
9829
  pignus
9830
  pignut
9831
  pigout
9835
  pikers
9836
  piking
9837
  pilaff
9838
+ pilafs
9839
  pilaus
9840
  pilaws
9841
  pileum
9845
  piling
9846
  pillar
9847
  pilled
9848
+ pillow
9849
  pilose
9850
  pilots
9851
  pilous
9855
  pimply
9856
  pinang
9857
  pinata
9858
+ pincer
9859
  pinder
9860
  pineal
9861
  pinene
9865
  pinger
9866
  pingos
9867
  pinier
9868
+ pining
9869
  pinion
9870
  pinite
9871
  pinked
9875
  pinkie
9876
  pinkly
9877
  pinkos
9878
+ pinnae
9879
  pinnal
9880
  pinnas
9881
  pinned
9885
  pinots
9886
  pintas
9887
  pintle
9888
+ pintos
9889
  pinups
9890
  pinyin
9891
  pinyon
9895
  pipals
9896
  pipers
9897
  pipets
9898
+ pipier
9899
  piping
9900
  pipits
9901
  pipkin
9905
  piques
9906
  piquet
9907
  piracy
9908
+ pirana
9909
  pirate
9910
  piraya
9911
  pirogi
9918
  pitchy
9919
  pithed
9920
  pitied
9921
+ pitier
9922
  pities
9923
  pitman
9924
  pitmen
9928
  pitted
9929
  pivots
9930
  pixels
9931
+ pixies
9932
  pizazz
9933
  pizzas
9934
  pizzaz
9938
  places
9939
  placet
9940
  placid
9941
+ placks
9942
  plagal
9943
  plages
9944
  plague
9948
  plains
9949
  plaint
9950
  plaits
9951
+ planar
9952
  planch
9953
  planed
9954
  planer
9958
  plants
9959
  plaque
9960
  plashy
9961
+ plasma
9962
  plasms
9963
  platan
9964
  plated
9968
  platys
9969
  playas
9970
  played
9971
+ player
9972
  plazas
9973
  pleach
9974
  pleads
9978
  pledge
9979
  pleiad
9980
  plench
9981
+ plenty
9982
  plenum
9983
  pleons
9984
  pleura
9988
  plexus
9989
  pliant
9990
  plicae
9991
+ plical
9992
  pliers
9993
  plight
9994
  plinks
9998
  ploidy
9999
  plonks
10000
  plotty
10001
+ plough
10002
  plover
10003
  plowed
10004
  plower
10008
  plumbs
10009
  plumed
10010
  plumes
10011
+ plummy
10012
  plumps
10013
  plunge
10014
  plunks
10018
  plushy
10019
  plutei
10020
  pluton
10021
+ plyers
10022
  plying
10023
  pneuma
10024
  poachy
10028
  podded
10029
  podite
10030
  podium
10031
+ podsol
10032
  podzol
10033
  poetic
10034
  poetry
10038
  poilus
10039
  poinds
10040
  pointe
10041
+ points
10042
  pointy
10043
  poised
10044
  poiser
10048
  pokers
10049
  pokeys
10050
  pokier
10051
+ pokies
10052
  pokily
10053
  poking
10054
  polars
10058
  polers
10059
  poleyn
10060
  police
10061
+ policy
10062
  polies
10063
  poling
10064
  polios
10068
  polkas
10069
  polled
10070
  pollee
10071
+ pollen
10072
  poller
10073
  pollex
10074
  polyol
10078
  pomade
10079
  pomelo
10080
  pommee
10081
+ pommel
10082
  pommie
10083
  pompom
10084
  pompon
10088
  ponded
10089
  ponder
10090
  ponent
10091
+ ponged
10092
  pongee
10093
  pongid
10094
  ponied
10096
  pontes
10097
  pontil
10098
  ponton
 
 
 
 
 
 
 
 
 
 
10099
  popery
10100
  popgun
10101
+ popish
10102
  poplar
10103
  poplin
10104
  poppas
10108
  popple
10109
  popsie
10110
  poring
10111
+ porism
10112
  porked
10113
  porker
10114
  pornos
10118
  ported
10119
  porter
10120
  portly
10121
+ posada
10122
  posers
10123
  poseur
10124
  posher
10128
  posits
10129
  posole
10130
  posses
10131
+ posset
10132
  possum
10133
  postal
10134
  posted
10138
  postop
10139
  potage
10140
  potash
10141
+ potato
10142
  potboy
10143
  poteen
10144
  potent
10148
  potion
10149
  potman
10150
  potmen
10151
+ potpie
10152
  potsie
10153
  potted
10154
  potter
10158
  pouchy
10159
  poufed
10160
  pouffe
10161
+ pouffs
10162
  pouffy
10163
  poults
10164
  pounce
10168
  pouted
10169
  pouter
10170
  powder
10171
+ powers
10172
  powter
10173
  powwow
10174
  poxier
10178
  praams
10179
  prahus
10180
  praise
10181
+ prajna
10182
  prance
10183
  prangs
10184
  pranks
10188
  prates
10189
  prawns
10190
  praxes
10191
+ praxis
10192
  prayed
10193
  prayer
10194
  preach
10198
  prebid
10199
  prebuy
10200
  precis
10201
+ precut
10202
  predry
10203
  preens
10204
  prefab
10208
  prelim
10209
  preman
10210
  premed
10211
+ premen
10212
  premie
10213
  premix
10214
  preops
10218
  presto
10219
  prests
10220
  pretax
10221
+ pretor
10222
  pretty
10223
  prevue
10224
  prewar
10228
  prezes
10229
  priapi
10230
  priced
10231
+ pricer
10232
  prices
10233
  pricey
10234
  prided
10236
  priers
10237
  priest
10238
  prills
10239
+ primal
10240
  primas
10241
  primed
10242
  primer
10246
  primps
10247
  primus
10248
  prince
10249
+ prinks
10250
  prints
10251
  prions
10252
  priors
10256
  prisms
10257
  prison
10258
  prissy
10259
+ privet
10260
  prized
10261
  prizer
10262
  prizes
10266
  probit
10267
  proems
10268
  profit
10269
+ progun
10270
  projet
10271
  prolan
10272
  proleg
10276
  promos
10277
  prompt
10278
  prongs
10279
+ pronto
10280
  proofs
10281
  propel
10282
  proper
10286
  proses
10287
  prosit
10288
  prosos
10289
+ protea
10290
  protei
10291
  proton
10292
  protyl
10296
  proves
10297
  prowar
10298
  prower
10299
+ prowls
10300
  prudes
10301
  pruned
10302
  pruner
10306
  prutot
10307
  pryers
10308
  prying
10309
+ psalms
10310
  pseudo
10311
  pseuds
10312
  pshaws
10316
  psychs
10317
  psylla
10318
  psyops
10319
+ psywar
10320
  pterin
10321
  ptisan
10322
  ptooey
10326
  public
10327
  pucker
10328
  puddle
10329
+ puddly
10330
  pueblo
10331
  puffed
10332
  puffer
10336
  pugree
10337
  puisne
10338
  pujahs
10339
+ puking
10340
  pulers
10341
  puling
10342
  pulled
10346
  pullup
10347
  pulpal
10348
  pulped
10349
+ pulper
10350
  pulpit
10351
  pulque
10352
  pulsar
10356
  pumelo
10357
  pumice
10358
  pummel
10359
+ pumped
10360
  pumper
10361
  punchy
10362
  pundit
10366
  punish
10367
  punjis
10368
  punkah
10369
+ punkas
10370
  punker
10371
  punkey
10372
  punkie
10376
  punnet
10377
  punted
10378
  punter
10379
+ puntos
10380
  pupate
10381
  pupils
10382
  pupped
10386
  purdas
10387
  pureed
10388
  purees
10389
+ purely
10390
  purest
10391
  purfle
10392
  purged
10396
  purine
10397
  purins
10398
  purism
10399
+ purist
10400
  purity
10401
  purled
10402
  purlin
10406
  pursed
10407
  purser
10408
  purses
10409
+ pursue
10410
  purvey
10411
  pushed
 
10412
  pushes
10413
  pushup
10414
  pusley
 
 
10415
  putlog
10416
+ putoff
10417
  putons
10418
  putout
10419
  putrid
10423
  putter
10424
  puttie
10425
  putzed
10426
+ putzes
10427
  puzzle
10428
  pyemia
10429
  pyemic
10433
  pylori
10434
  pyoses
10435
  pyosis
10436
+ pyrans
10437
  pyrene
10438
  pyrite
10439
  pyrola
10443
  python
10444
  pyuria
10445
  pyxies
10446
+ qabala
10447
  qanats
10448
  qindar
10449
  qintar
10453
  quaere
10454
  quaffs
10455
  quagga
10456
+ quaggy
10457
  quahog
10458
  quaich
10459
  quaigh
10463
  quaker
10464
  quakes
10465
  qualia
10466
+ qualms
10467
  qualmy
10468
  quango
10469
  quanta
10473
  quarte
10474
  quarto
10475
  quarts
10476
+ quartz
10477
  quasar
10478
  quatre
10479
  quaver
10483
  queasy
10484
  queazy
10485
  queens
10486
+ queers
10487
  quelea
10488
  quells
10489
  quench
10493
  queuer
10494
  queues
10495
  quezal
10496
+ quiche
10497
  quicks
10498
  quiets
10499
  quiffs
10503
  quinic
10504
  quinin
10505
  quinoa
10506
+ quinol
10507
  quinsy
10508
  quinta
10509
  quinte
10513
  quipus
10514
  quired
10515
  quires
10516
+ quirks
10517
  quirky
10518
  quirts
10519
  quitch
10523
  quoits
10524
  quokka
10525
  quolls
10526
+ quorum
10527
  quotas
10528
  quoted
10529
  quoter
10533
  qwerty
10534
  rabato
10535
  rabats
10536
+ rabbet
10537
  rabbin
10538
  rabbis
10539
  rabbit
10550
  racker
10551
  racket
10552
  rackle
10553
+ racons
10554
  racoon
10555
  radars
10556
  radded
10560
  radios
10561
  radish
10562
  radium
10563
+ radius
10564
  radome
10565
  radons
10566
  radula
10570
  rafter
10571
  ragbag
10572
  ragees
10573
+ ragged
10574
  raggee
10575
  raggle
10576
  raging
10580
  ragout
10581
  ragtag
10582
  ragtop
10583
+ raided
10584
  raider
10585
  railed
10586
  railer
10590
  raises
10591
  raisin
10592
  raitas
10593
+ rajahs
10594
  rakees
10595
  rakers
10596
  raking
10600
  ramada
10601
  ramate
10602
  rambla
10603
+ ramble
10604
  ramees
10605
  ramets
10606
  ramies
10610
  rammer
10611
  ramona
10612
  ramose
10613
+ ramous
10614
  ramped
10615
  ramrod
10616
  ramson
10620
  rancid
10621
  rancor
10622
  randan
10623
+ random
10624
  ranees
10625
  ranged
10626
  ranger
10630
  ranker
10631
  rankle
10632
  rankly
10633
+ ransom
10634
  ranted
10635
  ranter
10636
  ranula
10642
  rarity
10643
  rascal
10644
  rasers
10645
+ rasher
10646
  rashes
10647
  rashly
10648
  rasing
10652
  raster
10653
  rasure
10654
  ratals
10655
+ ratans
10656
  ratany
10657
  ratbag
10658
  ratels
10662
  ratine
10663
  rating
10664
  ration
10665
+ ratios
10666
  ratite
10667
  ratlin
10668
  ratoon
10672
  ratter
10673
  rattle
10674
  rattly
10675
+ ratton
10676
  raunch
10677
  ravage
10678
  ravels
10682
  raving
10683
  ravins
10684
  ravish
10685
+ rawest
10686
  rawins
10687
  rawish
10688
  raxing
10692
  razeed
10693
  razees
10694
  razers
10695
+ razing
10696
  razors
10697
  razzed
10698
  razzes
10702
  reagin
10703
  realer
10704
  reales
10705
+ realia
10706
  really
10707
  realms
10708
  realty
10712
  reaper
10713
  reared
10714
  rearer
10715
+ rearms
10716
  reason
10717
  reatas
10718
  reaved
10722
  rebait
10723
  rebars
10724
  rebate
10725
+ rebato
10726
  rebbes
10727
  rebeck
10728
  rebecs
10732
  rebind
10733
  rebody
10734
  reboil
10735
+ rebook
10736
  reboot
10737
  rebops
10738
  rebore
10742
  rebuff
10743
  rebuke
10744
  rebury
10745
+ rebuts
10746
  rebuys
10747
  recall
10748
  recane
10752
  recces
10753
  recede
10754
  recent
10755
+ recept
10756
  recess
10757
  rechew
10758
  recipe
10762
  reckon
10763
  reclad
10764
  recoal
10765
+ recoat
 
10766
  recode
10767
  recoil
10768
  recoin
10771
  recook
10772
  recopy
10773
  record
10774
+ recork
10775
  recoup
10776
  rectal
10777
  rector
10778
  rectos
 
 
10779
  recurs
10780
  recuse
10781
  recuts
10782
+ redact
10783
  redans
10784
  redate
10785
  redbay
10789
  redded
10790
  redden
10791
  redder
10792
+ reddle
10793
  redear
10794
  redeem
10795
  redefy
10799
  rediae
10800
  redial
10801
  redias
10802
+ reding
10803
  redips
10804
  redipt
10805
  redleg
10809
  redons
10810
  redout
10811
  redowa
10812
+ redraw
10813
  redrew
10814
  redtop
10815
  redubs
10819
  reearn
10820
  reecho
10821
  reechy
10822
+ reeded
10823
  reedit
10824
  reefed
 
 
 
10825
  reeled
10826
  reeler
10827
  reemit
10828
  reests
10829
+ reeved
10830
  reeves
10831
  reface
10832
  refall
10836
  refell
10837
  refels
10838
  refelt
10839
+ refers
10840
  reffed
10841
  refile
10842
  refill
10846
  refire
10847
  refits
10848
  reflag
10849
+ reflet
10850
  reflew
10851
  reflex
10852
  reflow
10856
  refuel
10857
  refuge
10858
  refund
10859
+ refuse
10860
  refute
10861
  regain
10862
  regale
10866
  regent
10867
  reggae
10868
  regild
10869
+ regilt
10870
  regime
10871
  regina
10872
  region
10876
  reglow
10877
  reglue
10878
  regnal
10879
+ regnum
10880
  regret
10881
  regrew
10882
  regrow
10886
  rehash
10887
  rehear
10888
  reheat
10889
+ reheel
10890
  rehems
10891
  rehire
10892
  rehung
10896
  reived
10897
  reiver
10898
  reives
10899
+ reject
10900
  rejigs
10901
  rejoin
10902
  rekeys
10906
  relaid
10907
  reland
10908
  relate
10909
+ relays
10910
  relend
10911
  relent
10912
  relets
10916
  relied
10917
  relief
10918
  relier
10919
+ relies
10920
  reline
10921
  relink
10922
  relish
10926
  reloan
10927
  relock
10928
  relook
10929
+ reluct
10930
  relume
10931
  remade
10932
  remail
10936
  remans
10937
  remaps
10938
  remark
10939
+ remate
10940
  remedy
10941
  remeet
10942
  remelt
10946
  remise
10947
  remiss
10948
  remits
10949
+ remixt
10950
  remold
10951
  remora
10952
  remote
10956
  rename
10957
  rended
10958
  render
10959
+ renege
10960
  renest
10961
  renews
10962
  renigs
10966
  renown
10967
  rental
10968
  rented
10969
+ renter
10970
  rentes
10971
  renvoi
10972
  reoils
10976
  repair
10977
  repand
10978
  repark
10979
+ repass
10980
  repast
10981
  repave
10982
  repays
10986
  repels
10987
  repent
10988
  reperk
10989
+ repine
10990
  repins
10991
  replan
10992
  replay
10996
  repoll
10997
  report
10998
  repose
10999
+ repots
11000
  repour
11001
  repped
11002
  repros
11006
  requin
11007
  rerack
11008
  reread
11009
+ rerent
11010
  rerigs
11011
  rerise
11012
  reroll
11016
  resaid
11017
  resail
11018
  resale
11019
+ resawn
11020
  resaws
11021
  resays
11022
  rescue
11026
  resect
11027
  reseda
11028
  reseed
11029
+ reseek
11030
  reseen
11031
  resees
11032
  resell
11036
  resewn
11037
  resews
11038
  reshes
11039
+ reship
11040
  reshod
11041
  reshoe
11042
  reshot
11046
  resift
11047
  resign
11048
  resile
11049
+ resins
11050
  resiny
11051
  resist
11052
  resite
11056
  resods
11057
  resold
11058
  resole
11059
+ resorb
11060
  resort
11061
  resown
11062
  resows
11066
  result
11067
  resume
11068
  retack
11069
+ retags
11070
  retail
11071
  retain
11072
  retake
11075
  retear
11076
  retell
11077
  retems
11078
+ retene
11079
  retest
11080
  retial
11081
  retied
11085
  retina
11086
  retine
11087
  retint
11088
+ retire
11089
  retold
11090
  retook
11091
  retool
11095
  retral
11096
  retrim
11097
  retros
11098
+ retted
11099
  retune
11100
  return
11101
  retuse
11105
  revamp
11106
  reveal
11107
  revels
11108
+ reverb
11109
  revere
11110
  revers
11111
  revert
11115
  review
11116
  revile
11117
  revise
11118
+ revive
11119
  revoke
11120
  revolt
11121
  revote
11125
  reward
11126
  rewarm
11127
  rewash
11128
+ rewear
11129
  reweds
11130
  reweld
11131
  rewets
11135
  rewoke
11136
  reword
11137
  rewore
11138
+ rework
11139
  reworn
11140
  rewove
11141
  rewrap
11145
  rhaphe
11146
  rhebok
11147
  rhemes
11148
+ rhesus
11149
  rhetor
11150
  rheums
11151
  rheumy
11155
  rhombi
11156
  rhombs
11157
  rhotic
11158
+ rhumba
11159
  rhumbs
11160
  rhuses
11161
  rhymed
11165
  rhyton
11166
  rialto
11167
  riatas
11168
+ ribald
11169
  riband
11170
  ribbed
11171
  ribber
11175
  ribose
11176
  ricers
11177
  richen
11178
+ richer
11179
  riches
11180
  richly
11181
  ricing
11185
  ricrac
11186
  rictal
11187
  rictus
11188
+ ridded
11189
  ridden
11190
  ridder
11191
  riddle
11195
  ridgel
11196
  ridges
11197
  ridgil
11198
+ riding
11199
  ridley
11200
  riever
11201
  rifely
11205
  rifled
11206
  rifler
11207
  rifles
11208
+ riflip
11209
  rifted
11210
  rigged
11211
  rigger
11215
  rigors
11216
  rigour
11217
  riling
11218
+ rilled
11219
  rilles
11220
  rillet
11221
  rimers
11222
  rimier
 
 
 
11223
  rimose
11224
  rimous
11225
+ rimple
11226
  rinded
11227
  ringed
11228
  ringer
11232
  riojas
11233
  rioted
11234
  rioter
11235
+ ripely
11236
  ripens
11237
  ripest
11238
  riping
11242
  ripper
11243
  ripple
11244
  ripply
11245
+ riprap
11246
  ripsaw
11247
  risers
11248
  rishis
11252
  risque
11253
  ristra
11254
  ritard
11255
+ ritter
11256
  ritual
11257
  ritzes
11258
  rivage
11262
  riving
11263
  riyals
11264
  roadeo
11265
+ roadie
11266
  roamed
11267
  roamer
11268
  roared
11272
  roband
11273
  robbed
11274
  robber
11275
+ robbin
11276
  robing
11277
  robins
11278
  robles
11282
  rocked
11283
  rocker
11284
  rocket
11285
+ rococo
11286
  rodded
11287
  rodent
11288
  rodeos
11292
  rogued
11293
  rogues
11294
  roiled
11295
+ rolfed
11296
  rolfer
11297
  rolled
11298
  roller
11300
  romano
11301
  romans
11302
  romeos
11303
+ rondel
 
 
11304
  rondos
11305
  ronion
11306
  ronnel
11310
  roofie
11311
  rooked
11312
  rookie
11313
+ roomed
11314
  roomer
11315
  roomie
11316
  roosed
11320
  rooted
11321
  rooter
11322
  rootle
11323
+ ropers
11324
  ropery
11325
  ropier
11326
  ropily
11330
  rosary
11331
  roscoe
11332
  rosery
11333
+ rosets
11334
  roshis
11335
  rosier
11336
  rosily
11340
  roster
11341
  rostra
11342
  rotary
11343
+ rotate
11344
  rotche
11345
  rotgut
11346
  rotors
 
 
 
 
11347
  rotund
11348
  rouble
11349
+ rouche
11350
  rouens
11351
  rouged
11352
  rouges
11356
  rouped
11357
  roupet
11358
  roused
11359
+ rouser
11360
  rouses
11361
  rousts
11362
  routed
11366
  rovers
11367
  roving
11368
  rowans
11369
+ rowels
11370
  rowens
11371
  rowers
11372
  rowing
11376
  ruanas
11377
  rubace
11378
  rubati
11379
+ rubato
11380
  rubbed
11381
  rubber
11382
  rubble
11386
  rubier
11387
  rubies
11388
  rubigo
11389
+ rubles
11390
  ruboff
11391
  rubout
11392
  rubric
11396
  ruckle
11397
  ruckus
11398
  rudder
11399
+ ruddle
11400
  rudely
11401
  rudery
11402
  rudest
11406
  ruffle
11407
  ruffly
11408
  rufous
11409
+ rugate
11410
  rugged
11411
  rugger
11412
  rugola
11416
  ruined
11417
  ruiner
11418
  rulers
11419
+ rulier
11420
  ruling
11421
  rumaki
11422
  rumbas
11426
  rumina
11427
  rummer
11428
  rumors
11429
+ rumour
11430
  rumple
11431
  rumply
11432
  rumpus
11436
  runnel
11437
  runner
11438
  runoff
11439
+ runout
11440
  runway
11441
  rupees
11442
  rupiah
11446
  rusher
11447
  rushes
11448
  rusine
11449
+ russet
11450
  rusted
11451
  rustic
11452
  rustle
11456
  ryking
11457
  ryokan
11458
  sabals
11459
+ sabbat
11460
  sabbed
11461
  sabers
11462
  sabine
11466
  sabots
11467
  sabras
11468
  sabred
11469
+ sabres
11470
  sacbut
11471
  sachem
11472
  sachet
11476
  sacral
11477
  sacred
11478
  sacrum
11479
+ sadden
11480
  sadder
11481
  saddhu
11482
  saddle
11483
  sadhes
11484
  sadhus
 
 
11485
  safari
11486
  safely
11487
+ safest
11488
  safety
11489
  safrol
11490
  sagbut
11494
  sagged
11495
  sagger
11496
  sagier
11497
+ sahibs
11498
  saices
11499
  saigas
11500
  sailed
11504
  sained
11505
  saints
11506
  saithe
11507
+ saiyid
11508
  sajous
11509
  sakers
11510
  salaam
11514
  salary
11515
  saleps
11516
  salify
11517
+ salina
11518
  saline
11519
  saliva
11520
  sallet
11524
  salols
11525
  salons
11526
  saloon
11527
+ saloop
11528
  salpae
11529
  salpas
11530
  salpid
11534
  saltie
11535
  saluki
11536
  salute
11537
+ salved
11538
  salver
11539
  salves
11540
  salvia
11544
  sambal
11545
  sambar
11546
  sambas
11547
+ sambos
11548
  sambur
11549
  samech
11550
  samekh
11554
  samlet
11555
  samosa
11556
  sampan
11557
+ sample
11558
  samshu
11559
  sancta
11560
  sandal
11564
  sanely
11565
  sanest
11566
  sangar
11567
+ sangas
11568
  sanger
11569
  sanghs
11570
  sanies
11574
  sannop
11575
  sannup
11576
  sansar
11577
+ sansei
11578
  santir
11579
  santol
11580
  santos
11584
  sapote
11585
  sapour
11586
  sapped
11587
+ sapper
11588
  sarans
11589
  sarape
11590
  sardar
11594
  sarins
11595
  sarode
11596
  sarods
11597
+ sarong
11598
  sarsar
11599
  sarsen
11600
  sartor
11604
  sasins
11605
  sassed
11606
  sasses
11607
+ satang
11608
  satara
11609
  satays
11610
  sateen
11614
  satire
11615
  satori
11616
  satrap
11617
+ satyrs
11618
  sauced
11619
  saucer
11620
  sauces
11624
  saughy
11625
  saults
11626
  saunas
11627
+ saurel
11628
  sauted
11629
  sautes
11630
  savage
11634
  savine
11635
  saving
11636
  savins
11637
+ savior
11638
  savors
11639
  savory
11640
  savour
11644
  sawing
11645
  sawlog
11646
  sawney
11647
+ sawyer
11648
  saxony
11649
  sayeds
11650
  sayers
11654
  sayyid
11655
  scabby
11656
  scalar
11657
+ scalds
11658
  scaled
11659
  scaler
11660
  scales
11664
  scamps
11665
  scants
11666
  scanty
11667
+ scaped
11668
  scapes
11669
  scarab
11670
  scarce
11674
  scarey
11675
  scarfs
11676
  scarph
11677
+ scarps
11678
  scarry
11679
  scarts
11680
  scathe
11684
  scaurs
11685
  scenas
11686
  scends
11687
+ scenes
11688
  scenic
11689
  scents
11690
  schavs
11692
  scheme
11693
  schism
11694
  schist
11695
+ schlep
 
 
11696
  schlub
11697
  schmoe
11698
  schmos
11702
  schrik
11703
  schrod
11704
  schtik
11705
+ schuit
11706
  schuln
11707
  schuls
11708
  schuss
11712
  sclaff
11713
  sclera
11714
  scoffs
11715
+ scolds
11716
  scolex
11717
  sconce
11718
  scones
11722
  scoped
11723
  scopes
11724
  scorch
11725
+ scored
11726
  scorer
11727
  scores
11728
  scoria
11732
  scotia
11733
  scours
11734
  scouse
11735
+ scouth
11736
  scouts
11737
  scowed
11738
  scowls
11742
  scraps
11743
  scrawl
11744
  screak
11745
+ scream
11746
  screed
11747
  screen
11748
  screes
11752
  scried
11753
  scries
11754
  scrimp
11755
+ scrims
11756
  scrips
11757
  script
11758
  scrive
11762
  scrota
11763
  scrubs
11764
  scruff
11765
+ scrums
11766
  scubas
11767
  scuffs
11768
  sculch
11770
  sculls
11771
  sculps
11772
  sculpt
 
11773
  scurfs
11774
+ scurfy
11775
  scurry
11776
  scurvy
11777
  scutch
11778
  scutes
11779
  scutum
 
11780
  scyphi
11781
  scythe
11782
  seabag
11783
+ seabed
11784
  seadog
11785
  sealed
11786
  sealer
11787
  seaman
11788
  seamed
 
11789
  seamer
11790
  seance
11791
  search
11792
+ seared
11793
  searer
11794
  season
11795
  seated
11799
  sebums
11800
  secant
11801
  seccos
11802
+ secede
11803
  secern
11804
  second
11805
  secpar
11809
  secure
11810
  sedans
11811
  sedate
11812
+ seders
11813
  sedges
11814
  sedile
11815
  seduce
11819
  seeing
11820
  seeker
11821
  seeled
11822
+ seemed
11823
  seemer
11824
  seemly
11825
  seeped
11829
  segnos
11830
  segued
11831
  segues
11832
+ seiche
11833
  seidel
11834
  seined
11835
  seiner
11839
  seises
11840
  seisin
11841
  seisms
11842
+ seisor
11843
  seitan
11844
  seized
11845
  seizer
11849
  sejant
11850
  selahs
11851
  seldom
11852
+ select
11853
  selfed
11854
  selkie
11855
  seller
11857
  selsyn
11858
  selvas
11859
  selves
11860
+ sememe
11861
  semple
11862
  sempre
11863
  senary
11867
  sender
11868
  sendup
11869
  seneca
11870
+ senega
11871
  senhor
11872
  senile
11873
  senior
11877
  sennit
11878
  senora
11879
  senors
11880
+ senryu
11881
  sensed
11882
  sensei
11883
  senses
11887
  sepals
11888
  sepias
11889
  sepoys
11890
+ sepses
11891
  sepsis
11892
  septal
11893
  septet
11897
  sequin
11898
  seracs
11899
  serail
11900
+ serais
11901
  serape
11902
  seraph
11903
  serdab
11907
  serged
11908
  serger
11909
  serges
11910
+ serial
11911
  series
11912
  serifs
11913
  serine
11917
  serosa
11918
  serous
11919
  serows
11920
+ serums
11921
  serval
11922
  served
11923
  server
11927
  sestet
11928
  setoff
11929
  setons
11930
+ setose
11931
  setous
11932
  setout
11933
  settee
11937
  sevens
11938
  severe
11939
  severs
11940
+ sewage
11941
  sewans
11942
  sewars
11943
  sewers
11946
  shacko
11947
  shacks
11948
  shaded
11949
+ shader
11950
  shades
11951
  shadow
11952
  shaduf
11956
  shairn
11957
  shaken
11958
  shaker
11959
+ shakes
11960
  shakos
11961
  shaled
11962
  shales
11966
  shamas
11967
  shamed
11968
  shames
11969
+ shammy
11970
  shamos
11971
  shamoy
11972
  shamus
11976
  shanti
11977
  shanty
11978
  shaped
11979
+ shapen
11980
  shaper
11981
  shapes
11982
  shards
11986
  sharia
11987
  sharif
11988
  sharks
11989
+ sharns
11990
  sharny
11991
  sharps
11992
  sharpy
11996
  shaven
11997
  shaver
11998
  shaves
11999
+ shavie
12000
  shawed
12001
  shawls
12002
  shawms
12006
  shears
12007
  sheath
12008
  sheave
12009
+ sheens
12010
  sheeny
12011
  sheers
12012
  sheesh
12016
  sheiks
12017
  sheila
12018
  shekel
12019
+ shells
12020
  shelly
12021
  shelta
12022
  shelty
12026
  sheols
12027
  sheqel
12028
  sherds
12029
+ sherif
12030
  sherpa
12031
  sherry
12032
  sheuch
12036
  shibah
12037
  shield
12038
  shiels
12039
+ shiers
12040
  shiest
12041
  shifts
12042
  shifty
12046
  shills
12047
  shimmy
12048
  shindy
12049
+ shined
12050
  shiner
12051
  shines
12052
  shinny
12055
  shirrs
12056
  shirts
12057
  shirty
12058
+ shists
12059
  shivah
12060
  shivas
12061
  shiver
12065
  shlock
12066
  shlubs
12067
  shlump
12068
+ shmear
12069
  shmoes
12070
  shmuck
12071
  shnaps
12075
  shoats
12076
  shocks
12077
  shoddy
12078
+ shoers
12079
  shofar
12080
  shogis
12081
  shogun
12085
  shooks
12086
  shools
12087
  shoots
12088
+ shoppe
12089
  shoran
12090
  shored
12091
  shores
12095
  shotes
12096
  shotts
12097
  should
12098
+ shouts
12099
  shoved
12100
  shovel
12101
  shover
12105
  shoyus
12106
  shrank
12107
  shreds
12108
+ shrewd
12109
  shrews
12110
  shriek
12111
  shrift
12115
  shrine
12116
  shrink
12117
  shrive
12118
+ shroff
12119
  shroud
12120
  shrove
12121
  shrubs
12125
  shtick
12126
  shtiks
12127
  shucks
12128
+ shunts
12129
  shuted
12130
  shutes
12131
  shyers
12135
  sialid
12136
  sibyls
12137
  siccan
12138
+ sicced
12139
  sicked
12140
  sickee
12141
  sicken
12145
  sickly
12146
  sickos
12147
  siddur
12148
+ siding
12149
  sidled
12150
  sidler
12151
  sidles
12155
  sierra
12156
  siesta
12157
  sieurs
12158
+ sieved
12159
  sieves
12160
  sifaka
12161
  sifted
12165
  sights
12166
  sigils
12167
  sigloi
12168
+ siglos
12169
  siglum
12170
  sigmas
12171
  signal
12175
  signet
12176
  signor
12177
  silage
12178
+ silane
12179
  sileni
12180
  silent
12181
  silica
12185
  siller
12186
  siloed
12187
  silted
12188
+ silvae
12189
  silvan
12190
  silvas
12191
  silver
12195
  simile
12196
  simlin
12197
  simmer
12198
+ simnel
12199
  simony
12200
  simoom
12201
  simoon
12205
  sinews
12206
  sinewy
12207
  sinful
12208
+ singed
12209
  singer
12210
  singes
12211
  single
12215
  sinner
12216
  sinter
12217
  siphon
12218
+ siping
12219
  sipped
12220
  sipper
12221
  sippet
12225
  siring
12226
  sirrah
12227
  sirras
12228
+ sirree
12229
  sirups
12230
  sirupy
12231
  sisals
12235
  sistra
12236
  sitars
12237
  sitcom
12238
+ siting
12239
  sitten
12240
  sitter
12241
  situps
12245
  sixths
12246
  sizars
12247
  sizers
12248
+ sizier
12249
  sizing
12250
  sizzle
12251
  skalds
12253
  skater
12254
  skates
12255
  skatol
12256
+ skeane
12257
  skeans
12258
  skeens
12259
  skeets
12263
  skelms
12264
  skelps
12265
  skenes
12266
+ skerry
12267
  sketch
12268
  skewed
12269
  skewer
12273
  skiers
12274
  skiffs
12275
  skiing
12276
+ skills
12277
  skimos
12278
  skimps
12279
  skimpy
12283
  skirrs
12284
  skirts
12285
  skited
12286
+ skites
12287
  skived
12288
  skiver
12289
  skives
12293
  skorts
12294
  skulks
12295
  skulls
12296
+ skunks
12297
  skunky
12298
  skybox
12299
  skycap
12303
  skymen
12304
  skyway
12305
  slacks
12306
+ slaggy
12307
  slaked
12308
  slaker
12309
  slakes
12313
  slants
12314
  slanty
12315
  slatch
12316
+ slated
12317
  slater
12318
  slates
12319
  slatey
12323
  slavey
12324
  slayed
12325
  slayer
12326
+ sleave
12327
  sleaze
12328
  sleazo
12329
  sleazy
12333
  sleeps
12334
  sleepy
12335
  sleets
12336
+ sleety
12337
  sleeve
12338
  sleigh
12339
  sleuth
12343
  slices
12344
  slicks
12345
  slider
12346
+ slides
12347
  sliest
12348
  slieve
12349
  slight
12353
  slimsy
12354
  slings
12355
  slinks
12356
+ slinky
12357
  sliped
12358
  slipes
12359
  slippy
12363
  slobby
12364
  slogan
12365
  sloids
12366
+ slojds
12367
  sloops
12368
  sloped
12369
  sloper
12373
  sloths
12374
  slouch
12375
  slough
12376
+ sloven
12377
  slowed
12378
  slower
12379
  slowly
12383
  sluffs
12384
  sluice
12385
  sluicy
12386
+ sluing
12387
  slummy
12388
  slumps
12389
  slurbs
12392
  slushy
12393
  slyest
12394
  slypes
12395
+ smacks
12396
  smalls
12397
  smalti
12398
  smalto
12402
  smarts
12403
  smarty
12404
  smazes
12405
+ smears
12406
  smeary
12407
  smeeks
12408
  smegma
12412
  smerks
12413
  smidge
12414
  smilax
12415
+ smiled
12416
  smiler
12417
  smiles
12418
  smiley
12422
  smiter
12423
  smites
12424
  smiths
12425
+ smithy
12426
  smocks
12427
  smoggy
12428
  smoked
12432
  smolts
12433
  smooch
12434
  smoosh
12435
+ smooth
12436
  smudge
12437
  smudgy
12438
  smugly
12439
  smutch
 
12440
  snacks
12441
  snafus
12442
  snaggy
12443
  snails
12444
+ snaked
12445
  snakes
12446
  snakey
12447
  snappy
12451
  snarfs
12452
  snarks
12453
  snarky
12454
+ snarls
12455
  snarly
12456
  snatch
12457
  snathe
12461
  sneaks
12462
  sneaky
12463
  sneaps
12464
+ snecks
12465
  sneers
12466
  sneery
12467
  sneesh
12471
  snicks
12472
  snider
12473
  sniffs
12474
+ sniffy
12475
  sniped
12476
  sniper
12477
  snipes
12481
  snobby
12482
  snoods
12483
  snooks
12484
+ snools
12485
  snoops
12486
  snoopy
12487
  snoots
12491
  snored
12492
  snorer
12493
  snores
12494
+ snorts
12495
  snotty
12496
  snouts
12497
  snouty
12501
  snuffy
12502
  snugly
12503
  soaked
12504
+ soaker
12505
  soaped
12506
  soaper
12507
  soared
12511
  sobber
12512
  sobeit
12513
  sobers
12514
+ sobful
12515
  socage
12516
  soccer
12517
  social
12521
  socman
12522
  socmen
12523
  sodded
12524
+ sodden
12525
  sodium
12526
  soever
12527
  sofars
12529
  softas
12530
  soften
12531
  softer
12532
+ softie
12533
  softly
12534
  sogged
12535
  soigne
12539
  solace
12540
  soland
12541
  solano
12542
+ solans
12543
  solate
12544
  soldan
12545
  solder
12549
  solgel
12550
  solidi
12551
  solids
12552
+ soling
12553
  solion
12554
  soloed
12555
  solons
12559
  solver
12560
  solves
12561
  somans
12562
+ somata
12563
  somber
12564
  sombre
12565
  somite
12569
  sonata
12570
  sonder
12571
  sondes
12572
+ sonics
12573
  sonnet
12574
  sonsie
12575
  sooner
12579
  sopite
12580
  sopors
12581
  sopped
12582
+ sorbed
12583
  sorbet
12584
  sorbic
12585
  sordid
12589
  sorest
12590
  sorgho
12591
  sorgos
12592
+ soring
12593
  sorned
12594
  sorner
12595
  sorrel
12599
  sortie
12600
  sotols
12601
  sotted
12602
+ souari
12603
  soucar
12604
  soudan
12605
  soughs
12609
  souped
12610
  source
12611
  soured
12612
+ sourer
12613
  sourly
12614
  soused
12615
  souses
12619
  sovran
12620
  sowans
12621
  sowars
12622
+ sowcar
12623
  sowens
12624
  sowers
12625
  sowing
12629
  spacer
12630
  spaces
12631
  spacey
12632
+ spaded
12633
  spader
12634
  spades
12635
  spadix
12639
  spaits
12640
  spales
12641
  spalls
12642
+ spanks
12643
  spared
12644
  sparer
12645
  spares
12649
  sparky
12650
  sparry
12651
  sparse
12652
+ spasms
12653
  spates
12654
  spathe
12655
  spavie
12659
  speaks
12660
  speans
12661
  spears
12662
+ specie
12663
  specks
12664
  speech
12665
  speedo
12669
  speers
12670
  speils
12671
  speirs
12672
+ speise
12673
  speiss
12674
  spells
12675
  spelts
12678
  spends
12679
  spendy
12680
  spense
12681
+ spewed
12682
  spewer
12683
  sphene
12684
  sphere
12688
  spicae
12689
  spicas
12690
  spiced
12691
+ spicer
12692
  spices
12693
  spicey
12694
  spicks
12698
  spiffs
12699
  spiffy
12700
  spigot
12701
+ spiked
12702
  spiker
12703
  spikes
12704
  spikey
12708
  spilth
12709
  spinal
12710
  spined
12711
+ spinel
12712
  spines
12713
  spinet
12714
  spinny
12718
  spirea
12719
  spired
12720
  spirem
12721
+ spires
12722
  spirit
12723
  spirts
12724
  spital
12728
  splake
12729
  splash
12730
  splats
12731
+ splays
12732
  spleen
12733
  splent
12734
  splice
 
12735
  spline
12736
  splint
12737
  splits
12738
  splore
12739
  splosh
12740
+ spodes
12741
  spoils
12742
  spoilt
12743
  spoked
12747
  spongy
12748
  spoofs
12749
  spoofy
12750
+ spooks
12751
  spooky
12752
  spools
12753
  spoons
12757
  spored
12758
  spores
12759
  sports
12760
+ sporty
12761
  spotty
12762
  spouse
12763
  spouts
12767
  sprats
12768
  sprawl
12769
  sprays
12770
+ spread
12771
  sprees
12772
  sprent
12773
  sprier
12777
  sprite
12778
  sprits
12779
  spritz
12780
+ sprout
12781
  spruce
12782
  sprucy
12783
  sprues
12787
  spryly
12788
  spuing
12789
  spumed
12790
+ spumes
 
 
 
12791
  spurns
12792
  spurry
12793
  spying
12794
  squabs
12795
+ squads
12796
  squall
12797
  squama
12798
  square
12802
  squawk
12803
  squaws
12804
  squeak
12805
+ squeal
12806
  squegs
12807
  squibs
12808
  squids
12812
  squirm
12813
  squirt
12814
  squish
12815
+ squush
12816
  sradha
12817
  stable
12818
  stably
12822
  stadia
12823
  staffs
12824
  staged
12825
+ stager
12826
  stages
12827
  stagey
12828
  staggy
12832
  staked
12833
  stakes
12834
  stalag
12835
+ staled
12836
  staler
12837
  stales
12838
  stalks
12842
  stamps
12843
  stance
12844
  stanch
12845
+ stands
12846
  staned
12847
  stanes
12848
  stangs
12852
  stapes
12853
  staphs
12854
  staple
12855
+ starch
12856
  stared
12857
  starer
12858
  stares
12862
  stases
12863
  stasis
12864
  statal
12865
+ stated
12866
  stater
12867
  states
12868
  static
12872
  status
12873
  staved
12874
  staves
12875
+ stayed
12876
  stayer
12877
  steads
12878
  steady
12882
  steamy
12883
  steeds
12884
  steeks
12885
+ steels
12886
  steely
12887
  steeps
12888
  steers
12892
  stelai
12893
  stelar
12894
  steles
12895
+ stelic
12896
  stella
12897
  stemma
12898
  stemmy
12902
  steppe
12903
  stereo
12904
  steres
12905
+ steric
12906
  sterna
12907
  sterns
12908
  sterol
12912
  sticky
12913
  stiffs
12914
  stifle
12915
+ stigma
12916
  stiles
12917
  stills
12918
  stilly
12920
  stimes
12921
  stingo
12922
  stings
 
 
 
 
12923
  stints
12924
  stiped
12925
  stipel
12928
  stirps
12929
  stitch
12930
  stithy
12931
+ stiver
12932
  stoats
12933
  stocks
12934
  stocky
12938
  stogie
12939
  stoics
12940
  stoked
12941
+ stoker
12942
  stokes
12943
  stoled
12944
  stolen
12948
  stomal
12949
  stomas
12950
  stomps
12951
+ stoned
12952
  stoner
12953
  stones
12954
  stoney
12955
  stooge
12956
  stooks
 
12957
  stoops
12958
  stoped
12959
  stoper
12960
+ stopes
12961
  storax
12962
  stored
12963
  storer
12967
  storms
12968
  stormy
12969
  stotin
12970
+ stotts
12971
  stound
12972
  stoups
12973
  stoure
12977
  stover
12978
  stoves
12979
  stowed
12980
+ stowps
12981
  strafe
12982
  strain
12983
  strait
12987
  straps
12988
  strass
12989
  strata
12990
+ strath
12991
  strati
12992
  straws
12993
  strawy
12997
  streek
12998
  streel
12999
  street
13000
+ streps
13001
  stress
13002
  strewn
13003
  strews
13007
  stride
13008
  strife
13009
  strike
13010
+ string
13011
  stripe
13012
  strips
13013
  stript
13017
  strode
13018
  stroke
13019
  stroll
13020
+ stroma
13021
  strong
13022
  strook
13023
  strops
13027
  strows
13028
  stroys
13029
  struck
13030
+ struma
13031
  strums
13032
  strung
13033
  strunt
13037
  studio
13038
  studly
13039
  stuffs
13040
+ stuffy
13041
  stulls
13042
  stumps
13043
  stumpy
13046
  stupes
13047
  stupor
13048
  sturdy
13049
+ sturts
13050
  stying
13051
  stylar
13052
  styled
13056
  stylus
13057
  stymie
13058
  styrax
13059
+ suable
13060
  suably
13061
  suaver
13062
  subahs
13066
  subers
13067
  subfix
13068
  subgum
13069
+ subito
13070
  sublet
13071
  sublot
13072
  submit
13076
  subsea
13077
  subset
13078
  subtle
13079
+ subtly
13080
  suburb
13081
  subway
13082
  succah
13083
  succor
13084
  sucres
13085
  sudary
13086
+ sudden
13087
  sudors
13088
  sudsed
13089
  sudser
13093
  suffer
13094
  suffix
13095
  sugars
13096
+ sugary
13097
  sughed
13098
  suints
13099
  suited
13103
  sukkah
13104
  sukkot
13105
  sulcal
13106
+ sulcus
13107
  suldan
13108
  sulfas
13109
  sulfid
13113
  sullen
13114
  sulpha
13115
  sultan
13116
+ sultry
13117
  sumach
13118
  sumacs
13119
  summae
13123
  summit
13124
  summon
13125
  sunbow
13126
+ sundae
13127
  sunder
13128
  sundew
13129
  sundog
13133
  sunlit
13134
  sunnah
13135
  sunnas
13136
+ sunned
13137
  sunray
13138
  sunset
13139
  suntan
13143
  supine
13144
  supped
13145
  supper
13146
+ supple
13147
  supply
13148
  surahs
13149
  surely
13153
  surfer
13154
  surged
13155
  surger
13156
+ surges
13157
  surimi
13158
  surras
13159
  surrey
13163
  suslik
13164
  sussed
13165
  susses
13166
+ sutler
13167
  sutras
13168
  suttas
13169
  suttee
13173
  swabby
13174
  swaged
13175
  swager
13176
+ swages
13177
  swails
13178
  swains
13179
  swales
13183
  swanks
13184
  swanky
13185
  swanny
13186
+ swaraj
13187
  swards
13188
  swarfs
13189
  swarms
13193
  swathe
13194
  swaths
13195
  swayed
13196
+ swayer
13197
  swears
13198
  sweats
13199
  sweaty
13203
  sweepy
13204
  sweets
13205
  swells
13206
+ swerve
13207
  sweven
13208
  swifts
13209
  swills
13213
  swingy
13214
  swinks
13215
  swiped
13216
+ swipes
13217
  swiple
13218
  swirls
13219
  swirly
13223
  swived
13224
  swivel
13225
  swives
13226
+ swivet
13227
  swoons
13228
  swoony
13229
  swoops
13233
  swound
13234
  swouns
13235
  syboes
13236
+ sycees
13237
  sylphs
13238
  sylphy
13239
  sylvae
13243
  symbol
13244
  synced
13245
  synchs
13246
+ syncom
13247
  syndet
13248
  syndic
13249
  syngas
13253
  synura
13254
  sypher
13255
  syphon
13256
+ syrens
13257
  syrinx
13258
  syrups
13259
  syrupy
13263
  tabard
13264
  tabbed
13265
  tabbis
13266
+ tabers
13267
  tablas
13268
  tabled
13269
  tables
13273
  tabour
13274
  tabued
13275
  tabuli
13276
+ tabuns
13277
  taches
13278
  tacked
13279
  tacker
13283
  tactic
13284
  taenia
13285
  taffia
13286
+ tafias
13287
  tagged
13288
  tagger
13289
  tagrag
13293
  tailed
13294
  tailer
13295
  taille
13296
+ tailor
13297
  taints
13298
  taipan
13299
  takahe
13303
  takins
13304
  talars
13305
  talced
13306
+ talcky
13307
  talcum
13308
  talent
13309
  talers
13313
  talkie
13314
  taller
13315
  tallis
13316
+ tallit
13317
  tallol
13318
  tallow
13319
  talons
13323
  tamals
13324
  tamari
13325
  tambac
13326
+ tambak
13327
  tambur
13328
  tamein
13329
  tamely
13333
  tammie
13334
  tampan
13335
  tamped
13336
+ tamper
13337
  tampon
13338
  tandem
13339
  tanged
13343
  tanist
13344
  tankas
13345
  tanked
13346
+ tanker
13347
  tanned
13348
  tanner
13349
  tannic
13353
  tantra
13354
  tanuki
13355
  tapalo
13356
+ tapers
13357
  tapeta
13358
  taping
13359
  tapirs
13363
  tarama
13364
  targes
13365
  target
13366
+ tariff
13367
  taring
13368
  tarmac
13369
  tarnal
13373
  tarpan
13374
  tarpon
13375
  tarred
13376
+ tarres
13377
  tarsal
13378
  tarsia
13379
  tarsus
13383
  tarter
13384
  tartly
13385
  tarzan
13386
+ tasked
13387
  tassel
13388
  tasses
13389
  tasset
13393
  tastes
13394
  tatami
13395
  tatars
13396
+ taters
13397
  tatsoi
13398
  tatted
13399
  tatter
13403
  taught
13404
  taunts
13405
  tauons
13406
+ taupes
13407
  tauted
13408
  tauten
13409
  tauter
13413
  tawdry
13414
  tawers
13415
  tawing
13416
+ tawney
13417
  tawpie
13418
  tawsed
13419
  tawses
13423
  taxies
13424
  taxing
13425
  taxite
13426
+ taxman
13427
  taxmen
13428
  taxols
13429
  taxons
13433
  teamed
13434
  teapot
13435
  teapoy
13436
+ teared
13437
  tearer
13438
  teased
13439
  teasel
13443
  teazel
13444
  teazle
13445
  teched
13446
+ techie
13447
  techno
13448
  tectal
13449
  tectum
13453
  teeing
13454
  teemed
13455
  teemer
13456
+ teener
13457
  teensy
13458
  teepee
13459
  teeter
13463
  teguas
13464
  teiids
13465
  teinds
13466
+ tekkie
13467
  telcos
13468
  teledu
13469
  telega
13473
  teller
13474
  tellys
13475
  telnet
13476
+ telome
13477
  telson
13478
  temped
13479
  tempeh
13483
  tempts
13484
  tenace
13485
  tenail
13486
+ tenant
13487
  tended
13488
  tender
13489
  tendon
13493
  tenias
13494
  tenner
13495
  tennis
13496
+ tenons
13497
  tenors
13498
  tenour
13499
  tenpin
13503
  tenses
13504
  tensor
13505
  tented
13506
+ tenter
13507
  tenths
13508
  tentie
13509
  tenues
13513
  tenuto
13514
  teopan
13515
  tepals
13516
+ tepees
13517
  tepefy
13518
  tephra
13519
  tepoys
13523
  terbic
13524
  tercel
13525
  terces
13526
+ tercet
13527
  teredo
13528
  terete
13529
  tergal
13533
  termly
13534
  termor
13535
  ternes
13536
+ terrae
13537
  terras
13538
  terret
13539
  territ
13543
  testae
13544
  tested
13545
  testee
13546
+ tester
 
 
13547
  teston
13548
  tetany
13549
  tetchy
13551
  tetrad
13552
  tetras
13553
  tetris
13554
+ tetryl
13555
  tetter
13556
  tewing
13557
  thacks
13561
  thanes
13562
  thanks
13563
  tharms
13564
+ thatch
13565
  thawed
13566
  thawer
13567
  thebes
13571
  thegns
13572
  theine
13573
  theins
13574
+ theirs
13575
  theism
13576
  theist
13577
  themed
13581
  thence
13582
  theory
13583
  theres
13584
+ therme
13585
  therms
13586
  theses
13587
  thesis
13591
  thicks
13592
  thieve
13593
  thighs
13594
+ thills
13595
  things
13596
  thinks
13597
  thinly
13601
  thirls
13602
  thirst
13603
  thirty
13604
+ tholed
13605
  tholes
13606
  tholoi
13607
  tholos
13611
  thoric
13612
  thorns
13613
  thorny
13614
+ thoron
13615
  thorpe
13616
  thorps
13617
  thoued
13621
  thrave
13622
  thrawn
13623
  thraws
13624
+ thread
13625
  threap
13626
  threat
13627
  threep
13631
  thrift
13632
  thrill
13633
  thrips
13634
+ thrive
13635
  throat
13636
  throbs
13637
  throes
13641
  thrown
13642
  throws
13643
  thrums
 
13644
  thrust
13645
  thujas
13646
  thulia
13650
  thurls
13651
  thusly
13652
  thuyas
13653
+ thwack
13654
  thwart
13655
  thymes
13656
  thymey
13660
  thyrse
13661
  thyrsi
13662
  tiaras
13663
+ tibiae
13664
  tibial
13665
  tibias
13666
  ticals
13670
  ticket
13671
  tickle
13672
  tictac
13673
+ tictoc
13674
  tidbit
13675
  tiddly
13676
  tidied
13680
  tiding
13681
  tieing
13682
  tiepin
13683
+ tierce
13684
  tiered
13685
  tiffed
13686
  tiffin
13690
  tigons
13691
  tikkas
13692
  tilaks
13693
+ tildes
13694
  tilers
13695
  tiling
13696
  tilled
13700
  tilths
13701
  timbal
13702
  timber
13703
+ timbre
13704
  timely
13705
  timers
13706
  timing
13710
  tineal
13711
  tineas
13712
  tineid
13713
+ tinful
13714
  tinged
13715
  tinges
13716
  tingle
13720
  tining
13721
  tinker
13722
  tinkle
13723
+ tinkly
13724
  tinman
13725
  tinmen
13726
  tinned
13730
  tinted
13731
  tinter
13732
  tipcat
13733
+ tipoff
13734
  tipped
13735
  tipper
13736
  tippet
13740
  tirade
13741
  tiring
13742
  tirled
13743
+ tisane
13744
  tissue
13745
  titans
13746
  tmeses
13747
+ tmesis
13748
  toasts
13749
  toasty
13750
  tobies
13754
  toddle
13755
  todies
13756
  toecap
13757
+ toeing
13758
  toffee
13759
  togaed
13760
  togate
13763
  togues
13764
  toiled
13765
  toiler
13766
+ toiles
13767
  toited
13768
  tokays
13769
  tokens
 
 
13770
  tolane
13771
  tolans
13772
  tolars
13773
  toledo
13774
+ toling
13775
  tolled
13776
  toller
13777
  toluic
13781
  tolyls
13782
  tomans
13783
  tomato
13784
+ tombac
13785
  tombak
13786
  tombal
13787
  tombed
13791
  tommed
13792
  tomtit
13793
  tondos
13794
+ toneme
13795
  toners
13796
  tongas
13797
  tonged
13801
  tonier
13802
  toning
13803
  tonish
13804
+ tonlet
13805
  tonner
13806
  tonnes
13807
  tonsil
13811
  tooted
13812
  tooter
13813
  tooths
13814
+ toothy
13815
  tootle
13816
  tootsy
13817
  topees
13821
  tophus
13822
  topics
13823
  toping
13824
+ topped
13825
  topper
13826
  topple
13827
  toques
13831
  torero
13832
  torics
13833
  tories
13834
+ toroid
13835
  torose
13836
  toroth
13837
  torous
13841
  torrid
13842
  torses
13843
  torsks
13844
+ torsos
13845
  tortas
13846
  torten
13847
  tortes
13848
  torula
13849
  toshes
13850
  tossed
 
13851
  tosses
13852
  tossup
13853
+ totals
13854
  totems
13855
  toters
13856
  tother
13860
  toucan
13861
  touche
13862
  touchy
13863
+ toughs
13864
  toughy
13865
  toupee
13866
  toured
13870
  tousle
13871
  touted
13872
  touter
13873
+ touzle
13874
  towage
13875
  toward
13876
  towels
13880
  towies
13881
  towing
13882
  townee
13883
+ townie
13884
  toxics
13885
  toxine
13886
  toxins
13890
  toyish
13891
  toyons
13892
  traced
13893
+ tracer
13894
  traces
13895
  tracks
13896
  tracts
13900
  tragic
13901
  tragus
13902
  traiks
13903
+ trails
13904
  trains
13905
  traits
13906
  tramel
13910
  tranks
13911
  tranny
13912
  tranqs
13913
+ trapan
13914
  trapes
13915
  trashy
13916
  trauma
13920
  treads
13921
  treats
13922
  treaty
13923
+ treble
13924
  trebly
13925
  treens
13926
  trefah
13930
  trendy
13931
  trepan
13932
  trepid
13933
+ tressy
13934
  trevet
13935
  triacs
13936
  triads
13940
  tribes
13941
  triced
13942
  tricep
13943
+ trices
13944
  tricks
13945
  tricky
13946
  tricot
13950
  trifid
13951
  trifle
13952
  trigly
13953
+ trigon
13954
  trigos
13955
  trijet
13956
  trikes
13960
  trimly
13961
  trinal
13962
  trined
13963
+ trines
13964
  triode
13965
  triols
13966
  triose
13970
  tripod
13971
  tripos
13972
  trippy
13973
+ triste
13974
  triter
13975
  triton
13976
  triune
13980
  trocar
13981
  troche
13982
  trocks
13983
+ trogon
13984
  troika
13985
  troked
13986
  trokes
13990
  tromps
13991
  tronas
13992
  trones
13993
+ troops
13994
  tropes
13995
  trophy
13996
  tropic
14000
  trough
14001
  troupe
14002
  trouts
14003
+ trouty
14004
  trover
14005
  troves
14006
  trowed
14010
  truced
14011
  truces
14012
  trucks
14013
+ trudge
14014
  truest
14015
  truffe
14016
  truing
14020
  trunks
14021
  trusts
14022
  trusty
14023
+ truths
14024
  trying
14025
  tryout
14026
  tryste
14030
  tsetse
14031
  tsking
14032
  tsktsk
14033
+ tsores
14034
  tsoris
14035
  tsuris
14036
  tubate
14040
  tubful
14041
  tubing
14042
  tubist
14043
+ tubule
14044
  tuchun
14045
  tucked
14046
  tucker
14050
  tufted
14051
  tufter
14052
  tugged
14053
+ tugger
14054
  tugrik
14055
  tuille
14056
  tuladi
14060
  tumefy
14061
  tumors
14062
  tumour
14063
+ tumped
14064
  tumuli
14065
  tumult
14066
  tundra
14070
  tunics
14071
  tuning
14072
  tunned
14073
+ tunnel
14074
  tupelo
14075
  tupiks
14076
  tupped
14080
  turbid
14081
  turbit
14082
  turbos
14083
+ turbot
14084
  tureen
14085
  turfed
14086
  turgid
14090
  turned
14091
  turner
14092
  turnip
14093
+ turnon
14094
  turnup
14095
  turret
14096
  turtle
14100
  tushes
14101
  tushie
14102
  tusked
14103
+ tusker
 
14104
  tussal
 
14105
  tusseh
14106
  tusser
14107
  tusses
14108
  tussis
14109
  tussle
14110
  tussor
14111
+ tussur
14112
  tutees
14113
  tutors
14114
  tutted
14118
  tuyere
14119
  tuyers
14120
  twains
 
 
14121
  twanky
14122
  tweaks
14123
  tweaky
14126
  tweens
14127
  tweeny
14128
  tweets
14129
+ tweeze
14130
  twelve
14131
  twenty
14132
  twerps
14136
  twilit
14137
  twills
14138
  twined
14139
+ twiner
14140
  twines
14141
  twinge
14142
  twirls
14146
  twisty
14147
  twitch
14148
  twofer
14149
+ twyers
14150
  tycoon
14151
  tymbal
14152
  tympan
14156
  typier
14157
  typify
14158
  typing
14159
+ typist
14160
  tyrant
14161
  tyring
14162
  tythed
14166
  uakari
14167
  ubiety
14168
  ubique
14169
+ udders
14170
  uglier
14171
  uglies
14172
  uglify
14176
  ukases
14177
  ulamas
14178
  ulcers
14179
+ ulemas
14180
  ullage
14181
  ulster
14182
  ultima
14186
  umbels
14187
  umbers
14188
  umbles
14189
+ umbrae
14190
  umbral
14191
  umbras
14192
  umiack
14196
  umlaut
14197
  umping
14198
  umpire
14199
+ unable
14200
  unaged
14201
  unakin
14202
  unarms
14206
  unbans
14207
  unbars
14208
  unbear
14209
+ unbelt
14210
  unbend
14211
  unbent
14212
  unbind
14216
  unbusy
14217
  uncage
14218
  uncake
14219
+ uncaps
14220
  uncase
14221
  uncast
14222
  unchic
14235
  uncurl
14236
  uncute
14237
  undead
14238
+ undies
14239
  undine
14240
  undock
14241
  undoer
14245
  undrew
14246
  unduly
14247
  undyed
14248
+ unease
14249
  uneasy
14250
  uneven
14251
  unfair
14255
  unfold
14256
  unfond
14257
  unfree
14258
+ unfurl
14259
  ungird
14260
  ungirt
14261
  unglue
14265
  ungula
14266
  unhair
14267
  unhand
14268
+ unhang
14269
  unhats
14270
  unhelm
14271
  unhewn
14275
  unhung
14276
  unhurt
14277
  unhusk
14278
+ unific
14279
  unions
14280
  unipod
14281
  unique
14285
  uniter
14286
  unites
14287
  unjams
14288
+ unjust
14289
  unkend
14290
  unkent
14291
  unkept
14295
  unknot
14296
  unlace
14297
  unlade
14298
+ unlaid
14299
  unlash
14300
  unlays
14301
  unlead
14305
  unlive
14306
  unload
14307
  unlock
14308
+ unmade
14309
  unmake
14310
  unmans
14311
  unmask
14315
  unmixt
14316
  unmold
14317
  unmoor
14318
+ unmown
14319
  unnail
14320
  unopen
14321
  unpack
14325
  unpent
14326
  unpick
14327
  unpile
14328
+ unpins
14329
  unplug
14330
  unpure
14331
  unread
14335
  unrest
14336
  unrigs
14337
  unripe
14338
+ unrips
14339
  unrobe
14340
  unroll
14341
  unroof
14345
  unsafe
14346
  unsaid
14347
  unsawn
14348
+ unsays
14349
  unseal
14350
  unseam
14351
  unseat
14355
  unsets
14356
  unsewn
14357
  unsews
14358
+ unsexy
14359
  unshed
14360
  unship
14361
  unshod
14365
  unsold
14366
  unsown
14367
  unspun
14368
+ unstep
14369
  unstop
14370
  unsung
14371
  unsunk
14375
  untidy
14376
  untied
14377
  unties
14378
+ untold
14379
  untorn
14380
  untrim
14381
  untrod
14385
  unused
14386
  unveil
14387
  unvext
14388
+ unwary
14389
  unwell
14390
  unwept
14391
  unwind
14395
  unworn
14396
  unwove
14397
  unwrap
14398
+ unyoke
14399
  unzips
14400
  upases
14401
  upbear
14405
  upbore
14406
  upbows
14407
  upcast
14408
+ upcoil
14409
  upcurl
14410
  updart
14411
  update
14415
  upflow
14416
  upfold
14417
  upgaze
14418
+ upgird
14419
  upgirt
14420
  upgrew
14421
  upgrow
14425
  uphold
14426
  uphove
14427
  uphroe
14428
+ upkeep
14429
  upland
14430
  upleap
14431
  uplift
14435
  uppers
14436
  uppile
14437
  upping
14438
+ uppish
14439
  uppity
14440
  upprop
14441
  uprate
14445
  uproot
14446
  uprose
14447
  uprush
14448
+ upsend
14449
  upsent
14450
  upsets
14451
  upshot
14455
  upstep
14456
  upstir
14457
  uptake
14458
+ uptalk
14459
  uptear
14460
  uptick
14461
  uptilt
14465
  uptoss
14466
  uptown
14467
  upturn
14468
+ upwaft
14469
  upward
14470
  upwell
14471
  upwind
14475
  uranic
14476
  uranyl
14477
  urares
14478
+ uraris
14479
  urases
14480
  urates
14481
  uratic
14485
  urease
14486
  uredia
14487
  uredos
14488
+ ureide
14489
  uremia
14490
  uremic
 
 
14491
  urgent
14492
  urgers
14493
  urging
14494
  urials
 
 
14495
  uropod
14496
  urping
14497
  ursids
14501
  usable
14502
  usably
14503
  usages
14504
+ usance
14505
  useful
14506
  ushers
14507
  usneas
14511
  usurps
14512
  uterus
14513
  utmost
14514
+ utopia
14515
  utters
14516
  uveous
14517
  uvulae
14521
  vacate
14522
  vacuum
14523
  vadose
14524
+ vagary
14525
  vagile
14526
  vagrom
14527
  vaguer
14530
  vainer
14531
  vainly
14532
  vakeel
14533
+ vakils
14534
  valets
14535
  valgus
14536
  valine
14540
  valors
14541
  valour
14542
  valses
14543
+ valued
14544
  valuer
14545
  values
14546
  valuta
14550
  valves
14551
  vamose
14552
  vamped
14553
+ vamper
14554
  vandal
14555
  vandas
14556
  vanish
14560
  vanned
14561
  vanner
14562
  vapors
14563
+ vapory
14564
  vapour
14565
  varias
14566
  varied
14570
  varnas
14571
  varoom
14572
  varved
14573
+ varves
14574
  vassal
14575
  vaster
14576
  vastly
14580
  vaulty
14581
  vaunts
14582
  vaunty
14583
+ vaward
14584
  vealed
14585
  vealer
14586
  vector
14590
  veered
14591
  vegans
14592
  vegete
14593
+ vegged
14594
  veggie
14595
  vegies
14596
  veiled
14600
  veiner
14601
  velars
14602
  velate
14603
+ velcro
14604
  veldts
14605
  vellum
14606
  veloce
14610
  vended
14611
  vendee
14612
  vender
14613
+ vendor
14614
  vendue
14615
  veneer
14616
  venene
14620
  venial
14621
  venine
14622
  venins
14623
+ venire
14624
  venoms
14625
  venose
14626
  venous
14630
  venule
14631
  verbal
14632
  verbid
14633
+ verdin
14634
  verged
14635
  verger
14636
  verges
14640
  verism
14641
  verist
14642
  verite
14643
+ verity
14644
  vermes
14645
  vermin
14646
  vermis
14650
  versed
14651
  verser
14652
  verses
14653
+ verset
14654
  versos
14655
  verste
14656
  versts
14660
  verves
14661
  vervet
14662
  vesica
14663
+ vesper
14664
  vespid
14665
  vessel
14666
  vestal
14670
  vestry
14671
  vetoed
14672
  vetoer
14673
+ vetoes
14674
  vetted
14675
  vetter
14676
  vexers
14680
  viably
14681
  vialed
14682
  viands
14683
+ viatic
14684
  viator
14685
  vibist
14686
  vibrio
14690
  victor
14691
  vicuna
14692
  videos
14693
+ viewed
14694
  viewer
14695
  vigias
14696
  vigils
14700
  vilely
14701
  vilest
14702
  vilify
14703
+ villae
14704
  villas
14705
  villus
14706
  vimina
14710
  vinery
14711
  vinier
14712
  vinify
14713
+ vining
14714
  vinous
14715
  vinyls
14716
  violas
14720
  virago
14721
  vireos
14722
  virgas
14723
+ virgin
14724
  virile
14725
  virion
14726
  viroid
14730
  visage
14731
  visard
14732
  viscid
14733
+ viscus
14734
  viseed
14735
  vising
14736
  vision
14740
  vistas
14741
  visual
14742
  vitals
14743
+ vitric
14744
  vittae
14745
  vittle
14746
  vivace
14750
  vixens
14751
  vizard
14752
  vizier
14753
+ vizirs
14754
  vizors
14755
  vizsla
14756
  vocabs
14760
  vodous
14761
  voduns
14762
  vogued
14763
+ voguer
14764
  vogues
14765
  voiced
14766
  voicer
14770
  voiles
14771
  volant
14772
  volery
14773
+ voling
14774
  volley
14775
  volost
14776
  voltes
14788
  votive
14789
  voudon
14790
  vowels
14791
+ vowers
14792
  vowing
14793
  voyage
14794
  voyeur
14795
  vrooms
14796
  vrouws
 
 
 
 
 
 
14797
  wabble
14798
  wabbly
 
 
 
14799
  wadded
14800
  wadder
14801
  waddie
14802
+ waddle
14803
  waddly
14804
  waders
14805
  wadies
14809
  wadmol
14810
  wadset
14811
  waeful
14812
+ wafers
14813
  wafery
14814
  waffed
14815
  waffie
14819
  wafter
14820
  wagers
14821
  wagged
14822
+ wagger
14823
  waggle
14824
  waggly
14825
  waggon
14829
  wahoos
14830
  waifed
14831
  wailed
14832
+ wailer
14833
  waired
14834
  waists
14835
  waited
14839
  waives
14840
  wakame
14841
  wakens
14842
+ wakers
14843
  wakiki
14844
  waking
14845
  walers
14849
  walker
14850
  walkup
14851
  wallah
14852
+ wallas
14853
  walled
14854
  wallet
14855
  wallie
14859
  walrus
14860
  wamble
14861
  wambly
14862
+ wammus
14863
  wampum
14864
  wampus
14865
  wander
14866
  wandle
 
 
 
14867
  wanier
14868
  waning
14869
  wanion
14874
  wanton
14875
  wapiti
14876
  wapped
14877
+ warble
14878
  warded
14879
  warden
14880
  warder
14884
  warked
14885
  warmed
14886
  warmer
14887
+ warmly
14888
  warmth
14889
  warmup
14890
  warned
14894
  warred
14895
  warren
14896
  warsaw
14897
+ warsle
14898
  warted
14899
  wasabi
14900
  washed
14901
  washer
14902
  washes
14903
  washup
 
 
14904
  wastes
14905
+ wastry
14906
  watape
14907
  wataps
14908
  waters
14912
  waucht
14913
  waught
14914
  wauked
14915
+ wauled
14916
  wavers
14917
  wavery
14918
  waveys
14922
  waving
14923
  wawled
14924
  waxers
14925
+ waxier
14926
  waxily
14927
  waxing
14928
  waylay
14932
  weakly
14933
  weakon
14934
  wealds
14935
+ wealth
14936
  weaned
14937
  weaner
14938
  weapon
14942
  weaved
14943
  weaver
14944
  weaves
14945
+ webbed
14946
  webcam
14947
  webers
14948
  webfed
14952
  wedder
14953
  wedeln
14954
  wedels
14955
+ wedged
14956
  wedges
14957
  wedgie
14958
  weeded
14962
  weenie
14963
  weensy
14964
  weeper
14965
+ weepie
14966
  weeted
14967
  weever
14968
  weevil
14969
  weewee
14970
  weighs
14971
  weight
 
 
14972
  weirds
14973
+ weirdy
14974
  welded
14975
  welder
14976
  weldor
14980
  welted
14981
  welter
14982
  wended
14983
+ weskit
14984
  wester
14985
  wether
14986
  wetted
 
 
14987
  whacks
14988
  whacky
14989
  whaled
14990
  whaler
14991
+ whales
14992
  whammo
14993
  whammy
14994
  whangs
14998
  wheals
14999
  wheats
15000
  wheels
15001
+ wheens
15002
  wheeps
15003
  wheeze
15004
  wheezy
15008
  whelps
15009
  whenas
15010
  whence
15011
+ wheres
15012
  wherry
15013
  wherve
15014
  wheyey
15018
  whiles
15019
  whilom
15020
  whilst
15021
+ whimsy
15022
  whined
15023
  whiner
15024
  whines
15028
  whippy
15029
  whirls
15030
  whirly
15031
+ whirrs
15032
  whirry
15033
  whisht
15034
  whisks
15038
  whiten
15039
  whiter
15040
  whites
15041
+ whitey
15042
  whizzy
15043
  wholes
15044
  wholly
15047
  whoofs
15048
  whoops
15049
  whoosh
 
 
15050
  whorls
15051
  whorts
15052
  whosis
15056
  wiccas
15057
  wiches
15058
  wicked
15059
+ wicker
15060
  wicket
15061
  wicopy
15062
  widder
15066
  widens
15067
  widest
15068
  widget
15069
+ widish
15070
  widows
15071
  widths
15072
  wields
15076
  wifely
15077
  wifeys
15078
  wifing
15079
+ wigans
15080
  wigeon
15081
  wigged
15082
  wiggle
15086
  wigwag
15087
  wigwam
15088
  wikiup
15089
+ wilded
15090
  wilder
15091
  wildly
15092
  wilful
15096
  willed
15097
  willer
15098
  willet
15099
+ willie
15100
  willow
15101
  wilted
15102
  wimble
15106
  winced
15107
  wincer
15108
  winces
15109
+ wincey
15110
  winded
15111
  winder
15112
  windle
15116
  winged
15117
  winger
15118
  winier
15119
+ wining
15120
  winish
15121
  winked
15122
  winker
15126
  winnow
15127
  winoes
15128
  winter
15129
+ wintle
15130
  wintry
15131
  winzes
15132
  wipers
15136
  wirily
15137
  wiring
15138
  wisdom
15139
+ wisely
15140
  wisent
15141
  wisest
15142
  wished
15146
  wisped
15147
  wissed
15148
  wisses
15149
+ wisted
15150
  witans
15151
  witchy
15152
  withal
15156
  within
15157
  witing
15158
  witney
15159
+ witted
15160
  wittol
15161
  wivern
15162
  wivers
15166
  wizzen
15167
  wizzes
15168
  woaded
15169
+ woalds
15170
  wobble
15171
  wobbly
15172
  wodges
15176
  wolver
15177
  wolves
15178
  womans
15179
+ wombat
15180
  wombed
15181
  womera
15182
  wonder
15186
  wonton
15187
  wooded
15188
  wooden
15189
+ woodie
15190
  woodsy
15191
  wooers
15192
  woofed
15196
  woolen
15197
  wooler
15198
  woolie
15199
+ woolly
15200
  worded
15201
  worked
15202
  worker
15206
  wormer
15207
  wormil
15208
  worrit
15209
+ worsen
15210
  worser
15211
  worses
15212
  worset
15216
  wotted
15217
  wounds
15218
  wovens
15219
+ wowing
15220
  wowser
15221
  wracks
15222
  wraith
15226
  wrathy
15227
  wreaks
15228
  wreath
15229
+ wrecks
15230
  wrench
15231
  wrests
15232
  wretch
15236
  wrings
15237
  wrists
15238
  wristy
15239
+ writer
15240
  writes
15241
  writhe
15242
  wrongs
15246
  wurzel
15247
  wusses
15248
  wuther
15249
+ wyches
15250
  wyling
15251
  wyting
15252
  wyvern
15256
  xenons
15257
  xylans
15258
  xylems
15259
+ xylene
15260
  xyloid
15261
  xylols
15262
  xylose
15266
  xystos
15267
  xystus
15268
  yabber
15269
+ yabbie
15270
  yachts
15271
  yacked
15272
  yaffed
15276
  yakked
15277
  yakker
15278
  yakuza
15279
+ yamens
15280
  yammer
15281
  yamuns
15282
  yanked
15286
  yapoks
15287
  yapons
15288
  yapped
15289
+ yapper
15290
  yarded
15291
  yarder
15292
  yarely
15296
  yarrow
15297
  yasmak
15298
  yatter
15299
+ yauped
15300
  yauper
15301
  yaupon
15302
  yautia
15306
  yawner
15307
  yawped
15308
  yawper
15309
+ yclept
15310
  yeaned
15311
  yearly
15312
  yearns
15316
  yeelin
15317
  yelled
15318
  yeller
15319
+ yellow
15320
  yelped
15321
  yelper
15322
  yenned
15326
  yeomen
15327
  yerbas
15328
  yerked
15329
+ yessed
15330
  yesses
15331
  yester
15332
  yeuked
15336
  yippie
15337
  yirred
15338
  yirths
15339
+ yobbos
15340
  yocked
15341
  yodels
15342
  yodled
15346
  yogini
15347
  yogins
15348
  yogurt
15349
+ yoicks
15350
  yokels
15351
  yoking
15352
  yolked
15356
  youpon
15357
  youths
15358
  yowies
15359
+ yowing
15360
  yowled
15361
  yowler
15362
  yttria
15366
  yukked
15367
  yulans
15368
  yupons
15369
+ yuppie
15370
  yutzes
15371
  zaddik
15372
  zaffar
15376
  zaftig
15377
  zagged
15378
  zaikai
15379
+ zaires
15380
  zamias
15381
  zanana
15382
  zander
15386
  zanzas
15387
  zapped
15388
  zapper
15389
+ zareba
15390
  zariba
15391
  zayins
15392
  zazens
15396
  zebecs
15397
  zebras
15398
  zechin
15399
+ zenana
15400
  zenith
15401
  zephyr
15402
  zeroed
15406
  zester
15407
  zeugma
15408
  zibeth
15409
+ zibets
15410
  zigged
15411
  zigzag
15412
  zillah
15416
  zinebs
15417
  zinged
15418
  zinger
15419
+ zinnia
15420
  zipped
15421
  zipper
15422
  zirams
15426
  zizzle
15427
  zlotys
15428
  zoaria
15429
+ zocalo
15430
  zodiac
15431
  zoecia
15432
  zoftig
15436
  zonate
15437
  zoners
15438
  zoning
15439
+ zonked
15440
  zonula
15441
  zonule
15442
  zooids
15446
  zooned
15447
  zorils
15448
  zoster
15449
+ zouave
15450
  zounds
15451
  zoysia
15452
  zydeco
15454
  zygoma
15455
  zygose
15456
  zygote
15457
+ zymase