Member Login  |  Online Order  |  Interviews  |  xBLOG  |  Help & Support  |  Contact

URL masking

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:

Leave a Comment


Troubleshooting Error Messages That You Receive When Try To Send and Receive E-Mail in Outlook and In Outlook Express

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: , ,

Leave a Comment


Unable to send email using xantec email hosting account

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: ,

Leave a Comment


Using “Ping Plotter” to trace network of Slow / Unable to Access Server

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: ,

Leave a Comment


Connect to MS Access Database

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: ,

Leave a Comment


Supporting Documents for Registering New .my Domain Name

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: ,

Leave a Comment


Email Forwarding Policy

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: ,

Leave a Comment


Understanding Email Spoofing

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: ,

Leave a Comment


SmarterMail Spam Filtering

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: , , ,

Leave a Comment


Deny an IP / Domain on Linux Server

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: , , ,

Leave a Comment