Recent content by MrJman

  1. M

    cf admin question

    Cold Fusion ignores the IIS settings, you can however set a defaults error page in your Application.cfm file, which can be used. ref: cferror tag
  2. M

    Control Panel / Dedicated Servers

    Thanks Dave, I didn't realise this page had been updated recently. J
  3. M

    Control Panel / Dedicated Servers

    Hello I was just wondering if its possible to setup a dedicated server to run through the same control panel as my reseller account. Basically what I am looking to do is, when I signup a new client I want the webhosting to be done on the dedicated machine, however I want to use the...
  4. M

    How to count characters in a string

    Hello You can use ListLen(string, "/"), this will split the string on each / you will then need to -1 from the count of the result and this should give you the / <cfset slashCount = ListLen(string, "/") - 1> Thanks J
  5. M

    How to count characters in a string

    Hello Try listlen using "/" as the deliminator. Thanks J
  6. M

    hsphere Soap API

    Thanks Stephen for the reply, I will check it out. dnnportal the docs are located at http://www.psoft.net/HSdocumentation/devel/h-sphere-xml-api.pdf
  7. M

    hsphere Soap API

    Hi All, Was wondering if anyone has had any success with the hsphere Soap API ? Would be interested to hear if anyone has had any success specifically with the creation of domain and emails. I have read some of the forum threads and I see it has been switch on. Thanks J
Back
Top