![]() |
Alright, I've now done the following
1. Installed EI 2.6.1, 2. copied the code from the patch to the file "forum_read.php" in my vbulletin cron folder 3. created the system cron file (with the 4line perl script) to initiate the forum_read.php file in my home folder; /home/user/forum_read (no file extension) 4. added a command line to my cron tab to activate the cron, every two minutes with the line; */2 * * * * /home/jfasheyi/forum_read 5. Set the EI cron to run every minute, from the vbulletin EI integration panel. Question 1. Whilst installing EI 2.6.1 BETA, it said "go to AdminCP -> Email Integration -> Forum Setings Help" to find a script, which will test to see which email connection your server uses - I went to Email Integration settings, from the vbull options tab, but no "Forum settings help" option existed. I use vbull. 3.8.4. 2. Looking at the system cron script, this line "php /root/forum_read/forum_read.php" how will it know where to find my forum_read.php vbulletin cron file, which is in the vbulletin/includes/cron folder. 3. When I add the forum_read.php cron to vbulletin, should it be added as a vbulletin product, or Email Integration product. Thanks a lot, |
Quote:
Quote:
Quote:
|
Quote:
http://smg.photobucket.com/albums/v4...4at25603PM.png |
new problem, I re-installed everything.
Ran EI, but instead of saying "Done", it just didn't give a response. - Out of 4 emails I posted onto the mail server, it only copied one to the forum - It didn't delete any of the emails from the forum - Whenever it ran, it kept copying that same email from the forum. My assumption is, Perherps the code simply runs to - Get email from mail server And ignores the loop that tells it to get all the other emails on the mail server, then delete all the other emails. Help? |
I've resolved the issue, for anyone who might have Qualms following the instructions on this board or can't find the right Information, here's precisely what I did.
To get EI to work 1. Un-Installed 3.8, and installed 3.7.1 Patch Level 2 2. Installed EI Mod, 2.6.1 beta 3. Added the patch on POST #843 here; https://vborg.vbsupport.ru/showthrea...51222&page=57; To make the Cron run every 3 minutes, and output to a logfiles Followed the instructions here; https://vborg.vbsupport.ru/showpost....&postcount=898 A bit more explanation Using Centos 05, 1. Created a file forumread.php in my home directory, to hold the php code (Code 1 on the above link) 2. Created a file forumread.cron in my home directory, to hold the command line script (Code 2 on the above link). Added a line which, everytime the cron runs, writes into the file 'cronlog.txt', stating the date and time the cron last ran. Here's an extract of my forumread.cron file; Quote:
- went to my crontab home page, and created a new cronjob to access and run 'forumread.cron' 'cd /var/spool/cron' 'crontab -e' '*/3 * * * * /home/username/forumread.cron (My crontab is eddited using vi edittor, so to save the above change, typed ':wq') Everything works well so far. Thanks to Toivo and Cyrix. Good luck. Ciao |
Hi - just wondering if there's any news on getting this ported to vb4.
|
Need some assistance in running the EI cron using the forumread.php patch,
I created a proxy site; forums.domainname.com, to connect to my vbulletin forum installed at, servername.domainname.com/vbulletin On the forumread.php file, should the forum url variable be The proxysite url, i.e. $forum_url = 'http://forums.domainname.com/vbulletin/index.php'; Or should it be the server site $forum_url = 'http://servername.domainname.com/vbulletin/index.php'; The same question with the cron URl variable, Thank you v.much in advance. John. |
Hi there any solutions for vb4 Users? This Mod really rocks and I don't want to miss it :-/
|
Same here. VERY interested in a vB 4 port of this mod.
|
Will this Email Integration version work on VB3.8.X ?
|
All times are GMT. The time now is 10:18 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|