World Community Grid - View Thread - 6 letters word game - replace 2 letters var WCG = {}; WCG.facebook = {}; WCG.facebook.app_id=112250102148804; WCG.locale = {}; WCG.locale.language='en'; WCG.locale.country=''; var $j = jQuery.noConflict(); $j(document).ready(function(){ $j("body").addClass("background"); }) //<![CDATA[ function SubmitForm() { if (ValidateForm()) { document.mvnform.submitbutton.disabled=true; document.mvnform.previewbutton.disabled=true; document.mvnform.submit(); } } function ValidateForm() { document.mvnform.message.value = document.mvnform.input.value; if (isBlank(document.mvnform.input, "Post Body")) return false; return true; } function PreviewForm() { if (ValidateForm()) { document.mvnform.preview.value='true'; document.mvnform.action=document.getElementById('previewUrl').value; document.mvnform.submitbutton.disabled=true; document.mvnform.previewbutton.disabled=true; document.mvnform.submit(); } } function QuickReply(parentId) { var topic = document.getElementById("posttopic_" + parentId).innerHTML; if (document.getElementById("input")) { document.getElementById("input").focus(); document.getElementById("quickreplymessage").innerHTML = "Quick reply to the post [" + parentId + ", " + topic + "]"; } if (topic.indexOf("Re: ") == -1) { topic = "Re: " + topic; } document.mvnform.parent.value=parentId; document.mvnform.PostTopic.value=topic; } function handleUnload() { if (document.mvnform) { if (document.mvnform.submitbutton) { document.mvnform.submitbutton.disabled=false; } if (document.mvnform.previewbutton) { document.mvnform.previewbutton.disabled=false; } } } //]]> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-P7SR87'); //<![CDATA[ function isBlank(field, strBodyHeader) { strTrimmed = trim(field.value); if (strTrimmed.length > 0) return false; alert("\"" + strBodyHeader + "\" is a required field."); field.focus(); return true; } function isEmail(field, strBodyHeader) { emailStr = field.value; if (emailStr.length == 0) return true; if (!complexEmailCheck(emailStr)) { alert(strBodyHeader + " is an invalid email."); field.focus(); return false; } return true; } function isUnsignedInteger(obj, message) { if (isBlank(obj, message)) { return false; } var val = obj.value; for (var i=0;i<val.length;i++) { if (!isDigit(val.charAt(i))) { alert(message + " must be an unsigned number."); obj.focus(); return false; } } obj.value = parseInt(val,10); return true; } function checkGoodName(str, desc) { s = trim(str); len = s.length; for (i = 0; i < len; i++) { b = s.charCodeAt(i); if ((b >= toInt('a')) && (b <= toInt('z'))) { // not a cast, it's a function. // low chars } else if ((b >= toInt('A')) && (b <= toInt('Z'))) { // up chars } else if ((b >= toInt('0')) && (b <= toInt('9'))) { // numbers } else if (( (b==toInt('_')) || (b==toInt('.')) || (b==toInt('@')) ) && (i != 0)) { // very litte special chars } else { alert(desc + " \"" + s + "\" " + "is not a good name. The invalid character is \"" + s.charAt(i) + "\""); return false; // not good name error } } return true; } function toInt(c) { return c.charCodeAt(0); } //]]> //<![CDATA[ function SubmitFormSearch() { if (ValidateFormSearch()) { // uncomment when we find a way to enable the button //document.submitformsearch.submitbutton.disabled = true; document.submitformsearch.submit(); } } function ValidateFormSearch() { if (isBlank(document.submitformsearch.key, "Search")) return false; return true; } //]]> //<![CDATA[ function isBlank(field, strBodyHeader) { strTrimmed = trim(field.value); if (strTrimmed.length > 0) return false; alert("\"" + strBodyHeader + "\" is a required field."); field.focus(); return true; } function isEmail(field, strBodyHeader) { emailStr = field.value; if (emailStr.length == 0) return true; if (!complexEmailCheck(emailStr)) { alert(strBodyHeader + " is an invalid email."); field.focus(); return false; } return true; } function isUnsignedInteger(obj, message) { if (isBlank(obj, message)) { return false; } var val = obj.value; for (var i=0;i<val.length;i++) { if (!isDigit(val.charAt(i))) { alert(message + " must be an unsigned number."); obj.focus(); return false; } } obj.value = parseInt(val,10); return true; } function checkGoodName(str, desc) { s = trim(str); len = s.length; for (i = 0; i < len; i++) { b = s.charCodeAt(i); if ((b >= toInt('a')) && (b <= toInt('z'))) { // not a cast, it's a function. // low chars } else if ((b >= toInt('A')) && (b <= toInt('Z'))) { // up chars } else if ((b >= toInt('0')) && (b <= toInt('9'))) { // numbers } else if (( (b==toInt('_')) || (b==toInt('.')) || (b==toInt('@')) ) && (i != 0)) { // very litte special chars } else { alert(desc + " \"" + s + "\" " + "is not a good name. The invalid character is \"" + s.charAt(i) + "\""); return false; // not good name error } } return true; } function toInt(c) { return c.charCodeAt(0); } //]]>
 
  Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go »
No member browsing this thread
Thread Status: Active
Total posts in this thread: 13699
Posts: 13699   Pages: 1370   [ 1 2 3 4 5 6 7 8 9 10 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 754014 times and has 13698 replies Next Thread
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
smile 6 letters word game - replace 2 letters

We'll find a new 6-letter word based on the previous entry and replace 2 of the letters, and I intend this thread to be a replacement of a previous one with the same purpose.
Last entry was thepeacemaker7's
sultry
----------------------------------------
[Edit 2 times, last edit by Former Member at Feb 8, 2018 4:06:17 AM]
[Feb 7, 2018 5:06:38 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: 6 letters - replace 2

tustle
[Feb 7, 2018 5:11:50 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: 6 letters - replace 2

tustle
fester
[Feb 7, 2018 5:24:19 AM]   Link   Report threatening or abusive post: please login first  Go to top 
[SG] Thomas Kleinhenn
Master Cruncher
Germany
Joined: Aug 20, 2009
Post Count: 3282
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: 6 letters - replace 2

repeat
----------------------------------------
[Feb 7, 2018 11:20:16 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: 6 letters - replace 2

repeat
repost
[Feb 7, 2018 11:32:21 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: 6 letters - replace 2

aborts
[Feb 7, 2018 11:44:14 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: 6 letters - replace 2

aborts
throws
[Feb 7, 2018 11:53:01 AM]   Link   Report threatening or abusive post: please login first  Go to top 
[SG] Thomas Kleinhenn
Master Cruncher
Germany
Joined: Aug 20, 2009
Post Count: 3282
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: 6 letters - replace 2

ghosts
----------------------------------------
[Feb 7, 2018 12:12:44 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: 6 letters - replace 2

stooge
[Feb 7, 2018 12:42:10 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: 6 letters - replace 2

stooge
goofed
[Feb 7, 2018 2:32:11 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 13699   Pages: 1370   [ 1 2 3 4 5 6 7 8 9 10 | Next Page ]
[ Jump to Last Post ]
Post new Thread

 
wcg_init();
x server