15 Jul, 2025
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

  • PHP - How to Enable / Disable register_globals for website

    PHP - How to Enable / Disable register_globals for website


    You can Enable / Disable register_globals for php in your account by setting this directive in .htaccess in httpdocs folder:

    php_flag register_globals On

    or

    php_flag register_globals Off

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

  • How do upload my website

    How do upload my website


    To upload your files with FTP you will need an FTP client.
    User name and password are the same as the PLESK.
    Upon connecting, you will see a list of the following directories:

    • anon_ftp
      This directory is used for anonymous ftp upload/downloads.

    • cgi-bin
      A directory for your cgi scripts.

    • error_docs
      This directory holds the html error pages that you can customize for your needs.

    • httpdocs
      This is the root of your website where you should put all website related files.

    • httpsdocs
      This is the SSL secured root of your website (https://), Of course if in the setup section of your hosting you ticked "Use a single directory for housing SSL and non-SSL content" then everything should be stored in httpdocs and you simply use http:// for normal connections and https:// for encrypted connections.

    • private
      This folder is for storing personal and private files and cannot be accessed by people using your website.

    • statistics
      This directory is used for storing web statistics and logging information of your website and ftp service.

    • subdomains
      This is used for the subdomains of your website, Eg. subdomain.ec2biz.com.

    • web_users
      This directory is for webusers you created in your plesk desktop.


    The httpdocs is where your web page files has to be placed.

    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.

  • Plesk 10 Reseller’s Guide

    Plesk 10 Reseller’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).

    This guide is intended for hosting services resellers who are going to use Parallels Plesk Panel 10 as Reseller users.

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

  • PHP - How to parse PHP within HTML files

    PHP - How to parse PHP within HTML files


    Create a new .htaccess file or edit an existing one with the following line:

    AddType application/x-httpd-php .html .htm

    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.

More...

Industry News

  • If You're Going To Steal Software, Steal From Us: Microsoft Exec

    If You're Going To Steal Software, Steal From Us: Microsoft Exec


    Microsoft business group president Jeff Raikes estimates that between 20% and 25% of all software used in the United States is pirated, but said some pirates end up becoming paying customers.

    By Paul McDougall
    InformationWeek
    12, 2007 03:00

    If you're going to be a software counterfeiter, then please copy and illegally use Microsoft products.

    The above plea isn't from a posting on a hacker forum. Rather, it's how Microsoft business group president Jeff Raikes feels about software counterfeiters. "If they're going to pirate somebody, we want it to be us rather than somebody else," Raikes said.

    The remarks might seem surprising, coming from a senior executive at a software company that spends millions each year fighting software piracy and developing copyright protection technologies.

    But Raikes, speaking last week at the Morgan Stanley Technology conference in San Francisco, said a certain amount of software piracy actually helps Microsoft because it can lead to purchases by individuals who otherwise might never have been exposed to the company's products.

    "We understand that in the long run the fundamental asset is the installed base of people who are using our products," Raikes said. "What you hope to do over time is convert them to licensing the software."

    Raikes said Microsoft isn't about to abandon efforts to track down those who illegally copy and use its products. However, he said Microsoft has to balance that approach with the recognition that users of purloined software could one day become legitimate customers.

    "You want to push towards getting legal licensing, but you don't want to push so hard that you lose the asset that's most fundamental in the business," said Raikes, who estimated that between 20% and 25% of all software used in the United States is pirated.

    Raikes said Microsoft is developing so-called "pay-as-you-go" software offerings with pricing schemes similar to those used by cell phone companies for emerging markets as a way of encouraging low-income individuals to use the company's products legally.

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

  • Microsoft recommends against usage of SHA-1

    Microsoft recommends against usage of SHA-1


    Microsoft is advising its customers to stop using the SHA-1 hashing algorithm in cryptographic applications such as SSL/TLS encryption and code signing.

    In a security advisory issued by the company, Microsoft said that it would stop recognising certificates using the algorithm after January 1, 2016. After this date, certificate authorities (CAs) that issue certificates under the Windows Root Certificate Program will only be able to issue SHA-2 certificates.

    According to Microsoft, SHA-1 is used in 98 percent of all certificates issued worldwide. However, it also claims that since 2005 researchers have discovered collision attacks against the algorithm that mean it no longer meets its security standards. Although the announcement to drop SHA-1 comes today, the Australian Signals Directorate (ASD) has been advising government agencies to move to SHA-2 since December 2011.

    The ASD also has a slightly different opinion of when the collision attacks were first known, stating that "theoretically impressive attacks" against SHA-1 were known since 2004, but that they were not practical to implement.

    ASD has already removed the "weakened but not broken" SHA-1 algorithm from use in its Information Security Manual.

    The US National Institute of Standards and Technology, which published the algorithm, also stated in September 2012 that US federal agencies should stop using SHA-1.

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

  • 33 Million Domains Registered in 2007

    33 Million Domains Registered in 2007


    Report released by VeriSign, shows that over 33 Million domain names were registered in 2007, bringing the total up to 153million domains.

    Below is a summary of the report:

    In the last quarter of 2007, the base of domain name registrations grew 27 percent over the fourth quarter of 2006 and five percent over the third quarter of 2007… The total base of Country Code Top Level Domain Names (ccTLDs) was 58 million, a 33 percent increase year over year and a six percent increase quarter over quarter. Across all of the gTLDs and ccTLDs, .com has the highest base followed by .de (Germany), .net and .cn (China). The fifth spot is shared by .uk (United Kingdom) and .org. with approximately the same size base of domain name registrations.

    This release also states that the adoption of IPv6 has been relatively slow in the United States as compared to Asia and Europe. More than 100 domain name registries (i.e. top-level domain managers) support IPv6 for name servers and DNS queries including VeriSign who has supported IPv6 for .com and .net since 2002. The root name servers were enabled for IPv6 in February 2008 with the inclusion of IPv6 addresses for six of the thirteen root servers, including the A and J root servers operated by VeriSign.

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

  • 「.tel」域名時代來臨,勢成全球電話簿

    「.tel」域名時代來臨,勢成全球電話簿


    所有個人或企業,於2009年2月3日起可以註冊「.tel」域名,作為對外溝通的渠道。這新域名特別針對流動上網,據報道,美國意大利法拉利車廠與《哈利波特》小說作家羅琳、微軟公司等等都已率先註冊該域名。

    「.tel」域名的特點是讓企業將所有聯繫方法,如電話、傳真、電郵等放在「.tel」,讓網民更方便與企業聯絡,甚至直接透過網站撥打電話或發送文字短信。企業還可以用它通過即時消息(Instant Messaging)工具、博客平台甚至語音電話(VoIP)服務等低成本通信渠道來降低其成本,從而做到既省錢又能加強客戶服務。

    「.tel」域名不同其他網域名稱的部分,在於不需有自己的IP,就能直接有完整網頁的呈現,並透過創新技術使得網頁內的聯絡資訊或關鍵字得以直接儲存,並同時被大眾所查閱,在透過其他常用軟體的支援下,點選EMAIL, MSN ID, SKYPE ID 或地址, 都能呈現極佳的互動效果。

    Telnic表示,他們會以「先到先得」的方式處理申請,預計一些極具吸引力的域名將很快會被搶購一空。

    全球網民在香港時間2009年2月3日23時起,就可到Telnic的網站 http://telnic.org 登記,每個.tel域名售300美元,為期3年,之後每年20美元。

    *** 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.

More...

E-Store

  • Support Tickets

    Support Tickets


    “支援服務記錄”為您提供完善而有效率的客戶服務處理,使用這項獨特的功能,您可以集中管理所有經由商店發出的查詢,更可擺脫以往依靠電子郵件的零碎方式。

    無論顧客針對一般事項、產品、訂單、以及合作的諮詢,所有雙方的對答都會被獨立而順序地記錄,而且在檢視處理進度裡,雙方都能由下至上了解當前的最近狀態。

    您的每一項回覆,查詢者可透過點擊專用的網址超連結,直接檢視您的回覆細節,更可在需要時在同一頁面發表回應。

    由於每項查詢記錄都有獨立的隨機產生“編碼”,所以查詢者無需依靠輸入密碼等煩瑣程序,便能透過“專用超連結”直接到達專屬的查詢記錄區域,而其他第三者是無法得述當中資訊。

    我們強列建議您或其他相關的管理員,直接依賴這項“支援服務記錄”集中處理所有客服查詢,並且放棄舊模式的電子郵件作業。

    進入“支援服務記錄”:
    1. 點擊主選單的“訊息中心/電子報”

    2. 點擊左選單的“支援服務記錄”

    每項“支援服務記錄”包含的資料:
    • 答覆查詢
      透過“浮動按鈕”進行回覆行動
      • 最近的回應
        該項查詢的最近回應內容

      • 回應部門
        如有多個部門的情況下,選擇一個合適的部門

      • 回應職員
        如有多位職員的情況下,選擇一位合適的職員

      • 回應狀態
        選擇一種合適的當前狀態

      • 郵件內付回覆內容
        是否在回覆郵件內付答覆的內容,如沒付有,查詢者只能點擊“專用超連結”到達網站檢視細節

      • 結束這項查詢
        選擇是否將該項查詢設為結束狀態(雙方無需繼續關注)

      • 重新開啟這項查詢
        選擇是否將已設為結束的查詢重新開啟

      • 回覆內容
        針對該項查詢的內容細節

    • 查詢訊息資料
      • 透過“浮動按鈕”檢視完整的查詢者資料及查詢訊息,或相關的“訂單資料”

    • 查詢訊息記錄
      • 透過“浮動按鈕”檢視完整的查詢記錄

    針對“支援服務記錄”的動作:
    • 編輯
      修改或更新已經發表的服務記錄資料

    • 刪除
      將該“支援服務記錄”刪除,此刪除動作只針對支援服務記錄資料,不會把其他資料刪除

    注意事項:
    • 若要修改“支援服務記錄”裡可用的“回應部門”、“回應職員”、“回應狀態”等名稱,請前往“系統設定”的“支援服務記錄”進行,而這些名稱資料強列建議於“初始設定”時處理,以避免日後修改對已建立的查詢出現影響

    • 在“支援服務記錄”裡選用的各種名稱,例如“回應部門”、“回應職員”、“回應狀態”等,只屬方便辨認的稱呼

    • 在一般情況下,應直接使用系統的“支援服務記錄”處理收到的查詢要求,並且不應用傳統的電子郵件進行回覆,若只以電子郵件處理查詢,系統將無法記錄有關資料

    • 如果您使用其他途徑發出回覆,例如一般電子郵件往來,訊息將會被系統忽略而無法記錄,若收到查詢者只以電子郵件提問,請指示查詢者前往網站建立正式的“支援服務記錄”,以便往後的訊息能一一被系統記錄

    • 您應直接負責所有的客服工作,因此請勿將查詢者發出的“查詢內容”提交給我們處理,若需我們跟進這類支援,每綜第三方支援收費為港幣1200起,並且需事先付款

    • 基於私隱問題,在任何情況下,您均不應向第三者透露您的查詢者資料,或未經查詢者同意前,將有關訊息用於別處


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

  • Cash Point System

    Cash Point System


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

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

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

    “現金積分系統”包含的資料:
    • 現金積分系統
      選擇:“啟用”、“不啟用”

    • 結賬扣減現金積分
      選擇:“可以”、“不可以”,若顧客持有“現金積分”,是否能在結賬時扣減應繳總額

    • 每購物金額可得現金積分的數目
      如設定為“1”則代表客戶每購物“ $1”可獲得“1”積分

    • 每現金積分的價值
      如設定為“0.1”則代表每“10”積分的價值是“$1”

    • 現金積分的批核方式
      選擇:“自動”、“管理員批核”,如顧客每次購物後獲得現金積分,是否由系統自動存進該客戶的個人帳戶裡,或由管理員逐一批核

    • 特價產品是否有現金積分
      選擇:“有”、“沒有”,如顧客購買的是特價產品,該特價品是否具有現金積分

    • 使用現金積分結帳再獲積分
      選擇:“有”、“沒有”,如顧客在結帳時,以現金積分扣減部份應繳金額,是否可以獲得購物總額的全部積分,如設為“有”則可獲全數積分,如設為“沒有”則只獲應付款的現金積分

    • 產品類別使用現金積分的限制
      選擇:“有限制”、“沒有限制”,如顧客持有現金積分,是否限制只適用於指定類別

    • 現金積分適用的產品分類
      選擇產品類別使用現金積分的限制,則需指定那些分類內的產品能扣減積分,沒選取的分類裡的各產品將不能扣減積分,可按實鍵盤的“Ctrl”作多重選擇

    • 群組折扣及特價品使用限制
      選擇:“限制”、“不限制”,如顧客持有現金積分,選購特價品,或有其他折扣(例如群組折扣),是否適用於扣減現金積分

    • 顧客最少持有現金積分才可行使
      您可指定顧客最少持有某數目的積分才能於結賬時使用,例如設定為“1000”則顧客持有少於這值便不能行使積分,設為“0”則沒有限制

    • 每次訂購能扣減現金積分的上限
      此數值能限制顧客於每次訂購時可扣減的現金積分的上限,例如設為“1000”則顧客於該次訂購最多只能扣減1000現金積分,餘下積分則存回顧客帳戶並可於下次訂購時再用

    • 每次訂購使用現金積分的數目限制
      選擇:“預設上限”、“顧客自選”,如顧客持有現金積分,是否讓顧客選擇扣減積分的數目

    • 顧客自選扣減積分的預設值
      如“每次訂購”使用現金積分的數目限制設為“顧客自選”則可預設一建議數值給輸入

    • 行使現金積分的最低購物金額
      顧客的所有訂購產品總金額超過此值才能行使持有的現金積分,設為“0”則沒有限制

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

    • 各項設定汲及的“金錢數值”,是以您商店的“預設貨幣”為基礎

    • 雖然系統對“現金積分”提供多樣化的選擇及使用限制,但是我們強列建議在設定時“切勿太多限制”,這會令顧客在享用優惠時障礙重重,最終打消購物行動

    • 若顧客使用“現金積分”購物,在該訂單的小計欄會顯示相關資料

    • 一般情況下,現金積分的啟用與否,系統在商店是沒有特別的提示顯示,若有啟用,請自行制作精美的“電子報”或“電子郵件”通知您的會員,亦請自行制作精美的橫額廣告讓會員知悉。


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

  • Online Status

    Online Status


    我們的“網上商店”系統內置線上瀏覽者追蹤功能,透過“線上客戶”,您能掌握即時的店面瀏覽實況,了解那些客戶正在參觀的商品,以及客戶當時放在“購物車”的東西。

    若您正在提供“線上即時支援服務”,更可直接看看和您聯系中的客戶購物情況,以便提供產品訊息給那位發問中的客戶。

    進入“線上客戶”:
    1. 點擊主選單的“系統工具”

    2. 點擊左選單的“線上客戶”

    “線上客戶”包含的資料:
    • 客戶名稱
      若瀏覽者已成功登入,將顯示對方的稱呼

    • 國家及IP
      當前瀏覽者的IP及IP區域所屬的國家,該國家未必與顧客所登記的資料相同

    • 上線
      當前瀏覽者的總逗留時間

    • 登入時間
      最初進入網站的時間

    • 最後動作時間
      當前瀏覽者最後點擊的時間

    • 最後連結
      最近訪問的頁面

    針對“線上客戶”的動作:
    • 資訊
      檢視該名瀏覽者或顧客放在“購物車”裏的產品名單及售價

    注意事項:
    • 每筆在線瀏覽記錄,將會在再沒有點擊動作二分鐘後清除

    • 每筆記錄代表一位瀏覽者身份,少數情況下同一位瀏覽者會產生多於一筆的記錄,例如對方的電腦在處理cookies時出現變化,系統無法識別前段身份

    • 一些“搜索引擎”在進行自動化資料採集,系統仍有可能被記錄及顯示成“線上客戶”

    • 一些向您的線上商店發動惡意網路攻擊的情況,系統仍有可能被記錄及顯示成“線上客戶”


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

  • Page Content Manager

    Page Content Manager


    我們的“線上商店”設有一些獨立頁面,而某些頁面亦能讓您自由加入適當的訊息,以便令整個商店能展示更多關於您的業務情報。

    透過“頁面內容管理”內建的HTML編輯器,您將能快捷輕鬆地編輯當中內容,就像平日慣常使用的文字處理一樣,而無需專門的編輯知識。

    進入“頁面內容管理”:
    1. 點擊主選單的“資訊管理”

    2. 點擊左選單的“頁面內容管理”

    可供編輯的頁面:
    • 進店歡迎頁
      網站首頁的獨立頁面,能置放“文字訊息”或自訂的“HTML”內容,包括歡迎圖片或“SWF”動畫

    • 首頁文字
      目錄首頁,能置放“文字訊息”或自訂的“HTML”內容,包括圖片及“SWF”動畫

    • 走動文字
      每頁頁頂的“走馬燈”文字訊息,例如一些“新消息”或“宣傳語句”

    • 貨運及退貨說明
      堪入於“其他頁面”模板的獨立頁面,能置放“文字訊息”或自訂的“HTML”內容,包括圖片及“SWF”動畫

    • 個人私隱說明
      堪入於“其他頁面”模板的獨立頁面,能置放“文字訊息”或自訂的“HTML”內容,包括圖片及“SWF”動畫

    • 服務條款
      堪入於“其他頁面”模板的獨立頁面,能置放“文字訊息”或自訂的“HTML”內容,包括圖片及“SWF”動畫

    • 關於我們
      堪入於“其他頁面”模板的獨立頁面,能置放“文字訊息”或自訂的“HTML”內容,包括圖片及“SWF”動畫

    • 客戶服務
      堪入於“其他頁面”模板的獨立頁面,能置放“文字訊息”或自訂的“HTML”內容,包括圖片及“SWF”動畫

    • 特別消息
      目錄首頁,能置放“文字訊息”或自訂的“HTML”內容,包括圖片及“SWF”動畫

    • 聯絡我們
      堪入於“其他頁面”模板的聯絡頁面,能置放“文字訊息”或自訂的“HTML”內容,包括圖片及“SWF”動畫

    • 訂購完成
      堪入於“其他頁面”模板的訂購完成頁面,能置放“文字訊息”或自訂的“HTML”內容,包括圖片及“SWF”動畫

    • 產品預訂服務
      堪入於“其他頁面”模板的產品預訂服務頁面,能置放“文字訊息”或自訂的“HTML”內容,包括圖片及“SWF”動畫

    頁面內容包含的資料:
    • “中英文”頁面HTML
      透過“HTML”編輯器輸入,或利用“原始碼”編輯HTML

    • 顯示狀態
      選擇其中一種狀態,例如“顯示”、“隱藏”

    “頁面內容”適用的“標籤”:
    透過“標籤”能讓資訊正確地顯示,而且能自動對應中英文頁面,無需擔心更改系統設定的聯絡資料後,遺漏修改頁面內容,請使用以下專用“標籤”加插在適當的HTML位置內
    • [[PAGE:HOME_URL]]
      您的線上商店網址

    • [[PAGE:SITE_NAME]]
      您的網站名稱

    • [[PAGE:SITE_DESCRIPTION]]
      您的網站說明 / 簡介

    • [[PAGE:SITE_KEYWORDS]]
      您的網站關鍵字

    • [[PAGE:COMPANY_NAME]]
      您的公司名稱

    • [[PAGE:COMPANY_ADDRESS]]
      您的公司地址

    • [[PAGE:COMPANY_TEL]]
      您的公司聯絡電話號碼

    • [[PAGE:COMPANY_FAX]]
      您的公司傳真機號碼

    • [[PAGE:COMPANY_SERVICE_TEL]]
      您的客戶服務電話號碼

    • [[PAGE:STORE_OWNER]]
      您的網站負責人名稱

    • [[PAGE:STORE_OWNER_EMAIL]]
      主要電子郵件

    • [[PAGE:STORE_ENQUIRY_EMAIL]]
      客戶查詢郵件的收件地址

    • [[PAGE:STORE_ORDER_EMAIL]]
      新訂單的通知電郵地址

    傳統的文字輸入範例:
    歡迎光臨佳佳網上精品商店
    如有問題請致電我們啊,電話是(852)1234 5678


    使用“標籤”後的輸入範例:
    歡迎光臨[[PAGE:SITE_NAME]]
    如有問題請致電我們啊,電話是[[PAGE:COMPANY_TEL]]


    頁面的顯示結果範例:
    歡迎光臨佳佳網上精品商店
    如有問題請致電我們啊,電話是(852)1234 5678


    注意事項:
    • 走動文字的模板標籤:[[HTML:TEXT_SCROLL]]

    • 除“進店歡迎頁”外,其他頁面內容在模板的標籤:[[HTML:DATA_PAGE_CONTENT]]

    • 所有頁面內容必需將“顯示狀態”設為“顯示”,而且需具有內容方可生效

    • 自訂HTML若有圖片,必需使用編輯器的“插入/編輯 圖片”按鈕正確上傳至伺服器,以下是正確的HTML例子:

    • 自訂HTML若有FLASH動畫檔案,必需使用編輯器的“插入/編輯 Flash”按鈕正確上傳至伺服器,以下是正確的HTML例子:

    • 若需借助其他HTML軟件預先完成排版,強列建議使用“FrontPage”、“Dreamweaver”,而不應以“MicroSoft Word”的文字編輯器進行

    • 盡量不要在網站任何頁面輸入聯絡電郵地址,應推薦客戶使用“支援服務記錄”(聯絡我們)的線上表格進行聯繫,這行動令所有查詢都能被記錄,亦可防範惡意程序抓到您的電郵地址發送垃圾郵件(系統在“聯絡我們”顯示的電郵地址已經過圖片轉化處理,惡意程序無法提取內容)


    Please be aware we does not participate in any management and not assume responsibility and support for third party providers.

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

  • Testimonials

    Testimonials


    我們的“線上商店”系統,能讓你的顧客針對某些產品發表用後感或意見,令商店更具互動感,亦可令其他有意購買的顧客獲取更多用家的評論資訊。

    對於大部份的正面產品評論,管理員大可不必操心,但若出現一些負面的產品評論,這時管理員便需要衡量是否把評論修改或甚至刪除它。

    而“顧客心聲”是為已登記的會員而設,不論該名會員是否曾購買產品,都可直接參與發表他/她的評論心聲,而在現階段,管理員若希望為產品增加一些評論,則需要按正常途徑登記為普通會員才能發表評論心聲。

    進入“顧客心聲”管理:
    1. 點擊主選單的“分類目錄/產品管理”

    2. 點擊左選單的“顧客心聲”

    每項“顧客心聲”包含的資料:
    • 商品
      評論針對的產品

    • 評論由
      評論心聲的發表會員

    • 日期
      評論心聲的發表日期

    • 評論內容
      評論心聲的內容,不可使用HTML語法

    • 評等
      由五棵星星組成,並從“壞”至“好”組成參考等級

    針對“顧客心聲”的動作:
    • 編輯
      修改已經發表的顧客心聲資料

    • 刪除
      將該產品的顧客心聲刪除,此刪除動作只針對顧客心聲資料,不會把原有產品刪除

    注意事項:
    • “顧客心聲”必需由已登記的會員從店面發表,管理系統不設新增功能

    • “顧客心聲”的內客和評等,只屬互動性質的額外資訊,不會構成對產品銷售和其他功能的影響

    • 若希望有新的“顧客心聲”被發表時第一時間收到通知,請先在“系統設定”的“聯絡資料”設定“新增顧客心聲通知”的電郵地址


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

More...

Domain Names Knowledge

  • 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.

  • What Is Domain Redemption Period

    What Is Domain Redemption Period


    The Redemption Period occurs approximately 30 days after a domain has been reached its expiration date, this applies to .COM, .NET, and .ORG domains, other TLDs may have different policies concerning expiration and renewal.

    For thirty (30) days after the expiration date the domain will be available for renewal in a grace period. After the thirty day grace period the domain will enter a hold period known as the Redemption Period for another thirty (30) days where to recover the domain the registry requires a HKD$3,000 fee.

    However, there is no guaranteed grace period, and once expired, the domain can be deleted at any time.

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

  • Who can register a .CN domain name?

    Who can register a .CN domain name?


    Regarding to CNNIC request for document submission.

    For new .CN / .COM.CN / .NET.CN / .ORG.CN / GOV.CN domain registration, only organization application is accepted and below documents are required:

    • Copy of a valid China Business Registration Certificate, and
    • Copy of applicant's China Citizen Identity Card, and
    • Copy of a valid ICP license


    *** 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 GoDaddy?

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


    If you recently purchased Focus Network Company web hosting or E-Store, but your domain name was previously hosted somewhere else, you will need to change your DNS information to the follow these simple steps:

    1. Log in to the GoDaddy Account Manager. http://www.godaddy.com
    2. Select Manage Domains from the Domain Names dropdown menu or the Manage Your Account list.
    3. Select the domain name you wish to modify using the checkboxes and then click Set Nameservers Icon.
    4. Select Custom nameservers (I host my domains elsewhere.).
    5. Enter our name server information to Nameserver 1 and Nameserver2 from below.
      ns1.powersx.com
      ns2.powersx.com
    6. Click OK at the bottom.


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

More...

Glossary

  • 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.

  • Browser

    Browser


    Browser is a software application that enables a user to display and interact with text, images, and other information typically located on a web page at a website on the World Wide Web or a local area network. Text and images on a web page can contain hyperlinks to other web pages at the same or different website. Web browsers allow a user to quickly and easily access information provided on many web pages at many websites by traversing these links. Web browsers format HTML information for display, so the appearance of a web page may differ between browsers.

    Some of the web browsers available for personal computers include Internet Explorer, Mozilla Firefox, Safari, Netscape, and Opera in order of descending popularity (as of August 2006). Web browsers are the most commonly used type of HTTP user agent. Although browsers are typically used to access the World Wide Web, they can also be used to access information provided by web servers in private networks or content in file systems.

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

  • FTP

    FTP


    File Transfer Protocol - simply a method in which you can upload and download information to and from the Internet. Our building software takes care of this for you. Some specialized programs can often do a better job.

    Recommend software:
    SmartFTP
    http://www.smartftp.com

    GlobalSCAPE CuteFTP
    http://www.cuteftp.com

    FileZilla
    http://filezilla.sourceforge.net

    CoffeeCup Free FTP
    http://www.coffeecup.com

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

  • JPG (File Interchange Format)

    JPG (File Interchange Format)


    JPEG is a commonly used standard method of compression for photographic images. The name JPEG stands for Joint Photographic Experts Group, the name of the committee who created the standard. The group was organized in 1986, issuing a standard in 1992 which was approved in 1994 as ISO 10918-1. JPEG should not be confused with MPEG, the Moving Picture Experts Group, which produces compression schemes for motion pictures.

    JPEG provides for lossy compression of images (although there are variations on the standard baseline JPEG which are lossless). The file format which employs this compression is commonly also called JPEG; the most common file extension for this format is .jpg, though .jpeg, .jpe, .jfif and .jif are also used.

    JPEG itself specifies both the codec defining how an image is transformed into a stream of bytes, and the file format used to contain that stream. The file format is known as 'JPEG Interchange Format' (Often confused with the JPEG File Interchange Format), and is specified in Annex B of the standard. It is possible for JPEG data to be embedded in other file types, such as TIFF format images.

    JPEG/JFIF is the format most used for storing and transmitting photographs on the World Wide Web. For this application, it is preferred to formats such as GIF, which has a limit of 256 distinct colors that is insufficient for color photographs, and PNG, which produces much larger image files for this type of image. The compression algorithm is not as well suited for line drawings and other textual or iconic graphics, and thus the PNG and GIF formats are preferred for these types of images.

    The MIME media type for JPEG is image/jpeg (defined in RFC 1341).

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

  • Download

    Download


    download is to receive data from a remote system, such as a HTTP, FTP server, or other similar systems. A download is any file that is offered for downloading or that has been downloaded.

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

More...

Email Tutorial

  • POP3, IMAP4 and SMTP settings information

    POP3, IMAP4 and SMTP settings information


    Below you can find common setting for Windows Outlook, Windows Outlook Express, Windows Mail and Mozilla Thunderbird.

    TypeNameInformationPort
    UsernameLogin Nameuser@yourdomain.com (example)--
    PasswordPasswordX0CeFt6EMGfOMm5Q (example)--
    POP3Incoming Servermail.yourdomain.com (example)110
    POP3S (SSL/TLS)Incoming Secure Servermail.yourdomain.com (example)995
    IMAP4Incoming Servermail.yourdomain.com (example)143
    IMAP4S (SSL/TLS)Incoming Secure Servermail.yourdomain.com (example)993
    SMTPOutgoing Servermail.yourdomain.com (example)25
    SMTP SubmissionOutgoing Servermail.yourdomain.com (example)587
    SMTPS (SSL/TLS)Outgoing Secure Servermail.yourdomain.com (example)465


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

  • Mozilla Thunderbird For Mac OSX Email Setup Tutorial

    Mozilla Thunderbird For Mac OSX Email Setup Tutorial


    In this tutorial you will learn how to setup Mozilla Thunderbird as an email client on your Mac OSX.

    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 Mozilla Thunderbird, which is a free opensource email client.


    Thunderbird is a standalone version of the Mozilla Mail client. It offers sophisticated mail management features without the associated Web browser. These instructions assume that you are using Thunderbird 0.5 (or greater) for MacOS X. The configuration might be slightly different for other versions of Thunderbird.

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

  • What is mail policy and email limits?

    What is mail policy and email limits?


    Mail Limits

    There is an maximum amount of emails which can be send out per hour is 30 emails from one account or 300 emails per domain and 700 emails per day, this limit is also applied "Web Hosting Service", "Towards Mailing Lists" and "Online E-Store System". Focus Network Company reserves the violation of any of the foregoing may result in immediate deactivate or termination upon any indication of such activity without notice.

    Many of our servers have a 60 pop checks per hour limit per email address.? If you go over this you're likely to get a wrong password error message saying login incorrect. Just wait an hour and it will automatically unlock you. to prevent this from happening again make sure to disable auto checking or at least set it to something higher such as 10 minutes.

    Any mailing list larger than 2000 will require a dedicated server solution from us. Note: dividing one large list into smaller lists to get below this limit is not allowed.

    We have a maximum size of emails of 50 MByte and under, any email over 50 MByte will be automatically rejected, please use your FTP to transfer big files!

    Mailing Lists Rules

    1. Anytime you're sending a message no matter how large your e-mail list is you must throttle it.? We recommend you throttle it to at the very least sending 1 email every 6 seconds. If the mailing list software you're using does not allow you to throttle you must switch to something else. We recommend Mailman which can be found in your control panel under PLESK. If you do not throttle and you try sending let's say 1500 emails the server will try sending all 1500 in 1 second which is not possible. This will cause the server load to go very high and for the entire server to be sluggish until this process is completed. It is our job to keep the server up and running without being sluggish. Anyone who causes the servers load to go high will be suspended and the process will be terminated. If you choose not to throttle you will most likely be suspended for crashing the server without notice.

    2. Any mailing list over 100 emails is only allowed to be sent to during off-peak times to prevent high server loads. Off peak times qualify as all day Saturday and Sunday, and 1am - 8 am eastern time M-F.

    3. You are not allowed to mail to a mailing list you were given or purchased. This is spamming because they never agreed to you personally sending them mail. We do not care and how you justify it this is spam and will result in termination of the offending account.

    4. Any unsolicited e-mail being sent will result in termination of the offending account without notice. We take a zero tolerance stance against sending of unsolicited e-mail.



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

  • How to configure Outlook Express With POP Before SMTP Relay

    How to configure Outlook Express With POP Before SMTP Relay


    Our use different SMTP relays for sending mail - POP before SMTP. In POP before SMTP, the relay system collects your IP address when you authenticate yourself with the POP server, and then permits SMTP relaying from that IP address for 5 minute.

    In other words, you need to check your mail first, only then you can send your messages.

    To configure your Outlook Express or any other e-mail client, you need to know your POP3 and SMTP servers address.

    In this tutorial we will learn how to setup Outlook Express with POP Before SMTP Relay.

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

  • How to setup Your Emails on PLESK Control Panel

    How to setup Your Emails on PLESK Control Panel


    This guide is intended for users of email web hosting service who were given access to Plesk control panel for managing their mail accounts.

    NOTE:the guide do not apply for Online E-Store System and server rental with colocation.

    Your e-mail accounts are configured through PLESK .
    To configure your e-mail program to fetch your e-mail use the following information in outlook or other email programs:

    POP3 (incoming) mail server: mail.yourdomain.com

    SMTP (outgoing) mail server: mail.yourISP.com

    Which means you will have to use your ISP smtp server.

    Please be aware, when you set up outlook that your UserID is your full email address.

    The url for your online webmail is
    http://webmail.yourdomain.com

    Where yourdomain.com is the domain name of your Web host.

    Please be aware that your email will not work until your domain resolved to our servers.

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

More...

General Information

  • OpenX

    OpenX


    OpenX (phpAdsNew) is an open-source ad server, with an integrated banner management interface and tracking system for gathering statistics.

    With OpenX you can easily rotate paid banners and your own in-house advertisements.

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

  • Acceptable Usage Policy (AUP)

    Acceptable Usage Policy (AUP)


    Welcome to Focus Network Company (www.ec2biz.com) (Website), This website is owned and operated by "Focus Network Company".

    This Acceptable Usage Policy(AUP) governs the use of "Focus Network Company" Shared Web Hosting, E-Store service, Virtual Private Server, Dedicated Server, and other Internet services provided from Focus Network Company. Violation of this AUP may result in suspension or termination of your account. In the event of a dispute between you and our regarding the interpretation of this AUP, Focus Network Company interpretation, The validity, construction and performance of this AUP shall be governed by the law of Hong Kong Special Administrative Region.

    UNLAWFUL CONTENT
    You may not publish or transmit via Focus Network Company's service any content that Focus Network Company reasonably believes:

    • is obscene, pornographic or indecent;
    • constitutes child pornography;
    • is defamatory, abusive or violates a person's privacy;
    • is excessively threatens violence, incites violence, violent, or contains harassing content or hate speech;
    • is unfair or deceptive under the consumer protection laws of any jurisdiction, including chain letters and pyramid schemes;
    • violates export control laws, promotes illegal drugs, relates to any gambling;
    • creates a risk to a person's safety or health, creates a risk to public safety or health, compromises national security, or interferes with a investigation by law enforcement;
    • clearly infringes on another person's trade or patent, service mark, or other property right;
    • improperly exposes trade secrets or proprietary information or other confidential to another person;
    • is otherwise illegal or solicits conduct that is illegal under laws applicable to you or to Focus Network Company; or
    • is otherwise malicious, fraudulent, or may result in retaliation against Focus Network Company by offended viewers.

    Content "published or transmitted" via Focus Network Company's service includes Web content, E-Mail, bulletin board postings, chat, and any other type of posting or transmission that relies on any Internet service provided by Focus Network Company.

    SYSTEM RESOURCES
    You agree to not use excessive amounts of resources. any violations may result in us taking corrective action in order maintain server stability by killing any processes, disabling and/or suspending your account.

    Each domain on shared hosting accounts (including E-Store) may not use more than 5% CPU daily, 3% memory daily, run more than 10 simultaneous processes per user, not allow any process to run for longer than 30 seconds CPU time, run any process that consumes more than 20% of available CPU at any time, or run any process that consumes more than 16 MB of memory. Databases are limited to 16 max user connections with a max query time of 8 seconds. Cron jobs must not execute more than once every 15 minutes and will be niced to 15 or greater.

    The following content types are NOT allowed on our shared web hosting packages including but not limited to:

    • More than one forum per domain;
    • Chat Room;
    • CGI Forum;
    • UBB, EBS or KwongWu (江湖) Script;
    • Ranking Script;
    • Mulituser Service (e.g. XSpace, Mulituser Blog, Mulituser Guestbook);
    • Audio, Video, Files or Software downloading websites;
    • Images downloading websites;
    • Free hosting or e-mail providers;
    • Any Customer Script that is known or found influenceable to the stability of our server.

    BANDWIDTH POLICY
    Our bandwidth policy was developed to ensure that every customer gets his fair share of the total bandwidth available. Consequently, we take into account that no customer could cause slow connectivity for others.

    All hosting accounts are allotted a certain amount of bandwidth per month (traffic). Please check your traffic allowance and usage. You should only need to check this if you know of or suspect a very large surge in traffic. You can track your usage in your control panel at web stats.

    You will be charged HKD$10 for each gigabyte of outgoing/incoming data transfer that exceeds your monthly traffic allowance. Please see our Hosting Plans for the monthly allotted traffic amounts.

    Data transfer hosting/upgrades will be effective from your next regular billing date.

    To ensure proper bandwidth use, all files MUST be hyperlinked to files (.html, .jpg, .gif, etc.) stored on our server and vice versa. any scripts including CGI, CFM, PHP, ASP, JSP that consume large amounts of CPU usage or memory are also not allowed. any violations may result in us taking corrective action in order maintain server stability by killing any processes, disabling and/or suspending your account. CGI chat scripts are also not allowed and are considered and abuse bandwidth. any above scripts that consume large amounts of CPU usage or memory are also not allowed. any violations may result in us taking corrective action in order maintain server stability by killing any processes, disabling and/or suspending your account.

    INTERNET RELAY CHAT (IRC)
    Use of Internet Relay Chat on any of our shared or dedicated servers is explicitly forbidden. This includes, but is not limited to, running any clients, redirection services (proxys), bots or servers, of any kind. this are not allowed on our standard shared and/or dedicated servers.

    PROXIES
    Proxy websites/scripts/programs, in any form, are not allowed on our shared servers. Very often, the software is simply not efficient in any manor, and causes service issues for any other websites on the server.

    SECURITY
    You must take reasonable security precautions. You must protect the confidentiality of your password and it is the clients responsibility to always upgrade and secure any software used by the client to publish their website content.

    BULK COMMERCIAL E-MAIL
    You must obtain Focus Network Company's advance approval for any bulk commercial E-Mail, which will not be given unless you are able to demonstrate all of the following to Focus Network Company's reasonable satisfaction:

    • Your intended recipients have given their consent to receive E-Mail via some affirmative means, such as an opt-in procedure;
    • Your procedures for soliciting consent include reasonable means to ensure that the person giving consent is the owner of the E-Mail address for which the consent is given;
    • The body of the E-Mail must describe how the E-Mail address was obtained, for example, "You opted in to receive this E-Mail promotion from our Web site or from one of our partner sites," and information on how to request evidence of the consent, for example, "If you would like to learn more about how we received your E-Mail address please contact us at abuse@your-domain.com" where "your-domain.com" is a valid domain hosted by Focus Network Company.
    • You must post an (such as abuse@your-domain.com) E-Mail address on the first page of any Web site associated with the E-Mail, you must register that address at abuse.net, and you must promptly respond to messages sent to that address;
    • You must have a Privacy Policy posted for each domain associated with the mailing;
    • You have the means to track anonymous complaints;
    • You may not obscure the source of your E-Mail in any manner. Your E-Mail must include the recipients E-Mail address in the body of the message or in the "TO" line of the E-Mail; and
    • You otherwise comply with the CAN SPAM Act and other applicable law.

    These policies apply to messages sent using your Focus Network Company service, or to messages sent from any network by you or any person on your behalf that directly or indirectly refer the recipient to a site hosted via your Focus Network Company service. In addition, you may not use any third party E-Mail service that does not practice similar procedures for all its customers.

    Focus Network Company may test and otherwise monitor your compliance with its requirements, including requesting opt-in information from a random sample of your list at any time.

    UNSOLICITED E-MAIL / SPAM
    You may not send any unsolicited E-Mail, either in bulk or individually, to any person who has indicated that they do not wish to receive it.

    You must comply with the rules of any other network you access or participate in using your Focus Network Company's services.

    SPAM-ZERO TOLERANCE POLICY
    If an Focus Network Company account is reported or caught violating these terms of service it will be immediately terminated. The customer will not be issued a refund, and will not be given access to any data in the terminated account.

    MATERIAL PROTECTED BY COPYRIGHT
    You may not publish, distribute, or otherwise copy in any manner any music, video, software, graphic, art, or other work protected, including but not limited to Hacker programs or archives, Warez sites, illicit music, MPEGs, MP3s, ROMs, and ROM emulators by copyright law unless:

    • you have been expressly authorized by the owner of the copyright for the work to copy the work in that manner;
    • you are otherwise permitted by established international copyright law to copy the work in that manner.

    Focus Network Company will terminate the service of repeat copyright infringers, The customer will not be issued a refund.

    COPYRIGHT INFRINGEMENT NOTICE (Digital Millennium Copyright Act)
    If you believe your copyright is being infringed by a person using the www.ec2biz.com network, please send your written notice of copyright infringement to:

    Focus Network Company


    Your notice must include the following:

    • A physical or electronic signature of a person authorized to act on behalf of the owner of an exclusive right that is allegedly infringed;
    • Identification of the material that is claimed to be infringing or to be the subject of infringing activity and that is to be removed or access to which is to be disabled, and information reasonably sufficient to permit Focus Network Company to locate the material;
    • Identification of the copyrighted work claimed to have been infringed, or if multiple copyrighted words at a single site are covered by a single notification, a representative list of such works at that site;
    • A statement that you have a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, the copyright owner's agent, or the law;
    • Information reasonably sufficient to permit Focus Network Company to contact you, such as an address, telephone, mobile phone, and, if available, an E-Mail address;
    • A statement that the information in the notification is accurate, and under penalty of perjury that you are authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.


    INTERNET ABUSE
    You may not engage in illegal, abusive, or irresponsible behavior, including, but not limited to:

    • Use of Focus Network Company network in a way that significantly interferes with Focus Network Company other customers use of the network, including, but not limited to game server, download site, MP3, etc.
    • Unauthorized access to or use of data, systems or networks, including any attempt to probe, scan or test the vulnerability of a system or network or to breach security or authentication measures (including those belonging to Focus Network Company and its customers) without express authorization of the owner of the system or network;
    • Monitoring data or traffic on any network or system without the authorization of the owner of the system or network;
    • Interference with service to any user, host or network including, without limitation, mail bombing, flooding, deliberate attempts to overload a system and broadcast attacks;
    • Use of an Internet account or computer without the owner's authorization, including, but not limited to Internet scanning (tricking other people into releasing their passwords), password robbery, security hole scanning, and port scanning;
    • Forging of any TCP-IP packet header or any part of the header information in an E-Mail or a newsgroup posting; or
    • Any conduct that is likely to result in retaliation against the Focus Network Company network.
    • Use of Focus Network Company network in a way that unreasonably interferes with Focus Network Company other customers use of the network.

    SUPPORT
    Focus Network Company provides ONLY basic technical support on the BASIC functions and features listed below that are included in our web hosting and E-Store plans. Focus Network Company will provide basic technical support on the following issues/subjects ONLY:

    • Site Access - site resolving, html pages working, etc.
    • E-Mail - BASIC E-MAIL sending and receiving.

    The ONLINE CONTROL PANEL is a LICENSED SOFTWARE PRODUCT that we have NO DIRECT CONTROL over. Thus, we provide no warranty or guarantee on the ONLINE CONTROL PANEL. We provide no warranty or guarantee to MODIFY, EDIT, CHANGE, UPGRADE, DISABLE, FIX, or even keep updated the ONLINE CONTROL PANEL. Focus Network Company will provide basic technical support on the following ONLINE CONTROL PANEL issues/subjects ONLY:

    • Mail - Web Mail
    • Mail - Add/Remove Accounts
    • Mail - Default Address
    • ANY FUNCTIONS NOT LISTED HERE THAT INVOLVE THE CONTROL PANEL, WE DO NOT PROVIDE SUPPORT FOR OR HAVE DIRECT CONTROL OVER

    ADDITIONALLY, the Documentation located INSIDE the ONLINE CONTROL PANEL may be OUTDATED or INACCURATE. Focus Network Company assumes no RESPONSIBILITY for OUTDATED or INACCURATE information contained therein.

    Focus Network Company will NOT provide free technical support OF ANY KIND on the following issues/subjects:

    • 3rd Party Parked Domains
    • 3rd Party Sub-Domains
    • 3rd Party FTP Logins
    • 3rd Party Services
    • 3rd Party Software
    • 3rd Party Products
    • 3rd Party Scripts
    • 3rd Party Mailing Lists
    • 3rd Party coding of ANY kind, including html, php, mysql, perl, asp, etc.
    • Business Adviser or Management
    • 3rd Party pre-installed scripts on our servers including but not limited to:
      • Chat
      • Counter
      • Guestbook
      • Shopping Cart
      • SpamAssassin
      • BBS / Bulletin Board / Forum
      • Search Engine
      • Banner Rotator
      • Image and Graphic
    • MIVA
    • Tomcat
    • ColdFusion
    • ASP.NET
    • Site Statistics, etc.

    For a Programming and Debugging Fees as noted in your contract with a ONE HOUR MINIMUM, we can provide TECHNICAL SUPPORT above and beyond our NORMAL support for things such as scripting, installation, etc. ALL Programming and Debugging Fees are paid in advance, and are NON-REFUNDABLE.

    Service Fees
    • All domain registrations fees are NON-REFUNDABLE.
    • All prepayment fees are NON-REFUNDABLE.
    • The only exception to this policy is the shared hosting 14 day money back guarantee.


    OTHER
    You must have valid and current information on file with your domain name registrar for any domain hosted on the www.ec2biz.com network.

    You agree that when communicating with our staff, all communication will be void of profanity and/or abusive demeanor.

    DISCLAIMER
    Focus Network Company will not be responsible for any damages customers or their enterprises may suffer. Focus Network Company makes no warranties of any kind, expressed or implied for services we provide. Focus Network Company disclaims any warranty, merchantability or fitness for a particular purpose. The includes loss of data resulting from delays, non-deliveries, wrong delivery, any and all service interruptions caused by Focus Network Company and its employees. Focus Network Company reserves the right to revise its policies at any time.

    LIMITATION OF LIABILITY
    In no event shall Focus Network Company be liable to customer for any damages resulting from, or related to, any failure or delay of Focus Network Company in providing access to the internet under this agreement. Focus Network Company makes no warranties of any kind, expressed or implied for services we provide. Focus Network Company disclaims any warranty, merchantability or fitness for a particular purpose. In no event shall Focus Network Company be liable to customer for any indirect, special or consequential damages or lost profits arising out of or related to this agreement, the performance or breach thereof, or the accuracy or correctness of databases or the information contained therein, even if Focus Network Company has been advised of the possibility thereof. Any claim or legal action arising out of failure, malfunction or defects in Focus Network Company services or goods, or arising from this contract in any respect, shall be brought within a period of one (1) year following the occurrence or said claim shall be deemed waived. Focus Network Company liability to customer hereunder, if any, shall in no event exceed the total amount customer paid to Focus Network Company hereunder. Focus Network Company will not be responsible for any damages suffered by customer in any way related to this agreement. This includes loss of data resulting from delays, non-deliveries, wrong deliveries, and any and all service interruptions caused by Focus Network Company and its employees by its own negligence or customers errors or omissions. Focus Network Company reserves the right to revise its policies at any time.

    CONTACT US
    If you have any questions or concerns regarding this statement, you can contact www.ec2biz.com at . You can also write to us using the following address:



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

  • LifeType

    LifeType


    Blogging platform with support for multiple blogs and users in a single installation.

    Features: integrated media management; templates; built-in anti-spam filter; support for trackbacks; mobile features; subdomains.

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

  • EasyMoblog

    EasyMoblog


    It's easy to create customizable and easy-to-use weblogs with text, links and images ... and is just as easy to keep it updated: just send your blog an e-mail!

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

  • Avactis

    Avactis


    Avactis shopping cart is a software package that allows you to open an online store on the Internet.

    It comprises two parts - a client side and an administrator side. The client side is your website as seen by visitors. The Avactis's client side allows the visitors to your site to browse products in the online store, select products and put them into the shopping cart, as in a conventional supermarket, and then pay for the selected products using a credit card or other payment options.

    The Avactis's administrator side allows you to stock up the store with products, track orders and payments.

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

More...

Pre-Sale Services

  • Why using free email accounts is bad idea?

    Why using free email accounts is bad idea?


    We recommend that you NOT use an email address from a free service (e.g. Yahoo! or Hotmail) with your account information.

    Instead, please enter a traditional address, such as that from your account, or one issued to you by your ISP (Internet Service Provider).

    This gives us better assurance of being able to contact you should we need to, as well as helping us protect your account and prevent fraud.

    *** 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.

  • How to apply special price for international domain

    How to apply special price for international domain


    We are offering domain name registration for the unbelievable low price.

    This offer is for a limited time only. Act fast while quantities last.

    You must purchase following plan offered on our site at the same time you new register your domain name to qualify.

    • E-Store
    • Linux Web Hosting
    • Website Design & Development


    *** 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.

  • 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.

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.
Loading...