![]() |
Thread Torrent
Description
After discussion with the Serence development team and several members of this community including cloudrunner would wrote KlipFolio Integration, I have decided to release Thread Torrent for Serence KlipFolio and vBulletin, moreover This hack was essentially requested by Koutaru here to provide a way to display newest threads. KlipFolio is a desktop application that allows you to easily view and manage live, automated and customizable channels to unique information sources called Klips. A Klip is a live, automated and customizable channel to a unique information source that runs in KlipFolio. For more information you can reference the KlipScript Guide for documentation (Also see Klip Tags). The basics are essentially self explanatory; let me know if you have any more questions concerning this topic. http://www.graphic-forums.com/klip.gif Installation Information Code:
Files to edit: (2) vbTT.php, vbTT.klip |
Well the 10 people (thus far) who have downloaded this must understand what it is, but I guess I'm a little slow today.
How does this differ from the recent hack by cloudrunner? |
Cloudrunners is new posts in a specific form (specifically for your news or announcements forum) whereas this hack is for new threads in general (am i right?) :p
[high]* Koutaru clicks install[/high] |
That about sums it up. His takes your most recent threads from the entire forum and feeds it to your klipfarm. It includes thread starter username, how many replies, and when the last reply was (from a quick glance look see at the code, I didn't delve too deep.).
I'm assuming that since the output is in RDF format, one could easily integrate this as a backend syndication system as well, but that's all for another day ;) |
Affirmative. Every forum, every thread.
Even private forums if you are logged in with proper permissions ;) |
A couple of things to bare in mind when using any kind of forum backend feeds including this one.
You'll need to add a custom description to the online.php if you want to avoid getting an "unknown Location" when someone clicks a thread link via the klip. And also,if a member stays logged into the forums,i.e their session hasn't expired,and then clicks a link via the klip,they will appear twice on the WOL,(as their username,and further down the list as a guest).You can check this by logging into your forums,and then open klipfolio and click one of the thread links.Look at the IP's column and you'll be listed with the same IP as "username" and "guest".Which means your forums currently active users count will be wrong. Just thought i'd make users aware of that. ;) |
I'm afraid I have yet to personally experience the first problem you mentioned, nor have any of my members or clients in over a one year time span, so I'm afraid I'll have to take your word for it. I've been working closely with the Serence development team so I'll mention it to them in the coming weeks. The second problem or nuisance rather you spoke of is actually quite simple to exclude from Who's Online which typically displays as: Guest Unknown Location: /vbTT.php -- so a simple comparison operator will do ;)
Method no.1 Open online.php and find PHP Code:
PHP Code:
|
Hey i didn't say it was a problem,i was merely pointing out some of my observations when using forum klips in the past and thought i'd make other members aware of them.
It's a nice hack Kriek,let us know how you get on with your further discussions with the Serence Devs. ;) |
Reverend, Sure thing, but most of the development is obviously surrounding Klipfolio itself and its features concerning Klips, but I have to admit that with each modification there seems to be another open window available for vBulletin as well as other software.
|
thanks, it's very cool. My members will love it. I'm racking my brain tring to think about how else I can use this. Only thing I've come up with would be pms and then setting klip to alert when ever there a new item.
|
Very Nice.
|
any chance of picking up some screens from your desktop?
I wanna see how you have customized your klips with your |
any chance of picking up some screens from your desktop?
I wanna see how you have customized your klips with your site. yes I do have klips installed, but not for my forums |
the setting "$showthreadnumber" is that the number of threads to show or the actual thread number - ie like this http:\\http://www.vbulletin.org/forum/showt...threadid=53808
|
The integer of threads you desire to display from your forum via Klipfolio at any given time, however due to the Klipfolio refresh rate your Klip should pull and display that same number of threads each time. Meaning the first load will pull and display ten threads, although after the Klip refreshes it will endeavor to pull another ten threads, granted that there in fact ten active threads that have been posted to.
|
for me don't work... :(
|
Kevorkian, in order to try and determine your problem and its solution. The more information I have about your vBulletin version, error output, and the exact specific nature of the problem you're having, the more likely I will be able to help you.
|
ok i have tried on blank board correctly configured with vbulletin 2.3.0 i have made two test with thread torret and one with klipfolio integration, the first don't work but the second yes, the php output of the file was ok but when i try to see in action klip torrent on klip folio don't work and i receive generic block with anything and without any data
|
Kevorkian, PM or email me the contents of your .klip file please.
|
ok sent ;)
|
|
only for me don't work ;___________;
|
Heh, when I saw this I thought it had something to do with Bit Torrent. Oh well, useful hack, regardless.
|
it's possible that the problem caused by iss 5 configuration?
|
Kevorkian, anything is possible, but I am confident this problem has nothing to do with vBulletin or Thread Torrent. Perhaps someone here will be able to help you more than I can :ermm:
|
I have edited online.php code with the suggested code but I still see a guest?, any idea what might cause this.
Great hack BTW :) |
Thank you Alesis, I appreciate your positive annotations. If you renamed vbTT.php subsequently you will need to amend that in the NOT LIKE comparison operator string. Is is displaying Guest Unknown Location in online.php?
|
Kriek, I have not renamed vbTT.php or the klip file, they are using the default names as they came in the rar file, I just changed the config file to suit my installation.
I then edited the code as you mentioned in the online.php file and uploaded but i still see a "Guest" logged in even though I am only one on my forum..my forum is in testing so I *know* there is no guests and I am only person logged in. Once again the "NOT LIKE comparison operator string" is the same as you posted because I did *not* change the name of the klip file or the vbTT.php file...they are default None the less it is working perfectly other than that and could be very handy to many for use on thier forums **I have included small .jpg capture showing what I mean by it displaying a "Guest" even though I am only one on the forum, this is happening after editing the online.php file with the operator string and all file names are default |
Alesis, you attempted the first method, please try these.
(Also consider trying without the forward slash) Method no.2 PHP Code:
PHP Code:
PHP Code:
|
Kriek, just so you are aware I have tested all 3 of these also just now and also tested each one without the "forward slash" and each time I logged out and logged back in and still see a *guest*
**Note however I did these all one after another editing the code in online.php and then logging out and logging back in, *possibly* the guest was still showing because of a session ID? I cannot confirm this unless I do the edit and wait in between each one unless of course when I logout each time it logs both myself and the guest* out...I'm not positive how that works. The reason i mention this is because of an earleir comment on the first page of this thread Quote:
|
Kriek I am wondering if this is at all possible...our forum is private and used by few close freinds and we love this hack as it provides excellent way to share news *but* we have few concerns about the security and possibilty others might find our klip and view the headlines and see the related links.
What I mean is say if we have the klip farely well hidden down a few directorys such as home/dir1/dir77635/dir5343/vbtt.klip it is unlikely someone could find the klip and even if they did we do not allow registrations but the problem we find is even if you are logged out and all cookies erased etc it is still possible to refresh and see the new post headlines in klipfolio if the location of the klip is known but you cannot access the actual content but still we are concerned about non members even reading out topics to klipfolio I could possibly be a non registered user and see the topic's and associated links..we would like to avoid this and make it so no matter what the headlines are not able to be viewed or refreshed *unless* you have a username/password to login and are cookied ,I am not sure this is possible and maybe there is a easy fix for this...I appreciate any info you might be able to provide regarding this and am simply looking for a way in the unfortunate event someone discovered out klip they wouldnt be able to even see our headlines. Thanks again for your time :) |
Alesis, just so you know -- your above request is under development ;)
|
Thank you very much Kriek and might I say again...EXCELLENT hack!!!
|
Just curious Alesis....
Have you taken into account the refresh rate at which your board flushes it's cookies? i.e. do you log out, then login in and goto the who's online without waiting for the board to flush the unused sessions? Just curious like I said. |
Cloudrunner, we tried various scenarios just to be sure and that was one of the first things I kinda thought might affect it was the sessions but i am using multiple computers for testing as well as people in other locations so I would delete cookies and as well give enough time for the session to time out...sometimes not trying till the next day and then I would reinstall the stock vbTT.klip and we noticed in many occasions that it was still possible to view the thread topics but not actually access them without using a username/password...not that much of a security risk but we would be even better if the topics could not be seen...as I mentioned this is a small private site and we are just worried that someone could casually view our klips.
**I'm not sure what tthe default session timeout is set at and would prefer not to set it any lower if it might cause problems accessing the rest of the site during a visit *Don't mind you being curious at all...might give me clues to fix :) **Will be gone till Saturday and cant reply to this thread till then, thanks again |
Hello again, just wondering Kriek if it is possible for a person to stop posts from a specific forumid= or multiple forumid's?
The reason I ask is I would like to add the NNTP gateway news hack but if I do all the posts that get added everytime the script is refreshed these will fill up my max threads in klipfolio, so if I could simply block those from making it to klipfolio things would be sweet ;) |
Alesis, make sure you have a updated version, then open vbTT.php and find
PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
Thanks again Kriek, I will try later tonight :)
|
No problem ;)
Keep in mind there are several methods. |
Kriek...after adding that code it *appears* all posts are blocked from reaching klipfolio.
all I have changed is $privateforum = '50'; to $privateforum = '9'; but now test posts from other forums do not show on the klip. |
All times are GMT. The time now is 03:16 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:
|