Search results

  1. twoolums

    ASPUpload Help

    Got it Set Upload = Server.CreateObject("Persits.Upload") Upload.OverwriteFiles = False Upload.SetMaxSize 5242880 ' Limit files to 5MB Upload.SaveVirtual("/signupforms") Set File = Upload.Files("txtEventSignUp") If Not File Is Nothing Then strFile = File.Filename...
  2. twoolums

    ASPUpload Help

    PM sent. Thanks for helping.
  3. twoolums

    ASPUpload Help

    and no I don't see any type of error. Just proceses but doesn't actually do anything.
  4. twoolums

    ASPUpload Help

    Hmm same result.
  5. twoolums

    ASPUpload Help

    That didn't work either, hmmm
  6. twoolums

    ASPUpload Help

    Trying to get ASPUpload working on win13 just can't get it to do anything. Here is my code <% Set Upload = Server.CreateObject("Persits.Upload.1") Upload.OverwriteFiles = False Upload.SetMaxSize 5242880 ' Limit files to 5MB Upload.Save("D:\hshome\<username>\<domain.com>\<directory>")...
  7. twoolums

    Problem w/ Cerberus Helpdesk

    I'm not trying to dog on the service but seems the helpdesk has been having nothing but problems lately (because of email). Relying on email for the system to work just seem dumb to me. If you submit through the interface it should enter it not send an email to create a ticket. The helpdesk...
  8. twoolums

    DNS transfer time within Jodo

    Yep even though you don't change nameservers. If you changed nameservers it would be even longer. Most ISP's cache requests to speed up connections for their clients. Usually most are cleared in an hour or so but I have seen some no name ISP's take up to a day. Most nameservers hold the ip...
  9. twoolums

    DNS transfer time within Jodo

    You'll have some ISP caching for a little while (few hours usually) but that's something out of yours and Jodo's control.
  10. twoolums

    Email blasts are being spam filtered

    Do you plan on doing the same for some of the older win boxes like win13 and 14? Thanks
  11. twoolums

    CP performance

    Dude they are still working on it just be patient.
  12. twoolums

    Cerberus Help Desk working?

    Huh I just tried to create a ticket 3 different times waiting like 5 mins in between and nothing. Live Chat says its because of mail1. Guess Ill just be patient since my problem isn't urgent.
  13. twoolums

    Cerberus Help Desk working?

    Same here just tried to create a ticket and it never shows.
  14. twoolums

    Virtual Directories

    That's what I figured. Thanks much.
  15. twoolums

    Virtual Directories

    Is it possible to create virtual directories in the control panel or do I need to put in a support request to have it created? Thanks
  16. twoolums

    Cerberus Help Desk working?

    Also make sure you are using your account given to you from jodo and not your admin account when signing in.
  17. twoolums

    using my domain in spam?

    Just a side note your link doesn't work.
  18. twoolums

    Have to love spamhaus

    I have lots of people complaining about this. In fact several forums setup to auth through your very own servers are getting errors sending emails because of this. Sure hope something happens quickly since your own servers are blocking emails from itself. (ie win14 sending email through mail4)...
  19. twoolums

    mysql db

    Opps it was me never mind.
  20. twoolums

    mysql db

    Hmm Pinging mysql.domain.com [204.14.106.14] with 32 bytes of data: Destination host unreachable. Destination host unreachable. Destination host unreachable. Destination host unreachable. Ping statistics for 204.14.106.14: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Back
Top