WebHosting Blog

Archive for March 26th, 2008

Creating Your Own Server Stat Script in PHP

Wednesday, March 26th, 2008

Before you create your own server stat script in PHP, it is must to check your ports are responding.  You should aware when one of your services are down, such as HTTP, MySQL, POP/SMTP, etc.  Also, other information you should know the current server loads, and users which will be the chief  indicator of […]

How to Create Remote login page for DirectAdmin

Wednesday, March 26th, 2008

To create a remote DirectAdmin login page, you will have to put some HTML codes in your website.
Consider your website url is www.yourdomain.com, your DirectAdmin login url will be http://www.yourdomain.com:2222 for non-SSL or https://www.yourdomain.com:2222 for SSL login.
You need to put the following HTML from in your website HTML codes.
<form action=’http://www.yourdomain.com:2222/CMD_LOGIN/’ method=’post’>
<table border=’1′ width=’250′ cellpadding=’2′ […]