Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Beta Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Reply by email v. 0.1 Details »»
Reply by email v. 0.1
Version: 1.00, by Gimp Gimp is offline
Developer Last Online: Dec 2004 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 04-01-2002 Last Update: Never Installs: 6
Is in Beta Stage  
No support by the author.

It works just like FireFly described it here

Note: Your PHP must be compiled with IMAP support (read inside in the install.txt file)

This hack should be working just fine on EVERY vBulletin version.

I hope you like it
Post all your comments,bugs, improvements you would like to see.

Its not perfect yes.. i know

[Last update: 19/04/02 version 0.3]

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 04-09-2002, 07:19 PM
TheCaver TheCaver is offline
 
Join Date: Oct 2001
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Notes for others trying this hack:

To allow people to hit reply on the email instead of cutting and pasting you must edit a couple of items.

First, in mailreply.php find:

list($check,$threadid)=explode("-",$letter->subject);
if ($check!="[thread") {

replace by:

list($check,$threadid)=explode("-",$letter->subject);
$check = substr($check, -7);
if ($check!="[thread") {


Next, edit your emailsubject_notify to:


Reply to post '$threadinfo[title]' [thread-$threadinfo[threadid]]







I'm working on getting the server to strip everything but the reply but its uphill, if anyone wants to help, I'd sure appreciate it......

JC
Reply With Quote
  #23  
Old 04-10-2002, 04:53 AM
hypedave's Avatar
hypedave hypedave is offline
 
Join Date: Nov 2001
Location: Dallas, Tx
Posts: 320
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

has anyone been able to get this to work at all, ????
Reply With Quote
  #24  
Old 04-10-2002, 05:00 AM
TheCaver TheCaver is offline
 
Join Date: Oct 2001
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works, it's just not polished.....

Hopefully, we'll get some news on whether or not it will be in vB3, then I can stop this madness

JC
Reply With Quote
  #25  
Old 04-10-2002, 05:39 AM
hypedave's Avatar
hypedave hypedave is offline
 
Join Date: Nov 2001
Location: Dallas, Tx
Posts: 320
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by TheCaver
It works, it's just not polished.....

Hopefully, we'll get some news on whether or not it will be in vB3, then I can stop this madness

JC

well can you help me out then, with my error, I got the error to go wat, now when I run mailreply.php it takes foreverrrrrr, then php jus times out, how does your mailreply.php file look like

and how exactly to the users respond back ?
Reply With Quote
  #26  
Old 04-10-2002, 06:04 AM
TheCaver TheCaver is offline
 
Join Date: Oct 2001
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Umm, how did you get the error to "go away" ?

JC
Reply With Quote
  #27  
Old 04-10-2002, 01:38 PM
Gimp Gimp is offline
 
Join Date: Nov 2001
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by TheCaver
Notes for others trying this hack:

To allow people to hit reply on the email instead of cutting and pasting you must edit a couple of items.

First, in mailreply.php find:

list($check,$threadid)=explode("-",$letter->subject);
if ($check!="[thread") {

replace by:

list($check,$threadid)=explode("-",$letter->subject);
$check = substr($check, -7);
if ($check!="[thread") {


Next, edit your emailsubject_notify to:


Reply to post '$threadinfo[title]' [thread-$threadinfo[threadid]]







I'm working on getting the server to strip everything but the reply but its uphill, if anyone wants to help, I'd sure appreciate it......

JC
it has notting to do with that.. you CANT clear the message on the user side its IMPOSSIBLE
Reply With Quote
  #28  
Old 04-10-2002, 01:40 PM
Gimp Gimp is offline
 
Join Date: Nov 2001
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by TheCaver
Got another question

On this forum, there are 2 series of numbers when you get notified. What's the significance of the second set?

Thanks!

JC
the 2nd number is a password for email notification.. I could do it but because of not much popularity with this hack i dont think i will. only if u REALLY need it i might
Reply With Quote
  #29  
Old 04-10-2002, 01:42 PM
Gimp Gimp is offline
 
Join Date: Nov 2001
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by hypedave
okay when I run the mailreply.php

I get this error

Fatal error: Call to undefined function: imap_open() in C:\Inetpub\wwwroot\forums\mailreply.php on line 14

I setup is

Windows 2000 Server
iMail email server using pop3

any suggestion
look/check ur pm:
Quote:
Taken from install.txt

PHP compiled to support IMAP
Linux users read here:
http://www.php.net/manual/en/ref.imap.php
======
Windows users:
1. Copy php_imap.dll from your phpdir/extenstions to your windows dir
2. Edit path/to/windows/dir/php.ini (open it)
Find:
;extension=php_imap.dll

Replace with:
extension=php_imap.dll

Reply With Quote
  #30  
Old 04-10-2002, 01:44 PM
Gimp Gimp is offline
 
Join Date: Nov 2001
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by TheCaver
Gimp, is there any advantage of using IMAP over POP? Mine seems to work ok with POP but fails to open stream with IMAP.....

Thanks!

JC
I tested it with IMAP (MDaemon mail server).. i dont know if there is any difference and there shhouldnt
Reply With Quote
  #31  
Old 04-10-2002, 03:18 PM
James Cridland James Cridland is offline
 
Join Date: Nov 2001
Location: London, UK
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by TheCaver
Also, be able to remove the "you will not receive any more notifications till you visit the board" thing.
To do this:

Open \admin\functions.php

Find:
PHP Code:
  $useremails=$DB_site->query("SELECT user.*
                               FROM subscribethread,user
                               WHERE subscribethread.threadid='
$threadid'
                                 AND subscribethread.userid=user.userid
                                 AND user.userid<>'
$userid'
                                 AND user.lastactivity>'
$lastposttime[dateline]'
"
); 
Replace with:
PHP Code:
  $useremails=$DB_site->query("SELECT user.*
                               FROM subscribethread,user
                               WHERE subscribethread.threadid='
$threadid'
                                 AND subscribethread.userid=user.userid
                                 AND user.userid<>'
$userid'"); 
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:44 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06120 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete