Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 40493 - 40522 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
40493
dont use a numeric id would be my first suggestion. HTH, Ernie Breau ... -- ____________________________________________________ Ernest E. Breau Jr. Coldfusion...
Ernest Breau
cf_ernie
Online Now Send Email
Feb 1, 2007
2:05 pm
40494
HI all, I design a Chat application using weblogic,jabbar & CF-7. It is working fine & good, but here is a problem. I could login only from 5 system or you can...
diwakar_jpr
Offline Send Email
Feb 1, 2007
2:28 pm
40495
There is no such thing as freeware weblogic. You are using a developer edition which restricts the number of IP addresses that are allowed to use the system....
Mark Bureau
bu9418
Offline Send Email
Feb 1, 2007
2:38 pm
40496
put a check in the include files to see if the file was actually called by a parent module. You can do this using any active session variable (not recommended...
Mark Bureau
bu9418
Offline Send Email
Feb 1, 2007
2:44 pm
40497
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Send Email
Feb 1, 2007
6:40 pm
40498
I have a sessionTimeout set at 20 which works ok in the majority of cases. Very few users need a little more time. Is it possible to extend session length with...
Walter Conti
contiw
Offline Send Email
Feb 1, 2007
9:07 pm
40499
Not sure what you mean - like index.cfm?>id=1?...
tmallan
Offline Send Email
Feb 1, 2007
9:14 pm
40500
Thanks for kick-starting my brain. I can't get a session var to work - not sure why. However, a check for a local scoped variable does. Like so: Calling file:...
tmallan
Offline Send Email
Feb 1, 2007
9:25 pm
40501
IE 6 is not seeing my session vars, but FireFox is. I have them locked and exclusive. What else do I need to know? Thanks...
ronc_92127
Offline Send Email
Feb 1, 2007
9:50 pm
40502
can you post your cfapplication tag ... -- ____________________________________________________ Ernest E. Breau Jr. Coldfusion Developer home: (508) 967-0448 ...
Ernest Breau
cf_ernie
Online Now Send Email
Feb 1, 2007
10:07 pm
40503
If for instance, you have a table with your content in it and your query was select * from MyContent where ID='#url.id#' I can then go and increment the id's...
Ernest Breau
cf_ernie
Online Now Send Email
Feb 1, 2007
10:11 pm
40504
I understand. Is it possible for a browser to display an un-parsed .cfm file - or for a user to download a .cfm file through a browser? ... etc... ... ...
tmallan
Offline Send Email
Feb 2, 2007
1:22 am
40505
... hacking. How do I prevent this? Put them in some include/ directory and also put in it an application.cfm file that either redirects to the root, either...
Claude Schneegans
schneeca
Offline Send Email
Feb 2, 2007
2:47 am
40506
be careful with this, you open yourself up to sql injection attacks... which i dont fully understand but do know that you shouldnt pass strings from a url...
Andrew
andrewonebay
Offline Send Email
Feb 2, 2007
2:39 pm
40507
How easy is it for a "hacker" to download or display my site's underlying .cfm code?...
tmallan
Offline Send Email
Feb 2, 2007
4:07 pm
40508
We just hired a professional hacking company to attempt to hack our site...they couldn't. I suppose if you set up your site correctly then it wouldn't be easy ...
Doug
doug_1937
Offline Send Email
Feb 2, 2007
4:34 pm
40509
Hi, Anyone aware of any tool that would analise the mail logs produced by CF and give a list of all failed mails, error messages, etc.? Thanks....
Claude Schneegans
schneeca
Offline Send Email
Feb 2, 2007
6:29 pm
40510
I've recorded page hits as records by "pagename" and "curdate", which is "mm/dd/yyyy". Querying this info by date as follows: <CFQUERY Name="getpages" ...
Joe
raehm
Offline Send Email
Feb 2, 2007
7:26 pm
40511
I don't know of one but I wrote a tool that'll retry failed emails x number of times. http://johnwbartlett.com:81/cf_tipsntricks/index.cfm?TopicID=94...
John Bartlett
wyntermoonwolf
Offline Send Email
Feb 2, 2007
7:31 pm
40512
... number of times. Thanks, I also have my own that will list all unsent messages, then the user can chose "resend" or "delete". I'm looking for something...
Claude Schneegans
schneeca
Offline Send Email
Feb 2, 2007
8:37 pm
40513
I inherited a CF project, plus I'm new to CF (yes, a bad combo). My current puzzle stems from the ACTION parameter in the following statement: <form...
Doug
doug_1937
Offline Send Email
Feb 2, 2007
8:41 pm
40514
many times a page will have a form that, when completed, will call itself and do some processing. processing usually at the top, and is triggered depending on...
Andrew
andrewonebay
Offline Send Email
Feb 2, 2007
9:03 pm
40515
Your application is likely using a sort of variation of the fusebox methodology, something I call fusebox lite. Your application passes an action variable...
Mark R Bureau
bu9418
Offline Send Email
Feb 2, 2007
11:09 pm
40516
When dealing with date related queries, I find it is best to use the <CFQUERYPARAM tag> because of the differences that are between SQL, Oracle, MySQL and...
Mark R Bureau
bu9418
Offline Send Email
Feb 2, 2007
11:16 pm
40517
In looking at your error closer you used "IS" in your query, when you should have used "=" _____ From: coldfusion-howto@yahoogroups.com ...
Mark R Bureau
bu9418
Offline Send Email
Feb 2, 2007
11:20 pm
40518
depends on the security of you server. if they can hack into your server and gain access to your web root...then they can see all of your code. It has...
Eric Roberts
woad
Online Now Send Email
Feb 3, 2007
4:59 am
40519
Hi there, There are some good news for all our members so I thought I should write and share the same with you. We are happy to announce our association with...
Rajesh Kumar
rkmails
Offline Send Email
Feb 3, 2007
12:10 pm
40520
Thank you, once again, Mark. ... you should ... Oracle, ... value="#Dateformat(curdate,'mm/dd/yyyy')#"...
Joe
raehm
Offline Send Email
Feb 3, 2007
12:59 pm
40521
however if you allow them to upload images, and it doesnt check allowed mime types. you must make sure that the images directory does not have script or ...
Ernest Breau
cf_ernie
Online Now Send Email
Feb 3, 2007
1:32 pm
40522
Getting an error with: <CFQUERY Name="checkhits" Datasource="db" > Select * FROM pagehits where page = '#page#' and curdate IS <CFQUERYPARAM ...
Joe
raehm
Offline Send Email
Feb 3, 2007
2:07 pm
Messages 40493 - 40522 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help