Can some one help me out with accessing gmail with cfpop in coldfusion, the main problem is cfpop dont support ssl but i know it can be done,
this code should work
I know that the cgi scope is readonly - i.e. <cfset cgi.query_string="abc"> won't work.
Do you know of a method (maybe using the internal java classes?) that I can change a cgi variable?
...
I need to validate that a minimum value is entered into a text box. With ColdFusion, how do I valdate that the user enterd 2400 or greater and not 2300 (validating with and without the $ and ...
We use a hosting site "hostek" that doesnt allow java objects. We are using adobe toolbox. We cannot figure out how to get around this error. Hostek gave us some instructions but they are very...
I want to make a simple cfchart that outputs two values in a bar chart by year.
There i one table for the data called Occurrences.
Hre are the three fields I am trying to use.
OccurrenceN...
Hi, I'm having a problem getting a dynamic page to display a .FLV file with swfoject.js javascript.
Here's the concept:
1. Dynamically populate a drop down menu with CF from a DB of a list o...
Hello experts.
I have one registration page with the registration form and the password field.
My Insert query is:
<cfquery name="InsertUser" datasource="#dsn#">
INSERT INTO users (First...
MY problem is simple.
I am using Server 2008 (Longhorn) Beta 3 - 32 Bit
Cold Fusion MX7 (7.0.2)
I have managed to configure Cold Fusion to work with IIS 7 however Flash Data does not lo...
I'm running a massive insert statement doing an insert on 10,000+ records. After about 45 sec. I get this error message:
Message [empty string]
StackTrace java.lang.StackOverflowErro...
Our webserver currently runs Coldfusion MX7. I restarted the webserver this morning and now the Coldfusion application will not load. If I look at the Services it shows that Coldfusion MX 7 ...
We are getting errors from users that we can not replicate (although I saw it happen one time at random). In the application error log, all I see is this:
The specific sequence of files inc...
Errors logs in CF Admin word wrap. I'd rather be able to add a line feed wherever I want when formatting the error from the error handler. How? Can't get it to work with CHR's or <br>'s, etc. ...
I have a vanilla Windows Server 2003 standard system, with only the OS installed by my institution. IIS is running with just a single default web site, port 80, only a single index.htm file. ...
Hello experts.
I'm trying to add a new Datasource in CF8 but i have the error:
Connection verification failed for data source: carfree24
java.sql.SQLException: [Macromedia][SQLServer JDBC D...
I've been on websites like Yahoo where a floating ad scrolls across the screen on top of the page content. I like the concept, but don't need that sophistication for a basic popup survey.
...
Database got hit with an SQL injection attack. It's adding this line of code to some of the fields in the database.
I've started to change the forms on the site to use parameters (I should h...
I'm using ColdFusion Report Builder and I've created a Line chart. When I click to show Legend, it displays the color associated to each line. How can I change this? I would like to use the ma...
We just upgraded from CF7 to CF8 (8.0.1). We run Enterprise Edition across 2 servers with 4 CF instances on each.
In the course of the upgrade we backed up our CF7 settings to CAR files an...
I need to create a PDF report that requires at least 2 queries. 1 query to locate the client which creates a single client info page and 1 query to select the clients' detail data which may be...
Hello,
I'm looking for a solution to count the number of files in a directory of a specific filetype.
ex.
I want to know how many jpgs (or any specific filetype) are in the directory (not r...
I want to check out my security.
How can I try some remote command injection on my web site which I build with ColdFusion MX7.
Thx
How do i define an ajax call that calls the function below and stores the result in a variable.
This function is located in a separate file called getOfferCreatives.cfm
One of my websites has been attacked twice with the code below. I am running coldfusion 8, windows 2003 with the latest service pack and mssql 2005. what do you suggest i do to block these? ...
I want to display yesterday's date, 24 hours earlier using the #DateFormat(Now()," ddd")# format. Can this be done, easily? Please show me. I'm also using Cold Fusion 8.
hey all, I have been playing with the CFAjax proxy tag within cf 8. I have successfully managed to populate from the cfc and also upon selection of a dropdown (displaying records). now I am ...