godaddy

domain and sub domain with different MX records

I am trying to segregate email address of my employees according to the geographic location. so i have thought of creating email with location information as [email protected] or [email protected] etc current setup: email hosting from 2 different service providers (godaddy and google apps) , one domain having hosting at godaddy, all ...

Integrating VoIP on PHP site

Hello there. I was wondering if it was possible to have a chatting feature on my site(VOICE NOT TEXT) is this possible on a php enabled server(GoDaddy) or do i need like a flash type server. Also if it will work how can i start. Thanks So Much!!! ...

which of these two servers are likely to do better under heavy http load?

As the title asks, the reason I'm asking is because I have a wordpress site which gets about 10K visitors per day on a dedicated server from iweb but in the evenings, around 8 to midnight the site crawls to a halt and page load time goes up to about 12 seconds or more compared to 2-3 during the day. Checking my google analytics its shows...

Dynamically get "outgoing" IP address with PHP

PHP gives a different IP address for my site from $_SERVER['SERVER_ADDR'] than other sites see when I access them through cURL (or file_get_contents, or whatever). I know this because I had my site download whatismyip.com and it gives something different than that server variable. Adding to this annoyance is the fact that the outgoing ...

Namespaces on godaddy shared hosting

phpinfo() says that the version is 5.3 and namespaces are activated.. But I keep getting 'Parse error: syntax error, unexpected T_STRING' in the line where the word 'namespaces' appear =s. The script works fine in my local enviroment, I mean I know how to declare a namespace. Of course, they refused to help, and pasted me a link to the...

Why do all my sites randomly stop in iis?

I have a GoDaddy Account with a virtual hosting environment. For some reason every few weeks, all of our sites (both websites and FTP sites) are stopped. I restart them and they start normally, but I would like to prevent this from happening in the future. Any ideas? ...

Unable to send mail using System.Net.Mail and GoDaddy SMTP

I have a site hosted on GoDaddy and have an e-mail account set up with my GoDaddy account that uses smtpout.secureserver.net as its outgoing server. I am trying to send an e-mail from my test server, not the actual GoDaddy production server, using this account. My test server is using IIS 7 and is running my ASP.NET MVC site. I use the c...

Setting write permissions on shared windows godaddy hosting.

I'm trying to use the Bitmap class to save a file to a directory but it throws an error. Articles tell me that the directory does not have write permission. How do I set write permissions on the directory normally? I saw this answer but its talking about nant. I'm using regular asp.net mvc. Apparently I cannot manually set write permiss...

Security Exception while using MYSQL dll on godaddy

Hi, I have hosted my website on godaddy and referenced MYSQL.Data.dll. This works fine on localhost. However when i try to run the same code online it throws the following error. System.Security.SecurityException: That assembly does not allow partially trusted callers. I have downloaded the MqSQL.Data code version 6.2.4. which already ...