Forum: ColdFusion 6 Days Ago |
| Replies: 3 Views: 308 Ok if you don't want to whitelist the ip this string will authenticate to exchange application.mailserver = DomainName.Local/DomainUserName:DomainPW@mail.exchangeserver.com:25 |
Forum: ColdFusion 6 Days Ago |
| Replies: 3 Views: 308 You need to authenticate against your smtp server or whitelist the cold fusion's server ip address in your mail server to allow relay. Check your settings for example in my code I have <cfmail... |
Forum: ColdFusion 26 Days Ago |
| Replies: 1 Views: 967 did you get this figured out? |
Forum: ColdFusion 26 Days Ago |
| Replies: 1 Views: 781 Looks like you got this done cause I don't see any cold fusion on this site |
Forum: ColdFusion 26 Days Ago |
| Replies: 1 Views: 823 I don't understand your checkbox is #getAwayRoster.player_id# but how are you tieing your player id to the checkbox? it is just pulling a random player id from the database if you want to know what... |
Forum: ColdFusion 26 Days Ago |
| Replies: 2 Views: 958 Hope this helps
<html>
<head>
<title>Frequently Asked Questions</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="FAQStylesheet.css"... |
Forum: ColdFusion Sep 14th, 2009 |
| Replies: 4 Views: 1,708 OH the first option did work sorry
<cfquery name="Games" datasource="#application.dsn#">
SELECT * FROM Games
</cfquery>
</tr>
<tr>
<td><div... |
Forum: ColdFusion Sep 12th, 2009 |
| Replies: 4 Views: 1,708 No didn't work http://67.219.102.67/wcfootball/index2.cfm I need them to be able to select 1 team from game 1 1 team from game 2 1 team from game 3 and so on. |
Forum: ColdFusion Aug 29th, 2009 |
| Replies: 4 Views: 1,708 How can I use cfloop or query my database so I can select home game and away game for multiple selections. I need to select 1 selection for home and away game but have to be able to select 1 of each.... |
Forum: ColdFusion Jul 15th, 2009 |
| Replies: 2 Views: 909 Nope just add the tag at the bottom of the page if cold fusion doesn't like it you'll know. |
Forum: ColdFusion Jun 30th, 2009 |
| Replies: 1 Views: 772 Try adding <cfsetting requestTimeOut = "value in seconds" > |
Forum: ColdFusion Jun 29th, 2009 |
| Replies: 2 Views: 1,274 What are you tring to accomplish? what calls the gallery variable to display it? |
Forum: ColdFusion Jun 26th, 2009 |
| Replies: 1 Views: 752 Most likely there is a problem with your CFIDE mapping. That folder contains javascript files that are used for the onSubmit validations. If those files cannot be accessed, the validation will not... |
Forum: ColdFusion Jun 21st, 2009 |
| Replies: 1 Views: 1,102 Why can't you pull the data out for the file location and put that in the entry field if it's just a text url?. you can do an if else statement so if that field is blank in the form it doesn't... |
Forum: ColdFusion Jun 18th, 2009 |
| Replies: 4 Views: 1,119 If there is only 2 rows this should work
<cfquery name="Query1" datasource="#application.dsn#">
select column 3 // replace with name of column 3
from TableName // replace with the table... |
Forum: ColdFusion Jun 18th, 2009 |
| Replies: 4 Views: 1,119 I'm kinda confused so you have a table column 1 column 2 column 3, row 1 row 2 row 3 row 4 row 5 and you want var1 to show row 1,3 and 5 and var2 to show row 2,4 and 6 ?
You can set the sql... |
Forum: ColdFusion May 7th, 2009 |
| Replies: 2 Views: 975 I would avoid all the trouble and see if you could install apache on another server or in a vm |
Forum: ColdFusion Apr 4th, 2009 |
| Replies: 2 Views: 1,102 It's not coldfusion it's flash, It could be bad coding in the flash file but no one could fix it unless the developer gave you the source code a .fla file |
Forum: ColdFusion Jan 18th, 2009 |
| Replies: 0 Views: 1,020 I am pulling info from zillow and google maps my problem is if a person enters their streert number with out the street I get an error cause google does not have the coordinates in the xml. How can i... |
Forum: ColdFusion Jan 13th, 2009 |
| Replies: 1 Views: 1,083 What doesn't work about it? |
Forum: ColdFusion Jan 12th, 2009 |
| Replies: 3 Views: 1,093 Well you would need some way to get on the cell network, I think it's called an sms gateway if you want to try and google that.
Here's another link UK providers will have the email option too.
... |
Forum: ColdFusion Jan 12th, 2009 |
| Replies: 3 Views: 1,093 I think you need to use a 3rd party to send the sms and there is usually a monthly fee. How about having them select their cell provider which will add the prefix to their phone number in a hidden... |
Forum: ColdFusion Jan 5th, 2009 |
| Replies: 1 Views: 1,050 I think I got it i had to use domain.local/username:password I was just using domain/username:password |
Forum: ColdFusion Jan 4th, 2009 |
| Replies: 1 Views: 1,050 We have exchange 2007 and I can't get our webserver to relay mail I've tried authentication non authenticaten domain/username:password@mail.server.com and username:password@mail.server.com Does... |
Forum: ColdFusion Dec 31st, 2008 |
| Replies: 2 Views: 2,753 What error are you geting I think your insert should be |
Forum: ColdFusion Dec 18th, 2008 |
| Replies: 23 Views: 3,438 Well I got the strong encryption to work further investigation i can use a stored key for aes, des, and blowfish, I guess I'll worry about the " when i come across it. So far I tested about 15 cards... |
Forum: ColdFusion Dec 18th, 2008 |
| Replies: 23 Views: 3,438 OK let me get this straight, We have a pay invoice on our website you submit your info that gets stored in a sql database. Every day a girl in our office checks a password protected back end that... |
Forum: ColdFusion Dec 18th, 2008 |
| Replies: 23 Views: 3,438 All the others you need to use generate secret key. How would that work how do I decrypt the credit card if I don't know what the key is? |
Forum: ColdFusion Dec 18th, 2008 |
| Replies: 23 Views: 3,438 I did take out the cfsqltype anything I try I can't get it to store the encryption string. Database types i tried varchar nvarchar and ntext right now it's back to varchar |
Forum: ColdFusion Dec 18th, 2008 |
| Replies: 23 Views: 3,438 How reversable are they if you don't have the key? |
Forum: ColdFusion Dec 18th, 2008 |
| Replies: 23 Views: 3,438 Nope still stops inputing the value at "
Tried this
<cfquery name="findOrder" datasource="#request.dsn#">
INSERT INTO HL_OrderEstimates(credit_card_type,credit_card_number)
Values... |
Forum: ColdFusion Dec 17th, 2008 |
| Replies: 23 Views: 3,438 Here is my insert string
<form action="payments_autopay.cfm" method="post">
<input type="Hidden" name="action" value="confirm">
<input type="Hidden" name="selCreditCard"... |
Forum: ColdFusion Dec 16th, 2008 |
| Replies: 23 Views: 3,438 Here is the syntex
<cfset string = FORM.numCredit>
<cfset key = ToBase64(BinaryDecode(#application.key#, "HEX"))>
<cfset encrypted = encrypt(string,... |
Forum: ColdFusion Dec 15th, 2008 |
| Replies: 23 Views: 3,438 Well it turns out when every my encrypted string has a " in it when it gets store to my sql database it stops at the " . Is there any way to create the encryption string with no characters? |
Forum: ColdFusion Dec 15th, 2008 |
| Replies: 23 Views: 3,438 I'm tring to display an encrypted number store in sql database I have a key store in my application.cfm. and they number in my database is encrypted. My display code looks like this
<cfloop... |
Forum: ColdFusion Dec 6th, 2008 |
| Replies: 2 Views: 2,187 I think you have to use or capital HH for 24 hour
* h: Hours; no leading zero for single-digit hours (12-hour clock)
* hh: Hours; leading zero for single-digit hours (12-hour clock)
... |
Forum: ColdFusion Dec 6th, 2008 |
| Replies: 1 Views: 1,878 Yes it's possbible don't know about the template part but depending where you are pulling the data from you can select a date then download the data to excel here is any example that pulls data from... |
Forum: ColdFusion Dec 6th, 2008 |
| Replies: 2 Views: 1,000 I got it to work with this. Pretty cool
http://my.opera.com/zomg/blog/2007/10/13/how-to-make-a-modal-ajax-login-box-with-mootools?cid=6404768 |
Forum: ColdFusion Dec 6th, 2008 |
| Replies: 2 Views: 1,000 I want to figure this out too. I got this half working just can't get the password to pass back to the page original script
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/dhtmlmodal.htm
... |
Forum: ColdFusion Dec 5th, 2008 |
| Replies: 0 Views: 947 Trying to dispay an error message if the varibel does not exists. In my sql database the variable is a blank cell or data.
<cfoutput><cfif #findorder.email# eq ""></cfoutput>
Display error... |