|
|
|
No-Ware gave us the opportunity to provide many usefull online tools and solutions. To our customers we provide a valued service and a friendly atmosphere. To our employees we encourage a learning environment and the freedom to create.
Brian McBride
No-Ware - Founder
|
|
|
|
|
|
If you are not sure what you need to get your site up and running please feel free to send us an email so that we can customize an account for your needs.
Email:
sales@no-ware.net
|
|
|
|
|
|
|
|
New Packages - Sept. 2003
I have finally had the opportunity to sort out all the various user packages and the like for our customers. I have broken the packages into these catagories:
  Web Hosting
 Shell Accounts
 Database Hosting
 Domain Management
 Managed Services
 Combination Accounts
 Special Accounts
Click on any of the above links to see a listing of those specific packages. Click Here to see a complete listing and comparison between all of our packages.
Doors Open - Sept. 2003
Our server has finally been brought online and uptodate today. I have finished updating all of the server details so you can check the server status online at any time.
This server is running on Red Hat 9.0 with all of the security patched plus a few of our own.
The server currently runs
- Apache 2.0.40
- BIND 9.2.1
- OpenSSH version 3.5pl
- OpenSSL version 0.9.7a
- IP Tables version 1.2.7a
- Courier IMAP 1.7.3
- PostgreSQL version 7.3.2
- Procmail 3.22
- ImageMagick 5.4.7
- Pro-FTPd 1.2.7
- Pico, gunzip utilities, tcsh Top (Proccess Watcher), Traceroute
With the Following Languages
- Perl 5.80
- PHP version 4.2.2
With the following Mods
- ModSSL 2.0.40
- ModPerl version 1.99_07
We have choosen Plesk to work as our control panel to make it easier for us to manage user accounts and easier for users to manage their own accounts. To see a demo of plesk go here and login with U/P (admin/plesk).
|
|
|
| |
|
|
|
We currently offer FREE-SETUP on any of our hosting accounts.
Please be aware that this special does not apply to our managed or special services.
Be sure to check back for more specials soon!
|
|
|
|
|
|
function linuxUptime() {
$ut = strtok( exec( "cat /proc/uptime" ), "." );
$days = sprintf( "%2d", ($ut/(3600*24)) );
$hours = sprintf( "%2d", ( ($ut % (3600*24)) / 3600) );
$min = sprintf( "%2d", ($ut % (3600*24) % 3600)/60 );
$sec = sprintf( "%2d", ($ut % (3600*24) % 3600)%60 );
return array( $days, $hours, $min, $sec );
}
$ut = linuxUptime();
// If you would like to show the seconds as well just add [ , $ut[3] seconds ] after minutes.
echo "Time since last reboot: $ut[0] days, $ut[1] hours, $ut[2] minutes";
?>
|
|
|
|
|