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

Reply
 
Thread Tools
Email posts into forum Details »»
Email posts into forum
Version: 1.00, by Admin (Coder) Admin is offline
Developer Last Online: Nov 2024 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 07-02-2002 Last Update: Never Installs: 43
 
No support by the author.

*phew*

Here it is people, the hack I use at vBulletin.org that allows you to send replies to the thread through email.
I've rewritten most of it in the last couple of days, killing bugs and making the code more readable with comments.

Installation is pretty easy, download the attaced ZIP file and read readme.txt.

This hack is provided as is and with no support whatsoever!
DO NOT email, private message or contact me through any other means about this hack. You will be ingored and receive bad jake karma! (provided graciously by jake Inc.)
Bug reports are welcome.

I hope none of you will need any support, this is not a space ship and you don't need to be a rocket scientist to install it.

[high]* FireFly waits for someone to request a screen shot... :dead:
[/high]

Enjoy!

Show Your Support

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

Comments
  #32  
Old 07-17-2002, 11:53 PM
thirdwatch430 thirdwatch430 is offline
 
Join Date: Jan 2002
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone help me setup e-mail piping??? I have no clue.
Reply With Quote
  #33  
Old 07-18-2002, 01:31 AM
Heineken77 Heineken77 is offline
 
Join Date: Jul 2002
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this customizable so that only Admins can use this function?
Reply With Quote
  #34  
Old 07-22-2002, 05:09 PM
Fuitad's Avatar
Fuitad Fuitad is offline
 
Join Date: Nov 2001
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any idea why all my posts get posted twice?
Reply With Quote
  #35  
Old 07-30-2002, 10:28 AM
MarkyBuzz's Avatar
MarkyBuzz MarkyBuzz is offline
 
Join Date: Apr 2002
Location: Manchester UK
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would love to have this hack working ( anyone but FireFly?? )

I have followed instruction the the CaPitaL T and an email pipe has been setup etc. But when someone receives a mail, it doesnt include the message of the post to read.

And the reply sends a Mail Delivery error:

This message was created automatically by mail delivery software (Exim).

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

pipe to |/home/mtbnet/public_html/getpost.php
generated by postreply@mtbnetworx.com
Child process of virtual_address_pipe transport returned 69 (could mean service or program unavailable) from command:
/home/mtbnet/public_html/getpost.php

Looks like a cracking hack, if it works
Reply With Quote
  #36  
Old 07-31-2002, 11:11 AM
Chruser Chruser is offline
 
Join Date: Jan 2002
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Isn't it usually just easier to log onto the board and send a reply, than to log onto your email?
Reply With Quote
  #37  
Old 07-31-2002, 11:31 AM
MarkyBuzz's Avatar
MarkyBuzz MarkyBuzz is offline
 
Join Date: Apr 2002
Location: Manchester UK
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Erm.... you would be correct in saying that it is, easy to log onto the board - but isnt this the whole point of this hack - I`ll explain for you

When you click email notification, you get a mail in your email client stating that a reply has been posted to your post. You would then have to visit the board to find out what the reply was.

With this hack - the reply is automatically sent to you in the email - and because you are more likely to open your email client and read that somebody has replied - it is convenient to just click reply from an already opened email client and send your reply by mail. EASY

:alien:
Reply With Quote
  #38  
Old 07-31-2002, 09:04 PM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@MarkyBuzz: One thing I have to say, though, is that I bet lots of people will still want to see if their post has been posted properly (when using vB codes / HTML)

But nevertheless, I bet this post will help out lots of 56kers
Reply With Quote
  #39  
Old 08-01-2002, 07:53 PM
mADmAX` mADmAX` is offline
 
Join Date: Dec 2001
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have it installed and works like a charm but I have a question. My mods and I have a shortcut (admin options) to move the post to the garbage can. Where only we can then see it (for later use). I changed the email template to include the post in the email. If we reply to the post, will it email them with what we put? Is there away to do checks like everything else to see if they can view the thread before it shows or emails them.
Reply With Quote
  #40  
Old 08-02-2002, 02:21 AM
Bothan Jedi Bothan Jedi is offline
 
Join Date: Apr 2002
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by MarkyBuzz

pipe to |/home/mtbnet/public_html/getpost.php
generated by postreply@mtbnetworx.com
Child process of virtual_address_pipe transport returned 69 (could mean service or program unavailable) from command:
/home/mtbnet/public_html/getpost.php
i had the same problem. try adding /usr/bin/php before the script name e.g. your mail entry may look like this -

postreply@mtbnetworx.com "|/usr/bin/php /home/mtbnet/public_html/getpost.php"
Reply With Quote
  #41  
Old 08-28-2002, 11:57 PM
BlueVoltage BlueVoltage is offline
 
Join Date: Dec 2001
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed the hack and checked everything over twice! Then I had my host install the email pipe exactly as directed in the readme.txt, and yet the hack refuses to work.

I just keep getting these errors:

Quote:
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

pipe to |/home/xelerix/public_html/forums/getpost.php
generated by post@xelerix.com <mailtoost@xelerix.com>
Child process of virtual_address_pipe transport returned 69 (could mean service or program unavailable) from command:
/home/xelerix/public_html/forums/getpost.php
My host insists that everything is installed correctly.
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 03:23 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.05024 seconds
  • Memory Usage 2,306KB
  • 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_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