PDA

View Full Version : Integrate my mailing list signup with Vbulletin registration?


Viper220
03-29-2002, 04:16 PM
Hi, I have a seperate mailing list file (which is a cgi program). Is there anyway I can a box on the vBulletin registration page that can be checked, and then when people submit the forum registration form it will sign up their e-mail address for my mailing list?

Any suggestions?

Thanks,
Brian

Logician
04-01-2002, 09:29 AM
Your cgi program is very likely to keep its database on a seperate file on your server (not on MYSQL).

So what you need to do is to add a code in register.php to open this file and append the email address to the end of your file. However you'll probably want it to check the db if address already exists too, wont you? ;) Then this requires more work in your added code.

Instead of integrating your existing cgi program into vbulletin, I suggest to removing your cgi program and using a vbulletin hack which will mail your subscribed users whenever you need and move your existing email db to this new hack. If I'm not wrong there are good mailing lists addons hacks in this site.

glo
03-07-2004, 05:57 AM
Instead of integrating your existing cgi program into vbulletin, I suggest to removing your cgi program and using a vbulletin hack which will mail your subscribed users whenever you need and move your existing email db to this new hack. If I'm not wrong there are good mailing lists addons hacks in this site.

which mailing lists hacks are you refering too?

I have a mailing list that I can export to any other mailing list software (preferably mysql) and would like to integrate this.

Thanks in advance.