[cfaussie] Re: implementing coldfusion IM gateway

2007-06-25 Thread Steve Onnis
Ok next thing... Created it all ok, but it wont start. Just sits there saying Starting. The sms one starts so nothing wrong with the system. Anyone have any idea? _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Monday, 25 June 2007 7:04 PM

[cfaussie] Re: implementing coldfusion IM gateway

2007-06-25 Thread Steve Onnis
Never mind. The files needed to go into cf_root\gateway\lib _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Monday, 25 June 2007 7:01 PM To: cfaussie@googlegroups.com Subject: [cfaussie] implementing coldfusion IM gateway I am trying to

[cfaussie] implementing coldfusion IM gateway

2007-06-25 Thread Steve Onnis
I am trying to implement the IM gateway found at http://sourceforge.net/projects/cfmximgateways/ and it just doesn't seem to want to go. Firstly it says to load the class into {cfroot}/WEB-INF/cfusion/lib which doesn't exist. If I create the folder and restart the server, it starts but I cant do

[cfaussie] Hacker attack closes major (ColdFusion powered) tourism website

2007-06-25 Thread ACTCFUG
Tourism Tasmania's website had to be closed for a day after a hacker's tag was found on one of the pages. More at: http://www.news.com.au/story/0,23599,21965355-2,00.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[cfaussie] Re: Secure PDF Forms

2007-06-25 Thread Dale Fraser
1) No, PDF supports passwords, but I don't CF supports adding them. 2) Yes CF8 3) Yes CF8 My favourite option would be to (Needs CF8 or a Plugin) Create a PDF, print it to a printer for processing, delete the PDF. As you know Andrew, you could do this with Crystal or CF8 would be

[cfaussie] Re: Secure PDF Forms

2007-06-25 Thread Andrew Scott
Dale, cfdocument does supprt encryption and username and passwords etc I have used them before. CF8 is not going to be a solution, as this is a shared hosting and needs to be completed by the end of this week. And yes I know that CR would be great, except as I stated this is shared hosting. And

[cfaussie] Re: Secure PDF Forms

2007-06-25 Thread Dale Fraser
Andrew, If you know all the answers why are you asking? You ask for a solution to a problem and other ideas but don't mention all the limitations. If it's a hosted environment and you have no budget, then the answer is 1) No 2) No 3) No PS: Cfdocument only supports username /

[cfaussie] Re: implementing coldfusion IM gateway

2007-06-25 Thread MrBuzzy
I guess I could try it... which gateway type did you choose? On 6/25/07, Steve Onnis [EMAIL PROTECTED] wrote: Ok next thing... Created it all ok, but it wont start. Just sits there saying Starting. The sms one starts so nothing wrong with the system. Anyone have any idea?

[cfaussie] Re: Secure PDF Forms

2007-06-25 Thread Andrew Scott
Dale, 1) There is a budget, did not say no budget. 2) I did say this was on a hosted environment, and that I need a quick solution (Subject Title) 3) I should have said userpassword, not username and password (Ooops) I do not have all the answers, and yes I am looking for a quick solution. The

[cfaussie] Re: Secure PDF Forms

2007-06-25 Thread Dale Fraser
Assuming you have SSL and if you should since taking Credit Cards you should. Even the host shared certificate would do. 1. Take the details 2. Store encrypted in the database 3. Send email asking customer to process 4. Customer logs in via SSL to get Credit Card details 5. Reminder

[cfaussie] Re: Verity indexing documents

2007-06-25 Thread Raymond Camden
I do not believe so. But - you could obviously do the indexing yourself and provide a summary in one of the four custom columns. On 6/21/07, Steve Onnis [EMAIL PROTECTED] wrote: Is there any way to control what verity uses for the summary value when indexing documents? I am indexing some pdf

[cfaussie] Re: Hacker attack closes major (ColdFusion powered) tourism website

2007-06-25 Thread Raymond Camden
I wonder if it is this site: http://www.discovertasmania.com.au Which I was able to break in 30 seconds: http://www.discovertasmania.com.au/home/index.cfm?SiteID=89aalalal Geeze - it should be against the law to deploy a site w/o an error checker. (Not that I've ever done that. Ahem) On

[cfaussie] Re: Hacker attack closes major (ColdFusion powered) tourism website

2007-06-25 Thread Andrew Scott
Yeah wasn't hard to do, I looked at it last night. But wasn't game to run any SQL injection due to the IP address showing up. But if you ask me, this was done by a hack to Coldfusion that was more of a Design Studio cause it looks a lot like they used Dreamweaver to code that site. God a hate

[cfaussie] Re: Secure PDF Forms

2007-06-25 Thread Andrew Scott
Cheers Dale, But here is what I am going with. 1) A form is entered on an SSL port, information is entered and submitted to the server 2) The server receives this, converts the info to a PDF and password protects the PDF 3) The secured PDF is then emailed to the client

[cfaussie] Re: Secure PDF Forms

2007-06-25 Thread Dale Fraser
I don't get how you add the password to the PDF with CF7? Regards Dale Fraser http://dalefraser.blogspot.com http://dalefraser.blogspot.com From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Scott Sent: Tuesday, 26 June 2007 10:54 AM To:

[cfaussie] A domain error occurred in CF with MS SQL 2005

2007-06-25 Thread Taco Fleur
Hello all, I am getting the following error A domain error occurred [Macromedia][SQLServer JDBC Driver][SQLServer]A domain error occurred. The cfquery tag is calling a stored procedure, and when I call that procedure directly on the database with the same values there appears to be no problem.

[cfaussie] Re: A domain error occurred in CF with MS SQL 2005

2007-06-25 Thread Scott Thornton
could it be related to: http://www.sql-server-performance.com/faq/sqlviewfaq.aspx?faqid=208 but then you mentioned it runs ok on the database itself. Taco Fleur [EMAIL PROTECTED] 26/06/2007 11:57 am Hello all, I am getting the following error A domain error occurred [Macromedia][SQLServer

[cfaussie] Re: A domain error occurred in CF with MS SQL 2005

2007-06-25 Thread Taco Fleur
OK, I've narrowed it down to the following code and values. I also see that other people have had the same problem, no answers listed in the forums though. The offending code is; DECLARE @fromLatitude AS REAL , @fromLongitude AS REAL , @toLatitude AS REAL , @toLongitude AS REAL SET

[cfaussie] ColdFusion Survey

2007-06-25 Thread Dale Fraser
If you are interested, Take part in this, I will publish the results. http://www.surveymonkey.com/s.aspx?sm=TQjDx4a4pDlpuzBwxiLW4A_3d_3d Regards Dale Fraser http://dalefraser.blogspot.com --~--~-~--~~~---~--~~ You received this message

[cfaussie] Re: ColdFusion Survey

2007-06-25 Thread Dale Fraser
Wow, There have been a lot of responses so far, I'll keep this thing running for a while I think, but might do some interim stats along the way. There are some very interesting things in there, some of which are very good and some bad I should also mention that it's only a short one

[cfaussie] A domain error occurred in CF with MS SQL 2005

2007-06-25 Thread Scott Thornton
Would you mind posting the formula? also reformatting the code with tab's? round( ACOS( ) ,3) I have been playing around with it and got it to work but I am not sure if it what was intended as I mucked around with the brackets. There seemed to be spare brackets about. Taco Fleur

[cfaussie] Re: A domain error occurred in CF with MS SQL 2005

2007-06-25 Thread Taco Fleur
The following does not generate an error, replace the values with the previous ones and the domain error occurs. DECLARE @fromLatitude AS REAL , @fromLongitude AS REAL , @toLatitude AS REAL , @toLongitude AS REAL SET @fromLatitude = -27.339993 SET @fromLongitude = 152.936964 SET @toLatitude

[cfaussie] Re: A domain error occurred in CF with MS SQL 2005

2007-06-25 Thread Taco Fleur
I just realized I did not post the offending code, the code that generates the error is; DECLARE @fromLatitude AS REAL , @fromLongitude AS REAL , @toLatitude AS REAL , @toLongitude AS REAL SET @fromLatitude = -31.111695 SET @fromLongitude = 117.792134 SET @toLatitude = -31.111695 SET

[cfaussie] Re: A domain error occurred in CF with MS SQL 2005

2007-06-25 Thread Peter Tilbrook
What version of Windows? What version of SQL Server 2005 (have you applied all the service packs)? What version of ColdFusion? On 26/06/07, Taco Fleur [EMAIL PROTECTED] wrote: I just realized I did not post the offending code, the code that generates the error is; DECLARE @fromLatitude AS

[cfaussie] Re: A domain error occurred in CF with MS SQL 2005

2007-06-25 Thread Andrew Scott
Don't forget what version of the request scope either Peter:-) Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter

[cfaussie] Re: A domain error occurred in CF with MS SQL 2005

2007-06-25 Thread Taco Fleur
Just got the solution to this, it had to do with rounding. Beats me why, but thats what it was anyways. Thanks for helping. SET @distance = ( ROUND( ( ACOS( ROUND( ( SIN( @fromLatitude / 57.2958) * SIN( @toLatitude / 57.2958 ) ) + ( COS( @fromLatitude / 57.2958 ) * COS( @toLatitude / 57.2958 )

[cfaussie] cfdirectory - directory to large

2007-06-25 Thread Taco Fleur
I am reading a directory and looping over it, well, trying anyway! The directory is to large, it contains about 100,000 xml files. I'm not outputting anything to screen, just reading the directory and looping over it, it just never gets to the loop. I've tried a time-out of 4 hours, but no go...

[cfaussie] First CFUG for Western Sydney

2007-06-25 Thread rod higgins
This email is a call for presenters for the first CFUG meeting in Western Sydney / Blue Mountains. We have set a date of Monday the 9th of July with a 6.00pm start, location details below. At this stage we have 9 confirmed developers attending with hopefully a few more roll ups. If you wish to

[cfaussie] Re: cfdirectory - directory to large

2007-06-25 Thread Taco Fleur
Yeah thats a possibility, but even then we're still dealing with 10,000 files or so. Will see how it handles that. I tried the following; cfscript FSO = createObject( com, Scripting.FileSystemObject ); Folder = FSO.getFolder(