Thanks Dean. Got that. Fixed it. Thanks for catching that. I know better!

 

Robert P. Reil

Managing Director,

Motorcyclecarbs.com, Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com


From: Dean H. Saxe [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 18, 2006 4:29 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Reverse Engineer Code HELP!

 

Hell... you shouldn't be modifying code on a production box, period.  That's a sure-fire way to screw yourself.

 

-dhs

 

Dean H. Saxe, CEH

[EMAIL PROTECTED]

"Free speech exercised both individually and through a free press, is a necessity in any country where people are themselves free." 

    -- Theodore Roosevelt, 1918

 

Find out about my Hike for Discovery at www.fullfrontalnerdity.com/hfd

 

On May 18, 2006, at 4:14 PM, Teddy Payne wrote:



Shawn is quite right to point this out.  Dumping functions and objects for debugging should be used on a development box, local development environment or someplace not in production.  Secured information could be displayed that you do not want the wrong people to see.

Teddy

On 5/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:


Shouldn't it be "contains"?

I didn't realize this was going on a PROD site...


Shawn Gorrell
Web Development Applications Architect
Federal Reserve Bank - Atlanta
Office (404)  498-8449


"Preesh" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]

05/18/2006 03:53 PM

Please respond to
discussion@acfug.org

To

<discussion@acfug.org>

cc

 

Subject

Re: [ACFUG Discuss] Reverse Engineer Code HELP!

 

 

 




If you must place the cfdump on your live site   egads...this may help
 
<cfif cgi.REMOTE_ADDR does not contain "172.21.70.333">  <!---Your IP Address should replace my fake one--->
   <cfdump var="#tempNote#">
</cfif>

----- Original Message -----
From: [EMAIL PROTECTED]
To: discussion@acfug.org
Sent: Thursday, May 18, 2006 3:14 PM
Subject: Re: [ACFUG Discuss] Reverse Engineer Code HELP!


>From the syntax that doesn't appear to be the result of a query, but is calling a method against an object that may or may not return a query.


Do a <cfdump var="#tempNote#"> and take a look at what the object contains.



Shawn Gorrell
Web Development Applications Architect
Federal Reserve Bank - Atlanta
Office (404)  498-8449

Robert Reil <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]

05/18/2006 02:56 PM

Please respond to
discussion@acfug.org

 

To

discussion@acfug.org

cc

 

Subject

[ACFUG Discuss] Reverse Engineer Code HELP!

 

 

 





As some of you know I am new to CF.

 
I have a situation where I need to know what column and table data is being pulled from on a cfm file.

 
Tell me what you need to know in order to figure this out. All I see is:
 
<cfoutput>#tempNote.getNoteData()#</cfoutput>

 
But it does not make sence to me where this data is being generated.

What is "Note.NoteData"? There is no "Note" table.

There is a note field somewhere but in what table?

 
Guidance please?

 
Robert P. Reil

Managing Director,

Motorcyclecarbs.com, Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com

-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------

-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------

-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------




--
<cf_payne />
-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------

 

Reply via email to