The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Automatic Greeting Email/PM/Threads for Member Birthdays Details »» | |||||||||||||||||||||||||||
Automatic Greeting Email/PM/Threads for Member Birthdays
Developer Last Online: Nov 2023
This hack will automatically greet the birthdays of your board members by sending them:
* Does NOT require cron jobs so everybody can use it regardless of their server settings/rights. * You can send PMs, emails (or both) or you can choose to send them PM if they can receive PM or else send email. * The Hack can create special greeting threads for birthdays. (optional) * Some usergroups (like banned users) can be excluded from automatic greetings. * Admin can choose to receive a daily report via Email or PM about the greeted birthdays. (optional) * Compatible with ALL vbulletin versions I know. * Carefully coded to not to increase your SQL load and its quite performance-friendly. (More info about performance issues) * New Added Feature: To greet only members who have more than X messages or who have visited your board in the last X days, see here * New Added Feature: You can change his style in the day user has his birthday. Check here) * New Added Feature: You can play Happy Birthday Song to your members in their birthdays. Check here The hack is beta tested by many users for a long time before the release and proven to be quite stable. (BTW. thx to all beta testers especially to Dark_Wizard, Boofo, DslTeam, C-Pr0mpt for returning feedback). WARNING: I strongly suggest: a) Be careful while installing this hack (especially in step 2). If you install it wrongly, your members may get a lot of irrelevant greetings. b) To make sure you installed it correctly, turn on DEBUG mode AND administrator notifications in the options of the hack while you are installing it. So the hack will NOT send any notifications to members but only send daily reports to admin. Keep an eye on these reports for a few days and if you made sure you installed it correctly and it works ok, you can safely turn off debug mode. Enjoy the hack and if you install the hack please click INSTALL, thank you.. Logician \\=^)) Show Your Support
|
Comments |
#32
|
|||
|
|||
Logician:
I am a bit confused on the load number myself. By lowering the load number does the program start up closer to midnight? That is if I set this number to 5 is it going to be sending the emails out closer to midnight than the setting of 30 that is in there now? Even though we are a high volume site our load averages aren't that high on the server. I would just as soon have the birthday greetings (I am using the email option only) sent out closer to midnight than any other time of the day. Thanks for a great hack. Parker |
#33
|
||||
|
||||
Quote:
A quick summary: load number is the estimated visitor number of your board main page. In other words how many times the file index.php is run daily. If you set it correctly you'll help the hack to run only 3 times a day to save your board from an unnessary SQL query. If you higher the number too much, it will run less frequently and sometimes can miss birthdays (in fact it never misses, just greets late). If you set it lower than it should be, greeting time will be closer to midnight but hack will work more frequently (daily) so everytime it works it will run an extra a SQL query. Since index.php has already more than 20 SQL queries, this extra query may not harm anyone and if it is no big deal to you to run 21 queries instead of 20, you can lower it too much and hack will then greet the birthdays VERY CLOSE to midnight.. For my 2 cents on the issue, read my suggestion to David.. |
#34
|
|||
|
|||
Logician:
I read what you said to David and I am still a bit confused about the load issue thing. We have an average of over 300 people on our site at one time all the time with peaks of over 600 and lows of only about 150 even at 3am CST. The load on the server itself averages around 1.7. We have over 150,000+ readers of our site a day. So the index.php file is run ~150,000 a day. So when you talk about the estimated visitor number of your board main page or in other words how many times the file index.php is run daily I am not really sure where to set this number. Also, several members have set the option to not have the administration send them any emails or when adminemail=1. Can this be included in the script so that if your member doesn't want to receive any emails from the administration that, like those groups that can be excluded, these members can be excluded too? Thanks again for a great hack and useful tool for our board. Parker |
#35
|
||||
|
||||
Quote:
Code:
$estimated_load=150000; Just remember the basic rule: If greeting is late for you, lower the number. If greeting time is too close to midnight, raise it.. If adding an 1 extra query to index.php is not important to you and greeting the birthdays timely (ie very close to midnight) is your primary concern, set this option to 1. Quote:
To send birthday greeting emails to only members who asked to receive emails from your site: 1- First set your hack to send emails only. ($greeting_type=1; ) If you apply this modification, hack will greet only users who asked to receive emails from your site, so if they set it to no, they will NOT be greeted via email, PM or thread anyway. 2- Find: PHP Code:
PHP Code:
Enjoy.. Logician |
#36
|
|||
|
|||
Yep, it looks like another site is going to be needed just for this hack soon!
Thanks for the explanation and the quick fix for the adminemail option. Parker |
#37
|
||||
|
||||
Excellent addition, I'm very impressed!
Maybe I missed this, but can this send BOTH a PM and an email? Or is the email just a notification of the PM? Also, is there ANY possible way to add the age IF it is given, like "congratulations on your 35th birthday" and just "congratulations on your birthday" if nothing is there? Thirdly (sorry for so many questions), my index.php page is hit about 400,000 times a month (I have a big site), and my load is always 'pressured' during peak times -- will this create an excess load for this? Lastly, you mentioned that you can have it create a birthday thread -- is that a thread for each person who is having a birthday, or each day's birthdays? (Some of our days have over 40 birthday's on it!) Thanks so much!! Can you tell I"m excited about this? |
#38
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
|
#39
|
||||
|
||||
But is there a way to have it not even show the "-" if we don't want it to?
Quote:
|
#40
|
||||
|
||||
Quote:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
#41
|
|||
|
|||
I installed last night minutes after midnight. I have birthdays today and tomorrow. Nothing is posting yet in the specific thread. :cry:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|