Username/Customer #
 
Password
 
Welcome !   Not you?
Welcome !  Sign Out
  • Create Account | Forgot Password | Sign Out
  • Your Account Executive is:

    Phone:
    Email:
  • Your Discount Domain Club
    pricing is displayed.
  •  
  •  
     
  •  
      empty
 
Learn
Discuss
Connect
Groups
Members
My Profile
Support
  •  
  •  
Site Search
Domain Name Search
Marketplace Product Search
Marketplace Business Search
Help Center Search

Go Daddy Help

Languages and Scripts (191)

Why isn’t my php.ini file taking effect?

Posted: 10-12-2009 in PHP
A php.ini file is not always immediately recognized by the server. Here are tips for Linux and Windows Shared Hosting to get your php.ini to take effect immediately. NOTE: To check whether your php.ini file takes effect, open a plain text editor and create a file called phpinfo.php. Insert the following line: <?php phpinfo(); ?>. Save [...]

Enabling ionCube Support

Posted: 9-10-2009 in Zend
By default, ionCube support is not enabled on our Linux hosting accounts, but you can enable it. Windows hosting accounts do not support ionCube. To Enable ionCube SupportDownload the compressed Linux x86 binary file from ionCube’s site.Upload the compressed file to your hosting account. For more information, see Uploading a File to Your Hosting Account Using the [...]

Microsoft URL Rewrite Module

Posted: 7-17-2009 in IIS
Windows hosting accounts using IIS7 support the Microsoft® URL Rewrite Module, which rewrites complicated URLs into more user-friendly URLs based on rules specified by the webmaster in the account’s web.config file. NOTE: The Microsoft URL Rewrite Module is supported on Windows hosting plans running IIS7. To check which version you have, log in to your Account [...]

How do I change the default program for a file type in my hosting account?

Posted: 2-24-2009 in Linux-Based Languages and Scripts
Files within your hosting account open programs based on the file extension. For example, a file called file.php5 would open in PHP5 and a file called file.rb would open in Ruby. Using the File Extension Manager in the Hosting Control Center you can change these defaults, or add custom file extensionsWARNING: Changing the default behavior of [...]

Redirect Your Site Using the Site Redirects Manager

Posted: 2-24-2009 in Linux-Based Languages and Scripts
A redirect automatically sends your website’s visitors to a chosen destination, either a different location within the same site or a new site entirely. For example, you can redirect visitors from your domain root to a content sub-directory, such as a blog. Content (files and folders) under the redirect path can be redirected to the destination [...]

Can I use Internationalized Domain Names (IDNs) with my IIS 7 Windows shared hosting account?

Posted: 6-20-2008 in IIS
Yes, our Windows shared hosting accounts running IIS 7 support the use of Internationalized Domain Names (IDNs) for primary domains, subdomains, and alias domains. Hosting account domains must be entered using ASCII characters. Because IDNs may contain non-ASCII characters, they must be translated with an Internationalizing Domain Names in Applications (IDNA) to ASCII [...]

What is an Internationalized Domain Name (IDN)?

Posted: 6-20-2008 in IIS
An Internationalized Domain Name (IDN) is a domain name that may contain characters outside the ASCII character set. Setting up a hosting account requires that the domain name be entered using ASCII characters. When an Internationalizing Domain Names in Applications (IDNA) to ASCII algorithm is applied, an IDN is translated into Punycode, an [...]

What is the difference between webformmailer.php and gdform.php?

Posted: 5-21-2008 in PHP Form Mailer
Both gdform.php and webformmailer.php are form mailer scripts installed in the default scripts directory of your Linux shared hosting account. Webformmailer.php is a more recent script that provides additional functionality, including the ability to specify sort order, delivery schedule, and email format. For more information, see Using PHP Form Mailers.

Can I update my existing gdform.php code to use webformmailer.php?

Posted: 5-21-2008 in PHP Form Mailer
Yes. By replacing your existing form tag with the code below, you can upgrade to webformmailer.php without any additional changes. <form action=”/webformmailer.php” method=”post”>

Do you support PHP 5 for Windows shared hosting accounts?

Posted: 5-6-2008 in IIS
Yes, PHP 5 is fully supported on Windows shared hosting accounts running IIS 7. This allows for the installation of a variety of PHP 5 quick-install applications and the use of PHP 5 code. PHP 4 is not supported on IIS 7 accounts. Hosting accounts running IIS 6 can use PHP 4 and PHP [...]

Introduction to ASP.NET AJAX

Posted: 4-22-2008 in ASP.NET
This guide shows you how to create and host an ASP.NET AJAX website in your Windows shared hosting account. This article assumes that you are already comfortable with HTML and that you are interested in learning more about other Web technologies. You may download a PDF version to your computer or view the guide [...]

Using CDONTS to Send Email from Your Windows Hosting Account

Posted: 3-17-2008 in ASP
CDONTS uses the NewMail object to create and send email. This method is incompatible with Windows shared hosting websites running IIS 7. The following ASP code sample demonstrates how to use CDONTS to create and send email:<% Dim MyBody Dim MyCDONTSMail Set MyCDONTSMail = CreateObject(”CDONTS.NewMail”) MyCDONTSMail.From= “sender@coolexample.com” MyCDONTSMail.To= “recipient@coolexample.com” MyCDONTSMail.Subject=”Subject” MyBody = “Body” MyCDONTSMail.Body= MyBody MyCDONTSMail.Send set MyCDONTSMail=nothing %>

How should I send email from my IIS 7 Windows shared hosting Web site?

Posted: 3-17-2008 in IIS
Windows shared hosting accounts running IIS 7 can use Collaboration Data Objects (CDO) or CDOSYS to send SMTP email. CDONTS is not a supported method for sending email with IIS 7. For more information, see Using CDO to Send Email from Your Windows Shared Hosting website and Using CDOSYS to Send Email.

Using CDO to Send Email from Your Windows Shared Hosting Web Site

Posted: 3-17-2008 in IIS
Collaboration Data Objects (CDO) can be used to send email from Windows shared hosting websites running IIS 6 or IIS 7. The following code sample demonstrates how to use CDO to create and send email.<% sendUrl=”http://schemas.microsoft.com/cdo/configuration/sendusing” smtpUrl=”http://schemas.microsoft.com/cdo/configuration/smtpserver”‘ Set the mail server configuration Set objConfig=CreateObject(”CDO.Configuration”) objConfig.Fields.Item(sendUrl)=2 ‘ cdoSendUsingPort objConfig.Fields.Item(smtpUrl)=”relay-hosting.secureserver.net” objConfig.Fields.Update‘ Create and send the mail Set objMail=CreateObject(”CDO.Message”) ‘ Use the config object created [...]

What versions of PHP are available on my Linux hosting account?

Posted: 2-25-2008 in PHP 5
Our Linux hosting accounts run PHP versions 5.2.5 and 4.3.11. For information on PHP 5.2.5, see the PHP 5.2.5 Release Announcement. For information on running both PHP 4 and PHP 5 applications, see Can I run both PHP 4 and PHP 5 applications on my hosting account?. To change your PHP version, see Changing Your PHP Language Version.

 

You need to log in to vote

The blog owner requires users to be logged in to be able to vote for this post.

Alternatively, if you do not have an account yet you can create one here.

Powered by Vote It Up

Sign up for special offers:
Account Manager
My Account
My Renewals
My Upgrades
Account Settings
Customer Information
Order History
Create Account
Shopping
Offer Disclaimers
*
Domain Search
Product Catalog
Product Advisor
Gift Cards
Go Daddy Mobile
Today's Offers
Resources
Webmail
WHOIS search
ICANN Confirmation
Affiliates
Connect with Us
Gadgets/Widgets
Site Map
Help and Support
Telephone Support & Sales
Billing Support
Email Our Support Team
Frequently Asked Questions
User's Guides
Report Spam
Test Our Products
About Go Daddy
Careers
Security Center
Company Info
News Center
Customer Testimonials
What's New
Legal
Marketing Proposals
GoDaddy.com is the world's No. 1 ICANN-accredited domain name registrar for .COM, .NET, .ORG, .INFO, .BIZ and .US domain extensions. Source: RegistrarSTATS.com

Copyright © 1999 - 2010 GoDaddy.com, Inc. All rights reserved.