![]() |
Quote:
Quote:
|
awesome! thank you very much
|
Quote:
http://groups.google.com/groups?dq=&...ing.google.com The quick fix is to limit amount of lines we get from the news server per message. After the line 128 of includes/nntp.php, which reads: PHP Code:
PHP Code:
PHP Code:
PHP Code:
Enjoy :) |
A word (title or message) that long will break a fixed width forum. It will even make a liquid layout appear "bad".
The fetch_word_wrapped_string function does not work on long words with periods, commas, special characters. This is a bug that has been reported. Until there's a fix ... you should use the fetch_trimmed_title on titles (showthread/forumdisplay). fetch_trimmed_title function works with the $vboptions[wordwrap] settings. If you do not want to use the fetch_trimmed_title function... I use this on my cms: (mainly for right/left column): Code:
function gtp_strip_title($str, $start, $end) { All messages with long words (titles) are 100% spam. |
I am a newbie. With this script I keep hearing people saying to "run a cron job"
1. What is "cron"? I assume it is some type of scheduling task system. 2. What will it do with this script? does it auto-import the posts? |
A cron is where you go downtown and play the shell game and cron people out of their money...
Just kidding... many providers that offer a Control Panel have some way to setup a cron job. You are right what a cron is... It runs a script or program and a set time. In this case you want it to run the gateway.php script to pick up and send new NNTP messages. You could do this your self by pointing your browser to the gateway.php file... however if you forget or are gone for a few days the new posts will not be updated. Another factor is on large NNTP groups it takes a lot more time if ran once a day rather then every hour. |
Hello to All
I'm trying to get this hack working on company's web server. Everything was pretty much straight forward till I got to the point of running gateway.php. That's what I get: "...pop3 gateway Gateway version 2.1.0 1 group(s) gatewayed. Bad User Name!Retrieving Protocol E-mails from the 'dl360mail3.yamner.com' pop3 server ..." I tripple checked all settings and everything looks good. User account for pop3 is correct including password. Web server talks to mail via local subnet (no filtering there). Can't figure out why this thing can't log in. any clues? :ermm: |
Quote:
#telent dl360mail3.yamner.com 110 #USER your-username #PASS your-password #STAT I suspect your pop3 server does not like the pop3 access from a local subnet. You gave a public domain name, yet accessing through a local private net. Either routing or pop3 server's "allowed access" can cause your problem. |
Ive been testing this for a few days now.
I have found that the script has crashed twice causing the following error Quote:
There also seems an issue with handling possible EOL characters as i got a message like this inserted to the forums. Notice the '=' inserted at the end of a line before a return. Quote:
It should have looked like this, at least this is how outlook displays it in the mail box. Quote:
This was the second message inserted in that batch. The first message is uneffected and was threaded correctly. Is there any compatability issues with mysql or php versions ??? Any help appreciated |
After looking at the messages retreived from the pop3 mailbox on a different account to the one used for gatweway.php i noticed that there was a few messages originally in HTML and with gif as attachments.
Could the above error be an issue with trying to insert the attachment? Attachments are usually frowned upon on mailing lists which is why I failed to notice it when making my last post. Is there a quick fix to simply drop attachments completely? |
All times are GMT. The time now is 05:52 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|