You don’t need to launch these products from the Account Manager, just visit the URLs listed and log in with your user name and password for that product:Calendar: https://www.onlinegroupcalendar.comCash Parking: http://mcc.godaddy.com Custom Web Site Design or Custom Logo: http://dream.godaddy.com Fax Thru Email: https://www.faxthruemail.comHosting Control Center: https://hostingmanager.secureserver.netOnline File Folder: https://www.onlinefilefolder.comPhoto Album: https://app.onlinephotofiler.com/login.aspx?domain=photos.(your domain).com (enter the domain [...]
Fax Thru Email can be used with the Online File Folder application.
To Access Online File Folder FilesLog in to your Account Manager.
In the My Products section, click Fax Thru Email.
On the Fax Thru Email page, click Open next to the Fax Thru Email account you want to use.
Click Settings.
In the Enter Your Online File Folder [...]
Error Message:
Operation must use an updateable query. /file.asp 12
Cause:
The most common reason this error is generated is the database or directory containing the database you are trying to access does not have the correct permissions.
Resolution:
Either move the database to the “access_db” directory or add read/write permissions to the directory where the database resides.For more information [...]
You can have as many MS Access databases as you can upload.
Caution: Large and multiple databases use significant amounts of memory to run and can slow down your site.
For more information about Access databases, see Setting Up an Access Database for Your website.
If you have associated your Online File Folder with an email account, you may access your Online File Folder through your email account.
To Access Online File Folder Through Your Email AccountGo to email.secureserver.net.
Enter your user name and password for your email account and click Log In Now.
Click the Online File Folder [...]
You may not be able to access the Express Email Marketing application because your security settings are set to High. To access the application, you can either change your security level to Medium or add the application URL to your Trusted Sites list.
To Add Express Email Marketing to Your Trusted SitesIn Internet Explorer, from the [...]
You may not be able to access the Fax Thru Email application because your security settings are set to High. To access the application, you can either change the security level to Medium or add the application’s URL to your Trusted Sites list.
To Add Fax Thru Email to Your Trusted SitesIn Internet Explorer, from [...]
A trusted site is a website that you trust not to damage your computer.
If you set the security level of your Internet Explorer® browser to High, so that you do not access websites that might damage your computer, you may be unable to access a specific website that you trust. To access the website, you [...]
Here’s the Lowdown: With your Web-Based Email account you can manage contact information, sort messages, and update your settings. The intuitive design makes staying in touch simple.
Log on to Web-Based Email to complete one of the following:Creating FoldersClick the New Folder button.
Complete the following:Folder Name
Enter a title for the folder.
As a sub-folder of:
(Optional) select the [...]
You may not be able to access the application because your security settings are set to High. To access the application, you can either change the security level to Medium, or add the application’s URL to your Trusted Sites list.
To Add Web-Based Email to Your Trusted SitesIn Internet Explorer, from the Tools menu, click [...]
You may not be able to access the Mobil Mail application because your security settings are set too High. To access the application, you can either change the security level to Medium or add the application’s URL to your Trusted Sites list.
To Add Mobile Mail to Your Trusted SitesIn Internet Explorer, from the Tools [...]
This example describes using File DSN and ASP/ADO to connect to an Access Database. For help connecting to your Database with Alias Domains, see What is the absolute or direct path for my Windows (ASP) hosting account?.
<%
Dim oConn, oRs
Dim qry, connectstr, sDSNDir
Dim db_name, db_username, db_userpassword
Dim dsn_name
dsn_name = “your_dsn_name”
fieldname = “your_fieldname”
tablename = “your_tablename”
‘assumes that _dsn exists [...]
This example describes using ASP/ADO to connect to an Access Database.
NOTE: This code requires full trust and will not work on hosting accounts running ASP.Net 2.0/3.0/3.5.
<%
Dim oConn, oRs
Dim qry, connectstr
Dim db_path
Dim db_dir
db_dir = Server.MapPath(“access_db”) & “”
db_path = db_dir & “yourdatabasefile.mdb”
fieldname = “your_field”
tablename = “your_table”
connectstr = “Driver={Microsoft Access Driver (*.mdb)};DBQ=” & db_path
Set oConn = Server.CreateObject(“ADODB.Connection”)
oConn.Open connectstr
qry [...]
On our dedicated and virtual dedicated Linux servers, “root” is the administrative user that you can use to access and edit all of the files on your server (this includes system-critical files). You can also use root to install and uninstall programs on your server.
However, using root on your server can be dangerous. When [...]
The purpose of the Windows file DSN (data source name) is to centrally store your database connection information. If you have many Web pages that require database access, this feature enables you to simply reference the path of the file DSN instead of having to provide the database connection details on every page.
For security [...]