C-Panel

2013-07-10 Thread Rick Sanders
Hi Folks. I run a hosting company and need an interface like C-Panel. I was wondering if there were and snippets of code out there that have an interface to manage Windows accounts since my servers are windows based. Since I'm developing this myself I may be asking questions here, but I'm

Re: This query was working in CF8 and now it will not work in CF9 on my server

2013-07-10 Thread Scott Stewart
No problem, glad I could help On Jul 9, 2013 8:35 PM, Terry Troxel terry.tro...@gmail.com wrote: That was it changed to desc1. Thank you very much. Terry On Tue, Jul 9, 2013 at 5:08 PM, Scott Stewart webmas...@sstwebworks.com wrote: A couple of things though Desc is a SQL

Re: fedex tracking cfc

2013-07-10 Thread Matthew Williams
Have you tried here? https://code.google.com/p/cffedexrates/. It uses XML and CFHTTP. It should at least point you in the direction of what to send the tracking API. -- Matthew Williams Geodesic GraFX www.geodesicgrafx.com/blog http://twitter.com/ophblance

Re: fedex tracking cfc

2013-07-10 Thread John M Bliss
Also, CF makes consuming webservices pretty easy with built-in stuff: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-714a.html On Wed, Jul 10, 2013 at 8:34 AM, Matthew Williams mai...@geodesicgrafx.comwrote: Have you tried here?

Re: C-Panel

2013-07-10 Thread Russ Michaels
take a look at www.websitepanel.net On Wed, Jul 10, 2013 at 12:38 PM, Rick Sanders r...@webenergy.ca wrote: Hi Folks. I run a hosting company and need an interface like C-Panel. I was wondering if there were and snippets of code out there that have an interface to manage Windows accounts

Re: C-Panel

2013-07-10 Thread Byron Mann
Having supported home-grown provisioning code for several years my suggestion would be to use something off the shelf. We implemented Parallels Automation and Billing last year and have drastically reduced our costs across the board, development, support, operations. We now only have one

RE: C-Panel

2013-07-10 Thread Rick Sanders
Hi again Brian, I agree with you about windows. However, I haven't had enough experience with Linux servers in order to set one up for web hosting. I've been working with windows servers since NT 3.5. Windows can host Wordpress, PhP and any other web technology today. Until I absolutely have

Re: C-Panel

2013-07-10 Thread Russ Michaels
Fyi websitepanel is more active now, 2.0 released this year and 2.1 currently in beta, supports Windows 2012. Do not use its ecommerce system though it is awful, but the rest of it works really well. We use it for all our Windows hosting and I also use it for cfmldeveloper.com Russ Michaels

RE: C-Panel

2013-07-10 Thread Rick Sanders
Thanks for your input Ross. I'm installing it now on a test machine then I will implement it on our live server. Kind Regards, Rick Sanders T: 902-401-7689 W: www.webenergy.ca -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Wednesday, July 10, 2013 12:14

Re: CFQUERY immediately throws blank CF error and HTTP 500 code when more than 50 records will be returned (CF6)

2013-07-10 Thread Chris Johnson
Not sure.. we don't handle much of the system software/hardware on the box. Do you know what that may affect or how to check when it was updated? Has anyone updated the java version by any chance Russ Michaels www.michaels.me.uk On 9 Jul 2013 23:11, Chris Johnson

Re: CFQUERY immediately throws blank CF error and HTTP 500 code when more than 50 records will be returned (CF6)

2013-07-10 Thread Byron Mann
Do any other CF requests work on that server? Sounds like a web connector issue perhaps. Byron Mann Lead Engineer Architect HostMySite.com On Jul 9, 2013 6:11 PM, Chris Johnson ejohn...@directalliance.com wrote: Really odd issue we've been having.. We have a scheduled task that hits

Re: CFQUERY immediately throws blank CF error and HTTP 500 code when more than 50 records will be returned (CF6)

2013-07-10 Thread Russ Michaels
you should ask whoever manages the server, as updating to new java versions can have bizzare results like this where everything seems to work except one random thing. you can also see the java version being used on the info page in cfadmin. you should also try rebuilding your conenctors, as they

Installing / compiling / signing JUpload

2013-07-10 Thread Michael Muller
Hey all, I've been using JumpLoader as my multi-file uploader for a while and want to switch to JUpload as it offers the ability to resize the image beforehand without encapsulating the resized image(s) in a zip file. However, the documentation is a bit klunky, and some of the links to where

Installing / compiling / signing JUpload

2013-07-10 Thread Michael Muller
Hey all, I've been using JumpLoader as my multi-file uploader for a while and want to switch to JUpload as it offers the ability to resize the image beforehand without encapsulating the resized image(s) in a zip file. However, the documentation is a bit klunky, and some of the links to where