Font Size
Free Script installer FORUMS Ad management Portals and Cms Blogs Welcome Hepsia cPanel hosting
Free Script installer
You're about to get acquainted with a brand new mechanism of installing and managing PHP scripts. Our Elefante Installer allows you to install and manage blogs, forums, image galleries, content management systems, e-shops and many more, without any knowledge of basic programming languages such as HTML, PHP, etc. The Elefante Installer is a FREE PHP web application services installer which makes it easy for you to automatically install over 40 popular PHP script packages straight from your personal Web Hosting Control Panel or have the script insalled when you sign up ready for use.
Read the Full Story
FORUMS
An Internet forum is a discussion area on a website. Website members can post discussions and read and respond to posts by other forum members. An Internet forum can be focused on nearly any subject and a sense of an online community, or virtual community, tends to develop among forum members.
Read the Full Story
Ad management

Ad Management Scripts/Software

Pop-ups and other kinds of advertisements are a constant irritation for many Internet users. But, like all things media (such as television and radio), the web can't continue to exist without them. Whether webmasters like it or not, advertising helps pay their bills to keep their sites running. Therefore, it's always a good idea to know how to make them work for you. One way you can do this is to use ad management scripts or software. The sheer number available, online or otherwise, guarantees that you'll be able to find one that will fit your needs and budget.
Read the Full Story
Portals and Cms
A portal Web site is a Web site that aims to be your "portal," or entranceway,  to most anything you can do on the Web. For example, Yahoo is considered a  portal because it offers a search engine that helps you find other Web sites, as  well as topics categories such as finance,  travel, health, etc. that help you find information on the Web about those  topics. In the 1998-2001 phase of the Internet, many Web sites aspired to be  portals, because they believed it would mean users would use them as their  "start page" and visit frequently, even if they eventually left to visit other  Web sites. However, these days, most Web sites do not want to be mere start  pages; they want to keep you on their Web site for as long as possible, and not  take you to other Web sites.
Read the Full Story
Blogs

What's a blog?

A blog is a personal diary. A daily pulpit. A collaborative space. A political soapbox. A breaking-news outlet. A collection of links. Your own private thoughts. Memos to the world. Your blog is whatever you want it to be. There are millions of them, in all shapes and sizes, and there are no real rules. In simple terms, a blog is a website, where you write stuff on an ongoing basis. New stuff shows up at the top, so your visitors can read what's new. Then they comment on it or link to it or email you. Or not
Read the Full Story
Welcome
  • Upto unlimited GB Disc Space
  • Upto Unlimited Data Transfer
  • FTP, Stats
  • Upto unlimited Email Accounts
  • Free sub Domain Name
  • Free Site Builder
  • Unlimited Domain Hosting
 
Read the Full Story
Hepsia cPanel hosting

Hepsia Control Panel Top Features

You can now register, transfer or manage multiple domain names & websites from just one place. This is something cPanel has big problems with. Actually there is no Domain Manager at all in cPanel. With Hepsia you can set up and manage multiple fully independent websites from a single account. No need to have separate control panels (i.e. logins) for your domains, support tickets and billing.
Read the Full Story

“ Pricing Grid” download here


A) HTML Structure -
Horizontal Layout
Below is the structure of a pricing grid container
<div class="apg-hori apg-hori-2">
	OPTIONS GO HERE
</div>
Specify the number of options you want by using the following classes apg-hori-2, apg-hori-3, apg-hori-4, apg-hori-5To add the options, use the html structure provided below and place each option container in the order you want them displayed.
Below is the structure of a pricing grid option box
<div class="apg-option ">

	<div class="apg-header">
		<h1>Standard</h1>

		<span class="apg-price">$35<span class="label">/Mo</span></span>
	</div>

	<ul>
		<li><strong>5</strong> Users</li>
		<li><strong>5GB</strong> Space</li>
		<li><strong>20</strong> Email Accounts</li>
		<li><strong>5GB</strong> Bandwidth</li>
		<li><strong>5</strong> Domains</li>
	</ul>

	  <a href="javascript:;" class="button">Order Now</a>
</div>
How to edit the features list
To edit the features list, modify the items in the unordered list. To add an icon to a list item, first you must define your icon class in the css file (example below). Then add this class to the LI tag of the item you want to add the icon to. Note: Only five icons from the FamFamFam icon package were used in this example. Many more icons can be downloaded at their website http://www.famfamfam.com/lab/icons/silk/
.user strong { background: url(./images/silk/user.png) no-repeat 0 0; padding-left: 24px;  }
How to create a featured option
To create a featured option, add the class apg-featuredto an apg-option container.
How to change the header color(s)
To change the color of the pricing grid header, open the build-hori-header.png file located in the build directory. After editing this file, save it as hori-header.png, and place it in the correcttheme folder (ex. blue+orange or black+turquoise) in the themes directory.
Mini Layout
Below is the structure of a pricing grid container
<div class="apg-mini apg-mini-2">
	OPTIONS GO HERE
</div>
Specify the number of options you want by using the following classes apg-mini-2, apg-mini-3, apg-mini-4To add the options, use the html structure provided below and place each option container in the order you want them displayed.
Below is the structure of a mini option box
<div class="apg-option">		
	<div class="apg-header">
		<h1>Standard</h1>
	</div>

	<div class="apg-content">
		<p>Lorem ipsum dolor sit amet, consetur adipisicing elit, sed do eiusmod tempo.</p>

		<ul>
			<li><strong>5</strong> Email Accounts</li>
			<li><strong>5GB</strong> Bandwidth</li>
			<li><strong>5</strong> Domains</li>
		</ul>
	</div>

	<div class="apg-footer">
		<span class="apg-price">$35<span class="apg-label">/Mo</span></span>
	  	<a href="javascript:;" class="button">Order Now</a>
	 </div>
</div>
How to edit the feature text
Simply modify the paragraph tag contained in .apg-features container. Be careful not to enter too much text for this.
How to edit the features list
To edit the features list, modify the items in the unordered list.
How to change the header color(s)
To change the color of the pricing grid header, open the build-mini-header.png file located in the build directory. After editing this file, save it as mini-header.png, and place it in the correcttheme folder (ex. blue+orange or black+turquoise) in the themes directory.
Vertical Layout
Below is the structure of a vertical layout container
<div class="apg-vert">
	OPTIONS GO HERE
</div>
The number of option boxes is unlimited as they will just fall below each other. To add the options, use the html structure provided below and place each option container in the order you want them displayed.
Below is the structure of a vertical option box
<div class="apg-option ">

	<div class="apg-header">
		<h1>Standard</h1>

		<span class="apg-price">$35<span class="apg-label">/Mo</span></span>
	  	<a href="javascript:;" class="button">Order Now</a>
	</div>

	<div class="apg-features">
		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor 
		incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud 
		exercitation ullamco laboris nisi utdo.</p>

		<ul>
			<li><strong>5</strong> Email Accounts</li>
			<li><strong>5GB</strong> Bandwidth</li>
			<li><strong>5</strong> Domains</li>

		</ul>

		<ul>
			<li><strong>5</strong> Email Accounts</li>
			<li><strong>5GB</strong> Bandwidth</li>
			<li><strong>5</strong> Domains</li>

		</ul>

		<ul>
			<li><strong>5</strong> Email Accounts</li>
			<li><strong>5GB</strong> Bandwidth</li>
			<li><strong>5</strong> Domains</li>

		</ul>
	</div>

</div>
How to edit the feature text
Simply modify the paragraph tag contained in .apg-features container. Be careful not to enter too much text for this.
How to edit the features list
To edit the features list, create up to three unordered lists and place them one after another in the .apg-features container. The unordered lists will automatically layout correctly.
How to change the header color(s)
To change the color of the pricing grid header, open the build-vert-header.png file located in the build directory. After editing this file, save it as vert-header.png, and place it in the correct theme folder (ex. blue+orange or black+turquoise) in the themes directory.
B) CSS Files and Structure -
  1. hori.css - Horizontal Layout
  2. vert.css - Vertical Layout
  3. mini.css - Mini Layout

C) Examples

Horizontal Layout

horizontal pricing grid

Vertical Layout

vertical pricing grid

Mini Layout

mini pricing grid

DMCA.com

Adds