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 |
#62
|
|||
|
|||
The installation appears to be fine, however the email that I am getting is empty with the words (no subject) and in the body: [no message]. Even the post itself is missing.
I went in phrases to update just in case, still no luck... Please help! |
#63
|
|||
|
|||
Which phrases are included in email? I put in my back up copy and I am still getting the same problem. Now, last night I installed, removed it because I did not have IMAP functionality yet, and I am afraid that the removal removed the whole phrases.
|
#64
|
|||
|
|||
I installed and uninstalled so many times. It tells me the same thing everytime: That there is a parse error on eval code at line 11 and that I am missing a ']'. I reverted back and I am still getting the same thing. I'll b getting it with a blank message until I remove the new phrase completely. Which leaves me to believe that the problem is in the phrase.
I looked at the phraseit seems to be fine ~~~~~ NEW ~~~~~ New at \$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]]] ~~~~~ NEW ~~~~~ |
#65
|
|||
|
|||
yep! $touser[field should be closed in both instances ....before $vboptions
|
#66
|
|||
|
|||
I am getting this error
Fatal error: Call to undefined function: imap_open() in /home/xxx/domains/xxx.com/public_html/vb/includes/cron/vbemailreply.php on line 55 The install went fine, the pop account is working fine in outlook. I use port 1010 but changed the port from 110 to 1010 in the php file. Any other idea's? |
#67
|
|||
|
|||
Quote:
When I try to change the thread into [post-$threadinfo[threadid]-password] then nothing happened. |
#68
|
|||
|
|||
Quote:
Thanks in advance |
#69
|
|||
|
|||
I have fixed my error it was my php not compiled with imap so thats all good and the cron works but the emails i recieve are blank.
and i am getting this error as others are Parse error: parse error, unexpected T_VARIABLE, expecting ']' in /home/xxxl/domains/xxx/public_html/vb/includes/functions_newpost.php(1091) : eval()'d code on line 11 |
#70
|
|||
|
|||
blank emails? Make sure you setup a username and password in the settings. After that, If you manage to post in forums, please let me know how you did it.
|
#71
|
|||
|
|||
and for the variable error that you are getting, it has to do with the phrase 'notify' where they are missing a ']' . But that is another story. You'll find out that variable profilefiled will never pass and you'll end up harcoding it directly in code.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|