vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   Have Newsletters Posted To Your VB (https://vborg.vbsupport.ru/showthread.php?t=53142)

kreftt 05-19-2003 10:00 PM

Have Newsletters Posted To Your VB
 
TESTED ON 2.2.9, SHOULD WORK ON ANY 2.X BOARD

What does it do?

Say you have a newsletter from some site like sitepoint, that you receive and want to make available to your members.
so usually you would check your mailbox, read the mail, do a copy'n'paste and post the newsletter in your forum.
if there is more than one or the one comes quite often the work sums up.

now you can have this hack run by a cronjob or run it manual and have your new newsletters from any pop3-box automatically posted into your board.

detailed features:
  • no vb file edits at all, just one file to upload and adapt to your needs
  • check any pop3-mailbox for a newsletter
  • define as which user thenewsletter should be posted
  • define in which forum that user should post
  • basic spam check (checks sender name for a string you define)
  • url-parsing
  • cut off unneeded parts in header and footer that are always the same by strings you define
    DO NOT BREAK ANY COPYRIGHTS WITH THAT
  • posted newsletters get deleted after posting from the mailbox, other mails stay intact
  • with little adaptation to vb3's database scheme it will be vb3-compatible

instructions:
  • preparation: subscribe to a newsletter ;)
    i personally would use a dedicated email-account just for the newsletter/-s to prevent spam
  • download the attachment, which contains a single php-file
  • rename the file to whatever you like, like newsletterxyz.php
  • edit the file and adapt it to your needs, like mailbox-variables and the username as who the newsletter should be posted
  • Check if you have scott macvicars last post on forumhome hack installed as you have to edit another line in the file then (line 193)
  • close and upload to [FORUMROOT]
  • either run it manually once in a while in browser or setup a cronjob if your host supports this

    THATS IT
  • for uninstallation: delete the file off your server

you have to use a new copy of the hack for every newsletter you subscribe to

screenshot wont be provided as you would only see some user having posted some thread, nothing exciting

the hack has run for about a month on my board and has posted about 500 threads so far, without a problem

as i have rearranged the variables so that you can change all variables in the header and dont need to scroll through the whole file, i might have made a mistake in this process.
thats why its in beta for now.

please try it, feel free to comment and ask for support, and please click "install" if you decide to use it

finally: i will not be held responsible for any harm you do to your board by using this hack

EDIT: 27.05.03 trouble with cron when running from admin-dir, updated to have it reside in forumroot

alesis404 06-12-2003 10:15 AM

When a person visits the php page after install should it appear white? I edited everything with my proper info but get a white page

Thanks

alesis404 06-12-2003 10:25 AM

Also if you don't mind, what exactly does this mean

//next setting is to avoid spam
//only emails with the following string included in the sender is parsed
$allowedsender="vbulletin-announcement";

so for $allowsender="what exactly goes here"

Do I have to include the email address? or does the topic always have to be the same for it to work? Thanks for any explanation

kreftt 06-12-2003 02:12 PM

hiya,

yes it should appear white. if you run it via cronjob it wont be seen by anyone anyway, and if you run it yourself, its just white.
if you think you need a link back to your forum-mainpage, telle me and ill post what to edit in the file.

second issue:
you include a part or the whole email-address of the sender to make sure only the emails that you want to be posted are posted.
so if your sender is listserv@jelsoft.com and you put $allowsender="listserv@jelsoft.com", then email from any other email will be ignored. if you put $allowsender="jelsoft.com", then any email from jelsoft would be parsed...
hope that clears it.

greets

kreftt

alesis404 06-12-2003 06:32 PM

Thank you very much for the quick reply kreftt ,testing now and hope to be able to add this ;)

alesis404 06-12-2003 07:00 PM

kreftt, I have followed the directions and still no results and not sure if any factors that might stop this from working

*At first I thought it might be the username and the "case" so I made a lowercase username and have done this
====================================
//these are to determine which "user" shall post
//the newsletter in which forum
$forumid="5";
$postusername="skybot";
$userid="8";


//pop3-settings
$mailserver="mail.mydomain.net";
$mailport="110";
$mailuser="skybot";
$mailpass="******";

//next setting is to avoid spam
//only emails with the following string included in the sender is parsed
$allowedsender="mydomain.net";

===============================

*Note have replaced *real* domain with "mydomain.net" for posting here ;) as well i am using the correct password for the mail account

**I am not running this via cron but I visit the page manually and reload a few times and get no results, have sent 5 mails to skybot@mydomain.net and I know they are getting there but the emails don't seem to get posted to the forum as they should, any factors you could think that might influence this not happening?

Thanks again for your time

alesis404 06-12-2003 07:12 PM

For instance could group permissions stop this from working? I am sorta confused why this member would need no password to access and post and am thinking maybe because my forums require you to login to post?

kreftt 06-13-2003 03:34 PM

remember that you have to put the email of the SENDER and not the RECIPIENT into that variable, so if you have sent the emails from an account different than *@mydomain.net it cannot work.

alesis404 06-13-2003 10:02 PM

Thank you kreft I will wait for the next mail from them monday to test

gmarik 06-24-2003 05:32 PM

Sounds great, will install it later ... we'll see.


All times are GMT. The time now is 06:12 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02642 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete