Search Results

Showing results 1 to 40 of 45
Search took 0.01 seconds.
Search: Posts Made By: arrgh
Forum: ColdFusion Sep 21st, 2009
Replies: 1
Views: 851
Posted By arrgh
I am not sure what you're asking here. Are you asking how to perform some validation on the client side (javascript), how to save the information to a database, or something else?
Forum: ColdFusion Sep 16th, 2009
Replies: 4
Views: 2,566
Posted By arrgh
Well ...look at your code. That is exactly what you're telling CF to do ... always redirect to login failed.

Did you actually test this code? Because it doesn't look right ...
Forum: ColdFusion Aug 17th, 2009
Replies: 4
Views: 1,540
Posted By arrgh
That is not a good idea. If the form field contains comma's the script will error out. Better to keep the fields separate by dynamically naming them txtValue1, txtValue2, etc...
Forum: ColdFusion Apr 8th, 2009
Replies: 9
Views: 1,459
Posted By arrgh
The physical path for those files is typically c:\coldfusion8\wwwroot\cfide\administrator. But since I cannot see what files actually are there ... yes, an uninstall followed by a reinstall of CF8...
Forum: ColdFusion Apr 7th, 2009
Replies: 9
Views: 1,459
Posted By arrgh
I only glanced at the article, but I think it is talking about something different. But, since you say you get a list of files when you go to:

http://localhost:8500/cfide/administrator

Just...
Forum: ColdFusion Apr 7th, 2009
Replies: 9
Views: 1,459
Posted By arrgh
That is default location, but make sure they are no typos in your url.
But if you installed the full development version, there should a shortcut added to your program menu. With CF 8:
start ->...
Forum: ColdFusion Apr 7th, 2009
Replies: 9
Views: 1,459
Posted By arrgh
1. Without seeing the code, it suggest the links are using absolute urls, rather than relative urls. The links have to be updated to point to your site, rather than the external one.

Absolute:...
Forum: ColdFusion Mar 27th, 2009
Replies: 2
Views: 1,449
Posted By arrgh
Take a look at the documentation for cfquery and cfoutput. The examples are very easy to understand:
http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_m-o_16.html
Forum: ColdFusion Mar 3rd, 2009
Replies: 3
Views: 1,679
Posted By arrgh
Forum: ColdFusion Feb 27th, 2009
Replies: 8
Views: 3,383
Posted By arrgh
Yes, that would be fine for a single file. But probably not an option if they need to work with many/dynamic files.
Forum: ColdFusion Feb 16th, 2009
Replies: 8
Views: 3,383
Posted By arrgh
Well .. jExcel, POI, etc... are the better options (IMO). BUT they are definitely more complicated. Of course if you are not allowed to use createObject, you'll have to forget about those...
Forum: ColdFusion Feb 13th, 2009
Replies: 5
Views: 2,392
Posted By arrgh
Look at how datasources are created here. That is exactly what your host did to create your datasource.
http://www.garyrgilbert.com/tutorials/coldfusion/beginner/connecttodatabase.cfm

Ask your...
Forum: ColdFusion Feb 13th, 2009
Replies: 1
Views: 1,661
Posted By arrgh
See my response on this thread
http://www.daniweb.com/forums/thread175062.html
Forum: ColdFusion Feb 13th, 2009
Replies: 4
Views: 2,566
Posted By arrgh
You would have to test it out, but it seems like you need to track 3 things:

1) the number of consecutive bad logins
2) the date and time of the last bad login
3) a boolean flag indicating...
Forum: ColdFusion Feb 10th, 2009
Replies: 5
Views: 2,392
Posted By arrgh
It sounds like you are just using the wrong datasource name. Ask your host.
1) Did they create a datasource for you. If not, ask them to create one
2) If they have created one already, what is...
Forum: ColdFusion Feb 3rd, 2009
Replies: 8
Views: 2,448
Posted By arrgh
There are hacks, but it is a bit of a pain.
http://instantbadger.blogspot.com/2006/07/faking-left-outer-join-in-query-of.html

I was thinking more along the lines of doing the outer/cross join in...
Forum: ColdFusion Feb 2nd, 2009
Replies: 5
Views: 1,758
Posted By arrgh
So what happened when you tried the suggestions on the other thread?
Forum: ColdFusion Feb 2nd, 2009
Replies: 5
Views: 1,758
Posted By arrgh
For anyone else reading this thread, there may some good suggestions in one of the OP's other threads:
...
Forum: ColdFusion Feb 2nd, 2009
Replies: 5
Views: 1,758
Posted By arrgh
As mentioned on your other threads, you need to provide more information ;-) Like a code and image sample, an error message, etc..
Forum: ColdFusion Jan 30th, 2009
Replies: 1
Views: 1,120
Posted By arrgh
I have not done it in a while, but the other server has to be accessible to the account CF is running under. For example, if the other server is set up as a mapped drive, the ColdFusion user account...
Forum: ColdFusion Jan 29th, 2009
Replies: 8
Views: 2,448
Posted By arrgh
That depends on whether the number of "values" is fixed or not. Maybe this is too simple, but the way I see it, the "value" position is linked to the group order.

Group1
<set value=100> <!---...
Forum: ColdFusion Jan 28th, 2009
Replies: 8
Views: 2,448
Posted By arrgh
My first thought was to modify the query to return the needed results. Then it would be easy to construct the xml using cfoutput's "group". But I do not know how simple it would be to modify your...
Forum: ColdFusion Jan 28th, 2009
Replies: 8
Views: 2,448
Posted By arrgh
What do you mean not in the table? In other words, if they are not in your table what determines that one value should be in first "value" position, versus the second, third or fourth?
Forum: ColdFusion Jan 15th, 2009
Replies: 8
Views: 3,383
Posted By arrgh
Forum: ColdFusion Jan 8th, 2009
Replies: 8
Views: 3,383
Posted By arrgh
The basics of what you need to do are not difficult The only tricky part is extracting the data from excel. But let's take a single file as an example. (I will assume you are using at least MX7)
...
Forum: ColdFusion Jan 7th, 2009
Replies: 8
Views: 3,383
Posted By arrgh
There are some variables here like do you mean an real .xls file or something compatible like a .csv (comma separated) or .txt (tab delimited) file?

But generally speaking:
Within ColdFusion...
Forum: ColdFusion Dec 19th, 2008
Replies: 6
Views: 1,147
Posted By arrgh
Unfortunately, I am out of ideas because I am not using Access 2007. Just a thought, but does Access have an option to convert a database to an earlier version? If so, you might try that. ...
Forum: ColdFusion Dec 18th, 2008
Replies: 23
Views: 3,356
Posted By arrgh
Well, like I said at am not familiar with storing CC's. So I am really not the one to be giving you advice on how to properly secure them. What I will say is that assumedly, Adobe engineers are...
Forum: ColdFusion Dec 18th, 2008
Replies: 23
Views: 3,356
Posted By arrgh
It is not just encryption. Some credit card companies require merchants to meet certain requirements and also pass a certification process if they intend to store credit card info.
...
Forum: ColdFusion Dec 18th, 2008
Replies: 23
Views: 3,356
Posted By arrgh
Now I know you are joking around .. because that still uses Encrypt - with the default CFMX_COMPAT. Hardly good enough security for credit card information.
Forum: ColdFusion Dec 18th, 2008
Replies: 23
Views: 3,356
Posted By arrgh
Adobe's own documentation states that Encrypt uses the CFMX_COMPAT method by default and "This algorithm is the least secure option (default). " Not very secure in comparison to other, better,...
Forum: ColdFusion Dec 18th, 2008
Replies: 23
Views: 3,356
Posted By arrgh
You need to use the correct syntax. "cfsqltype="(Varchar)"> is not a valid cfsqltype. If you use an invalid type ColdFusion defaults to the type for "char" which may cause unexpected results. All...
Forum: ColdFusion Dec 18th, 2008
Replies: 6
Views: 1,147
Posted By arrgh
So you tried both:
1. downloading the fix and creating an ODBC datasource AND
2. Using an "Other" datasource with the jdbcURL in the link

... and neither one works?
Forum: ColdFusion Dec 18th, 2008
Replies: 6
Views: 1,147
Posted By arrgh
Access 2007 is not supported
http://blog.crankybit.com/msaccess2007-and-cf8/
Forum: ColdFusion Dec 18th, 2008
Replies: 23
Views: 3,356
Posted By arrgh
Encryption was not the problem. It was the lack of cfqueryparam, as I already mentioned.

Though, I agree with Salem about security. If you are storing credit card information security and...
Forum: ColdFusion Dec 17th, 2008
Replies: 23
Views: 3,356
Posted By arrgh
Try using cfqueryparam on all of the insert values. It works for me with MySQL.
Forum: ColdFusion Dec 16th, 2008
Replies: 23
Views: 3,356
Posted By arrgh
Are you using cfqueryparam when you insert the value into the database table?


INSERT INTO YourTable ( EncryptedValue )
VALUES
(
<cfqueryparam value="#encrypted#" cfsqltype="( sql type for...
Forum: ColdFusion Dec 16th, 2008
Replies: 23
Views: 3,356
Posted By arrgh
Is that a double quote or two single quotes? What syntax are you using to insert the encrypted string into the database?

Side notes:

Since I don't work with cc's I am curious... is it a good...
Forum: ColdFusion Dec 15th, 2008
Replies: 6
Views: 1,369
Posted By arrgh
Good. I am glad you were able to solve the problem.
Forum: ColdFusion Dec 13th, 2008
Replies: 6
Views: 1,369
Posted By arrgh
It is rare that there is not a better error message. The only thing that comes close, in my experience is a plain "500" error. But again, that is unusual.

- Did you enable debugging in the...
Showing results 1 to 40 of 45

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC