- simple PHP opt-in script?
- Posted by robert on March 24th, 2006
I'm looking for a most simple but save opt-in mailing list script in
php (linux Apache CGI, but shouldn't matter)
best:
* all in one single .php file; different functions by input vars /
passwords; config vars on top of script
* uses MySQL or a plain file (still no doubles) next to the .php
(best both options)
* double opt-in not necessary but nice
* good would be "default topic" and at least up to 5 different lists/topic
* takes directly my web forms like email=...&listname=...&sign=in ;
repsonse page can be very simple.
* I can read out the lists plain formatted also by web through the same
..php & password like: cmd=getlist&listname=...&password=...
* hopefully no extreme installation tricks (thus php4, ..)
looking at more than 10x google'd ones, always something was wrong, big
or jerky or not as is should be... Thus I'm asking here.
Does somebody have a pointer?
robert
- Posted by David Cary Hart on March 24th, 2006
On Fri, 24 Mar 2006 10:14:26 +0100
robert <no-spam@no-spam-no-spam.com> opined:
Why don't you simply use the mailman web interface?
BTW, "double opt-in" in spammer-speak. The correct term is confirmed
opt-in.
--
Displayed Email Address is a SPAM TRAP
Our DNSRBL -
Eliminate Spam: http://www.TQMcube.com
Multi-RBL Check: http://www.TQMcube.com/rblcheck.php
Zombie Graphs: http://www.TQMcube.com/zombies.php
- Posted by robert on March 27th, 2006
David Cary Hart wrote:
Mailman is a full blown package needing a complex installation.
I'm looking for a simple PHP script which can be installed by just
simple FTP on simple web accounts.
Robert
- Posted by David Cary Hart on March 27th, 2006
On Mon, 27 Mar 2006 16:29:33 +0200
robert <no-spam@no-spam-no-spam.com> opined:
http://www.abangadek.com/files/phpmailman-0.2.tar.gz
--
Displayed Email Address is a SPAM TRAP
Our DNSRBL -
Eliminate Spam: http://www.TQMcube.com
Multi-RBL Check: http://www.TQMcube.com/rblcheck.php
Zombie Graphs: http://www.TQMcube.com/zombies.php


