Archive for the Web Hosting category

What is ASP.NET AJAX?

ASP.NET AJAX is an ASP.NET framework from Microsoft for quickly creating interactive and highly-personalized Web experiences that work across all the most popular browsers.

With ASP.NET AJAX, you can:

  • Create next-generation interfaces with reusable AJAX Hosting components.
  • Enhance existing Web pages using powerful AJAX controls with support for all modern browsers.
  • Continue using Visual Studio 2005.
  • Access remote hosting services and data directly from the browser without writing a lot of complicated script.
  • For more information, see the Official Microsoft ASP.NET AJAX site.

NOTE: ASP.NET AJAX is only available on Windows accounts with ASP.NET 2.0 enabled.
ASP.NET AJAX assembly (System.Web.Extensions.dll) is installed in the global assembly cache (GAC). Do not include the assembly in the Bin folder of your AJAX-enabled website.

In: Web HostingAuthor: adminComments (0)

What are the connection strings for my application’s database?

The following list contains connection strings for many popular program databases. If your program is not listed, contact the program’s manufacturer.

NOTE:You will have to obtain these files referenced below by FTPing into your hosting account and into the application’s directories. For more information on this, see your application’s manufacturer’s website.

4Images

Edit the config.php file. You will need to update the following line with the name of the new database server.

$db_host = “youroldhostname”;

Aardvark Topsites

Edit the settings_sql.php file. You will need to update the following line with the name of the new database server.

$CONF['sql_host'] = ‘youroldhostname’;

Advanced Guestbook

Edit the admin/config.inc.php file. You will need to update the following line with the name of the new database server.

$GB_DB["host"] = “youroldhostname”;

Advanced Poll

Edit the db/include/config.inc.php file. You will need to update the following line with the name of the new database server.

$POLLDB["host"] = “youroldhostname”;

anyInventory

Edit the globals.php file. You will need to update the following line with the name of the new database server.

$db_host = “youroldhostname”;

BidWare

Edit the configuration/configure.inc.php file. You will need to update the following line with the name of the new database server.

$bidwareTsohbD = ‘youroldhostname’;

BlogEngine.NET

Edit the web.config file. You will need to update the following line with the name of the new database server.

<add name=”BlogEngine” connectionString=”Data Source=youroldhostname;User ID=DBUser;Password=DBPassword;persist security info=False;initial catalog=DBName;” providerName=”System.Data.SqlClient”/>

Brim

Edit the framework/configuration/databaseConfiguration.php file. You will need to update the following line with the name of the new database server.

$host = ‘youroldhostname’;

Community Server

Edit the connectionStrings.config file. You will need to update the following line with the name of the new database server.

<add name=”SiteSqlServer” connectionString=”server=youroldservername;uid=DBUser;pwd=’DBPassword’;database=DBName”/>

Coppermine

Edit the include/config.inc.php file. You will need to update the following line with the name of the new database server.

$CONFIG['dbserver'] = ‘youroldhostname’;

DotNetNuke

Edit the web.config file. You will need to update the following line with the name of the new database server.

dotProject

Edit the includes/config.php file. You will need to update the following line with the name of the new database server.

$dPconfig['dbhost'] = ‘youroldhostname’;

connectionString=”Server=youroldhostname;Database=DBName;uid=DBUser;pwd=DBPass;”

Drupal

Edit the sites/default/settings.php file. You will need to update the following line with the name of the new database server.

$db_url = ‘mysqli://DBUser:DBPassword@youroldhostname/DBName’;

Elgg

Edit the engine/settings.php file. You will need to update the following line with the name of the new database server.

Gallery

Edit the config.php file. You will need to update the following line with the name of the new database server.

$storeConfig['hostname'] = ‘youroldhostname’;

Geeklog

Edit the db-config.php file. You will need to update the following line with the name of the new database server.

$_DB_host = ‘youroldhostname’;

Joomla

Edit the configuration.php file. You will need to update the following line with the name of the new database server.

var $host = ‘youroldhostname’;

Lifetype

Edit the config/config.properties.php file. You will need to update the following line with the name of the new database server.

$config['db_host'] = ‘youroldhostname’;

MODx

Edit the includes/config.inc.php file. You will need to update the following line with the name of the new database server.

$database_server = ‘youroldhostname’;

Mambo

Edit the configuration.php file. You will need to update the following line with the name of the new database server.

$mosConfig_host = ‘youroldhostname’;

Mantis

Edit the config_inc.php file. You will need to update the following line with the name of the new database server.

$g_hostname = “youroldhostname”;

MediaWiki

Edit the LocalSettings.php and config/LocalSettings.php files. You will need to update the following line with the name of the new database server. $wgDBserver = “youroldhostname”;

Moodle

Edit the config.php file. You will need to update the following line with the name of the new database server.

$CFG->dbhost = ‘youroldhostname’;

Noah’s Classifieds

Edit the app/config.php file. You will need to update the following line with the name of the new database server.

$hostName=”youroldhostname”;

Nucleus

Edit the config.php file. You will need to update the following line with the name of the new database server.

$MYSQL_HOST = ‘youroldhostname’;

OSCommerce

Edit the includes/configure.php and admin/includes/configure.php files. You will need to update the following line with the name of the new database server.

define(‘DB_SERVER’, ‘youroldhostname’);

OpenDB

Edit the include/local.config.php file. You will need to update the following line with the name of the new database server.

‘host’=>’youroldhostname’, //OpenDb database host

OpenX

Edit the var/yoursitename.com.conf.php file. You will need to update the following line with the name of the new database server.

host=”youroldhostname”

OrangeHRM

Edit the lib/confs/Conf.php file. You will need to update the following line with the name of the new database server.

$this->dbhost = ‘youroldhostname’;

paFileDB

Edit the includes/config.php file. You will need to update the following line with the name of the new database server.

$dbServer = “youroldhostname”;

PHCDownload

Edit the include/config.ini.php file. You will need to update the following line with the name of the new database server.

$config['db_server'] = “youroldservername”;

PHPOpenChat

Edit the config.inc.php file. You will need to update the following line with the name of the new database server.

define(‘Data WidgetsBASE_HOST’, ‘youroldhostname’);

PHProjekt

Edit the config.inc.php file. You will need to update the following line with the name of the new database server.

define(‘PHPR_DB_HOST’, ‘youroldhostname’);

PhpBB

Edit the config.php file. You will need to update the following line with the name of the new database server.

$dbhost = ‘youroldhostname’;

phpCollab

Edit the includes/settings.php file. You will need to update the following line with the name of the new database server.

define(‘MYSERVER’, ‘youroldhostname’);

phpMyFAQ

Edit the inc/data.php file. You will need to update the following line with the name of the new database server.

$DB["server"] = ‘youroldhostname’;

phpmyvisits

Edit the config/config.php file. You will need to update the following line with the name of the new database server.

‘db_host’ => ‘youroldhostname’,

Pinnacle Cart

Edit the content/engine/engine_config.php file. You will need to update the following line with the name of the new database server.

define(‘DB_HOST’, ‘youroldhostname’);

PostNuke

Edit the config.php file. You will need to update the following line with the name of the new database server.

$pnconfig['dbhost'] = ‘youroldhostname’;

reBlog

Edit the config.php file. You will need to update the following line with the name of the new database server.

define(‘REF_DB_HOST’, “youroldhostname”);

Serendipity

Edit the serendipity_config_local.inc.php file. You will need to update the following line with the name of the new database server.

$serendipity['dbHost'] = ‘youroldhostname’;

SilverStripe

Edit the tutorial/_config.php file. You will need to update the following line with the name of the new database server.

“server” => “youroldhostname”,

Simple Machine Forum

Edit the Settings.php file. You will need to update the following line with the name of the new database server.

$db_server = ‘youroldhostname’;

Vanilla Forum

Edit the conf/database.php file. You will need to update the following line with the name of the new database server.

$Configuration['Data WidgetsBASE_HOST'] = ‘youroldhostname’;

WebCalendar

Edit the includes/settings.php file. You will need to update the following line with the name of the new database server.

db_host: youroldhostname

WordPress

Edit the wp-config.php file. You will need to update the following line with the name of the new database server.

define(‘DB_HOST’, ‘youroldhostname’);

Xoops

Edit the mainfile.php file. You will need to update the following line with the name of the new database server.

define( ‘XOOPS_DB_HOST’, ‘youroldhostname’ );

YetAnotherForum

Edit the yafnet.config file. You will need to update the following line with the name of the new database server.

<connstr>user id=DBUser;pwd=DBPassword;data source=youroldhostname;initial catalog=DBName;timeout=90</connstr>

Zen Cart

Edit the includes/configure.php and admin/includes/configure.php files. You will need to update the following line with the name of the new database server.

define(‘DB_SERVER’, ‘youroldhostname’);

In: Web HostingAuthor: adminComments (0)

Downloading a Stored Backup File

Your back-up file is placed in the _db_backups folder on the root level of your hosting account. There are several methods for downloading your back-up file to your local drive.

Download Using an FTP Client

Using an FTP client, you can download your stored back-up file. To perform this task using your own FTP client, locate the file in the _db_backups folder on the root level of your hosting account, and copy it to your local drive.

To Download the Stored Back-up File Using the Hosting Control Center Web-Based FTP Client

  1. Log in to your Account Manager.
  2. In the My Products section, select Hosting Account List.
  3. Next to the hosting account you want to modify, click Manage Account.
  4. In the Content section of the Hosting Control Center, click the FTP Client icon.
  5. If a security certificate window displays, click Yes or Trust to accept the certificate and open the FTP program.
  6. Locate the database file in the _db_backups folder on the root level of your hosting account (in the right window) and, using the arrows in the middle of the FTP client, transfer it to your local system (in the left window).
In: Web HostingAuthor: adminComments (0)