FastWebHost Reseller Hosting |

What is package (For Reseller Hosting Accounts)?
Packages enables you to create your own custom web hosting packages/plans and are a critical function in WebHost Manager for your Reseller Hosting Plan.
Web Host Manager (WHM) helps you in this process by allowing you to customize a large number of parameters, from disk space and bandwidth to the number of sub-domains and MySQL databases, as well as specifying whether CGI, shell access, and what CPanel default theme are provided.
Step-by-step procedure to create hosting packages in WHM reseller panel.
====================================================
IMPORTANT NOTE: do not put “unlimited” text in any fields while creating package as WHM takes “Unlimited” = 1. you can assign some number 99 or 999 or 9999 instead of “unlimited”. Enter “0″ (zero) when you do not want to allow that particluar feature.
====================================================
To add a package:
1) Click on the Add New Package link in the Packages menu.
2) Enter the name of the package and the maximum disk space the account can occupy in the Package Name and Quota fields.
3) Indicate whether Shell Access is allowed in the Shell Access tick box.
4) Enter the maximum number of items allowed in the Max Ftp Accounts, Max Email Accounts, Max Email Lists, Max SQL Databases, Max Sub Domains, Max Park Domains, and Max Addon Domains fields.
See above IMPORTANT information.
5) Never tick IP tick Box.
6) Indicate whether CGI access and Frontpage Extensions are allowed in the CGI Access and Frontpage Extentions tick boxes.
7) Enter the maximum bandwidth in megabytes allowed by the account in the Bandwidth Limit field.
8 ) Select default CPanel theme for the package in the Cpanel Theme
field.
9) Click on create button on top.
10) You can see status “Created the package yourusername_packagename”. WHM creates packages by adding your user name as prefix to package name.
Now you can start creating domains using this package.
FastWebHost Web Hosting, FastWebHost Wordpress Hosting |

You can access cPanel and Webmail behind tight firewall or your company’s restrictive firewall using the script from below link:
http://cpanelproxy.net
IMPORTANT:
Installation requires that you have access to cPanel, so you need to
use a system that isn’t behind a firewall to install it initially.
There are instructions embedded in the php file, but here’s what you can do to get it working.
1) Load up cPanel (www.yourdomain.com/cpanel or www.yourdomain.com:2085)
2) Add a subdomain called cpanel.
3) Copy the script cpanelproxy.php to the /public_html/cpanel/ directory.
4) Modify (or add) the file /public_html/cpanel/.htaccess to include
the following 3 lines:
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/cpanelproxy.php
RewriteRule .* /cpanelproxy.php [last]
That’s it. Once your subdomain is available, you can use
http://cpanel.yourdomain.com to get into cPanel and Webmail.
Most of what we need is provided by ehostpros web hosting plans. They have many active hosting coupons you can take advantage of.
FastWebHost Reseller Hosting, FastWebHost Web Hosting |

There are many factors that have to be considered when you look out for the good reseller hosting account and the three points like back up service, uptime guarantee and 24-hours support is a must for every account. Nowadays in the market, most of the leading companies in hosting industry provide quality services. Besides all these things, the big companies often have very high price tag.
The reseller account that you choose must provide you with the end user support and has to look into any type of problem. The good service providers should always be affordable and must be trustworthy.
Thats where eHostPros Reseller plans come in. Their reseller hosting plans will allow you to create unlimited web sites under your own brand name, with your own prices. They provide you with tools and support needed to have your business up and running. eHostPros reseller plan of 20 GB space and 100 GB Data Transfer is only $14.99/mo. So with this plan you can create 20 one GB hosting plans and sell them for $4 each and make $80 of sales and $65 of profit.
Also Plus, with ehostpros reseller hosting, you can resell domain names for profit too with your cost of $9.99/mo. Use the coupon code EHOST to get 20% Off your reseller hosting order.
FastWebHost Domain Hosting, FastWebHost Domain Registration |

Getting a domain name is not cheap anymore at Godaddy or other domain providers. Since the new price hike of .com .net’s, it makes even more sense to get your domain name at ehostpros.com. You can also get domain name with domain hosting at same place. ehostpros charges $11.99/yr. for new domain registrations with tons of extra features. ehostpros provides the best support and fast servers for fast page loading of your websites.

FastWebHost Discount, FastWebHost Promotion |
Summer is finally here and with it comes new ehostpros promotions. I can’t believe they are doing this. eHostPros now offers their Starter Plan for $1.99/mo. for first 3 months. After 3 months you pay its regular price at $2.99/mo. Damn Good !!
This web hosting plan is way cheaper then HostGator, Godaddy or any other well known host. I have included some screenshots for how to take advantage of this offer. No need to get promo code like some other hosts force you to use. Just goto : http://www.ehostpros.com/promo-web-hosting.html and choose Starter Plan for 3 month billing plan.

Enter your domain name you like to host and 3 month billing and you will see the discount automatically. Read more of this article »
FastWebHost PHP Web Hosting, FastWebHost Web Hosting |

Cheap Web Hosting
Generally we will encounter a problem like ?PHPSESSID= would appear in the URLs while users are browsing, like http://example.com/node?PHPSESSID=7dd1d5d1471fa8be2fea8f163cce3257.
This string is a Session ID at the PHP level.
Having the PHPSESSID in the URL is not only ugly, but also a security risk. If you visit a page from a certain web site that has PHPSESSID turned on, a malicious admin on the site you are visiting can gain your privileges on that certain site.
For these two reason, you do not want the PHPSESSID in your URLs.
Using .htaccess
You need to put the following two lines in the .htaccess file, if your PHP as an Apache module:
php_value session.use_only_cookies 1
php_value session.use_trans_sid 0
Using a local php.ini
To make things more complicated, some hosts use PHP as a CGI executable. Many use this as an suExec environment, such as that from suphp.org.
For PHP as CGI, you need to make the changes in a file called php.ini that has a slightly different format. The above parameters would look like this:
session.use_only_cookies = 1
session.use_trans_sid = 0
At ehostpros.com web hosting the tech support can help you do just that. Just open a ticket and help is there is few min. eHostPros.com supports php web hosting using latest php versions on their servers.