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 |
#152
|
||||
|
||||
Calling Colin F
3.5? pleasee |
#153
|
|||
|
|||
Has anyone tried to port this to 3.5?
I am in the process of it, but the problem is that the install file just stalls... it doesn't do anything but bring me into some kinda "endless loop" page. |
#154
|
||||
|
||||
bump
|
#155
|
||||
|
||||
Quote:
I'd really appreciate it to have it worked on 3.5.4! Andreas |
#156
|
|||
|
|||
I managed to get this working at last - but im not even sure what i did to be honest - i was trying everyones suggestions , and after messing with a load of files it eventually worked , but i was doing so much i cant say what did it !
Great script , its working on 3.0.7 |
#157
|
|||
|
|||
I did a tiny edit on this that may help people as well
In /includes/functions_newpost.php find (around 1217) : Code:
'$subject = "' . str_replace("\\'", "'", addslashes(iif(empty($email_text[PHRASETYPEID_MAILSUB]), $emails['-1'][PHRASETYPEID_MAILSUB],$email_text[PHRASETYPEID_MAILSUB]))) . '";'; Code:
'$subject = "' . str_replace("\\'", "'", addslashes(iif(empty($email_text[PHRASETYPEID_MAILSUB]), $emails['-1'][PHRASETYPEID_MAILSUB],$email_text[PHRASETYPEID_MAILSUB]))) ." ". $subjectcode_reply . '";'; |
#158
|
|||
|
|||
I would really like to see a port of this as well. It sounds like JUST the thing I'm looking for!
|
#159
|
|||
|
|||
nice very god
|
#160
|
|||
|
|||
Dont suppose anyone has upgraded this to 3.5 yet ?
I had to move hosts so i decided to upgrade to 3.5 and i miss this hack - only just had it working and all ! |
#161
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|