The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Do we have a hack to auto send a greeting PM/Email to Birthday members daily?
If we do not have a hack, does anyone knows how to do this? Hope to have this feature in the next VB version. Thanks Byron |
#2
|
|||
|
|||
I think this would involve running a Cronjob that hits a certain script once every day...
Not sure. |
#3
|
||||
|
||||
Yep, this would in fact need a cronjob. However, I guess it would be easier to hack that the popup would appear if the user would visit the forum that day. May you could specify a time frame within the popup appears.
|
#4
|
|||
|
|||
Personally, I would prefer an email to be send to each birthday member on each day. This will help to increase return traffic too.
|
#5
|
|||
|
|||
I agree a birthdya message e-mailed would be a great way to "remind" then of your board! I would also be interested in this!
Ryan |
#6
|
||||
|
||||
This code ( a real ugly piece of work) will do it BUT php won't run as a cronjob on my host.
I use a windows scheduler program to hit the script with my browser every day at Midnight. PHP Code:
|
#7
|
|||
|
|||
i was working on this script a little while ago, i need one more bit of code, can any one tell me what i would need to code this
Store todays date (Day and month) in a table (all-ready set the table up) Check that the date isn't todays i have got this so far $today = date("m-d"); $ecardcheck=$DB_site->query("SELECT date FROM ecard"); if ($ecardcheck=$today) { $DB_site->query("UPDATE ecard SET date='$today'"); there is alot of other code but this is what i need to know anyone help i will release the hack when i know this. jamie |
#8
|
|||
|
|||
xm.... i need that hack too, but i don`t know PHP so... i just lift up topic!
|
#9
|
||||
|
||||
|
#10
|
||||
|
||||
Quote:
I planned to revise and enhance this cron simulation feature on its own but noticed that vb3 will integrated the feature by default so dropped the project.. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|