Quote:
Originally Posted by toivo
Message for Toivo, deleted whole message to save space 
|
Thanks for the reply, I just wanted to make sure we're on the same page
1. I've carried out the first task, Adding the patch to stop duplicated messages
2. Yes by Cron, I meant the Email Integration cron that retrieves the mail from the user accounts.
Following the link, I did the following
-- Created php file forum_read.php, under the vbulletin directory, and copied the code to this file.
I replaced the forum url variable, with the vbulletin URL, but where do you find the url requested below;
Quote:
"// cron url from <img src=
$cron_url = 'http://example.com/testvb/cron.php?' "
|
3. I created a run_cron.php file, under vbulletin/include/cron directory, containing the script
Quote:
#!/bin/bash
# load forum home page and read cron.php
php /root/forum_read/forum_read.php
exit 0'
|
- I added a new cron under AdminCP -> scheduled tasks pointing to this run_cron.php file.
- I'm I missing something so far?
- When I run this run_cron.php file from the scheduled task menu, will it run the forum_read.php file, or the EI file, this was a bit confusing.
- Also does the EI mod, only run when someone actually opens the forum,
Thanks a lot in advance,