Search results

  1. R

    VPS down AGAIN

    VP Servers 63.209.146.44 204.14.107.184 Are down AGAIN all day long. Cannot be pinged. There's been no announcement. This has happened a couple of days ago and took 2 DAYS to fix. That's been 4 days downage for my server this month??? I'm not using the ticket system because last...
  2. R

    Not sending?

    Hi, this is the code I use for sending email: Dim Mail1 As System.Web.Mail.MailMessage Mail1 = new System.Web.Mail.MailMessage() Mail1.From = "[email protected]" Mail1.To = "[email protected]" Mail1.Subject = "Subject" Mail1.Body = "Body" Try System.Web.Mail.SmtpMail.Send(Mail1)...
  3. R

    PHP Sockets?

    Can we use the sockets functions in PHP? I get an error message "Call to undefined function: socket_create()"
  4. R

    Limit HSphere Access?

    Is it possible to limit access to HSphere sections, for instance allow customers to only administer email accounts?
  5. R

    Whidbey

    What I would like to know is, how will jodohost adopt to the upcoming .NET 2.0 and / or beta1 ? Yukon? What is the overall roadmap? (We will start developing with Beta1 as soon as it's released) Edit: I just read that apparently Go Live licensing will not come with Beta1...
  6. R

    ASPSock

    What steps do I need to follow in order to install / enable the ASPSock component on my jodohost site?
  7. R

    PreSales Q

    Hi, some questions I would have: Do I get a /private folder outside (on level up) of my root dir to put my db in? Will I be able to make outgoing connections and accept incoming requests (SocketPermission)? Besides the forum, is there email and/or 24/7 chat support? :))
Back
Top