msgbartop
Gossimer’s Premier Web Hosting and Domain Registration Knowledgebase.
msgbarbottom

03 Sep 10 How can I modify the Contact Us page on my SuperSite?

SuperSite displays a Contact Us page that displays your Company information as well as Sales, Billing and Support Contact Details to your Customers. You may however fully customize the Contact Us page by following the below mentioned instructions:

  1. Login to your SuperSite or PartnerSite Admin Area. Click here to learn how >>
     
  2. In the Admin area, click on Add/Modify Content and Themes link to open this section. Here, click on Browse next to the Website Content folder.
     
  3. Click on Browse link next to the language for which you wish to make the modification.
     
  4. Click on Browse besides the Reseller_contact directory and then click on Edit link for the contact_us.html file
     
  5. You can modify the content available in one or more textboxes and click on the Save Changes button beneath after completing the modification.

IMPORTANT

a. You will have to repeat the above process if you have configured multiple languages for your SuperSite.

b. If you are not satisfied with the modifications and wish to revert to the text displayed earlier, simply follow steps 3 to 4 above. There you will have to copy the text from the left hand side to the textbox and click on Save Changes.

c. Apart from modifying the text of the Contact Us page, you may also modify the presentation of the displayed text. For example, you may want to display this information in a different Font Face or you may want to modify the Size of the Font or display your text in a Table, etc.. Click here to learn how to modify the HTML Structure of a page >>
 

 

Tags: , , , , , , , , ,

03 Sep 10 Tracking e-commerce transactions on your SuperSite via Google Analytics

What is Google Analytics

Google Analytics is a reporting software which shows you how people found your site, how they explored it, and how you can enhance their visitor experience. It provides powerful tracking for websites. It’s one of the most powerful web analytics solutions. It provides in-depth reports for everyone involved in the running of a website, from the developers and designers to the marketing and management teams.

Google Analytics supports a client-side data collection technique for capturing e-commerce transactions. With some simple additions to a couple of pages in your SuperSite, Google Analytics can automatically detect and record transaction and product information.

How to track e-commerce transactions on my SuperSite via Google Analytics?

Google Analytics can be integrated with your SuperSite by modifying a couple of pages as mentioned below:

I] Modifying the root.html file

  1. Login to your SuperSite Admin Area. Click here to learn how >>
     
  2. In the Admin area, click on Add/Modify Content and Themes link to open this section. Here, click on Browse next to the Website Content folder.
     
  3. Click on Browse link next to the language for which you wish to make the modification.
     
  4. Click on Edit besides the root.html file.
     
  5. Place the following tracking code in the My Content textbox above the </body> tag -<script type=”text/javascript”>
    var gaJsHost = ((“https:” == document.location.protocol) ? “https://ssl.” : “http://www.”);
    document.write(unescape(“%3Cscript src=’_quot; + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));
    </script>

    <script type=”text/javascript”>
    var pageTracker = _gat._getTracker(“UA-xxxxxx-x”);
    pageTracker._initData();
    pageTracker._trackPageview();
    </script>

     

    IMPORTANT

     

    • UA-xxxx-x represents the Google Analytics Account number and needs to be replaced with your Account number.
       
    • Tracking code provided by Google previously -<script src=_quot;http://www.google-analytics.com/urchin.js_quot; type=”text/javascript”>
      </script>
      <script type=”text/javascript”>
      _uacct=”UA-xxxx-x”;
      urchinTracker();
      </script>
       
    • It is recommended that the new code be used since it supports new features in Analytics. However, you may continue with the old code if you wish.
       
    • You need to use either the new code or the old one, not both simultaneously.
       
    • The tracking code needs to be generated from within your Google Analytics Control Panel.

     

     

  6. Click on Save Changes.

II] Modifying the complete_payment.html file

  1. Login to your SuperSite Admin Area. Click here to learn how >>
     
  2. In the Admin area, click on Add/Modify Content and Themes link to open this section. Here, click on Browse next to the Website Content folder.
     
  3. Click on Browse link next to the language for which you wish to make the modification.
     
  4. Click on Browse besides the Shopping_process directory.
     
  5. Click on Browse besides the Complete_payment directory and then click on Edit link for the complete_payment.html file.
     
  6. Click on Switch to Advanced HTML editing mode link next to Basic text Editing at the top of the page and click Yes to continue.
     
  7. Add the following code at the end in the My Content textbox -<form style=”display:none;” name=”utmform”>
    <textarea id=”utmtrans”>
    <#tag:new_google_analytics_receipt /#>
    </textarea>
    </form>
    <script type=”text/javascript”>
    __utmSetTrans();
    </script>
     

    IMPORTANT

     

    • Old code - 

      <form style=”display:none;” name=”utmform”>
      <textarea id=”utmtrans”>
      <#tag:google_analytics_receipt /#>
      </textarea>
      </form>
      <script type=”text/javascript”>
      __utmSetTrans();
      </script>
       

    • It is recommended that the new code be used since it supports new features in Analytics. However, you may continue with the old code if you wish.
       
    • You need to use either the new code or the old one, not both simultaneously.

     

     

  8. Click on Save Changes.

 

Tags: , , , , , , , , , , , , , , , , , , , , , ,

03 Sep 10 READ THIS FIRST: Understanding the Structure of the SuperSite & PartnerSite

The SuperSite and PartnerSite are designed from the ground up keeping both you and your Customers in mind. We wanted to ensure that while your Customers enjoy the rich experience of browsing and buying your products/services, you on the other-hand are able to customize every-bit of your SuperSite and PartnerSite without any hassles. Please understand the below fundamental concepts.

While the below fundamentals refer to the SuperSite, the same concepts apply to your Partnersite as well -

1. Each SuperSite page is built from multiple HTML files (known as HTML Templates), images and CSS files which are completely customizable.

2. The SuperSite allows you to create Themes and apply them to your SuperSite content to make your SuperSite visually unique. A Theme consists of Images, CSS and Javascript that you may modify and associate with your website.

3. You can customize the Text, the Images, the Style or the structure of each HTML template. You can also add your own HTML templates to extend the capabilities of the SuperSite, and link these HTML templates from various existing sections. All of these can be achieved by using separate tools.

4. You can see the various templates that any SuperSite page is made up of by browsing to that SuperSite page and clicking on “View Source” in your browser

5. Inside the source you will see various tags of this type denoting various html templates that the page is built from -

<!– ### Supersite Template root.html starts here ### –>
<!– ### Supersite Template common/header/header.html starts here ### –>
<!– ### Supersite Template common/header/header.html ends here ### –>

6. As mentioned these HTML Templates and images are provided by us. Apart from these pre-existing templates you can further add your own templates too. The SuperSite Admin Area makes a clear distinction between the HTML Templates and Images that we supply to you by default and the HTML Templates and images that you have added separately (MyUploadedPages, MyUploadedImages).

Default SuperSite Content

  • These are the HTML templates and Theme files in the SuperSite which we provide you. While you can make modifications to the default HTML templates immediately, to modify the Images, CSS and Javascript, you need to first add a new theme and then go on to customize it. Both these modifications can be accomplished from the “Add/Modify Content and Themes” section of the SuperSite Admin Area.
     
  • Any changes you make to these files will override the default files.
     
  • To make any changes to these files at anytime you will always use the “Add/Modify Content and Themes” section of the SuperSite Admin area.
     
  • Note: Whenever we make any changes to the default files, those changes will not be directly visible on your SuperSite if you have made any modifications to those files. You will have to copy those modifications over. We will separately explain how you can do that.

Your Own Content

  • SuperSite allows you to add your own HTML templates and images apart from the ones we provide.
     
  • These files are stored in separate folders (MyUploadedPages, MyUploadedImages) and can be added and modified from the “Add/Modify Content and Themes” section of the SuperSite Admin Area.

Tags: , , , , , , , , , , , , , , , , , ,

02 Sep 10 Uploading content using any Web Browser

If you do not wish to use a specialized FTP client, you can also use your web browser to upload/download/delete your files. Follow the process mentioned below to do so:
 

IMPORTANT

The process demonstrated below is common to all web browsers. We have here chosen Microsoft Internet Explorer browser to explain the same.


1. In the browser address bar, type: (ftp://username:password@yourdomainname.com). Type it without the parenthesis and customize the information, such that

  • username -> Your FTP username
  • password -> Your FTP password
  • yourdomainname.com -> your domain name
     

Press enter.

ie1 Uploading content using any Web Browser

 

2. Once connected, double-click the folder to which you wish to upload the files, to open it.

ie2 Uploading content using any Web Browser

ie3 Uploading content using any Web Browser

 

3. Open another explorer window and go to the folder where your html files (that you want to upload) are located. Click and drag the files to upload from the explorer window to the Internet Explorer window that is showing web. The files will be uploaded.

ie4 Uploading content using any Web Browser

 Back to top

Enabling Active/Passive mode FTP

Different modes of data connection can be used during FTP. Click here to know more details >>

The data connection mode can be modified under Internet Explorer as explained below. If you are using a web browser other than Internet Explorer, you may look out for the option to enable Passive/Active mode in the browser’s help section or contact the vendor’s support centre.

a. Open Internet Explorer. Under Tools menu, click Internet Options.

ie5 Uploading content using any Web Browser

 

b. Go to the Advanced tab. Under the Browsing section, select the check box adjacent to Enable folder view for FTP sites.

ie6 Uploading content using any Web Browser

By default, the Passive mode is enabled. Under the Browsing section, uncheck Use Passive FTP to enable Active mode.

ie7 Uploading content using any Web Browser

Click Apply and then OK to save the changes.

 Back to top

 

NOTE: In case you are unable to connect via FTP, there maybe several factors responsible for it. Click here to know about them >>

 

Tags: , , , , , , , , , , , , , , , , , , , , , , , , ,

31 Aug 10 How do I edit the existing Textual Content and Paragraphs as well as Modify the HTML Structure of a page?

Once you have understood the manner in which a SuperSite/PartnerSite page is structured, you may proceed to customize – the textual content as well as the HTML structure of any page to suit your business requirements. Click here to read information about the structure of a SuperSite/PartnerSite page >>

Follow the steps below to edit the text or the HTML structure of any page in the SuperSite or PartnerSite. It is to be noted that while the instructions below reference the SuperSite, the concepts remain identical for the PartnerSite too.
 

STEP 1: Find the Template file which needs to be edited

  1. Browse your SuperSite through your web browser, to the page you want to modify.
     
  2. Click on View Source in your web browser. Inside the source you will see various tags of this type -

    <!– ### Supersite Template common/footer/footer.html starts here ### –>
     …. some html content here ….
    <!– ### Supersite Template common/footer/footer.html ends here ### –>
     

  3. This means that all the content between these two tags, is contained within the file footer.html, which can be found at /common/footer/.
     
  4. Using these tags you can figure out which template, the content you wish to edit appears in, and the path to that template.
     

STEP 2: Determine whether you wish to edit the Text or the Structure

The SuperSite offers you two separate modes to make modifications to any HTML Template – Basic Editing mode and Advanced Editing mode.

IMPORTANT

  1. The Basic Editing mode allows quick editing/translation of the Textual Content of your SuperSite, and comes strongly recommended by us.
     
  2. The Advanced Editing mode is far more complex and is recommended for ADVANCED USERS only. This mode allows both text editing/translation as well as HTML Structure editing.
     
  3. Note:

    a. If you switch to the Basic Editing mode after having saved changes in the Advanced Editing mode, then you would lose all changes made in the Advanced Editing mode. If you then start saving changes in the Basic Editing mode and then again switch to the Advanced Editing mode, you would even lose the changes made in the Basic Editing mode.

    b. If you have saved changes using the Basic Editing mode and then switch to the Advanced Editing mode and save changes here too, then if you continue using the Advanced Editing mode, you would not lose the changes made in either of the modes.

    For example,

    i. If you saved changes to the Footer.html using the Basic Editing mode and then switch to the Advanced Editing mode and again save some changes in this mode (Advanced Editing mode) too. Now if you were to switch to the Basic Editing mode, then you would lose all changes saved in the Advanced Editing mode.

    ii. In continuation to the above example – if you had not switched back to the Basic Editing mode and continued using the Advanced Editing mode, then you would not have lost modifications made through either of the modes.

  4. By default, a HTML file opens in the Basic Editing mode if the file contains any text that can be translated; otherwise it would open in the Advanced Editing mode.
     
  5. If you save changes in a particular editing mode, then it becomes the default editing mode for that particular file, and the interface would automatically open in this edit mode thereon (for that particular file only).
     
  6. Irrespective of your Default Language SuperSite, the left-hand side box (Original Content text box) would always display text in English within any edit mode.
     
  7. While switching from the Basic Editing mode to the Advanced Editing mode, the system confirms your action. Here you may select the checkbox Don’t show me this warning for the next 30 days. If you select this checkbox and continue, then you will not be displayed this warning message until 30 days.
     
  8. Note: You may be prompted to edit/re-translate your SuperSite content, if

    a. you edited the content provided in your English Language SuperSite and then translated your SuperSite to another language, prior to May 1, 2007 6:00 AM GMT. Now if u want to edit this translated Language SuperSite content, you would be prompted to re-translate your SuperSite content.

    b. you did not edit the content provided in your English Language SuperSite but translated your English Language SuperSite to another language and selected any other Language SuperSite than English as the Default Language SuperSite, prior to May 1, 2007 6:00 AM GMT. Now if you want to edit the translated content, you would be prompted to re-translate your SuperSite content.

    c. the content of any HTML file is edited by Gossimer.

    In the event that you are needed to edit/re-translate any HTML file due to any of the above reasons, the files that need to be reviewed -

    a. would be displayed on the right-hand side of your SuperSite Admin page (immediately upon login) under the heading Recently Modified by us,

    b. would appear with the Status as attention How do I edit the existing Textual Content and Paragraphs as well as Modify the HTML Structure of a page? Modified by you This File needs your Attention while listing files.

    Upon opening this file (that needs to be edited/re-translated), you need to compare the content mentioned in the left-hand side box with the content  edited/translated by you in the right-hand side box and check the following -

    (i) If you perceive any editing/re-translation requirement -> just copy-paste the text from the left-hand side box to the right-hand side box besides it and edit/translate the text in the right-hand side box itself, and then click on the Save Changes button.

    (ii) If you perceive that there is no editing/re-translation required -> simply click on the Save Changes button.


2.1 Basic Editing Mode

If all you wish to do is to edit the text content within an HTML page, then you MUST use this tool. If you like the layout of the page as it is, but wish to change the text then follow the steps below -

  1. Login to the SuperSite/PartnerSite Admin Area. Click here to know how >>
     
  2. Under the My Languages SuperSite/PartnerSite section, click on Manage Site besides the Language SuperSite/PartnerSite, whose website content you wish to edit.
     

    IMPORTANT

    If you wish to translate your SuperSite/PartnerSite content to any other language than English, you need to do the following before performing the above instruction -

    a. first add a new Theme to your SuperSite/PartnerSite. Click here to know how to add a Theme >>

    b. then add a Language SuperSite/PartnerSite and associate it with this new Theme. Click here to learn how to configure multiple language support for your SuperSite/PartnerSite >>

     

  3. Under the Edit/Translate Website Content section, click on the Edit Content button.
     
  4. Browse through the directory listing to the template, whose content you wish to modify.
     
  5. Some templates may in turn further contain other templates. You will be able to see this within the template itself. You may therefore have to edit within multiple templates.
     
  6. Click on the Edit link next to the template.
     
  7. Here you will see the Original Text as inherited from English on the left-hand side of the page and Your Modified Text in <your current selected Language SuperSite/PartnerSite> on the right-hand side of the page in a textbox. You can edit the content available in one or more textboxes (on the right-hand side) and click on the Save Changes button after completing the editing.
IMPORTANT

  1. The Basic Editing tool section solves two purposes – it allows you to translate your SuperSite/PartnerSite content as well as edit existing content in each Language SuperSite/PartnerSite.
     

    • If you have not added another Language SuperSite/PartnerSite, then the same Basic Editing tool, allows you to simply add/edit existing contextual text.
       
    • If you have already added another Language SuperSite/PartnerSite, then also this very same Basic Editing tool, lets you add/edit the translated contextual text.
       
  2. You can NOT remove any HTML tags (“<” “>”) and all data within these tags. For example, if there is a HTML tag – <a href=”content.php?action=show_agreements&requestfor=resellermasteragreement&from=agree_page”> mentioned within a textbox, then you can not choose to remove this tag.

    You can however, choose to change the placing of these HTML tags within the textbox and can add any text surrounding these.
     

  3. If you are not satisfied with the editing and wish to revert to the text displayed earlier, simply follow steps 3 to 6 above. There you may either copy the text individually from the left-hand side to the right-hand side textbox and click on Save Changes or simply click on the Reset to Default button to revert the content of all textboxes in that template.
     
  4. Once you edit the Textual Content of a file using the above tool, the File Status of such a file will change from Default to Modified by you. If a file that has been modified by you, is also updated by Gossimer, then the Status would change to attention How do I edit the existing Textual Content and Paragraphs as well as Modify the HTML Structure of a page? Modified by you  This File needs your Attention.

    Once you have edited a file, we would not be able to automatically update the content of the same when new content is added by us; therefore, you would have to synchronize the content yourself. Click here to synchronize the Textual Content edited by you with any new content added by Gossimer >>


2.2 Advanced HTML Editing Mode

If you wish to change the layout or positioning of any of the various elements in a page, or you wish to add your own elements in a page, you can achieve the same only through the Advanced Editing mode.

There is a stark difference between the “HTML Structure” and the “Textual Content”, used in the SuperSite/PartnerSite Admin section.

HTML Template Structure - implies the way text and images are displayed within individual HTML pages. For example, the layout, the position, etc. of the elements.

Textual Content - is all the text that appears in paragraphs, lists, tables, forms, etc..

If you wish to only edit the text within the template, then please refer to the Basic Editing mode explained above. If however, you wish to make changes to the HTML structure (code) and Textual content within the template, you need to use the Advanced Editing mode only.

IMPORTANTAs detailed above (in Step 2), you have to be very careful with switching between the Basic Editing mode and the Advanced Editing mode. If you switch to the Basic Editing mode, your changes made through the Advanced Editing mode are lost. It is recommended that you review all of the important points mentioned above before continuing further >>


You can use the Advanced Editing mode as follows:

  1. Login to the SuperSite/PartnerSite Admin Area. Click here to know how >>
     
  2. Under the My Languages SuperSite/PartnerSite section, click on Manage Site besides the Language SuperSite/PartnerSite, whose website content you wish to edit.
     

    IMPORTANT

    If you wish to translate your SuperSite/PartnerSite content to any other language than English, you need to do the following before performing the above instruction -

    a. first add a new Theme to your SuperSite/PartnerSite. Click here to know how to add a Theme >>

    b. then add a Language SuperSite/PartnerSite and associate it with this new Theme. Click here to learn how to configure multiple language support for your SuperSite/PartnerSite >>

     

  3. Under the Edit/Translate Website Content section, click on the Edit Content button.
     
  4. Browse through the directory listing to the template, whose content you wish to modify.
     
  5. Some templates may in turn further contain other templates. You will be able to see this within the template itself. You may therefore have to edit within multiple templates.
     
  6. Click on the Edit link next to the template.
     
  7. Click on the Switch to Advanced Editing mode link besides the Basic Editor and then click on Yes to continue.
     
  8. Here you will see the Original Content on the left-hand side of the page and Your Content on the right-hand side of the page in a textbox. You can edit the content available in the Your Content textbox and then click on the Save Changes button.
IMPORTANT

  1. All style related attributes with regards to the display of any of the layout and positioning of elements is controlled through CSS files. Upon viewing the source of the HTML file, at the very top of the page you will notice several .css files being imported. Click here to find instructions on how to edit the CSS files in your SuperSite/PartnerSite >>
     
  2. Modifying the Header and Footer: You can follow the process outlined above to edit the header and footer HTML for your SuperSite/PartnerSite; the templates for these can be located with in the Header and Footer folders respectively within the Common folder. You can also replace the default header logo with the logo of your company. Click here to read how >>
     
  3. If you are not satisfied with the editing and wish to revert to the earlier content, simply click on Reset to Default from the Edit page, to restore the default content for that file.
     
  4. Once you edit an HTML page using the above tool, the File Status of such a file will change from Default to Modified by you. If a file that has been modified by you is also updated by Gossimer, then the File Status would change to attention How do I edit the existing Textual Content and Paragraphs as well as Modify the HTML Structure of a page? Modified by you  This File needs your Attention.
     
  5. Once you have edited a file, we would not be able to automatically update the structure of the same when new content is added by us; you would have to synchronize the HTML Structure yourself. Click here to synchronize the HTML structure edited by you with any new content added by Gossimer >>

 

Tags: , , , , , , , , , , , , , , , , , , , , , , ,

31 Aug 10 Generating the code to put on your website

 

In order to use the Live Chat Service on your website, you need to retrieve the HTML code and put it on your website.

Follow the steps mentioned below to obtain the code:

1. Login to your Control Panel, search for the Domain Name for which you have purchased the Live Chat Service and proceed to the Order Details view page. Click here to know how >>

2. Here, click Manage Live Chat Service. This will take you to the Registered members area.

3. Here, click the code that you require from the different types of codes listed under INTEGRATION CODE section, and copy this code to your website. Click here to know about different types of codes available >>

IMPORTANT 

1. If you use the code available within the LivehelpGenie Operator software, the visitors will be visible only to the Agent who copied the code.

2. The code provided in the software is different than the one provided within the control panel.

3. Ports in the range 37643 to 37648 need to be enabled/opened for the following to work:

i. Live Chat Agent software – If this software is installed on a computer that is behind a Firewall or Proxy Server, then you need to request your System Administrator to enable/open these ports for you.

If you are connected to the Internet via a Cable/DSL ISP, then you need to contact your ISP and request them to enable these for you. Typically, Dial-up Internet users do not face port blocking issues and would not have to request their ISP for enabling these ports.

ii. Live Chat code for your website – If the web server where your website is hosted (which has the LivehelpGenie Live Chat code installed) behind a Firewall, then you need to request your Web Hosting Provider to enable/open these ports for you.

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,

30 Aug 10 Why am I getting a 500 Internal Server Error on my website?

By default, when your site is accessed via a web browser (like Internet Explorer, Firefox, Opera, etc.), the Gossimer server tries to locate any of the following files (web pages) in the directory and displays its content:

  1. index.html
  2. index.htm
  3. index.php
  4. index.php3
  5. index.php4
  6. index.shtml
  7. default.html
  8. default.htm
  9. default.php
  10. home.html
  11. home.htm
  12. home.php
  13.  

The above mentioned files are also referred as the Home Page. The order specified above is important as the server tries to locate your home page in this exact order. If the server can not locate your home page, the visitor will get a 500 Internal Server Error.

In the unlikely event that you have used more than one of the above file names, the same order will be followed for selection of the home page. So, if you have a file named index.htm as well as a file named home.html, then index.htm will be your home page.

IMPORTANT

  1. You need to upload one of the above mentioned files within the web directory for your site to be publicly accessible, when someone simply types your domain name in the browser. The web directory is the default directory, where all your files reside. Refer <#faq:819#>.For example, if you have bought web hosting for the domain name your-name.com and choose to upload a file called somename.htm in the web directory. Then if a visitor visits http://www.your-name.com then they will encounter the above mentioned error message since the server did not find any home page (mentioned above). This content of this file will only be visible if someone types
    www.your-name.com/somename.htm/a/index.html.

    In this case it would be advisable if you rename somename.htm to index.htm. This would ensure that anyone visiting http://www.your-name.com would be able to view your site immediately, instead of remembering the complete path www.your-name.com/somename.htm/a/index.html.
     

  2. The Server expects a home page to be present in every directory within the web directory, so that the default webpage can be automatically displayed to the visitor.For example, if you have web hosting for the domain name your-name.com and choose to upload a file called somename.htm in a directory called myfiles in the web directory. Then if a visitor visits http://www.your-name.com/myfiles/ then he will encounter an error since the server would not find any home page (mentioned above). This file will only be visible if someone types www.your-name.com/myfiles/somename.htm/a/index.html.

Tags: , , , , , , , , , , , , , , , , , , , , ,

30 Aug 10 URL Masking

What is URL Masking? 

If you enable URL Masking, then visitors to the domain name will be forwarded to your destination website, however the URL in their browser address bar will remain the same. Also known as Stealth Redirection or URL Hiding, this will ensure that your visitors see the original domain name and not the destination URL. For example, your website is hosted at www.tripod.com/12345/YourSite/index.html/a/index.html and you choose to forward http://www.domainname.com to this website. If you enable URL Masking, your visitors will never see www.tripod.com/12345/YourSite/index.html as a URL in their browser address bar.

How does URL Masking work?

In case of URL Masking, the Domain Forwarding server sends the client a Frames page where the Frame Source contains the destination URL you have specified. This ensures that the URL in the address bar of the browser does not change though the client sees the destination page.

Enabling / Disabling URL Masking

You can enable / disable URL Masking after you have bought Domain Forwarding for a particular Domain Name. You need to follow the steps mentioned below to activate the same - 

1. Login to your Control Panel and search for the domain name. Click here to know how >>

2. Click on the Domain name in the search results to get to the Order details view.

3. Now click on Manage Service in the Domain Forwarding Toolbar.

4. Select the check box adjacent to Enable URL Masking for enabling this feature and deselect it for disabling this feature.

Having enabled URL Masking, you may want to set a page title and META Tags for the Frames page which is sent to the Client. This can be done by simply putting in your Meta Tags and <TITLE> Tags in the Header Tags box. Whatever you enter in this multi-line box will be output in between <HEAD> </HEAD> Tags on the Frames page sent to the visitor. These have to be mentioned in the following format only:

Meta Tags

<META NAME=”keywords” CONTENT=”Your comma-separated keywords are entered here”>
<META NAME=”description” CONTENT=”Website description of the forwarded domain name can be mentioned here”>

Page Title

<TITLE>Your Webpage Title can be mentioned here</TITLE>

Note: Do not mention any text outside the above mentioned Tags or it will disrupt the domain forwarding service for your domain name.

NOFRAMES Page Content

When URL Masking is enabled, the page served to the client is a Frames page. Older browsers cannot resolve a Frames based page. Moreover, Search Engines have problems trying to spider a Frames based website. You may want to set an alternative <NOFRAMES> page content, which would be useful for older browsers and Search Engines. You just need to provide your <NOFRAMES> page HTML content in the No Frames Page Content box. Whatever you enter in this multi-line box will be displayed in between <NOFRAMES> </NOFRAMES> Tags on the Frames page sent to the visitor. You may leave box blank, if you do not wish to display <NOFRAMES> page content.

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,

29 Aug 10 Sending Mails to your Sub-Resellers and/or your Customers

You can use the Send Mail tool provided in your Control Panel, to send e-mails to all/selected  Sub-Resellers and Customers of yours, regarding your various product offerings, pricing changes, downtime outages, etc..

You can target your Sub-Resellers / Customers, by searching for them according to one or more of the following criteria:

  • Sub-Reseller / Customer Ids (comma-separated) – If you wish to mail to only a specific set of your Sub-Resellers / Customers, then you need to specify their IDs as comma separated values. Leave this blank if you do not want to narrow your list of mail recipients.
     
  • Sub-Reseller / Customer Name – You can specify the Sub-Resellers / Customers Name to whom you want to mail by entering data in this box. Leave this blank if you do not want to narrow your list of mail recipients.
     
  • Sub-Reseller / Customer Username (Email Address) – You can specify the Sub-Resellers / Customers Username to whom you want to mail by entering data in this box. Leave this blank if you do not want to narrow your list of mail recipients.
     
  • Sub-Reseller / Customer Company – You can specify the Sub-Resellers / Customers Company Name to whom you want to mail by entering data in this box. Leave this blank if you do not want to narrow your list of mail recipients.
     
  • Sub-Reseller / Customer City – You can specify the Sub-Resellers / Customers City to whom you want to mail by entering data in this box. Leave this blank if you do not want to narrow your list of mail recipients.
     
  • Sub-Reseller / Customer Country – You can specify the Sub-Resellers / Customers Country to whom you want to mail by selecting the name of a Country in this box. Leave this field at the Select a Country option, if you do not want to narrow your list of mail recipients.
     
  • Sub-Reseller / Customer Status – You can either mail your Active, Suspended or Any (except Deleted) Sub-Resellers / Customers by selecting one of the values in the drop down menu. Select Any if you do not want to narrow your list of mail recipients. In case of Sub-Resellers, an additional status can be specified as Pending Activation. Click here to read in detail about the Pending Activation status >>
     
  • Creation Date – The Creation Date indicates the date when a Sub-Reseller / Customer signed up under you. You must select the Creation Date correctly before being able to send an email to your Sub-Resellers / Customers, by selecting a pre-defined timeframe or specify your own date range. Select All (Slowest Search), to mail all of your Sub-Resellers / Customers.
     
  • Total Receipts Between – You can target you email to a specific set of Sub-Resellers / Customers who have deposited/done business with you to a specific figure. Leave this blank if you do not want to narrow your list of mail recipients.
     
  • Products – You can mail specific Sub-Resellers who have only signed up for or not signed up for any Product and Service, by toggling the appropriate options. Leave this option on Signed up for -> Select a Product, if you do not want to narrow your list of mail recipients.
     
  • Order By – You can sort the list of mail recipients to send mail to, by selecting one of these options.

This tool empowers you with a communication medium, to market your products and services to all your Sub-Resellers and Customers, without you having to use any external means of going about the same.

 

Sending an E-Mail to your Sub-Resellers / Customers

1. Login to your Reseller Admin Control Panel at http://manage.gossimer.biz/reseller

2. To send an e-mail campaign to your Sub-Resellers by clicking on Sub-Resellers -> Send Mail. Similarly clicking on Customers -> Send Mail does the same for your Customers

3. Enter one or more details (as explained above) to send a targeted mail to a select set of clients, based on the parameters that you have chosen and click on the Submit button.

4. Create an e-mail campaign by filling in all the details mentioned below:

  • To – While emailing your Sub-Resellers, you can decide to send emails to either their Reseller Username email address or their Billing Contact email address or their Sales Contact email address or their Technical Support Contact email address or their Abuse Desk Contact email address, depending upon the nature of this email. 

    All mails sent to Customers are delivered to their Customer Username email address itself.
     

  • From Name – Depending upon the content of the email, you may choose to send this email from different From Names (like a sales letter may be sent from your Sales Team)
     
  • From Address – The From Email Address needs to be relative to the From Name (like the sales letter may be sent through sales@your-comany-domain.com)
     
  • Send Reply to – Mention any email address where you want your Sub-Resellers / Customers to respond to, in case they want to discuss some aspect of the email that you are sending them.
     
  • Subject – This line signifies the title of the email that you are sending to your Sub-Resellers / Customers and should convey the gist of the email.
     
  • Content Type – You can choose to send emails in either plain Text or HTML format, by selecting the same in the drop down.
     
  • Message – The complete content of your email needs to be mentioned in this field. In case you are sending an HTML email, remember to set line breaks (<br> or <br />) or enclose paragraphs within <p> and </p> tags.
     
  • Confirm Delivery to – Any email address specified in this field is sent a confirmation email, that all your mails have been sent by the system. This ensures that you are informed about the system having mailed each one of your Sub-Reseller / Customer to whom you were mailing using the Send Mail tool.
     
  • Send Errors to – Mention an email address here where the system would forward you all undeliverable messages due to any network or recipient’s mail server error or any recipient’s mail account related errors.

5.  Click on the Preview button to review your message before sending. If you are satisfied with the outlook of your message, send the email by clicking the Confirm button.

IMPORTANT

At any point of time you can launch up to 4 email campaigns using the Send Mail Tool. You will be able to send another email campaign after at least one of the previous 4 campaigns have been completely sent out by the system.

For example, if you have chosen to Send emails to your Sub-Resellers based in USA, that is treated as a single email campaign. Another campaign could be a Send Mail to all your Customers. Just like these, you can at a time send 4 email campaigns and the system will not allow you to send another campaign until one of these 4 campaigns have been sent by the system.

 

Tags: , , , , , , , , , , , , , , , , ,

29 Aug 10 Debugging Perl/CGI Scripts

Hosting servers are configured to store error logs for CGI/Perl scripts, encountered during the course of operation. By default, error messages are sent to STDERR.

Most HTTPD servers direct STDERR to the server’s error log, which stores information for all the websites hosted on a shared hosting environment. As this, this file cannot be accessed by individual website owners. You may wish to keep private error logs, distinct from the server’s error log, or  may wish to direct error messages to to a web browser.

This can be accomplished by coding your scripts accordingly during the development phase.

Sending error messages to a private log file

The carpout() function can be used to achieve this. Since carpout() is not exported by default, you must import it explicitly as -

use CGI::Carp qw(carpout);
 

The carpout() function requires one argument, which should be a reference to an open filehandle for writing errors. It should be called in a BEGIN block at the top of the CGI application so that compiler errors will be caught. Example:

BEGIN {
use CGI::Carp qw(carpout);
open(LOG, “>>/domains/domain.com/logs/cgi-error.log”) or
die(“Unable to open cgi-error.log: $!n”);
carpout(LOG);
}
 

carpout() does not handle file locking on the log for you at this point.

Sending error messages to a Web Browser

Fatal (die, confess) errors can be sent to a web browser by importing the special “fatalsToBrowser” subroutine:

use CGI::Carp qw(fatalsToBrowser);
die “Couldn’t open log file”;
 

Fatal errors will now be echoed to the browser as well as to the log file. CGI::Carp arranges to send a minimal HTTP header to the browser so that even errors that occur in the early compile phase will be seen. Nonfatal errors will still be directed to the log file only (unless redirected with carpout).

 

Sample Script

#!/usr/bin/perl -wT

# In the first line above, T causes Perl to check
# for “tainted” data, that is, data from outside the
# script (i.e. user input) that is going to be used
# to affect something else outside the script
# (i.e. writing to a log file)

# You can untaint data by parsing it for unwanted
# characters then saving it to another variable.

# If you are having trouble with a script, try removing
# the T switch to see if that is the problem.

# The w switch in the first line causes warnings about
# script syntax to be printed, if there are any.

# This script does 2 things:
#
#1. It directs fatal errors to the browser,
# so when the script is invoked via the Web,
# a meaningful error message is returned.
# This is useful when developing a script;
# but should be disabled when the script
# is made publicly available.
#
# 2. It will direct any error message the script
# generates to an error log that resides in
# the user’s home directory. The file must
# already exist and be “other” writeable.

# Notice that the following is enclosed in a BEGIN { }
# block that causes it to execute before the rest of
# the script is read.

# This block should be placed in the main script,
# as near the top as practical. Do not place it in
# subroutines or libraries. Always test
# subroutines thoroughly before placing them
# in libraries.

BEGIN {

# define an error log in YOUR home directory
# this is an example where the
# home directory is /domains/domain.com/

my $error_log = “/domains/domain.com/logs/cgi-error.log”;

# “my” in the line above makes the variable $error_log
# local so it only has meaning inside this block.
# See your text for more on variable scope.

# load the CGI::Carp module;
# fatalsToBrowser directs fatal errors to the browser
# carpout is for directing errors to the error log

use CGI::Carp qw(fatalsToBrowser carpout);

open (LOG,”>>$error_log”) ||
die “couldn’t open log file: $!”;
carpout(LOG);

# open(…) is used to open a file.
# >> means the new input will be appended what’s
# already in the file.

# LOG is a nickname (properly called a “file handle”)
# that is given to the file so it is easy to refer to
# it later, i.e. carpout(LOG) sends the error
# message to the file with the nickname LOG

# || means “or” (as in do this or that)
# die means stop executing the program. You can add
# a message in quotes after the die command.

# $! is a special variable that contains the current error info

}

# The following line will cause an error.
# It is a call to a sub-routine that does not exist.
# After you have tried this script and received the error message,
# comment out the following line so no error occurs
# and “Hello world!” is printed.

&non_existent_subroutine();

print <<EOT;
Content-type: text/htmlnn

<HTML>
<BODY>
Hello world!
EOT

print “</BODY></HTML>”;

Tags: , , , , , , , , , , , , , , , , , , ,

29 Aug 10 About WorldPay

WorldPay is a part of The Royal Bank of Scotland Group, the 5th biggest banking group in the World, whose payment solutions are trusted by thousands of businesses, big and small.

Reference

Pricing – http://www.worldpay.com/about_us/index.php?page=pricing

Security – http://www.worldpay.com/about_us/index.php?page=security

Products and Services – http://www.worldpay.com/about_us/index.php?page=services

Acceptable Credit Cards – https://support.worldpay.com/products_services/services/cards.html

 

Tags: , , , , , , , , , , , , , ,

29 Aug 10 General Finance Setting

The Reseller Admin Control Panel allows you to customize various finance parameters as follows:

1. Login into your Reseller Admin CP at http://manage.gossimer.biz/reseller

2. Click on Settings -> Finance & Billing -> General Settings.

3. Modify all the information in the form to suit your needs. The various fields in the form are explained below.

  • Selling Currency – This field represents the currency in which you wish to sell your Products to your Customers and Sub-Resellers.
     
  • Accounting Currency - This field is important for you if you use the Online Invoicing and Billing system we provide. If your Selling currency above is different from the currency in which you maintain your books of accounts, you may change your accounting currency.
     
  • Note that, if you choose a different Accounting Currency, all Invoices, Receipts, Debit Notes and Credit Notes will contain two currency columns, containing both the Selling currency and the Accounting Currency. This field represents the local currency of your country. So in India, this would be the Indian Rupee, if you are from Europe choose the Euro. If you made the wrong Currency choice at setup time then it is VERY IMPORTANT that you immediately contact us, before you start selling any Products. A wrong Currency could have several implications to your billing section.
     
  • Currency Conversion Rate – This represents the Conversion rate between your Selling Currency and your Accounting Currency. If you have chosen a different Accounting currency from your Selling Currency, the system will also automatically calculate your Forex Gain/Loss per transaction for you. Alternatively, you can keep modifying this value on a regular basis to represent the accurate conversion rate between your Selling and Accounting currencies. This needs to be selected by clicking on the check box, listed above the Currency Conversion Rate.
     
  • Funds Threshold Level – Set this to a comfortable amount such that the the System notifies you when your Funds in your Reseller Advance A/c drop below this level. For instance, if you set this to 100 in your Selling Currency, then each time your funds drop below 100, you will get an e-mail to replenish your funds.
     
  • Minimum Transaction Amount – This is a very useful feature which allows you to specify a minimum amount below which your Customers and Sub-Resellers will not be able to pay/add funds using any online payment option. This is useful when you do not wish to allow your Customers and Sub-Resellers to transact small amounts by online methods.Minimum Transaction Amount for making Payments – By setting a value greater than zero in this field, you can restrict your Customers from paying for Invoices/Debit Notes of lesser amounts.

    Minimum Transaction Amount for Adding Funds – By setting a value greater than zero in this field, you can restrict your Customers and Sub-Resellers from adding funds into the system of lesser amounts.
     

  • Turn on the generation of Risk Assessment Reports – By default this feature is turned on, as measure to mitigate fraud when receiving funds from your Sub-Resellers and Customers via any of the following Payment Gateways -
     

    • Authorize.Net Credit Card Gateway
    • VeriSign Payflow Pro Credit Card Gateway
    • Planet Payment Credit Card Gateway
    • Electronic Clearing House Credit Card Gateway
    • PayPal Direct Payment API Gateway
       

  • -  Apart from various online payment gateways that you can setup to receive funds, you may also choose to receive payment via offline methods. Should you choose to do so, you would need display various methods by which your Customers and Sub-resellers can make offline payments, such as your Postal Address, instructions for mailing a Cheque or Wire Transfer information. All such information can be submitted here. 

    You would find 2 text-boxes where you can submit the Payment Page content (in HTML) for your Customers and and Sub-resellers. Use the preview buttons to see what your submitted content would appear like when your Customers/Sub-resellers view it before paying or adding funds.

IMPORTANT

The SuperSite contains information about the various Payment options you offer to your Customers and also presents these options at the time of purchasing Products and Services. This data is downloaded to your SuperSite from your Control Panel and cached (stored) on the SuperSite Server. Hence, you would need to refresh the cache of your SuperSite once you have completed the above process. You can accomplish this from within your Control Panel itself by clicking on Tools -> Reload SuperSite & PartnerSite Cache -> SuperSite Payment Preferences. Click here to know what is SuperSite >>

 

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

29 Aug 10 How do I configure Multiple Language support for the SuperSite/PartnerSite?

By default, the entire content of the SuperSite/PartnerSite is provided by us in English. However, you can not only edit the text but also add other languages, thus allowing you to display your SuperSite/PartnerSite in multiple languages.

Adding a Language for your SuperSite/PartnerSite

     

  1. Login to your SuperSite or PartnerSite Admin Area. Click here to learn how >>

  2. Click on the Configure Languages and Themes link.

  3. Here you will see the default languages we offer the SuperSite in. You can add other languages by following the below mentioned steps -

    a. Click on the Add new Language link on the top right-hand corner of this page.

    b. Select a New Language from the Choose Language to Add drop-down menu. If this language is read from right to left, you need to select the check box adjacent to Right to Left (RTL) and click on Add to add the language.

    IMPORTANT  

    A. Languages such as Arabic, Hebrew, etc. are RTL languages.

    B. Support for languages which are written from the Right to the Left (RTL) like Arabic, Hebrew, etc., has been provided through a supersite-rtl.css / partnersite-rtl.css file in the existing set of CSS files, which is available once a RTL language is added in your SuperSite/PartnerSite. This CSS file mostly contains positional attributes and browser specific information for elements on the SuperSite/PartnerSite to be displayed properly across most browsers.

    C. Upon selecting a language as RTL, the following files are updated:

    commonheaderincludesstatic_bar_under_menu.html
    homepageincludeshostingblurb.html
    productsdomaindomain_mail_fwddomain_mail_fwddomain_mail_fwd_addorder.html
    shopping_processupsellingadditionalservicesadd_sitebuilder.html
    shopping_processupsellingadditionalservicesadd_engage.html
    shopping_processupsellingadditionalservicesadd_ssl.html
    shopping_processupsellingadditionalservicesadd_dnshosting.html
    shopping_processupsellingadditionalservicesadd_domainfwd.html
    shopping_processupsellingadditionalservicesadd_mailfwd.html
    commonfooterfooter.html
    productshostingpreconfigured_planscommonhosting_show_plans.html

     

    However, if you have modified any of the above files, this change would not happen automatically. You would need to synchronise the content of the modified files with the content made available by us, when you chose to display your SuperSite/PartnerSite in a Right to Left language. Click here to know how you can synchronize your SuperSite/PartnerSite content with the changes made by Gossimer >>

     

  4. Click on the Save button to allow translation of your SuperSite/PartnerSite in that language.

Updating the Settings of the Language(s) you have added for your SuperSite/PartnerSite

Once you have added a new language to your SuperSite/PartnerSite, you need to understand the various settings available for this language.

1. Status: By default, when you add any new language for your SuperSite/PartnerSite, it would be set to the Disable Status. In this status, while you will be able to modify the Text content of your SuperSite/PartnerSite in this language, your visitors viewing your SuperSite/PartnerSite will not be able to select this language as a display option.

If you set a language to Enable but haven’t yet translated your SuperSite/PartnerSite Text content then if your SuperSite/PartnerSite visitor selects this language, some parts of your SuperSite/PartnerSite would appear translated, while the rest of the content would appear in your Default Language.

2. Associated Themes: Your SuperSite/PartnerSite content comes with a default Theme. A Theme consists of all your CSS, Images and Javascript files. Ideally, for each language that you enable for your SuperSite/PartnerSite, you should add a different Theme and associate it with its relevant language. This is so since for each language you would want to have images with text embedded on them in that particular language itself.

Click here to know more about a Theme and how to add a Theme? >>

3. RTL: The Right to Left (RTL) setting needs to be enabled for only those languages that are written from the Right to the Left like Arabic, Hebrew, etc.
 

IMPORTANT   

A. If you wish to make any changes related to the positional attributes, you need to edit the supersite-rtl.css / partnersite-rtl.css file along with the css file for the specific product. Click here to find more information about modifying your SuperSite/PartnerSite CSS files >>

B. The following are known display issues for Right to Left language support across browsers:

a. Special characters [brackets, exclamation marks, hyphens and other special characters] – While translating the content, &lrm; needs to be placed after the special character. Else, the order of the special character will be reversed.

rtl1 How do I configure Multiple Language support for the SuperSite/PartnerSite?

b. Textboxes requiring user input [Username, Password, etc.] - If the Username or Password has some special characters, the order of the special characters will be reversed. This will result in login failures.

rtl2 How do I configure Multiple Language support for the SuperSite/PartnerSite?

c. There may be several default images in your SuperSite/PartnerSite pages that are either, aligned or pointing in a particular direction, in-synch with the default English content of the SuperSite/PartnerSite pages.

 rtl3 How do I configure Multiple Language support for the SuperSite/PartnerSite?

 

You would need to browse through your SuperSite/PartnerSite pages, edit all such affected images using a photo editing software such as Adobe PhotoShop or PaintShop Pro and replace the existing images. Click here to know how to replace existing images of your SuperSite/PartnerSite >>
 

 

4. Default: Your Default Language will be the language in which your SuperSite/PartnerSite will be displayed to new Customers/Sub-Resellers visiting your SuperSite/PartnerSite, unless they have modified their language preference. You can set only a language which is on Enable mode as your Default Language.

5. Actions: Except the English language, you can Delete all other languages added by yourself, by clicking on the Delete button under the Actions column.

Tags: , , , , , , , , , , , , , , , , , , , , , ,

27 Aug 10 How can I change the Other Payment Options on the final check out page of the SuperSite?

When your Customers visit your SuperSite and order various products, they are presented with the different options by which they can pay you for these products on the final page after purchase. These include online payment via any Payment Gateways you may have setup, or paying from their debit accounts. Additionally, you can also specify other payment options that your Customers can avail, such as Wire/Bank Transfers, Check Payment Details, etc..

paymentoptions1 How can I change the Other Payment Options on the final check out page of the SuperSite?

To specify and/or update these options in SuperSite, you need to modify the text template for the Other Payment Optionspage. Follow the process outlined below to do so:

  1. Login to your SuperSite Admin Area. Click here to learn how >>
  2. In the Admin area, click on the Add/Modify Content and Themes link.
  3. Click on the Browse link next to the Website Content directory
  4. Click on Browse link next to the language for which you wish to make the modification.
  5. Click on Browse adjacent to the Shopping_process directory and then, click on Browse adjacent to the Checkout_step2 directory.
  6. Click on Browse adjacent to the Includes directory, look for the file named payment_other_option.html, and click on Edit adjacent to the page name.
  7. Here, you can modify the basic text content available in one or more textboxes and click on the Save Changes button beneath after completing the modification.

The changes you have made will immediately reflect on your SuperSite, and the additional payment options you have specified will be presented to your Customers when the Invoice is generated for the products they purchase.

IMPORTANT

a. You will have to repeat the above process if you have configured multiple languages for your SuperSite.

b. If you are not satisfied with the modifications and wish to revert to the text displayed earlier, simply follow steps 4 to 6 above. There you will have to copy the text from the left hand side to the textbox and click on Save Changes.

c. Apart from modifying the text of the Other Payment Options page, you may also modify the presentation of the displayed text. For example, you may want to display this information in a different Font Face or you may want to modify the Size of the Font or display your text in a Table, etc.. Click here to learn how to modify the HTML Structure of a page >>

Tags: , , , , , , , , , , , , , , , , , , , , ,

25 Aug 10 How do I set the home or default page for my website?

The home or default page is the first page that is displayed to any visitor when they type your domain name in their web browser. To set a particular page as your home page, you need to name it as any of the following:

Windows Hosting Linux Hosting

     

  • index.html
     
  • index.htm
     
  • index.shtml
     
  • index.asp
     
  • index.aspx
     
  • default.html
     
  • default.htm
     
  • default.shtml
     
  • default.asp
     
  • default.aspx
     
  • home.html
     
  • home.htm
     
  • home.shtml
     
  • home.asp
     
  • home.aspx
  •  

     

  • index.html
     
  • index.htm
     
  • index.php
     
  • index.php3
     
  • index.php4
     
  • index.shtml
     
  • default.html
     
  • default.htm
     
  • default.php
     
  • home.html
     
  • home.htm
     
  • home.php
     
  • index.pl
     
  • home.pl
     
  • default.pl
  •  

When there is a request for your website, the server will look for any of the above files, and if available, display it as your home page.

IMPORTANT

The order specified above is important when it comes to setting your home page. In the unlikely event that you have used more than one of the above file names, the same order will be followed for selection of the home page. So, if you have a file named index.htm as well as a file named home.html, then index.htm will be your home page.

Tags: , , , , , , , , , , , , , , , , , ,

25 Aug 10 How to Troubleshoot Delays in Displaying your SuperSite/PartnerSite Pages?

 

In the event that you notice some delay in displaying content on your SuperSite/PartnerSite, Gossimer allows you to pinpoint the cause for this delay, through a nifty tool. If you are not able to troubleshoot the reason for this lag through this tool, we would request you to forward Gossimer the output of this tool at support@gossimer.com.

 

Enabling this tool

 

There are two ways in which you can enable this tool on your SuperSite/PartnerSite:

1. You may enable this tool from your SuperSite/PartnerSite URL by submitting the following URL, and then navigate over to the page that is taking time to load

http://<Your SuperSite URL>/?show_profiler=true
http://<Your PartnerSite URL>/?show_profiler=true

2. You may also visit the page which is taking time to load and enable this tool directly from that page, by submitting the URL, as displayed in the following example -

http://<Your SuperSite URL>/somepage.php?show_profiler=true
http://<Your PartnerSite URL>/somepage.php?show_profiler=true

However if the URL already has some parameters being passed to it through “&”, then you need to enable this tool by submitting the URL as displayed in the following example -

http://<Your SuperSite URL>/somepage.php?action=promos_amp;show_profiler=true
http://<Your PartnerSite URL>/somepage.php?action=promos_amp;show_profiler=true

IMPORTANT 

  • When you enable this tool for your SuperSite/PartnerSite, then the results of this tool are displayed only to you.
  • Your SuperSite/PartnerSite continues to be displayed normally to other people.

Upon enabling this tool, you would notice results such as the following, at the very bottom of that page -

Sample Output

============================================================================
PROFILER OUTPUT
============================================================================
Calls Time Routine
—————————————————————————–
1 4.2040 ms ( 0.26 %) common/footer/footer.html
1 3.9160 ms ( 0.24 %) common/header/header.html
1 2.2640 ms ( 0.14 %) common/header/includes/change_language.html
1 9.7451 ms ( 0.59 %) common/header/includes/header_cart.html
1 3.5040 ms ( 0.21 %) common/header/includes/header_dashboard.html
1 3.5779 ms ( 0.22 %) common/header/includes/header_logindiv.html
1 2.5790 ms ( 0.16 %) common/header/includes/static_bar_under_menu.html
1 0.2789 ms ( 0.02 %) footer
1 159.7109 ms ( 9.70 %) getCountryCodeForIP
1 414.6559 ms ( 25.18 %) getResellerDetailsFromURL
1 3.3398 ms ( 0.20 %) header
1 22.2020 ms ( 1.35 %) homepage/index.html
1 3.5648 ms ( 0.22 %) promos/sidebar_promo_blurb.html
1 7.3581 ms ( 0.45 %) root.html
1 14.2081 ms ( 0.86 %) sidebars/sidebar.html

In the bottom, you will see something like this:

1 82.7694 ms ( 5.03 %) unprofiled

838.3358 ms ( 50.90 %) Missed
============================================================================
1647.0261 ms (100.00 %) OVERALL TIME
============================================================================

 

 

Disabling this tool

Once you have noted the complete output of this tool (as displayed above), you should disable it. This can be disabled in any one of the following ways:

1. You may disable this tool from your SuperSite/PartnerSite URL

http://<Your SuperSite URL>/?show_profiler=false
http://<Your PartnerSite URL>/?show_profiler=false

2. You can visit any page and disable this tool from that page, by submitting the URL, as displayed in the following example -

http://<Your SuperSite URL>/somepage.php?show_profiler=false
http://<Your PartnerSite URL>/somepage.php?show_profiler=false

However if the URL already has some parameters being passed to it through “&”, then you need to disable this tool by submitting the URL as displayed in the following example -

http://<Your SuperSite URL>/somepage.php?action=promos_amp;show_profiler=false
http://<Your PartnerSite URL>/somepage.php?action=promos_amp;show_profiler=false
 

 

IMPORTANT 

Once you close your browser window, this tool gets automatically disabled.
 

 

 

Tags: , , , , , , , , , , , , , ,

24 Aug 10 Determining which code you need for your website

Once you have set up your support chat system, you need to put a certain piece of code on your website. Although it is not necessary to put this code on every page of your site, it would be advisable to do so for best results.

Gossimer offers you several types of codes to use for your Live Chat setup. You can use any of the following, to suit your purpose -

1. LivehelpGenie code for websites - Use this code on your websites, to track movement of visitors, and provide a chat link. There are several variations of this code, for instance

  • LivehelpGenie Live Chat and Tracking Code: For pages where you wish to track visitors, and display a Live Chat image.
     
  • LivehelpGenie Live Chat email signature code: To put in your HTML emails.
     
  • LivehelpGenie Live Tracking Code for pages: For pages where you wish to track visitors, without Live Chat Image display.
     
  • LivehelpGenie Code for Secure Websites: For sites starting with https://. There are two sets of code, for tracking with or without the Live Chat Image display.
     

2. LivehelpGenie code for auctions – Use this code on your auction websites. Provide the name of the Auction, and your username for the selected Auction Type, and click Get My Code to generate the code that you can use on your site.

Once you have decided about the type of code to use, you need to generate the code to put on your website. Click here to read how >>

Tags: , , , , , , ,

23 Aug 10 Configuring your LivehelpGenie Agent Client software

Before interacting with your website visitors for the first time, we would advise you to configure your LivehelpGenie Agent Client software, as follows:-

Customize your Welcome Message

When you choose to accept a chat request from your website visitor, you can automatically push a custom Welcome/Greeting Message to the visitor. Typical Welcome Messages look like Hi, I am Your_Name. How may I assist you today? or Welcome to Your_Website. How may I help you?

You can set your personal Welcome Message from within your LivehelpGenie Agent Client software from Options -> Customize -> Welcome Message.
 

Prepare Canned Messages and Store them within your LivehelpGenie Agent Client software

While conversing with visitors, you will realize that there are a lot of standard questions that people ask. You can easily prepare detailed responses for such questions in advance and store them within your LivehelpGenie Agent Client software, so that when visitors ask you these standard questions, you can simply provide them with a canned response to save your time and effort in typing the same response over and over again.

You may store and push the following types of Canned Messages to your website visitors:

1. Click Canned -> Manage Canned Messages within your LivehelpGenie Agent Client software

2. Under Canned Manager, click any one of the following categories and click the Add Item button

     

  1. HTML – You can push any HTML content to your website visitors by storing it in a canned response.ExampleFeel free to email us at <a href=”mailto:name@yourdomainname.com”>name@yourdomainname.com</a>.The above would appear as follows in your visitors chat window -Feel free to email us at name@yourdomainname.com.
     
  2. Images – You can easily display an image inline to your website visitors within their chat window, by mentioning the URL of this Image.
     
  3. Web Pages – You can push a web page to your website visitors, by storing a URL here. When you push a web page to your website visitors, they are prompted to accept opening up the pushed page in their default browser.You can customize the message that is pre-fixed and post-fixed to the pushed webpage by modifying the following 2 messages through Chat Window Customization -The Site Operator would Like you to Visit The Following Website
    Press Ok To Open a new Window & View This Page Click here to read in detail about customizing the Chat Window >> 
  4.  

  5. Frequently Used Responses – You may prepare standard responses to common queries and store them within your LivehelpGenie Agent Client software, so that when a visitor inquires about the same, you may push your response to him immediately.
  6.  

     

3. Click OK in the Add file window to save the canned message

4. Once you added all the required messages, close the Canned Manager window. These messages will now be available to you when you begin conversing with your website visitors.

Tags: , , , , , , , , , , , , , , , , , , , , ,