Home Forums Register FAQ Members List Calendar Search Today's Posts Mark Forums Read Arcade Chat
Go Back   ClubPenguinHQ Forums > General Discussion > Programming > Released Projects
Reload this Page How to make a Translator/Genorator(TuT)
Released Projects Made any cool programs lately? Post them here!

How to make a Translator/Genorator(TuT)

Reply
 
LinkBack Thread Tools Display Modes
How to make a Translator/Genorator(TuT)
Old
  (#1)
Devo12345 is Offline
Member
Devo12345 is an unknown quantity at this point
 
Posts: 315
Join Date: Nov 2007
Age: 16
Rep Power: 0
   
Default How to make a Translator/Genorator(TuT) - Friday, September 12th, 2008

Code:
<cfif structKeyExists(Form,"message")>
<cfset Variables.alphabet = "a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z" />
	<cfset Variables.cipher = "Whatever a shud be,Whatever b shud be,Whatever c shud be,Whatever d shud be,Whatever e shud be,Whatever f shud be,Whatever g shud be,Whatever h shud be,Whatever i shud be,Whatever j shud be,Whatever k shud be,Whatever l shud be,Whatever m shud be,Whatever n shud be,Whatever o shud be,Whatever p shud be,Whatever q shud be,Whatever r shud be,Whatever s shud be,Whatever t shud be,Whatever u shud be,Whatever v shud be,Whatever w shud be,Whatever x shud be,Whatever y shud be,Whatever z shud be" />


	<h3>Original Text:</h3>
	<div style="background:#fafafa; border:2px solid #ccc; padding:0 10px; width:600px;">
		 

<cfoutput>#paragraphFormat(htmlEditFormat(Form.message))#</cfoutput></p>
	</div>

	<h3>Translation:</h3>
	<div style="color:#0f0; background:#000; border:2px solid #0f0; padding:0 10px; width:600px;">
		 

<cfoutput>#paragraphFormat(htmlEditFormat(Variables.output))#</cfoutput></p>
	</div>
</cfif>
Remember to save as a .cfm.
Change where it says Replace this with whatever {Lettername} shud be,remember commas serperate.And they go in order too.
Simple stuff
  
Reply With Quote
Re:How to make a Translator
Old
  (#2)
Top Support Dude is Offline
BANNED
Top Support Dude is infamous around these parts
 
Posts: 20
Join Date: Apr 2009
Location: USA
Rep Power: 0
   
Default Re:How to make a Translator - Saturday, July 11th, 2009

Cool
  
Reply With Quote
Reply

Lower Navigation
Go Back   ClubPenguinHQ Forums > General Discussion > Programming > Released Projects

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Skin developed by: vBStyles.com
Copyright ©2006 - 2009, RancidKraut Industries