Search results

  1. R

    VPS down AGAIN

    204.14.107.184 - working again, thanks 63.209.146.44 - still not pingable
  2. 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...
  3. R

    Cash $$ for VPS setup job. Any candidates?

    glad to hear it :) mine's still not working.
  4. R

    Cash $$ for VPS setup job. Any candidates?

    I don't know what's wrong... I can't ping it and I can't ssh to it. This also happened way back when I first rented the reseller package...now I suppose it's the IP reassignment from 63.* to 204.* that's somehow causing troubles (Yash confirmed this) BTW the old IP is still showing in my...
  5. R

    Cash $$ for VPS setup job. Any candidates?

    I would like to do this, but havn't done it on a Jodohost VPS. I would have liked to test it today on my Jodohost VPS, but I couldn't, because it's been down for 15 hours straight now X( X( X( When I get it to work I'll send you a PM, if you're still interested by then.
  6. R

    Not sending?

    Now the error is gone but the mail never makes it. I also checked the SPAM directory. Thanks guys I'm gonna open up a ticket maybe they know what's wrong
  7. R

    Not sending?

    Sorry, I had some custom Exception Handlers, the real error seems to be this: The server rejected one or more recipient addresses. The server response was: 553 sorry, that domain isn't allowed to be relayed thru this MTA (#5.7.1) This seems to be a problem with POP before SMTP? Do I have...
  8. R

    Not sending?

    OK I changed my code to this: 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 = "Bodytest tes " System.Web.Mail.SmtpMail.SmtpServer =...
  9. 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)...
  10. R

    PHP Sockets?

    Thanks, that's great.
  11. R

    PHP Sockets?

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

    Limit HSphere Access?

    Is it possible to limit access to HSphere sections, for instance allow customers to only administer email accounts?
  13. 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...
  14. R

    ASPSock

    Thank you
  15. R

    ASPSock

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

    PreSales Q

    I may be blind, but how do I change from Trial to Value? When I click on "Change" in HSPHERE it says that that option is only available for paid customers. BTW I have 3 days left in Trial but want to move to Value right now. :))
  17. 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