![]() |
Just a FYI this works on 3.6.0 beta4 without any known issues yet..
|
Finally found a functions_image.php file and got this mod working.
Has anyone noticed a problem with large attachments/mails? gateway.php seems to hang when it gets to a message larger than 2MB. |
Hi everyone,
I've tried to install this hack, everything went well except when I run gateway.php?debug=1 all I get is a blank page. Although setlastmsg worked fine. Thanks! |
I assume this hack is very very far from working on 3.6?
|
Quote:
|
Quote:
I also see that there are database changes involved. Hopefully, those don't touch the vb database but only create their own tables? Would appreciate an update before I try it out. Thanks. -- Rik |
How would I set this up for alt.books.reviews ? I have no idea how to do this.
|
Quote:
This is how I set up alt.games.the-sims - just change the data to your settings. :) |
Anybody able to hack this yet for 3.6.0 gold?
|
Quote:
(But I still have problems with showing thumbnails) |
First of all, thanks for this wonderful hack. I've been using this successfully for months. However it doesn't work correctly with 3.6.
The biggest issue is when i click on the 'go to last post' button on forumhome, it says no thread specified and it leads to: /showthread.php?p=0#post0. I have noticed that last button code does not seem the same between 3.5x and 3.6: .../forum/showthread.php?goto=lastpost... and .../forum/showthread.php?p=...#post... I didn't test mailing list, attachments, export to usenet. Thanks for any feedback on this issue |
Would appreciate any insight on this one...
vB 3.6.0 -- Incoming feeds are working. Outgoing feeds though are a problem. According to the logs everything is working fine... the outgoing posts are giving a status code of 240 and no errors are record. The outgoing posts, though, never appear on the news server. :( Thoughts? Anybody know of a free NNTP server that I can use for testing just to see if the problem is with my site or my news provider? |
Quote:
I can set up an account for you at news.tornevall.net. Just send me a PM if you're interested. :) |
TMM-TT,
Thanks for the offer. I seem to have solved my issue, though. I switched from Supernews (via Forte's Agent News provider) to Giganews and everything is working fine again. Thanks, :cool: Kevin |
Quote:
Another question - When posts are made into the forum, I sometimes can see duplicate posts; just after the post, the imported one repeats itself so it looks like duplicates in the forum. Does anyone know if there's any dupechecking somewhere, or is it like this for you too? Edit: My little solution didn't work, so I wonder if there is any other to prevent dupes instead. :P |
I'm finding most free servers are supporting only NNRP, any way to implement this?
|
Quote:
NNRP is the NNTP server for reader clients, that comes with the INN server package, a news-server running under Linux. |
Are there any decent free servers for text only? I have a Giganews account but they tie you to a single IP so if youre logged in with a client on your home machine, the server cant log in to process messages.
I was hoping using their text only server they might let it slide but alas, they dont. |
I can't connect to anything all of a sudden. Is there something on a server that would deny access? Some security thing?
|
Anyone gotten this to work with Google Groups? Not Google's Usenet archive but the Google email groups.
|
First I want to thank lierduh for his work on developing this mod and krandall for his fixes. We've been importing 3-years of messages from a large newsgroup this week and all appears working well so far (haven't tried exporting yet).
While it would be best to filter out spam and other junk in the importation phase [killfile], one obviously doesn't know what and who to scan for at first. Has anyone developed a series of mySQL commands for the post-importation of messages to work on cleaning up the spam and bad users? If so, could you please advise a sample here that I and perhaps others can build on? In my case, I would like to: 1) Posts - delete any post with a URL in it (99% spam) - delete any post with certain keywords in them - delete any post by specified users - delete any post with a URL in the User Name 2) Threads - delete any thread with a URL in the title - delete any thread with certain keywords in them - delete any thread by specified users - delete any thread with a URL in the User Name Thanks. -- Rik |
Unfortunately I keep getting an "out of memory" error when I run this hack. Ive used it before with success but for some reason now, it's just not happening. Anyone got any ideas how I can work around the problem? Here is the actual error:
"Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3840 bytes) in /usr/local/psa/home/vhosts/trianglecycling.com/httpdocs/includes/functions_newpost.php(181) : regexp code on line 1" Any ideas? |
Quote:
|
I dont think I can.. the domain is on a Plesk based system and I dont have access to the administrator control panel.
This is happening on the initial import so I feel pretty sure if I could get all the messages imported, the recent postings between intervals wont cause this problem. I'm trying to import two groups tho with a lot of posts so I dont know how long it will take to actually get them all. It would be nice if you could import XX amount of posts, have the script terminate and then restart to get them all. I dont think memory usage was ever a consideration to the original author of the hack. |
Shouldn't a dedicated (?) server have much memory available?
|
Depends on how the server is configured. If you run a lot of forums on one machine, you kind of need to keep scripts in check so nothing goes out of control and slows everything else down.
The box I have the partiulcar forum Im testing this hack on isnt mine and the way its configured, PHP scripts are limited to 8mb of memory. |
Quote:
My php.ini contains this row: memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) ... and I don't have any problem with the gateway-script. Strange? |
Quote:
My webhost uses cPanel which used to support custom php.ini files. Unfortunately though, it doesn't work anymore after they upgraded to PHP5 (I guess cPanel was also upgraded). |
How to check incoming posts for valid forum users
I use this mod as a mailing list gateway. Many of the people on our mailing lists are also forum members. So I thought it would be good to check for valid forum users. No guarantees whatsoever but if anyone's interested, here's how I did it. In gateway.php, look for: Code:
//Separate name and email address Code:
//Check if the sender is a user Code:
$postid = insert_post($threadid, $forumid, $foruminfo, $subject, $from_name, $from_email, $date, $parentid); Code:
$postid = insert_post($threadid, $forumid, $foruminfo, $subject, $from_name, $userid, $from_email, $date, $parentid); Code:
function insert_post($threadid, $forumid, $foruminfo, $subject, $from_name, $from_email, $date, $parentid = 0) Code:
function insert_post($threadid, $forumid, $foruminfo, $subject, $from_name, $userid, $from_email, $date, $parentid = 0) Code:
'" . stripslashes($from_name) . "', 0, '" . $date . "', Code:
'" . stripslashes($from_name) . "', " . $userid . ", '" . $date . "', |
Hey,
I'm not getting pictures, can pictures be included in posts? Almost all posts I'm getting have images. Here is my forum for the posts: http://www.deuceace.com/forumdisplay.php?f=24 It also doesn't seem to be showing much text, am I able to change this or is it a limitation of what I am allowed to take from the sites? |
Will this work on 3.6.1?
_V |
When I bought vBulletin last February I was depending on the fact that this hack was working and supported, which it at least seemed to be at the time.
Lierduh appears to be busy on other things and hasn't posted to this thread since March. Dave Kendall and others have written many tweaks and bug fixes, but they're not yet integrated into the distribution files, requiring each new user to review 350-plus posts to collect them all. Thankfully, frakman in post 67 gives me some guidance on my most critical requirement, which is importing a bunch of mbox format e-mail archives to initially populate two of my six new forums. I knew going in that I'd have to build on this code to get my board and list server to work together the way I need them to, but I had hoped to start from a working code base. We at least need to:
I'd also like to brainstorm if the mod ought to be upgraded to use the plug-in system, or whatever other ideas anybody has. If any of this is going to happen either lierduh has to pick it up again or somebody else has to (assuming he agrees, of course...). Naturally I wouldn't be talking like this if I wasn't prepared to offer myself as a candidate. The trouble with that is I'm not a coder. All my programming experience is 20 years out of date. Every time I pick up this project I have to haul myself a little further up the learning curves for vBulletin's structure, XML, modern HTML, CSS, and PHP. As far as learning curves are concerned, on a scale of one to ten -- where zero is your grandma -- I'm somewhere below two! :cross-eyed: So, can a guy who's working hard just reading this stuff take what others produce, integrate it, organize it and release it? Project leader as glorified filing clerk? Is that even vaguely realistic? Is there enough interest here to build a serious collaboration around? Maybe even enough interest to finance some development work? What say ye? I know some of you will think this is a wonderful idea, since you want the hack working again as much as I do, but I'm especially interested in the advice of experienced coders and developers. If I'm hopelessly out of my depth you'll know it, and it'd be better to figure that out now... Thanks for reading. Mike Devour |
If anyone who is interested in further developing this hack and provide support for it. I will have no problem hand over the hack. ie. assuming whoever takes over do not turn this into a commercial product.
I have lost the interest to do any work on this for the reasons I might have mentioned before. 1) Hacks are no longer the way the hacks used to be. When I was first on the net around 95, hack means everyone contributes code to make something better. Nowadays hack means free software. I have no problem with that, the problem is most of the people using the hack do not even spend more than a few minutes to read the instruction, let along checking the code, hack the code, help others. The result is coders start to turn good code into commercial products, creating their own forums to build up the traffic. Not that I blame them. 2) I am not a real programmer, I check php.net regularly for how to use functions etc. I started hacking this when I needed this for my own forums. So I am not interested making money out of this, because my time is much more valuable doing what I do.:) |
Quote:
Great initiative! I'm willing to help in any way I can. -Aylwin- |
Quote:
I think one thing to do is add support for "handshaking", to forums that connects to peer-servers on the same connection. That thing can be hard to explain, specially in english, but I'll try. Client connects to port 119 as usual, but so are servers (peers that transfer the news). The difference between a peer and a client is the handshake string (not the authinfo). When a server-to-server connection is established, the string "MODE STREAM" are sent to identify the connection as non-human. Clients are sending "MODE READER" to identify as human readers. This hack does not do that, and that gives me some problems since I'm peering locally from the same server as the forum. I also use a suck-feed for some local groups which automatically makes me identified as a peer. So for now I have to use a dummy ip to connect as a client to the server. I tried to fix that part, but failed. If a server is configured as a clientserver the "MODE READER" isn't necessary for the handshake, so it says "Hi, I'm a clientserver" first - and that's why this hack works so good. :) If you're a peer, you have to send MODE READER if you don't want to peer. If a server is configured as a peering server (both methods are made by ip detection), the server immediately acts as streamingserver instead and you have to enter MODE READER to identify as a client. This is where the problems start. When I'm trying to download posts to the forum as a client, the server identify me as a peer and the posts never arrive. To be short - handshake identification is needed in this hack. :) And I'm also willing to help. :) |
Quote:
I also have bought VBulletin only for this hack. It work with 3.6.1 ? For the moment i think to use 3.5.5. Is this version : https://vborg.vbsupport.ru/attachmen...chmentid=32237 the latest and most recent ? |
Quote:
And yes, I believe that's the current version. |
Quote:
Having said all that, here's my wishlist: - IMAP support - configurable "user check" (I think I can handle this) - configurable "add to user's post count" (I think I can handle this too) - multiple forum support instead of 1 list <--> 1 forum - updated attachment support (no need for an old functions_image.php file) - support for large attachments (at least I can't get it to work now) |
Another thing:
I experience duplicates on posts that goes to usenet. They bounce back to the forum and gets posted one more time, like it was from a usenet-user instead of the original member. |
Quote:
Now i will install 3.6.1 |
All times are GMT. The time now is 03:15 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|