Search results

  1. thdrought

    PHP and GD Library

    Since moving to the new version of PHP, I am having a problem with the GD Library on win10. I put in a ticket, # ITW-80904-794. Thanks.
  2. thdrought

    Changing URL

    I think this has probably been asked about a million times, but, I'm feeling a little lazy today so I'm going to ask again. Can I change my URL for my main reseller hosting account. For example, if I am reselling under cp.my1sthost.com, can I change it to cp.soldouthosting.com. Thanks, Tom
  3. thdrought

    Custom Signup with XML API

    You can do it with the HShpere XML API. The API controls all functionality of User Signup and Management. How much time and effort would it take? Depends on what language you want it programmed in.
  4. thdrought

    Another Christmas Idea

    Any word on a new Web Statistics program? AWStats and Webilizer suck. Also, I would like to have the ability to configure my stats program myself. Right now, there are features that AWStats can do, like show URI in the page navigation area or to block a range of IP address. But, I have no...
  5. thdrought

    Favorite Programming Language?

    What is your favorite programming language for your sites? I have been using mostly ASP for my sites developed on the Internet, and ASP with VB for Intranets. Recently, I've had the oppurtunity to use CGI and SOAP-Lite, and found it faster than straight ASP. Personally, I do not like PHP...
  6. thdrought

    Favorite Programming Language?

    See above...
  7. thdrought

    Using Perl with a Custom Signup

    I can only make reccomendations here, as it would not benefit me to give someone the code, but, I would look at your proxy and URI values again. They are not correct. For example, what are you pointing the URI too? Right now, nothing. The DNS Service class is working at JodoHost. Actually...
  8. thdrought

    Trying to write a sign up form...

    Re: Trying to write a sign up form... Little help needed Dave96, If you are writing a script to interface directly into the database with PHP, good luck. I tried this a few times, got many errors and abandoned the cause. The _mod field tells HSphere whether you are doing anything with a...
  9. thdrought

    Can someone check my site ..seems slow

    Your site is down...says Service Unavailable in my browser
  10. thdrought

    Using Perl with a Custom Signup

    Using PayPal with a Custom Signup I posted this message at the PSoft Forums, but, they do not respond anymore since they made a customer only forum which resellers cannot access, so I will post here also. I have a custom signup form, using the HSphere XML API, and want to also integrate the...
  11. thdrought

    HSphere XML API Help Needed

    I located the problem. It is caused whenever you fail to pass a piece a information. Too bad the API instructions are so poorly written.
  12. thdrought

    Custom Signup with XML API

    Yes, it's working. I had the code all along, but had problems with the authToken. Now that I have resolved that, which was actually a stupid mistake on my part, I have been able to code a few scripts that work. It works for shared hosting also. I created a sample script that creates mailboxes...
  13. thdrought

    HSphere XML API Help Needed

    I have the authtoken working good. Can make calls to the checkUser and signupUser classes. I have a good working script for checkUser too. But, I am getting this message when making the call to signupUser: soapenv:Server.userException java.lang.NullPointerException Any ideas? Do you have...
  14. thdrought

    Custom Signup with XML API

    Yes, it will work for resellers. Yes, you can code to pass domain setup information through jodohost. No, you will be submitting your form to another script which will need to pass the information with SOAP (.Net or Perl script), or HTTPPOST.
  15. thdrought

    H-Sphere API

    See http://support.jodohost.com/showthread.php?t=2827&page=1&pp=10
  16. thdrought

    XML API - Not properly configured

    See http://support.jodohost.com/showthread.php?t=2827&page=1&pp=10
  17. thdrought

    hsphere Soap API

    See http://support.jodohost.com/showthread.php?t=2827&page=1&pp=10
  18. thdrought

    HSphere XML API Help Needed

    Looking for someone to help code the HSphere XML API signupUser function. I have figured it how it works, and have a good working sample of a DomainServices feature, but, due to my lack of skills with SOAP:Lite, have roblems completing the connection to the signupUser class needed to make custom...
  19. thdrought

    Custom Signup with XML API

    Yes, it is that simple...depending on what you want to do. My forms are a little more complicated due to the fact that I must work with a third party for my domain names. But, if it wasn't for them, it would be simple forms with validation sending the required data to a script which submits...
  20. thdrought

    Custom Signup with XML API

    Thanks for the spell checking. Will change soon.
Back
Top