virtual hosting

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
Patrick
-


Joined: 02 Dec 2002
Posts: 20
Location: Canada

PostPosted: Wed Apr 30, 2003 6:56 pm    Post subject: virtual hosting Reply with quote

I have been searching for info on virtual hosting....as I have read some of the posts it states that the Abyss web server is not capable of this ...however these posts were with people using Abyss version 1.
I am using Abyss Web Server version X1
Has there been any change 8O
if not has anyone had any success with outside programs....if you have can you send along an adddy......
thanks
_________________
Patrick
Back to top View user's profile Send private message
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Wed Apr 30, 2003 9:15 pm    Post subject: Reply with quote

Abyss doesn't incorporate the function yet but this script can help you pretty much: http://www.aprelium.com/forum/viewtopic.php?t=1081

Good luck :)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
UK Hosting
-


Joined: 06 Apr 2003
Posts: 11
Location: United Kingdom

PostPosted: Fri May 02, 2003 8:29 am    Post subject: Easy Hosting Reply with quote

Also you can purchase a great .cgi script which allows you to provide hosting to others people either for free hosting or for paid hosting.

Real Price: £150
Our Price: £50

-------------------------------------------------------------------------------

Features:

We built EasyHost to be very complex and powerful, yet easy to use. Almost all of the configuring is done through your web browser, even setting up EasyHost is done through 5 easy steps when you first run the software.

There are many different options and tools in the software to control how the software works. You may display different headers/footers on user created sites depending on their category and also limit their space and if headers and footers are displayed or not, depending on their package.

Packages allow you to give different options to different users, just like packages at pay web hosting services, you must specify what package is used by default (when a user creates an account) and then you may change what package a user has assigned. This is useful if you have users who want to pay for a no banners package, for extra space or even if you just want to give friends added features.

EasyHost also has many extra options for added flexibility. This includes the ability to reserve usernames and ban unwanted email addresses (full or entire domains) from creating accounts allowing you to keep your website's directories as your own and block abusers.

More options include the ability to ban certain file extensions from being uploaded or created to block unwanted files from your server and the ability to limit how many accounts may be created under a single email address.

EasyHost is also easy to use for your members, creating an account is a easy 1 or 2 step process (depending if you enabled email validation or not). The software comes with a user friendly file manager allowing the user to upload, create, edit (using a built in text editor), rename, move, delete files and also create directories under their website.

Extra tools include a 'forgot password' form to allow users to retrieve their password via email by entering their username or email address. The backend software also comes with tools to email your users (all users, only users in a certain category or a single user), maintenance tools to update headers and footers on user created pages and the ability to remove unused/inactive accounts.

EasyHost even contains a fast stats tool to quickly display member activity in the last 24 hours, total users, invalidated/disabled users and total space used by your members. This allows you to keep track of how many users are signing up daily and how active your members are in general.

We made sure EasyHost stays fast and scalable enough to support any amount of users (we tested EasyHost with over 50,000 users and found no sign of slow down) but at the same time kept the requirements to only standard dbm modules to store and index users for an easy install. Also, to allow EasyHost to run on operating systems that don't come with sendmail, Windows NT for example, we use the sockets perl module to connect to the mail server. Unlike many cgi scripts, you can even use a mail server setup on a remote machine to handle email if you don't have one setup on your web server.

Instead of storing the products html directly in the code, we developed our own template system to allow you to easily modify the looks of any page in EasyHost just by editing a standard html file, along with our template language, in your favorite editor.

Purchase Now: http://www.regsoft.net/purchase.php3?productid=58540

Have Fun :)
_________________
Cheap Hosting - www.EzHosting.co.nr
Back to top View user's profile Send private message Visit poster's website
Patrick
-


Joined: 02 Dec 2002
Posts: 20
Location: Canada

PostPosted: Sat May 03, 2003 3:31 am    Post subject: Thanks...but still stuck in the mud Reply with quote

I have taken the code....entered it in a file...called it index.php and its located in my main directory htdocs

I would like this to happen...but :?

When I type http://xx.xx.xxx.xx/ in my browser I would expect to hit my index page (Called index1.html)

When others type http://xx.xx.xxx.xx/Avalon/ in their browser I would expect that they would be directed to Avalon/index.html

<?php

//get domain entered in browser
if ($HTTP_HOST == "http://xx.xx.xxx.xx/") {

//forward to appropriate page
header("Location : http://xx.xx.xxx.xx/index1.html");
exit;

}
if ($HTTP_HOST == "http://xx.xx.xxx.xx/Avalon/") {

header("Location : http://xx.xx.xxx.xx/Avalon/index.html");
exit;

}



//else show error page
else {

header("Location : http://xx.xx.xxx.xx/error.html");
exit;

}

?><title>Opening Your Page ::</title>


this error is shown.....

Notice: Undefined variable: HTTP_HOST in C:\web\htdocs\index.php on line 4

Notice: Undefined variable: HTTP_HOST in C:\web\htdocs\index.php on line 11

Warning: Cannot add header information - headers already sent by (output started at C:\web\htdocs\index.php:4) in C:\web\htdocs\index.php on line 23

help please :oops:
_________________
Patrick
Back to top View user's profile Send private message
gengar56
-


Joined: 02 Aug 2002
Posts: 15

PostPosted: Sat May 03, 2003 7:41 pm    Post subject: Reply with quote

$HTTP_HOST is not a valid predefined PHP variable anymore. Use $_SERVER['HTTP_HOST'] instead.

For the header error, header() needs to be the VERY FIRST thing to be outputed to the page. (There can be NO other text, html, or header info sent to the browser before it for it to work.)
_________________
New user of Abyss Web Server
Back to top View user's profile Send private message Send e-mail AIM Address
Patrick
-


Joined: 02 Dec 2002
Posts: 20
Location: Canada

PostPosted: Sun May 04, 2003 3:25 am    Post subject: thanks!!! Reply with quote

everything up and running :lol:
_________________
Patrick
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group