Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22

Thread: Mass Emailer Hack...!

  1. #16
    Join Date
    Aug 2003
    Posts
    233

    Default

    I'm in for all upgrades !!!!
    Lewis
    Best
    Lewis
    www.AtoZfitness.com/indexu

  2. #17
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    here is a brief list of the new features:
    • a small help screen
    • more fields available
    • build more where clauses with point and click
    • can set a limit on number to email
    • ability to send to screen, file or both
    • dropdown for sort by ( display only for ease of typing )
    • ability to email me the where clause to help debugging
    • submit buttons at both top and bottom of screen
    • more?
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  3. #18
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    Originally posted by lewisw
    I'm in for all upgrades !!!!
    Lewis
    OK, I think this is the last significant upgrade for now. unless someone has some suggestions.

    This version allows you to create scripts to store your selections for your emailings. This should help with running emailings that recur daily, weekly or monthly.

    Once again, all you do is upload the script to the specified folder and the emailer will automatically put it in a drop down menu for you to choose from.

    You can create two types of scripts. One is just the query itself like:
    <?php
    $email_file="suspended.mail";
    $email_title = "Weekly Stats";
    $file_name = "../admin_tpl/mail/email.log";
    $from = $msg["20132"];
    $screen_or_file= "Both";
    $send_help = "No";
    $send_ok = "Yes";

    $using_qry=true;

    $qry = "select * from idx_link where suspended=1 order by link_id";
    ?>
    You can omit any of the above variables (except $qry) and enter them at run time. For example, you could omit $screen_or_file and then choose whether to send the info to the screen, a file or both at run time.


    The second type is to set the variables as you want them. Once again your could select other variables at run time. In the example below you want to send emails to all active sponsors and you would select this script from the dropdown list and enter the Sponsor Limit date at run time.

    <?php
    $email_file="suspended.mail";
    $email_title = "Weekly Stats";
    $file_name = "../admin_tpl/mail/email.log";
    $from = $msg["20132"];
    $screen_or_file= "Both";
    $send_help = "No";
    $send_ok = "Yes";

    $using_qry=false;

    $sp_cat="1";
    ?>
    You can see this MOD at http://www.indexuhelp.com/indexu/admin/esm_emailer.php

    I have disabled the actual emailing in the demo.

    One last thing. The actual email and file looks exactly like the print out on the screen. And I have limited the output to 20.

    This addon MOD is not part of the indexuhelp site but can be purchased separately.

    Last edited by esm; 09-21-2003 at 09:08 PM.
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  4. #19
    Join Date
    Aug 2002
    Location
    Germany
    Posts
    1,180

    Default ?

    And me again - looks likeyou finished it - what is the price ?

    Frank

  5. #20
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    I'll let you know.
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  6. #21
    Join Date
    May 2005
    Posts
    30

    Default how to get a hold of your mass emailer hack so I can send emails to link members

    Let me know where I can get the mass emailer hack from. I would like to send emails to all the link members as it seems as if their is no way to send emails to the members as of right now.

    much apprecitated.


    life

  7. #22
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    Their is a way to do it, in the admin panel click mailing list. Type th emessage and and click next.

    You can then send to mailing list subscribers or link owners or members.

    esms hack is very good and allows you to add fields from the database so its worth getting
    Last edited by inspireme; 07-11-2005 at 11:41 AM.
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

Similar Threads

  1. Replies: 3
    Last Post: 11-17-2004, 03:19 AM
  2. I now have a PHPBB / Indexu hack
    By Rewdog in forum v3.2
    Replies: 26
    Last Post: 09-23-2004, 01:01 AM
  3. Replies: 4
    Last Post: 05-28-2003, 06:39 AM
  4. 2 Very Hot Hack Requests
    By RpgWarrior in forum v3.2
    Replies: 0
    Last Post: 05-20-2002, 05:52 PM
  5. Hot Hack Request
    By Hart_House in forum v3.2
    Replies: 0
    Last Post: 12-24-2001, 06:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •