17 Jun, 2026
Welcome! Guest
[ Login ]
Home News & Events About Us Services FAQ Knowledge Base Affiliate Program Signup Contact Us
The ONE STOP SOLUTION to all your eBusiness Needs!
Overview
Knowledge Base

Our new knowledge base is a valuable collection of technical information, web site marketing tips, tutorial, glossary, and documentation.

If you feel anything is missing, or still have questions, please contact us. Looking for something specific? Can't see it here? Try our "Knowledge Base Search".


Linux Web Hosting

  • Plesk 9 E-mail User's Guide

    Plesk 9 E-mail User's Guide


    Parallels Plesk Panel is the only web hosting control panel with integrated web design, SaaS storefront and billing. Parallels Plesk Panel delivers maximum profits for growing service providers.

    Parallels Plesk Panel is the most complete Web hosting control panel available today. In fact, it’s the only Web hosting panel that includes integrated Web design tools, a SaaS storefront, and fully automated billing and provisioning. Plus it delivers maximum profits for growing service providers; provides key tools for Web designers; and includes an easy-to-use server control panel for IT professionals (and small businesses without IT staff).

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • How to publish to a server from iWeb using integrated FTP

    How to publish to a server from iWeb using integrated FTP


    In this tutorial you're about to learn how to upload your website content via FTP client software called iWeb.

    iWeb is a template-based WYSIWYG website creation tool developed by Apple Inc. Users can then publish their websites to MobileMe or another hosting service.

    Designing a website may seem difficult, but with iWeb, it's easily within your reach. Create your site using themes. Customize it with photos, movies, text, and widgets. Then publish to MobileMe or any other hosting service. iWeb even notifies Facebook when your site changes and adds a link to your profile so your friends stay up to date.

    FTP Server:
    • ftp.domainname.com (example)

    User Name:
    • ftp_domainnamecom (example)

    Password:
    • Please see your configuration email

    Host Directory:
    • /httpdocs/ for normal web pages (http)
    • /httpsdocs/ for secure pages (https)

    Home Page File:
    • index.html or index.htm or index.php (lower case)


    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • How to enable Mod-Rewrite Module

    How to enable Mod-Rewrite Module


    This module uses a rule-based rewriting engine (based on a regular-expression parser) to rewrite requested URLs on the fly. It supports an unlimited number of rules and an unlimited number of attached rule conditions for each rule, to provide a really flexible and powerful URL manipulation mechanism. The URL manipulations can depend on various tests, of server variables, environment variables, HTTP headers, or time stamps. Even external database lookups in various formats can be used to achieve highly granular URL matching.

    In order to enable Mod_Rewrite for your site you should create a text file called .htacccess in the directory where you wish the rewrite rules to apply.

    The first line of this text file should be:
    RewriteEngine On

    After that you can place your rewrite rules. Here are some examples for Joomla's SEF option:
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} (/|.htm|.php|.html|/[^.]*)$ [NC]
    RewriteRule ^(content/|component/) index.php

    Many applications come with ready to use rewrite rules that can be found in a file called htaccess.txt.

    Upload this file into the root of your domain(e.g. httpdocs). The changes take effect immediately.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Why do I receive a SSL warning when I access control panel?

    Why do I receive a SSL warning when I access control panel?


    SSL provides a level of security and privacy for those wishing to conduct secure transactions over the Internet. Introduced by Netscape, the SSL protocol protects transmissions over the Internet by encrypting information as it passing between the server and the user. This insures that your transactions are not subject to "sniffing" by a third party.

    The Plesk Panel provides two ways of access – Secured and Unencrypted. The first one encrypts the connection between your browser and control panel. The second one (Unencrypted) provides connection on the regular port 8880.

    Since the Plesk Panel is a local one and is being accessed per Customer domain, we have installed a SSL certificate for server domain, which ensures your secured connection to the server when using the first method. The warnings are being prompted due to the fact that your domain name mismatches the one that the SSL is generated for (the server's).

    However, this is not a reason for your connection to be left unencrypted and you may safely click Continue to this website (not recommended) when receiving the warning. Your connection will be surely encrypted.

    • Example for Secured URL
      https://domainname.com:8443 (Recommended)
    • Example for Unencrypted URL
      http://domainname.com:8880


    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • PHP - How to creating own error logs for debugging PHP scripts

    PHP - How to creating own error logs for debugging PHP scripts


    Please insert the following code in your PHP script. (or create separate file and adding the code in it. Include the file using "include()")

       error_reporting(0);
    $old_error_handler = set_error_handler("userErrorHandler");
    function userErrorHandler ($errno, $errmsg, $filename, $linenum, $vars)
    {
    $time=date("d M Y H:i:s");
    // Get the error type from the error number
    $errortype = array (1 => "Error",
    2 => "Warning",
    4 => "Parsing Error",
    8 => "Notice",
    16 => "Core Error",
    32 => "Core Warning",
    64 => "Compile Error",
    128 => "Compile Warning",
    256 => "User Error",
    512 => "User Warning",
    1024 => "User Notice");
    $errlevel=$errortype[$errno];
    //Write error to log file (CSV format)
    $errfile=fopen("errors.csv","a");
    fputs($errfile,"\"$time\",\"$filename:
    $linenum\",\"($errlevel) $errmsg\"\r\n");
    fclose($errfile);

    if($errno!=2 && $errno!=8) {
    //Terminate script if fatal error
    die("A fatal error has occurred. Script execution has been aborted");
    }
    }


    *** The above information is for reference only, Please seek independent technical advice if found necessary.

More...

Industry News

  • Twitter

    Twitter


    Twitter is a free social networking and micro-blogging service that enables its users to send and read each others' updates, known as tweets. Tweets are text-based posts of up to 140 characters, displayed on the author's profile page and delivered to other users - known as followers - who have subscribed to them. Senders can restrict delivery to those in their circle of friends or, by default, allow open access. Users can send and receive tweets via the Twitter website, Short Message Service (SMS) or external applications. The service is free over the Internet, but using SMS may incur phone service provider fees.

    Since its creation in 2006 by Jack Dorsey, Twitter has gained notability and popularity worldwide. It is sometimes described as the "SMS of the Internet", as it provides the functionality—via its application programming interface (API)—for other desktop and web-based applications to send and receive short text messages, often obscuring the Twitter service itself.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • LinkWithin related posts widget with photo thumbnails

    LinkWithin related posts widget with photo thumbnails


    LinkWithin是最近很紅的相關文章外掛,它改變以往以超連結文字顯示相關文章的做法,而是採用縮圖模式來顯示相關文章。只你網誌支援javascript,然後註冊認證後,你會拿到一串代碼,把代碼貼在網誌上,該程式碼就會自動偵測您的文章並以縮圖模式顯示相關文章!

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • 微軟證實Hotmail個人資料遭竊取

    微軟證實Hotmail個人資料遭竊取


    根據BBC(英國廣播公司)報導,微軟公司的Windows Live Hotmail遭到網絡黑客入侵,超過萬個hotmail客戶資料遭到竊取,這些資料多數來自歐洲,微軟並證實遭竊取的密碼都是正確的。

    科技網誌neowin.net說,黑客除了盜取帳號密碼之外,又把盜取到的資料全數公布到網路上,超過上萬個hotmail帳戶的細節,2009年10月1日被貼上一個讓人分享密碼的網站pastebin.com。

    Neowin聲稱這些帳戶可能是被黑或是利用網路釣魚搜集而來。網路釣魚攻擊者利用發送釣魚郵件給受害者,受害者點選後,會被導向釣魚網頁,就會洩漏了個人的機密資訊給予攻擊者,如個人的信用卡號碼、密碼、帳號等。

    微軟目前表示,他們已經知悉此事,並正在積極了解及處理中。這件事透露出網路資訊安全的疑慮,若果個人資料遭到竊取,可能會有更多後續麻煩的事端。

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Pre-Beta Release of Windows 7

    Pre-Beta Release of Windows 7


    Over the past few years, you've asked us to make some changes to Windows. We listened closely. Now it's time to share an early look at how we've used your feedback.

    Windows 7 is faster, more reliable, and makes it easier to do what you want. Both the everyday things and the killer "is that really possible?" things.

    Dig into this site to see what's coming.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Google 7.68 Terabits Per Second Cable

    Google 7.68 Terabits Per Second Cable


    Search giant finalizes plan for Pacific fiber being ran.

    The recent quakes in Taiwan highlighted a lack of redundancy in the Pacific, where fiber runs have about half the capacity found across the Atlantic. A number of companies are planning to rectify that -- including Verizon, who is working with a number of companies to run an 11,000 mile, five terabits per second (Tbps) cable from the United States (Oregon) directly to mainland China, Taiwan and South Korea.

    Google is also laying Pacific fiber as part of a consortium named Unity, formed alongside six international companies. The coalition is building a 6,200 mile, 7.68Tbps capable fiber run from Los Angeles to Chikura, located off the coast near Tokyo. Google today announced they finalized the deal on the $300 million project. According to the press release Trans-pacific bandwidth demand continues to surge:

    According to the TeleGeography Global Bandwidth Report, 2007, Trans–Pacific bandwidth demand has grown at a compounded annual growth rate (CAGR) of 63.7 percent between 2002 and 2007. It is expected to continue to grow strongly from 2008 to 2013, with total demand for capacity doubling roughly every two years. "The Unity cable system allows the members of the consortium to provide the increased capacity needed as more applications and services migrate online, giving users faster and more reliable connectivity," said Unity spokesperson Jayne Stowell.

    It's obviously a nice deal for Google, given the content operator gets access to bandwidth at build cost. NEC Corporation and Tyco Telecommunications will build the fiber run starting immediately, and it should be completed by 2010, assuming that the undersea cable cutting bogeyman leaves them alone.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

More...

Pre-Sale Services

  • What are your DNS servers?

    What are your DNS servers?


    Please refer to:

    How to point my existing domain name to "Focus Network Company" server?

    ns1.powersx.com
    ns2.powersx.com

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Privacy Policy for your account

    Privacy Policy for your account


    We will never under any circumstance - rent, sell, exchange or in any way make your information available to third parties, unless legally required to do so.

    For international domain, ICANN does require that you receive one email per year to verify and update your contact information on your domain.

    Also, confirmation emails for ordering, domain name registrations and transfers, along with instructional email to activate services will still be sent to you.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • How to renew your Domain / Hosting Plan / other services?

    How to renew your Domain / Hosting Plan / other services?


    Our billing system will automatically send the renewal notification and invoice to your registered email address 15 day before the expiry date.

    You need to ensure your registered email is valid in the billing system and to alert on any email notification sent from us, You are responsible for keeping their contact information up to date.

    Please note your responsibility to track the services their expiration date.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Specific refund conditions based on method of payment

    Specific refund conditions based on method of payment


    Cash / Bank Deposit / Cheque:
    We will refund your money back to the account you sent payment from, mail a cheque, or via PayPal. Your PayPal account must be considered "Verified" by PayPal, open, and in good standing with PayPal for us to refund money.

    PayPal:
    For orders paid via PayPal we will refund money to your PayPal account only. Your PayPal account must be considered "Verified" by PayPal, open, and in good standing with PayPal for us to refund money.

    Credit Card:
    For security reasons the credit card you use to purchase any of Focus Network Company products must be valid when you request a refund. We cannot refund to a credit card that has expired or been cancelled.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Newsletter / E-mail Help

    Newsletter / E-mail Help


    As a subscriber of www.ec2biz.com newsletters, you need to add www.ec2biz.com to your address book to continue to receive these emails.

    Please follow the directions at this link: Have you added the www.ec2biz.com addresses to your e-mail address book? for your particular e-mail provider.

    You need to add www.ec2biz.com to your address book:


    Please choose your e-mail provider below for specific instructions on adding www.ec2biz.com to your address book:

    Hotmail
    • Open the e-mail.

    • Click "SAVE ADDRESS" at the top of the message header.

    • Click "OK" on the next screen.

    Yahoo
    • Open the e-mail.

    • Click "ADD TO ADDRESS BOOK" next to the FROM address.

    • Click "ADD TO ADDRESS BOOK" again.

    Outlook Express
    • Open the e-mail.

    • Right-click on the FROM name.

    • Click ADD TO ADDRESS BOOK in the menu.

    • Click OK on the Properties pop-up.

    Netvigator.com (NETMail)
    • Click "ADD ADDRESS" on the screen of book address.

    • Input a new address to field:

    • Click "SAVE" on the bottom.

    i-cable.com
    • Click "ADD ADDRESS" on the screen of book address.

    • Input a new address to field:

    • Click "SAVE".

    You may need to contact your email provider to get more information.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

More...

General Information

  • TUTOS

    TUTOS


    Tutos is the short name for the ultimate team organization software

    Tutos, that is technically mainly a database and a web browser (apache). Bound together by a lot of scripts written in php.


    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • GeekLog

    GeekLog


    GeekLog was originally developed for the Security Geeks web site and was originally authored by Jason Whittenburg. In early 2001, Jason decided it was time to devote his time to other things and the project has since been maintained by Tony Bibbs who uses Geeklog to run Iowa Outdoors. Geeklog is bona fide open-source software and has been released under the GNU GPL for use by others. Configuring GeekLog is meant to be an easy process though it will require you to have access to several components of your system.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Links

    Links


    Links is a basic, yet fully functional online Link management system that you may use as a framework to create an expanded system or use 'as is'.

    You may use it as a framework to create an expanded system or use 'as is'. Features include: link information such as name, category, description and url; list of recently added links; description search by keyword; users can add new links for approval; multi-level categories; administration and approvals of links; administration of users / members; administration of categories.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • WebCalendar

    WebCalendar


    WebCalender is an open source PHP-based multi-user calendar.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • FAQMasterFlex

    FAQMasterFlex


    Features: unlimited categories ; unlimited questions/answers; web-based category and faq administration with add, edit, delete capability.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

More...

Glossary

  • TIFF (Tagged Image File Format)

    TIFF (Tagged Image File Format)


    Tagged Image File Format (abbreviated TIFF) is a file format for mainly storing images, including photographs and line art. Originally created by the company Aldus, jointly with Microsoft, for use with PostScript printing, TIFF is a popular format for high color depth images, along with JPEG and PNG.

    TIFF format is widely supported by image-manipulation applications such as Photoshop by Adobe, GIMP, Ulead PhotoImpact, and Photo-Paint as well as Paint Shop Pro by Corel, by desktop publishing and page layout applications, such as QuarkXPress and Adobe InDesign, and by scanning, faxing, word processing, optical character recognition, and other applications.

    TIFF was chosen as the native format for raster graphics in the NeXTstep operating system, and this TIFF support carried over into Mac OS X. Adobe Systems, which acquired the PageMaker publishing program from Aldus, now controls the TIFF specification, although it has not had a major update since 1992 (several technical notes have been published with minor extensions to the format).

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • SSL

    SSL


    Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols which provide secure communications on the Internet for such things as web browsing, e-mail, Internet faxing, instant messaging and other data transfers. There are slight differences between SSL 3.0 and TLS 1.0, but the protocol remains substantially the same. The term "TLS" as used here applies to both protocols unless clarified by context.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Font

    Font


    In typography, a typeface is a coordinated set of glyphs designed with stylistic unity. A typeface usually comprises an alphabet of letters, numerals, and punctuation marks; it may also include ideograms and symbols, or consist entirely of them, for example, mathematical or map-making symbols. The term typeface is often conflated with font, a term which, historically, had a number of distinct meanings before the advent of desktop publishing; these terms are now effectively synonymous when discussing digital typography. A helpful and still valid distinction between font and typeface is a font's status as a discrete commodity with legal restrictions, while typeface designates a visual appearance or style not immediately reducible to any one foundry's production or proprietary control.

    The art and craft of designing typefaces is called type design. Designers of typefaces are called type designers, and often typographers. In digital typography, type designers are also known as font developers or font designers.

    The size of typefaces and fonts is traditionally measured in points; point has been defined differently at different times, but now the most popular is the Desktop Publishing Point. Font size is also commonly measured in millimeters (mm) and inches.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • B2B (business-to-bussiness)

    B2B (business-to-bussiness)


    Business-to-business electronic commerce (B2B) typically takes the form of automated processes between trading partners and is performed in much higher volumes than business-to-consumer (B2C) applications.

    For example, a company that makes chicken feed would sell it to a chicken farm, another company, rather than directly to consumers. An example of a B2C transaction would be a consumer buying grain-fed chickens at a grocery store.

    B2B can also encompass marketing activities between businesses, and not just the final transactions that result from marketing. B2B also is used to identify sales transactions between business. For example a company selling photocopiers would likely be a B2B sales organisation as opposed to a B2C (business to consumer) sales organisation.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Internet

    Internet


    For the more general networking concept, see computer network, computer networking, and internetworking.

    Visualization of the various routes through a portion of the Internet. Internet Portal
    The Internet is the worldwide, publicly accessible network of interconnected computer networks that transmit data by packet switching using the standard Internet Protocol (IP). It is a "network of networks" that consists of millions of smaller domestic, academic, business, and government networks, which together carry various information and services, such as electronic mail, online chat, file transfer, and the interlinked Web pages and other documents of the World Wide Web.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

More...

Email Tutorial

  • How do I access my webmail (Check emails using a browser)?

    How do I access my webmail (Check emails using a browser)?


    You can read your mail and compose new messages even if you are far from your home or office computer. To do this, you first need to allow access to the Horde Webmail interface that is integrated with your control panel. Then you can work with your mail from any computer with Internet connection and Web browser installed, or a WAP-enabled cellular phone or a handheld computer (PDA).
    To login to your webmail use the following url:

    http://webmail.yourdomain.com

    *where yourdomain.com is your domain name.

    Login details are your email address and password you setup in your control panel.
    This is the perfect Webmail program, which comes with all our web hosting plans, so you can access your emails anywhere in the world.
    You can read your mail and compose new messages even if you are far from your home or office computer. To do this, you first need to allow access to the Horde Webmail interface that is integrated with your control panel. Then you can work with your mail from any computer with Internet connection and Web browser installed, or a WAP-enabled cellular phone or a handheld computer (PDA).
    Horde offers many of the features available in pc email clients like Outlook Express. Some of the features include:
    • Compose and send emails

    • Read your incoming mail

    • Email search facility

    • Address book

    • Calendar and events

    • Save work as a draft

    • Task lists

    • Create folders for storing your mail


    To login to your webmail use the following url:

    http://webmail.yourdomain.com

    *where yourdomain.com is your domain name.

    The login name is the full email address i.e. you@yoursite.com and the password is the one you setup when you created the email in PLESK.

    Login details are your email address and password you setup in your PLESK control panel or Online E-Store System.
    If you also use an email client like Outlook Express to check your mail and still want to access the mail with Horde, make sure you check the option to leave mail on the server. If you fail to do this, all your mail will be downloaded to your email client and won't be accessable via webmail with Horde. Please be aware though that leaving your emails on the server will increase your used disk space as well.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Outlook Express Setup Tutorial

    Outlook Express Setup Tutorial


    In this tutorial we will learn how to setup Outlook Express for use with your new hosting email account.

    What you will Need:

    • A valid email account, if you haven't created an email account yet please log into your Control Panel and set up an email account.
    • An email client. This tutorial uses Outlook Express, which is a pre-installed component of Windows.


    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • How to setup your email account on Windows Phone 7 Mobile Device

    How to setup your email account on Windows Phone 7 Mobile Device


    Configuring your Windows Phone 7 device to receive mail from your hosted email accounts is a very easy process.

    This tutorial will give you a simple guide on the steps you need to perform to easily access your domain email accounts on the go with your Windows Phone 7 device.

    Currently tested devices are:
    • HTC Radar
    • SAMSUNG Focus
    • LG Optimus 7


    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Microsoft Outlook Setup Tutorial

    Microsoft Outlook Setup Tutorial


    In this tutorial we will learn how to setup MS Outlook for use with your new hosting email account.

    What you will Need:

    • A valid email account, if you haven't created an email account yet please log into your Control Panel and set up an email account.
    • An email client. This tutorial uses Outlook, which is part of Microsoft Office.


    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Eudora 6 For PC Email Tutorial

    Eudora 6 For PC Email Tutorial


    In this tutorial we will learn how to set up Eudora 6 for PC as your email client.

    What you will Need:

    • A valid email account, if you haven't created an email account yet please log into your Control Panel and set up an email account.
    • An email client. This tutorial uses Eudora, which is available for PC and MAC.


    Eudora is an email package that is free to download from http://www.eudora.com Eudora has three modes -- Sponsored, Paid, and Light. Sponsored mode gives you the full-featured product, but displays ads on part of your screen. The ads are relatively unobtrusive. Paid mode gives you the same thing as Sponsored mode, without the advertisements, but you need to pay for and register it. Light mode is Eudora without the bells and whistles, but also without advertisements.

    When you install Eudora it will be in Sponsored mode by default. You can change the mode by choosing 'Payment & Registration' from the help menu.

    These instructions assume that you are using Eudora 6.x in Sponsored mode for Windows 98/Me/2000/XP. The configuration might be slightly different for other versions of Eudora.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

More...

Domain Names Knowledge

  • How to point my existing domain name to "Focus Network Company" server?

    How to point my existing domain name to "Focus Network Company" server?


    Using your existing domain name with "Focus Network Company" service is easy! You simply have to point it to your account by replacing your old host DNS settings with our domain name server ones.

    Below are our DNS information:

    • ns1.powersx.com
    • ns2.powersx.com

    In case you do not have access to such a management tool, you need to contact your Domain Registrar to change the DNS settings for you.

    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Who can register a .US domain name?

    Who can register a .US domain name?


    Any United States citizen or permanent resident, as well as any business or organization with a bona fide presence in the U.S., can register a .us domain name.

    One of the following eligibility requirements must be met:

    • A natural person (i) who is a citizen or permanent resident of the United States of America or any of its possessions or territories or (ii) whose primary place of domicile is in the United States of America or any of its possessions, or
    • Any entity or organization that is incorporated within one of the fifty (50) United States states, the District of Columbia, or any of the United States possessions or territories or (ii) organized or otherwise constituted under the laws of a state of the United States of America, the District of Columbia, or any of its possessions or territories, or
    • An entity or organization (including federal, state, or local government of the United States, or a political subdivision thereof) that has a bona fide presence in the United States.


    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • How do I change DNS records if my domain is registered with Directnic?

    How do I change DNS records if my domain is registered with Directnic?


    If your domain is registered with Directnic and you want to use Focus Network Company web hosting or E-Store service, you'll just need to follow these simple steps in order to point the domain to our name servers.

    1. Log in to your Directnic account and click on the Domain Manager link. http://www.directnic.com

    2. Click on the Change Nameserver Information icon located to the right of your domain name, under the Options heading.
    3. Replace the nameserver information listed with the below.
      ns1.powersx.com
      ns2.powersx.com
    4. Click on the Modify button at the bottom of the page and you're done.


    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • How do I change DNS records if my HK domain is registered with HKDNR?

    How do I change DNS records if my HK domain is registered with HKDNR?


    If your Hong Kong domain is registered with HKDNR and you want to use Focus Network Company web hosting or E-Store service, you'll just need to follow these simple steps in order to point the domain to our name servers.

    1. Log in to the HKDNR account http://www.hkdnr.hk
    2. Select your domain name from the Manage Domain Name.

    3. Click the Modify DNS (MNS) link on Domain Information Manager.
    4. Enter our name server information to Name Server(1) and Name Server(2) to below.
      ns1.powersx.com
      ns2.powersx.com
    5. Click Submit at the bottom.


    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • How to transfer my existing domain name to "Focus Network Company"?

    How to transfer my existing domain name to "Focus Network Company"?


    When you start using your new hosting account or E-Store with us, it may be quite inconvenient to leave your domain name to be managed by your old host. If you do that you will have to communicate with two different organizations: one will be providing the hosting services or E-Store for your website and the other will be providing domain registration services for your website.

    In order to move your existing domain and manage it together with your "Focus Network Company" hosting account with you just need to order the "Domain Transfer Service".

    Requirements for successful domain name transfer

    • The domain name to be transferred is not in 'Locked' Status.
    • The customer has access to the administrative contact email for the domain.
    • The customer can provide "Focus Network Company" with the domain EPP key code, applying to domains for which there is such a code.
    • There are more than 15 days till the domain name expiration date.
    • The domain name was registered for the first time more than 60 day ago.
    • The domain name has one of the following extensions: .com .net .org .us .biz .info .name.


    *** The above information is for reference only, Please seek independent technical advice if found necessary.

More...

E-Store

  • Product Extra Fields

    Product Extra Fields


    如果您的產品具備一些規格,而希望以一套有效的標準方式管理,令編輯產品及店面展示時更整齊美觀,則可使用這裏介紹的獨特功能。

    總括來說,“商品欄位”就是可讓您預先設定一些針對產品規格的名稱,讓編輯產品時能按需要而輸入相關資料,令產品頁面的說明與規格明顯地分隔,而且顧客瀏覽時更易更清晰了解產品。

    有輸入“商品欄位”名稱及資料的產品跟沒有輸入的一般產品無異,這方案只是提供一種更清晰易讀的展示途徑。

    每項商品欄位包含的資料:
    • “中英文”欄位名稱 - 最多125個字元

    新增商品欄位:
    1. 點擊主選單的“分類目錄/產品管理”

    2. 點擊左選單的“商品欄位”

    3. 點擊主螢幕的“增加”按鈕

    4. 輸入“中英文”欄位名稱

    5. 完成後按“儲存”或“更新”,或按“返回”放棄並返回列表

    更改欄位名稱狀態:
    • 排序
      可選擇:“前”或“後”

    • 狀態
      點擊狀態列的“綠色”或“紅色”按鈕

    針對欄位名稱的動作:
    • 增加
      新增一筆欄位名稱

    • 編輯
      修改已經建立的欄位名稱

    • 刪除
      將該欄位名稱刪除


    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Files Manager

    Files Manager


    “檔案總管”能讓您上載各類檔案文件,由於我們的“網上商店”系統未有提供FTP功能,所以便需透過“檔案總管”進行“上載”、“下載”、以及檔案的管理。

    您能上載一些檔案文件或網頁文件供顧客瀏覽。

    進入“檔案總管”:
    1. 點擊主選單的“系統工具”

    2. 點擊左選單的“檔案總管”

    “檔案總管”包含的資料:
    • 檔名
      必需以英文或數字組成,其中可包含的符號只有“-”、“_”,其他符號、空格、中文字等皆不應存在

    • 資料夾
      存放檔案的目標位置

    • 網址連結
      上傳檔案後的參考連結

    針對“檔案總管”的動作:
    • 上傳檔案
      從您的電腦挑選欲上載的檔案,例如“圖片”、“PDF”、“Flash動畫”等,每次最多可同時上傳五個檔案

    • 新增檔案
      新增一個純文字檔案

    • 重新整理
      從當前資料夾位置從返回目錄的最上層

    • 編輯
      編輯已建立的純文字檔案,請勿直接編輯其他非純文字的文件

    • 刪除
      將已建立或上載的檔案從目錄刪除

    • 資訊
      檢視檔案的資料,例如“參考網址連結”、“修改日期”等

    注意事項:
    • 每個上載或建立的檔案,最大體積為5MByte

    • 所有上載或建立的檔案,將會佔據您的可用硬碟空間,所以請定時刪除已沒使用的檔案

    • 如您上傳的檔案主要是供顧客下載或瀏覽,請善加利用“參考網址連結”,並且需加入到適當的HTML內

    • 所有上載或建立的檔案,請自行了解相關的技術及應用細節,我們並不提供上述的免費支援服務

    • 請勿上載或建立“違反法律”、“侵犯知識產權”、“色情相關”、“違反我們服務條款”的檔案

    • 請勿將上傳後的檔案,張貼或類似型式出現在其他網站,這樣會引致超過伺服器正常工作量,並且耗用大量頻寬,此乃屬不允許之過份使用資源

    • 切勿上傳可執行的檔案,例如“CGI”、“PHP”、“ASP”、“EXE”等,此類檔案將會危害系統的安全,如有上傳可執行、帶病毒、以及木馬程序,一經發現,我們將在不另通知情況下,暫停您的整個網站,而且若因此令我們的伺服器受損或被侵入,您將要為此負責。


    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Forum Manager

    Forum Manager


    在線上商店設立“討論區”,能有效幫助提升瀏覽量,進而令產品銷售業績達至更高峰。

    專屬的“討論區”與一般外部連接的常見討論區具有很大的差別,因專屬“討論區”能跟商店風格完全配合,而且商店內的會員可直接參與討論,無需再次註冊,所以無論討論的會員與管理員均可輕鬆操作。

    由於專屬“討論區”屬實時互動,所有在線的會員都能根據自己的喜好,參與不同話題的討論,會員之間亦可表達到產品的用後感,這樣更能節省會員發出向商店查詢的數目。

    若您希望為會員提供理想的討論環境,那必需事先花點心思,開設多種不同話題的討論分區,並且多抽時間參與討論,這將能讓會員感到商店的熱誠服務。

    由於“討論區”屬實時運作,所有會員發表的訊息將直接張貼顯示,但有些情況例如會員張貼負面訊息、違法內容、不可接受的廣告等,管理員便應盡快修改文章,甚或刪除之避免帶來負面影響。

    進入“討論區總管”:
    1. 點擊主選單的“訊息中心/電子報”

    2. 點擊左選單的“討論區總管”

    新增討論區:
    1. 點擊主螢幕的“增加”按鈕

    2. 輸入相關資料,例如“主題”、“說明簡介”

    3. 選擇合適的狀態

    4. 完成後按“增加”或“儲存”,或按“返回”放棄新增動作

    每個討論分區包含的資料:
    • 主題
      討論分區的主題名稱,最長32個字元,例如“購物心得分享”(必需輸入)

    • 說明簡介
      討論分區的簡介,最長256個字元,例如“請發表您對本店產品的使用心得”(按需要輸入)

    • 狀態
      討論分區在商店的展示狀態,請選擇“顯示”或“不顯示”

    • 接受張貼狀態
      討論分區在商店的文章發表狀態,請選擇“開放張貼”或“禁止張貼”

    • 排序
      若多於一個討論分區,請安排各分區的上下排序,數字越細代表排列越高

    針對“討論分區”的動作:
    • 開放狀態
      點擊狀態列的“綠色”或“紅色”按鈕

    • 編輯
      修改已經增加的討論分區資料

    • 刪除
      將該討論分區和當中的所有文章資料刪除

    • 進入
      管理討論分區的文章

    管理討論分區的文章:
    1. 在討論分區點擊“進入”或“討論區主題”

    2. 進入後,點擊文章的“主題”或“編輯”

    3. 進入後,點擊希望管理的主題文章,或該主題的回覆文章

    4. 點擊“編輯”進行修改,或點擊“刪除”把文章刪除

    如何建立超級討論區會員(管理員):
    1. 在商店頁面,使用您的管理員專用的電郵地址,以正常的會員參加程序,建立一個會員帳號

    2. 利用這個帳號登入商店,並前往討論區發表新文章,或進行回覆

    3. 發表後的文章,在文章發表人的稱名前,將顯示標緻為“管理員”

    注意事項:
    • “討論區”的內容和主題,只屬互動性質的額外資訊,不會構成對產品銷售和其他功能的影響

    • 所有發表的文章的動作,必需由已登記的會員進行,不能透過匿名方式張貼文章

    • “討論區”必需建立完成,方能讓會員進行討論

    • 討論區沒有限制主題和文章的數量,但當中的資料將佔據資料庫和您的可用硬碟空間,所以應定時刪除過舊的文章以節省儲存空間

    • 管理員不應發表或回覆違法、欺詐、中傷、誹謗、淫褻、色情、褻瀆、恐嚇、污穢、討厭、令人反感或其他不良或過分的資訊

    • 我們不會對討論區的文章內容提供支援或維護服務,當中包含的文章與我們無關,若文章內容導致任何法律責任或損失,均由業務擁有者承擔


    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Cash Points

    Cash Points


    Ec2Biz的「網上商店系統」支援“會員現金積分”方案,讓顧客每次購物都能賺取“現金回贈”供下次的購物結帳扣減應付金額。

    我們相信透過這項獨特的方案,能令到在您的“網上商店”購物的顧客更能體驗銷費的樂趣,當顧客持有“現金積分”時,必定希望能夠於購物時使用以獲享優惠,所以“再次銷售”的比例必會比較其他沒有“現金積分”的商店為高,直接讓您運營“電子商務”時達至更佳的業積,輕鬆賺取利潤。

    我們提供的“會員現金積分”系統,能讓您全權決定使用條件、優惠方式,而且設計貼心易用,請您詳閱“系統設定”裏的“現金積分系統”指南,令往後的操作更易掌握。

    這份指南將介紹如何管理客戶訂購產品後獲得的積分,如果您未有啟用“現金積分系統”,可以忽略這份指南。

    針對訂單的積分管理:
    進入訂單積分管理:
    1. 點擊主選單的“訂單處理/客戶管理”

    2. 點擊左選單的“現金積分”

    3. 選擇相關訂單

    針對訂單積分的“浮動按鈕”:
    • 確認積分
      針對顧客訂單獲得的積分進行確認,一旦確認後,積分便會存進該顧客的積分帳戶,並選擇是否電郵通知確認,供客戶下次購物時使用

    • 取消積分
      刪除顧客於該訂單獲得的積分,將之記錄,並選擇是否電郵通知原因

    • 調整積分
      將顧客於該訂單獲得的積分調整,例如加或減少積分,將之記錄,並選擇是否電郵通知原因

    • 刪除積分
      刪除顧客於該訂單獲得的積分,但不會通知顧客亦不留任何記錄


    針對顧客的積分帳戶管理:
    進入顧客積分帳戶:
    1. 點擊主選單的“訂單處理/客戶管理”

    2. 點擊左選單的“客戶資料”

    3. 選擇相關客戶

    針對顧客積分帳戶的“浮動按鈕”:
    • 積分記錄
      檢視該客戶的所有積分進支歷史

    • 增加積分
      針對該客戶增加積分,將之記錄,並選擇是否電郵通知原因

    • 調整積分
      針對該客戶調整當時存有的積分,例如加或減少積分,將之記錄,並選擇是否電郵通知原因

    • 刪減積分
      針對該客戶刪減當時存有的積分,將之記錄,並選擇是否電郵通知原因

    注意事項:
    • 現金積分系統必需設為“啟用”,其他設定方能生效

    • 各項設定汲及的數值為“積分”額,並非積分的價值,請勿混淆


    *** The above information is for reference only, Please seek independent technical advice if found necessary.

  • Customers Approval

    Customers Approval


    我們的“網上開店”系統,可以同時以單一網站實行“B2C”和“B2B”的方案,如果您決定以“B2B”型式營運線上貿易,則可透過向每一位登記的會員進行篩選,確保不會令業務資料外流給競爭對手。

    而這份指南將介紹如何處理登記會員的確認工作。
    設首先確定已經把“系統設定”的“會員設定”裏“新增客戶批核選擇”設成“需批核”。

    若希望商店產品的售價只讓已批核會員觀看,請同時將“系統設定”的“會員設定”裏“非認可批核會員不能觀看售價”設成“啟用”。

    如您的“網上商店”屬零售“B2C”模式,這裏的說明請直接忽略。

    進入“待確認會員”管理:
    1. 點擊主選單的“訂單處理/客戶管理”

    2. 點擊左選單的“待確認會員”

    3. 選擇針對的會員

    “待確認會員”包含的資料:
    • 客戶基本資料
      檢視登記資料,考慮是否批核該名會員

    • 郵件主題及內容
      使用預設郵件範本,寄出確認通知

    • 確認
      直接點擊“確認”按鈕

    針對“待確認會員”的動作:
    • 確認會員
      若檢視資料後認為合適,可進行確認工作

    • 刪除
      若登記者不符合要求,可直接刪除

    • 寄電子郵件
      在正式確認前寄電郵向登記者查詢

    注意事項:
    • 未被確認的登記者,將無法登入網站

    • 如啟用“非認可批核會員不能觀看售價”,則未被確認的登記者將無法登入及觀看售價

    • 可配合“目錄分類”的“專屬客戶目錄”,把產品隱藏,令一般人無法觀看,只對被確認而且亦是“專屬客戶”級別的會員開放瀏覽權

    • 若需要將已經確認的會員轉回“未確認狀態,請往“客戶資料”選出該會員並修改“會員確認”及“專屬客戶狀態”


    *** The above information is for reference only, Please seek independent technical advice if found necessary.

More...

Knowledge Base Search

Type your question here. If no result are found, try more general search words. For Example: instead of "Email Account" try "Email".

If you did not find the Knowledge Base you were looking for, please try our FAQ

If you would like to know more about our services
please contact us immediately!

Contact Us

News & Events

Business Transformation Notice

2022 Chinese New Year Holiday Notice

2021 Chinese New Year Holiday Notice

2020 Chinese New Year Holiday Notice

2019 Chinese New Year Holiday Notice

New Article

Payment Method

Bank Deposit / ATM
Mailing Cheque
Credit Card

ec2Biz.com Interactive Multimedia Ecommerce Web Hosting Online Shop Domain name Solutions
© Focus Network Company. All Rights Reserved.