filed in URL masking on Dec.30, 2008
URL masking mean that you would like to hide the actual path of the website file. In order to do that, you may always use frame tag.
For example, you would like your main page to be link to other website or subfolder, then place the below script in a file and name the file as [...]
Tags: URL masking
filed in Troubleshooting Error Messages That You Receive When Try To Send and Receive E-Mail in Outlook and In Outlook Express on Dec.30, 2008
SYMPTOMS
When you try to send and receive e-mail, you may receive an error message that is similar to one of the following:
No connection could be made because the target machine actively refused it.
The server could not be found. (Account:account name, POPserver:’mail’, Error Number: 0×800ccc0d)
Task ’server name - Sending and Receiving’ reported error (0×800ccc0f): ‘The connection [...]
Tags: Error Messages, Outlook, Outlook Express
filed in Unable to send email using exabytes email hosting account on Dec.30, 2008
If you are able to download the email but you are not able to send out email even though the SMTP information is correct, then one of the reason might due to your ISP is blocking port 25.
Â
Â
Kindly be informed that XANTEC email hosting used port 25 to send out email. If you configure your [...]
Tags: send email, Web Hosting
filed in Using "Ping Plotter" to trace network of Slow / Unable to Access Server on Dec.30, 2008
SYMPTOMS
If you are having slow website access, it would be best to send us the trace route results via ‘PingPlotter‘, as it would help us in identifying the issue better.RESOLUTIONS
Download from pingplotter.com website
Requirement: Microsoft Windows Operating System
1. Go to http://www.pingplotter.com/ -> Download -> Ping Plotter Freeware or directly download from http://www.pingplotter.com/downloads/pngplt_1.exe
2. Install the pingplotter [...]
Tags: Ping Plotter, trace network
filed in Connect to MS Access Database on Dec.30, 2008
Connection String
“Provider=MSDASQL;DRIVER={Microsoft Access Driver (*.mdb)};” &_”UID=;PWD=YourPassword;” &_
“DBQ=DatabasePhysicalPath;”
You can use sample code below to connect to your MS Access’s database:
ConnectionString = “Provider=MSDASQL;DRIVER={Microsoft Access Driver (*.mdb)};” &_
                   “UID=;PWD=SamplePassword;” &_
                   “DBQ=C:\Domains\sample.net\db\sample.mdb;”
Set Conn = Server.CreateObject(”ADODB.Connection”)
Conn.ConnectionString = ConnectionString
Conn.Open
Tags: MS Access Database, Web Hosting
filed in Supporting Documents for Registering New .my Domain Name on Dec.30, 2008
All organisations applying to register a domain name under .my must have a presence in the manner as stated below. The Registrant’s name must be the organisation/institution name as EXACTLY stated in the relevant supporting documents.
Please note that incomplete, incorrect or inaccurate information supplied in the Domain Name Registration Form may result in termination of [...]
Tags: .com.my, supporting document
filed in Email Forwarding Policy on Dec.26, 2008
Email forwarding to the following service providers will no longer be permitted for domains that reside on both of our Windows and Linux shared/reseller hosting services.
effective since 1 July 2007
- aol.com
- comcast.net
- att.net
- msn.com
- hotmail.com
effective from 1st May 2008
- yahoo.com
- gmail.com
- tm.net.my
- streamyx.com
- rocketmail.com
Online Group:
- Yahoo! Group (yahoogroups.com)
- Google Group (googlegroups.com)
In order to ensure deliverability [...]
Tags: Email Forwarding Policy, Web Hosting
filed in Understanding Email Spoofing on Dec.22, 2008
Email spoofing refers to email that appears to have been originated from one source when it was actually sent from another source. Individuals, who are sending “junk” email or “SPAM”, typically want the email to appear to be from an email address that may not exist. This way the email cannot be traced back to [...]
Tags: Email Spoofing, Web Hosting
filed in SmarterMail Spam Filtering on Dec.22, 2008
SmarterMail uses multiple SPAM checks to determine the probability of SPAM. These include by are not limited to ‘Bayesian Filtering’, Greylisting, ‘ORDB 10 SPAM List’, ‘SPAMCop SPAM List’, ‘SPAMHaus SBL+XBL SPAM List’.
If the email fails one of the SPAM checks above, SmarterMail adds a SPAM Weight of 10 to the email. The total weight of [...]
Tags: SmarterMail, Spam Filtering, Web Hosting, webmail
filed in About Your Web Hosting Control Panel, Web Hosting Quick Start on Dec.21, 2008
The steps below will allow you to cancel visitor access from a specific IP Address or Domain Name. The simplest way would be to just do it through your cPanel. You can also do it by editing your .htaccess file in the directory you are working in.
Deny an [...]
Tags: Control Panel, cPanel, Deny an IP / Domain, Web Hosting