WEBinsta Mailing Manager
Sending Emails was never so easy

Main Menu

News Letter

Subscribe

Un-Subscribe


News Letter

News Letter
Name:
Email:

I want to be:


News Letter


 
:The subscribe messages will appear here :

Example page

When you succesfully extract and upload the WEBinsta Mailing Manager then you'll arrive on this example homepage.

On the left you will find some example's on how to embed the subscribe boxes into your excisting homepage. Look in the source code of this page on how to include.

Select one of the subscribe boxes and put the folowing line into your homepage (also beware of the group ID, default is 1 and there are several mailbar's from which you can choose)

 
<?php
$mailbar=1;
$group=1;
include("maillist/mailbar.php");
?>

 

Then select the place where you want your visitor to see the subscribe boxes and put the following lines into that area

 
<?php
if(isset ($_GET['page']))
{
if ($_GET['page'] == "mail")
{
include("maillist/mailmain.php");
}
if ($_GET['page'] == "about")
{
include("about.php");
}
}else {
/* include( your title page"); */
print(":The subscribe messages will appear here :");
}
?>


If you put the mailinglist in another directory then you should change the path in this code.

Now go to the Administration and change the settings. If you enter the admin for the first time you will see an install wizzard.

Good luck :)

The WEBinsta Team

If you have any questions or want to write any feedback please visit:

http://www.webinsta.com/forum.html

...Your bottom bar ...