The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Mail Reply Details »» | |||||||||||||||||||||||||
vB Email Reply 0.7BETA
What it does: This allows your members (and you of course) to reply to threads by email. All they have to do is wirte to a specific email address (that you specify) and include a special code in the email subject. How it works: A script (vbemailreply.php) is run using the vB3 Cronsystem every minute. This checks a pop3 or imap account for emails and then processes these emails, inserting the data into the database. Then a reply is sent to the sender, stating that either the post/thread got entered correctly or that there was some kind of error. Is it complicated? Actually no. There is an install script that does most of the work as well as two small file changes. If you do have problems installing it, contact me for help. Changes: New files (2): /includes/cron/vbmailreply.php /includes/mimeDecode.php Changed files(1): /includes/functions_newpost.php New database fields/tables(1): New userfield added by installscript New templates(0): Changed templates(0): New phrases(3): emailreplyerror emailreplydone emailnewthreaddone Changed phrases(1): notify Screenshots: none Credits: The idea and small parts of the script are based on Chen 'FireFly' Avinadav's Email posts into forum hack, found here: https://vborg.vbsupport.ru/showthrea...threadid=40595 Instructions:
This hack will always be free, however your donations are kindly accepted and will help towards further development. If you donate, please leave me some info (either your forum site or username at vB.org) so that I can thank you. Install: Don't feel like donating, but still want to thank me for my work? Click the install button to show your appreciation. As a great side effect, you'll get an email update once there is a bigger update or important security fix! Updates: 09.08.2004 - I've updated the vbemailreply_install.php file, as there was an wrong value while entering the settings. Also added support for SSL (untested)Fixed the whole install routine. 03.11.2004 - Updated the installation as well as the vbemailreply.php file. Show Your Support
|
Comments |
#72
|
|||
|
|||
I now have this working (kind of) i will post what i have done later today
|
#73
|
|||
|
|||
Thanks in advance. I am anxious to learn what you have done for the no forum permission error message.
|
#74
|
|||
|
|||
Firstly if you get the following
Code:
Fatal error: Call to undefined function: imap_open() in /home/xxx/domains/xxx.com/public_html/vb/includes/cron/vbemailreply.php on line 55 As Lionel posted earlier in thread i had to change the following in the phase notify. This was to fix the fact that i was getting blank email's FROM Code:
\$vboptions[bbtitle]! You can now reply to the thread by replying to this message. All you need to do is to make sure this code appears in the email subject: [thread-\$threadinfo[threadid]-\$touser[field\$vboptions[mailserver_profilefieldid]]] You should also remove this text to ensure your reply is readable by other forum users. Additionaly, you can start a new thread in the \$foruminfo[title] Forum simply by sending a mail to \$vboptions[mailserver_emailadress] with this code in the subject: [newthread-\$foruminfo[forumid]-\$bbuserinfo[field\$vboptions[mailserver_profilefieldid]]] Code:
\$vboptions[bbtitle]! You can now reply to the thread by replying to this message. All you need to do is to make sure this code appears in the email subject: [thread-\$threadinfo[threadid]-\$touser[field]$vboptions[mailserver_profilefieldid]]] You should also remove this text to ensure your reply is readable by other forum users. Additionaly, you can start a new thread in the \$foruminfo[title] Forum simply by sending a mail to \$vboptions[mailserver_emailadress] with this code in the subject: [newthread-\$foruminfo[forumid]-\$bbuserinfo[field]$vboptions[mailserver_profilefieldid]]] I am still playing with it but as it stands i can send replies to threads i havent yet checked to see if i can create new thread. Sorry i have never had premission problem. Colin - Great hack |
#75
|
|||
|
|||
ok after further investigations i have noticed the following
1. i have to put the subject in the following format [newthread-2-password]] if i do it as [newthread-2-password] i get a message saying i have not reached the min no of characters. This leaves the extra ] in the subject. 2. The cron doesnt seem to work the only way i can make it run is by manually running it twice (even if i set it up using my server cron job) any idea's are most welcome. |
#76
|
|||
|
|||
you'll find out that this does not work
1-the cron will never work 2-new users do not have email password automatic 3-you'll never be able to post in forums and more... my suggestion is to download chen's version and try to analyze it as I am doing. |
#77
|
|||
|
|||
I can do 3 no 2 i am not bothered about as it will use it more for moderator's and admin's it's no 1 i need to sort out
I fully understand this is a beta and am happy to work with colin to make this a final release. |
#78
|
||||
|
||||
Just wanted to mention that I'm currently working on fixing this up.
I'll update the first post with all the new information when I'm done. |
#79
|
|||
|
|||
thanks Colin and if you need any help or testers please let me know. (pm me)
We appreicate your support |
#80
|
|||
|
|||
thanks Colin. We have been struggling on that one.
|
#81
|
||||
|
||||
OK, I updated the first post with some better installation instructions and edited the vbemailreply.php file a bit.
I think I'll have to reupload an updated install file once I'm at home... but otherwise it should work. Please wait for that (another 3 or 4 hours) and then test it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|