I have a few such scripts,having written my own domain name registration service,
http://www.anynames.com.
I have two web forwarding scripts.
The original was written as a Linux CGI. Web forwarding domains are held in a flat text file. In addition to just doing web forwarding, the script also does frame forwarding. One of the columns in the flat text file is for Frame Title. If this has something in it (other than an X), then the server builds a frame set with a single page, the URL contained in the forwarding file. This has trhe effect of keeping the domain in the URL rather than redirecting to the new URL. Another column contains comma separated keywords which go in the frame set (search engines only take key words from the first page they find).
To use the script, simply drop it into the web directory and set the web servers default file to index.cgi. To update the forwarding addresses, upload a text file with the details to the server.
Cost for script £400 (aprox $600)
The second version is based on a MYSQL and PHP. It works the same as above. The difference is that changes to the database happen live and in real time.
To see this frame forwarding in action, go to:
http://www.netergie.com/
This frame forwards to
www.netergy.com. Have a look at the html source code, to see the forwarding.
Cost for PHP script and MYSQL database £400 (aprox $600).
Both these scripts have had extensive use and prove very reliable.
The mail forwarding script is flat file based. It does require a bit of work on sendmail to get it working.
It has three features:
1.catchall forwarding - anything @domain -> single email address
2.user forwarding - user @ domain -> email address
user2 @domain -> seconf address
unlimited users
3. if you specify %1 as the user, then what ever user is specified before the domain, is placed before the forwarding address. This is useful when your email provider gives you <anything>@username.theirdomain.
e.g
john@my_domain.com would forwrard to
john@johnj.isp_name.com and
peter@my_domain.com would forwrard to
peter@johnj.isp_name.com.
Cost for this script is £400
All these scripts run on Redhat Linux servers with Apache, MYSQL,PHP and Sendmail.
If you are interested, contact me via the
www.netergy.com website contact links.
Regards,
Jason Vaughan
Webmaster, Anynames.com