Hiring someone to implement existing PHP mod/hack into PHPlist

Discussion in 'Programming' started by myfrogger, Dec 28, 2007.

  1. #1
    PHPlist is a free, open source newsletter script written in PHP. It, by design, requires that users added via the built in code are double opt-in. I do not want double opt-in, only single opt-in.

    The following mod has been created for PHPlist:
    Phplist class∞
    A set of functions which provide a simple way to interact with phpList in your own programs (eg: adding a user who just purchased something from your website to a mailing list). It takes a list id, an email address, and optionally some attributes, and subscribes the user to that list. If the user already exists, the existing account will be subscribed. If it's a new user, they'll be added first. Users added in this way are pre-confirmed (they will not be sent a confirmation email).
    The code for the hack/mod is here.

    I don't have the knowledge to understand exactly what I'm reading in the above thread and the differences between all of the different variations of code. That is the reason that I'm posting this job here.

    I want to be able to create a form in HTML that will add a subscriber/user to PHPlist using a form POST. It will be something along these lines:

    <form method="POST" action="----PHPLIST-mod----">
      Email:<input type="text" name="email" size="20"><br>
      First Name:<input type="text" name="attribute1" size="20"><br>
      Last Name:<input type="text" name="attribute2" size="20">
      <input type="hidden" name="ListId" value="1">
      <input type="submit" value="Submit" name="B1">
    </form>
    HTML:
    • Note that I don't know the exact variable names needed or the exact HTML syntax needed. This info should be discussed in the mod thread.
    • I have the "First Name" defined as attribute #1 and "Last Name" defined as attribute #2 in the PHPlist admin config area.
    • The ListId also needs to be specified, which in this example is a hidden form field set to ListId=1. I also want the flexibility of having the user select multiple lists using <input type="checkbox"...>.
    • The above mod/hack thread lists some code that uses PEAR. I have no idea what that is so I would prefer to use simply PHP+MYSQL. I believe that code is posted later in the thread.
    If I understand this correctly, the PHP code from the mod page will need to be integrated into a PHP file that the HTML form can post to. If that is correct (it may not be), then the end result would be 1)the properly coded PHP and commented PHP file and 2)an example HTML file that will accurately add a subscriber (confirmed) to the list. In addition (#3), I want the PHP script to output some sort of custom confirmation of sucess. I will finalize the HTML but it needs to say something along the lines of, "You have successfully been added to the following newsletters:" It would then list which newsletters they have been subscribed to. They would be listed by $listname (not simply the ListId number).

    Please post your price along with any questions. Paypal or Google Checkout payment immediately after script is verified to work.
     
    myfrogger, Dec 28, 2007 IP
  2. mantram

    mantram Banned

    Messages:
    171
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    I am free right now. Can I work on this?
     
    mantram, Dec 28, 2007 IP
  3. myfrogger

    myfrogger Well-Known Member

    Messages:
    439
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Sure but I won't be around for ~10 hours to answer any questions. I'm going to sleep now.
     
    myfrogger, Dec 28, 2007 IP
  4. Tom-Brown

    Tom-Brown Well-Known Member

    Messages:
    105
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    i could do this PM me, with your details
     
    Tom-Brown, Dec 28, 2007 IP
  5. myfrogger

    myfrogger Well-Known Member

    Messages:
    439
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    What other details do you need?
     
    myfrogger, Dec 28, 2007 IP
  6. alfredn

    alfredn Peon

    Messages:
    1,198
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    You can check my portfolio here:
    http://wegotanamp.com

    If your interested, PM me, or contact me through ways directed on the site, thanks.
     
    alfredn, Dec 28, 2007 IP
  7. myfrogger

    myfrogger Well-Known Member

    Messages:
    439
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    Project awarded....if I still need help I will update this thread later.
     
    myfrogger, Dec 28, 2007 IP