Search results

  1. W

    database disappeared

    My database on mysql5 disappeared. One of my websites uses it, and I tried to access the site this morning and it showed an error connecting to the DB. I logged in via phpmyadmin and it says "no databases". submitted a ticket, but it's not showing up.
  2. W

    MS SharePoint? Or MS Exchange Replacement?

    sounds like you need dedicated or semi-dedicated. read the forums and you'll see that many people have problems running out of memory on the VPS. Running SQL for questionmark and running sharepoint and other stuff would, IMO, max out the memory pretty quick. but like others have mentioned...
  3. W

    horde login slow

    Logging in to webmail via Horde is slow. Takes at least 30 seconds, if not a timeout. Login to SquirrelMail and DWmail is fast (or at least faster). However, my clients are used to using Horde, so I can't just say "use dwmail or squrrelmail instead now". what's the problem??
  4. W

    ASP and Components question

    jodo was able to fix the problem for the most part. It still happens sometimes, but not near as often. One of my apps I had to move to a dedicated server, as it was essential that the timeout thing not happen.
  5. W

    New WebMail Interface

    when will the security code on dwmail be removed? I'd like to have clients start using the DWmail system, but the security code won't cut it. takes too much time to figure out what the letter and numbers are and retype it if the user is wrong.
  6. W

    "Add email" script for hsphere

    here's the exact code I have in the ASP page: <% Function GetSoapReturn(strEnvelope, strService) Dim objHTTP Dim strReturn Set objHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP") strSendingEnvelope = " <soap:Envelope xmlns:soap=""http://schemas.xmlsoap.org/soap/envelope/""...
  7. W

    "Add email" script for hsphere

    OK, I'm trying to get the API to work. I copy and pasted the script emagine posted previously that gets the User contact info. At first I was getting a 403 error (forbidden), but Jodo took care of that. Now I'm getting a 501 error and it says that I can't post; here's the exact error...
  8. W

    send email to all accounts

    I want to create a mailing list for all email accounts under the domain. I DON'T want to have to maintain the list manually everytime someone is added or deleted. How can I do this? thanks.
  9. W

    mysql3 time wrong?

    thx.
  10. W

    mysql3 time wrong?

    I'm developing an app and trying to use Now() in my SQL statement to save the current date and time to the database, but it seems to be about 20 minutes off (actual time was about 22:48, mysql3 was saving 23:10). A couple minutes would be no big deal, but 20 minutes is unacceptable. what...
  11. W

    New WebMail Interface

    i'm putting in another vote for Atmail. better interface. just a very nice app. The dwmail 'security code' thing is going to get real old, real fast. especially for my end users. I can tell you now, it will prevent a lot of people from using; we have a lot users that check their email thru...
  12. W

    Tickets not showing up

    seems to be working now. thx fo the help. i'll post back if it keeps happening.
  13. W

    SELECT Question

    i use asp and sql pretty extensively and haven't run into this before. You're just doing a simple "SELECT * from tblName;" ? No joins or anything?
  14. W

    Tickets not showing up

    I created a ticket about 30 minutes ago, and it has yet to show up and I have yet to receive an email confirmation about it. The live chat tech was supposed to create as well, and that is not showing up either. My problem is with a website of mine not working...
  15. W

    web.[domain].com

    still not working.... anyone else having this problem? -ross
  16. W

    web.[domain].com

    akshay created a ticket for me regarding the problem....
  17. W

    web.[domain].com

    Up until about a day ago I could go to web.wes**********ech.com (wes*******ech.com is my service domain) and get a page with a gray background and blue links that has links to some different tools..... like phpmyadmin, postgremyadmin (or whatever it's called--i kinda forget), and some others...
  18. W

    Asp 2.0 & Sql 2005

    bueno
  19. W

    Asp 2.0 & Sql 2005

    so wut's the word on sql 2005?
  20. W

    When Is The Next MySQL Upgrade?

    forget mysql4.....when are we getting mysql 5??? 5 has been out for some time now. it has stored prodcedures, which would be really nice for some of my mysql based apps.
Back
Top