The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#2
|
|||
|
|||
![]()
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 |
#3
|
|||
|
|||
![]()
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 |
#4
|
||||
|
||||
![]()
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 |
#5
|
|||
|
|||
![]()
Thank you very much for the quick reply kreftt ,testing now and hope to be able to add this
![]() |
#6
|
|||
|
|||
![]()
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 ![]() **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 |
#7
|
|||
|
|||
![]()
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?
|
#8
|
||||
|
||||
![]()
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.
|
#9
|
|||
|
|||
![]()
Thank you kreft I will wait for the next mail from them monday to test
|
#10
|
||||
|
||||
![]()
Sounds great, will install it later ... we'll see.
|
#11
|
|||
|
|||
![]()
I followed the instructions, but I keep on getting this error message:
Warning: main(./config.php) [function.main]: failed to create stream: No such file or directory in /www/htdocs/headpres/forum/admin/global.php on line 96 I'm not sure that I've entered the right mailport, but I don't think this is the problem, right? I've put the file in my /forum directory. Hope anyone can help, because this hack was about the first thing to come into my mind as a great idea. |
#12
|
||||
|
||||
![]()
what did you put after the line:
//variables could you please post that here? |
#13
|
|||
|
|||
![]()
Hi kreftt, I've already tried and changed the first line into require("forum/admin/global.php");, but that didn't help. I got more evil messages :classic:
I have also installed VBHome, so my forum is in a different, i.e. forumdirectory. This is what I have now: require("forum/admin/global.php"); //these are to determine which "user" shall post //the newsletter in which forum $forumid="23"; $postusername="PersberichtenBot"; $userid="259"; //pop3-settings $mailserver="mail.xxxx.nl"; $mailport="110"; $mailuser="xxxxxxx"; $mailpass="xxxxxxx"; //next setting is to avoid spam //only emails with the following string included in the sender is parsed $allowedsender="vbulletin-announcement"; |
#14
|
||||
|
||||
![]()
as you have put the php-file into your forum-directory, you should have
require("admin/global.php"); does that work? |
#15
|
|||
|
|||
![]()
No kreftt, that causes the error message I mentioned. So I changed the require-line. But then I've got 3 error messages.
What's the mailport number, by the way? Where can I find that? Do you have an example of a newsparserscript running on a site? So I can see some output to understand (a bit) what the script is doing. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|