Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 





Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
Thread Tools
Old 06-27-2007, 04:15 AM   #1 (permalink)
Registered User
 
Join Date: Feb 2007
Location: london
Posts: 24
OS: window xp


autoresponder unlimited

Hi
I just bought autoresponder called (autoresponder unlimited).According to instructions I can install this on all of my websites but instalation seems so difficult.Pleas could someone give me full details about installation ie which file goes where etc.
Thanks in advance
heero1
heero1 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-27-2007, 04:21 AM   #2 (permalink)
Moderator, TSF Articles
 
carsey's Avatar
 
Join Date: Aug 2006
Location: Hunwick, Co. Durham England
Posts: 9,699
OS: XP Pro SP3

My System

Send a message via MSN to carsey
Re: autoresponder unlimited

Did you get a instructions file in with the package. usually scripts have a readme or install file in one of the program/script folder.

If you can find this for me, ill help you with installation.
__________________

carsey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 07-01-2007, 07:03 AM   #3 (permalink)
Registered User
 
Join Date: Feb 2007
Location: london
Posts: 24
OS: window xp


Re: autoresponder unlimited

Quote:
Originally Posted by carsey View Post
Did you get a instructions file in with the package. usually scripts have a readme or install file in one of the program/script folder.

If you can find this for me, ill help you with installation.
Hi
Thanks
Yes here are instructions:
The first thing that you need to do is to determine which page of your website will be the activation page.
The activation page is the one which will “activate” your autoresponder scripts to work. In our experience,
the best page to become your activation page is your homepage which is the most frequently visited
page of your website.

After you have determined which is your activation page, edit this page and paste the following scripts
anywhere between the <body> and <body > tags of your HTML.

<img src=http://www.yourdomain.com/cgi-bin/autoresponder/activate.cgi
width=1 height=1 border=0>

Do not upload yet this webpage. You will still need add your subscription box in this webpage. Just
remember, this is called your activation page.
Installation of the autoresponder scripts

Unzip the file called autoresponder.zip. Be sure you remember the directory where you unzip the files.
After unzipping, you should have the following files

(1) hml folder – there is nothing to edit /chnage in the files inside this folder.
(2) autoresponder folder – open it, it should contain the following 4 files:
config.cgi
activate.cgi
ar.cgi
Lite.pm

You need to edit only the file called config.cgi.

When you first opened the file config.cgi you might notice that it looks garbled. There is nothing wrong
with the file. Close it. Open the same file in wordpad. You notice that it looks ok now.

You will find detailed explanation in the config.cgi of what variables to change. What you are doing here is
configuring the script. You only have to do this one time.

After editing the config.cgi, you are now ready to upload your files to your web host.


Uploading the Files to your WebHost

Upload first the html folder to your root directory. This is the directory where you normally keep your
index.html or your home page.

Now look for your cgi-bin directory.

Upload the autoresponder folder under the cgi-bin directory. BE SURE that you upload the autoresponder
folder as ASCII and NOT BINARY.
I need help with file below:
sub configure {

#################################################################
# CHANGE ONLY THESE VARIABLES: #
#################################################################

# Type the URL address of the ar.cgi.
# Replace ONLY www.your domain.com to yourdomain or URL address.

$scriptpath="http://www.yourdomain.com/cgi-bin/autoresponder/ar.cgi";

$htmlpath="http://www.yourdomain.com/html";

$imgpath="http://www.yourdomain.com/html/img";


# Type the full path to your EMail program.
# If you're not sure of this, ask your server administrator

$mailprog='/usr/sbin/sendmail -t -i';

# Type your email address. Make sure
# to place a \ in front of the @
# As an example: admin\@autoresponderunlimited.com

$fromaddr="info\@yourdomain.com";

# This is the file that will hold all of the email addresses and names
# of all of your autoresponders. Change it to something more secretive.

$mbase = "collect.txt";

# Type default name. If the system is unable to extract
# the prospect's name, it will print the Default Name.

$emptyuname="Friend";

# Enter the Admin password (case sensetive 8 chars max)

$password="";


}
1;
What information do I need and from where like below
$mailprog='/usr/sbin/sendmail -t -i';
Please explain in plain english
heero1 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 07-01-2007, 08:51 AM   #4 (permalink)
Moderator, TSF Articles
 
carsey's Avatar
 
Join Date: Aug 2006
Location: Hunwick, Co. Durham England
Posts: 9,699
OS: XP Pro SP3

My System

Send a message via MSN to carsey
Re: autoresponder unlimited

Right, itll be best to do this step by step.

Choose the page you want as your activation page. it suggests this to be the homepage. If you want it to be different, choose the webpage you want it on.

I suggest you make a backup of your page incase things go wrong

Once you have decided, edit your webpage of your choice and paste this code anywhere between <body> (usually at the top) and the </body> (usually near the bottom)
Code:
<img src=http://www.yourdomain.com/cgi-bin/autoresponder/activate.cgi
width=1 height=1 border=0>
be sure to change the URL in that text/script to the URL of your homepage. DO NOT CHANGE ANYTHING AFTER THE /. Only change http://www.yourdomain.com.

Do this and save it with the same name as what it is on the site. So if it was index.html to begin with. You save the backup as indexbackup.html and save your edited code as index.html

Complete these instructions and post back saying you are ready for the next part.
__________________

carsey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 10-10-2007, 07:09 PM   #5 (permalink)
Registered User
 
Join Date: Oct 2007
Location: Singapore
Posts: 6
OS: XP Home Edition. P4


Question Re: autoresponder unlimited

Quote:
Originally Posted by heero1 View Post
Hi
Thanks
Yes here are instructions:
The first thing that you need to do is to determine which page of your website will be the activation page.
The activation page is the one which will “activate” your autoresponder scripts to work. In our experience,
the best page to become your activation page is your homepage which is the most frequently visited
page of your website.

After you have determined which is your activation page, edit this page and paste the following scripts
anywhere between the <body> and <body > tags of your HTML.

<img src=http://www.yourdomain.com/cgi-bin/autoresponder/activate.cgi
width=1 height=1 border=0>

Do not upload yet this webpage. You will still need add your subscription box in this webpage. Just
remember, this is called your activation page.
Installation of the autoresponder scripts

Unzip the file called autoresponder.zip. Be sure you remember the directory where you unzip the files.
After unzipping, you should have the following files

(1) hml folder – there is nothing to edit /chnage in the files inside this folder.
(2) autoresponder folder – open it, it should contain the following 4 files:
config.cgi
activate.cgi
ar.cgi
Lite.pm

You need to edit only the file called config.cgi.

When you first opened the file config.cgi you might notice that it looks garbled. There is nothing wrong
with the file. Close it. Open the same file in wordpad. You notice that it looks ok now.

You will find detailed explanation in the config.cgi of what variables to change. What you are doing here is
configuring the script. You only have to do this one time.

After editing the config.cgi, you are now ready to upload your files to your web host.


Uploading the Files to your WebHost

Upload first the html folder to your root directory. This is the directory where you normally keep your
index.html or your home page.

Now look for your cgi-bin directory.

Upload the autoresponder folder under the cgi-bin directory. BE SURE that you upload the autoresponder
folder as ASCII and NOT BINARY.
I need help with file below:
sub configure {

#################################################################
# CHANGE ONLY THESE VARIABLES: #
#################################################################

# Type the URL address of the ar.cgi.
# Replace ONLY www.your domain.com to yourdomain or URL address.

$scriptpath="http://www.yourdomain.com/cgi-bin/autoresponder/ar.cgi";

$htmlpath="http://www.yourdomain.com/html";

$imgpath="http://www.yourdomain.com/html/img";


# Type the full path to your EMail program.
# If you're not sure of this, ask your server administrator

$mailprog='/usr/sbin/sendmail -t -i';

# Type your email address. Make sure
# to place a \ in front of the @
# As an example: admin\@autoresponderunlimited.com

$fromaddr="info\@yourdomain.com";

# This is the file that will hold all of the email addresses and names
# of all of your autoresponders. Change it to something more secretive.

$mbase = "collect.txt";

# Type default name. If the system is unable to extract
# the prospect's name, it will print the Default Name.

$emptyuname="Friend";

# Enter the Admin password (case sensetive 8 chars max)

$password="";


}
1;
What information do I need and from where like below
$mailprog='/usr/sbin/sendmail -t -i';
Please explain in plain english

Hi, I get to know this about this forum also because of this link.

I will start off from here and move on...

Well, I also just purchased my copy of Autoresponder Unlimited and had uploaded
the files as per instruction.

I got an error of code 500 internal error. How do I tackle this issue?

Or could anyone help verify my script?

Thanks!


Bernard Hoa
bernardhoa is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-07-2008, 06:05 AM   #6 (permalink)
Registered User
 
Join Date: May 2008
Posts: 1
OS: xp


Re: autoresponder unlimited

Where do i get the cgi-bin directory i cant find it can somebody assist me
jannie422 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -7. The time now is 07:38 PM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82