Email Collection Boxes......Multiple Sites posting to One DB?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Juicy D. Links
    So Fucking Banned
    • Apr 2001
    • 122992

    #1

    Email Collection Boxes......Multiple Sites posting to One DB?

    I know it can be scripted but is there a script out there already for this?
  • detoxed
    vip member
    • Jan 2003
    • 17798

    #2
    Yeah there is email collection affiliate program software, just use that

    Comment

    • DraX
      Confirmed User
      • Oct 2002
      • 7147

      #3
      Originally posted by detoxed
      Yeah there is email collection affiliate program software, just use that
      That u can add to your own paysites or whatever??
      Deposit Today With BTC - Play With Bitcoins

      Comment

      • Steen2
        Confirmed User
        • Feb 2004
        • 7662

        #4
        Should be a simple script.

        Offer it up for $50 on GFY.
        ICQ: 2262.73945

        Comment

        • venus
          Confirmed User
          • Jan 2003
          • 3112

          #5
          there are some good cheap ones you can buy. That you add to your site, not send to some affiliate program.
          I use one of the more popular ones.
          Muscle/Fitness Adult Affiliate Program
          Since 1997 www.venuscash.com

          Comment

          • Tony Montana
            Confirmed User
            • Jan 2005
            • 794

            #6
            Anything that puts them into a mysql database will work

            http://php.resourceindex.com/
            I am a marketing Genius.

            Comment

            • venus
              Confirmed User
              • Jan 2003
              • 3112

              #7
              you dont want one that just collects them but will also allow you to send emails to the addresses you collected, you also want double opt-in and opt out and the ability to send email as either text or html format.

              mine allows you to have different databases so that you know where the email address came from so you can optimize your email campaign to match the persons interests.


              Originally posted by Tony Montana
              Anything that puts them into a mysql database will work

              http://php.resourceindex.com/
              Muscle/Fitness Adult Affiliate Program
              Since 1997 www.venuscash.com

              Comment

              • mortenb
                Confirmed User
                • Jul 2004
                • 2203

                #8
                Just set it up using two tables..

                table 1: "sites"
                id, site_name

                table 2: "emails"
                id, site_id, email, other fields...

                then each time you put an email in the db in table 2 you just put the site_id in with it.. then you can seperate them with that id..

                Comment

                • grumpy
                  Too lazy to set a custom title
                  • Jan 2002
                  • 9870

                  #9
                  If you have mysql i have a nice script for you
                  Don't let greediness blur your vision | You gotta let some shit slide
                  icq - 441-456-888

                  Comment

                  • sweet7
                    Confirmed User
                    • May 2003
                    • 1792

                    #10
                    Originally posted by Juicy D. Links
                    I know it can be scripted but is there a script out there already for this?
                    What are you trying to do exactly? Does it matter which site this is coming from? If not you can simply add your script to all your sites and simply configure it on one DB server. If you want to track referring sites you may want to do something as mortenb suggested.
                    ICQ: 282814268

                    Comment

                    Working...