View Full Version : Trigger external PHP on reply to specific forum?
liquidx
09-21-2005, 10:07 AM
I would like to trigger an external script function when a message in a specific forum is replied to, and be able to pass some information to the script (i.e. the post, or information about the post so it can be looked up in the database).
Where should I look for this?
Marco van Herwaarden
09-21-2005, 10:38 AM
What vB version.
liquidx
09-21-2005, 10:40 AM
What vB version.
Sorry, 3.0.9.
Marco van Herwaarden
09-21-2005, 10:45 AM
Then it would mean file changes on all places that are used to create new posts.
Easier would be to use RSS to pull it into your external script.
liquidx
09-21-2005, 10:54 AM
Then it would mean file changes on all places that are used to create new posts.
Easier would be to use RSS to pull it into your external script.
Is there anywhere I could put 1 or 2 changes that would trigger just whenever a reply or new thread happens, but not need to grab any data about it?
That way the script could read from the DB directly, or from RSS.. But not need to be on a crontab.. More real-time.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.