Thanks! I pulled a Mark Twain Mark Twain's short story: How I Edited An Agricultural Paper http://www.readbookonline.net/readOnLine/1524/ I will never forget...
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...
Aug 1, 2006 6:28 pm
39058
I was provided the following stored procedure : <add key="MTRAKConnectionString" value="Data Source=mtrakdb.mck.us.ray.com, 2426;Initial Catalog=MTRAK;User...
It is probably not a good idea to post anything that has password= in it I would now suggest changing your password for Dashboard HTH, Ernie _____ From:...
Please pardon this single off topic post. This won't be repeated. It seems that Dan Plesse has turned into a fairly busy off-topic discussion in the CF-HowTo...
Please flag topics that are off-topic with [OT] in the subject line, as I did here (for obvious reasons). Questions about code problems, issues, headaches, or...
(Forward this information to your friends to protect them from hacking) Friends, We do copy various data by ctrl+c for pasting elsewhere. This copied data is...
Hi by any chance can anyone help me. I would like know who is actually entering my website using an IP for example i go on website www.abcdef.com and it has a...
You can use cgi.remote_host and cgi.remote_address. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United...
cgi.remote_addr will contain the current user's ip...just do: Hi, you are <cfoutput>#cgi.remote_addr#</cfoutput>! ... -- Get Glued! The Model-Glue ColdFusion...
It appears that If you have your permissions set right for your IE, you get an alert confirmation first ************* Clear you clipboard of anything important...
U r a idiot, that's not a stored procedure. That's a connect string. That contains all the information you need to connect to the server mtrakdb.mck.us.ray.com...
Thanks for the reply. I realized the password issue and already notified them that it needs to be changed. The programmer who sent it to me said it was a...
I work at a company where we have just upgraded from CFMX to MX 7 and my job as the client/server analyst is to troubleshoot the web applications and keep my...
Thanks guys for all the help!! regarding the IP thing it works great thanks again to all!! Nigel Joe Rinehart <joe.rinehart@...> wrote: cgi.remote_addr...
I don't think there are any specific differences in RDS between MX and MX7. There's a pretty thorough history of the language, version by version, at...
Hey all, I had this problem where I was using a server for monitoring the stats of my websites, and that server sometimes goes down, and stops my webpage from ...
So you want to monitor the monitor. What if the new monitor goes down? Funny stuff LOL :-) I would ask the people who made the server who monitors the monitor....
Not exactly fool proof and cannot relied upon. If you really wanted to check then a service monitor server side would be far better and more reliable. "This...
I wasn't realy looking for a monitoring service, just a check to see if my server is up, before I timeout my page on a javascript include. _____ From:...
This might not be true, but I thought you could handle this type of function with properly configured DNS settings. If a server does not respond you can ...
It still relies on the connection to that server. What if your ISP connection is down? The point is - you cannot rely on this script to tell you if the server...