View Full Version : vRSSI Pro
roosevelt
04-16-2006, 10:00 PM
https://vborg.vbsupport.ru/ (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=113214)
vRSSI is a simple plugin for your favorite vBulletin Forum Software. Using this tool you can display forum stats, top posters, latest threads, latest posts and latest users who registered on your forums in your web pages. At this moment vRSSI can display its contents in a .php file. However if you wish to display it in a .HTML page then I recommend you to use .htaccess to parse your .html pages to act as .php pages. In the future I will release another version of vRSSI and hopefully will be able to implement some javascript so that you can display vRSSI contents on your flat html pages. Anyways the script was developed by me Roosevelt Purification.
For a list of complete features, click here (http://www.rcms-pro.com/).
:: Product Admin Menu Screenshots ::
[ Click here to see the screenshots (http://www.rcms-pro.com/) ]
I've also added screenshots of vRSSI vbulletin admin menu. Please give suggestions because there are lot of things I can do especially with this mod. So feel free to give them.
INSTALL ME!! (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=113214)
This Modification has been removed from download as it has been found to be open to SQL Injection Exploits, the Author has been informed and a fixed version requested.
SaN-DeeP
04-17-2006, 07:02 AM
thanks for the release. i have a question here.
Cant we acheive the same using stock rss features ?
I got this?
Warning: main(/home/tutor/public_html/forums/vrssi.php?id=lp&limit=): failed to open stream: No such file or directory in /home/tutor/public_html/proba.php on line 1
Warning: main(): Failed opening '/home/tutor/public_html/forums/vrssi.php?id=lp&limit=' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tutor/public_html/proba.php on line 1
I have a few features that would be good.
- forum selection ability
- adding a first post like a description to the forum
- ability to pull ubb code from posts
- pull the icon from post
etc...
unitedpunjab
04-17-2006, 09:39 AM
I got this?
Warning: main(/home/tutor/public_html/forums/vrssi.php?id=lp&limit=): failed to open stream: No such file or directory in /home/tutor/public_html/proba.php on line 1
Warning: main(): Failed opening '/home/tutor/public_html/forums/vrssi.php?id=lp&limit=' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tutor/public_html/proba.php on line 1
This mod is for 3.5 version
Yes and i have 3.5 version 3.5.4
Rickie3
04-17-2006, 10:01 AM
Yes and i have 3.5 version 3.5.4
not in your member profile lol,i guess thats why the comment was made
morrow
04-17-2006, 11:54 AM
I kinda like this format. I'll install later. I think users using a Cell phone will appreciate this more than anything.
Let yah know how I do later.
forumthemes
04-17-2006, 01:19 PM
I kinda like this format. I'll install later. I think users using a Cell phone will appreciate this more than anything.
Let yah know how I do later.
Yeah I have to agre it is a great mod and would be great for Cell Phones
roosevelt
04-17-2006, 02:41 PM
thanks for the release. i have a question here.
Cant we acheive the same using stock rss features ?
You surely can. But I know lot of people online who just finds parsing xml with php or any other language really tough. So wanted to make things easier for everyone.:cool:
I got this?
Warning: main(/home/tutor/public_html/forums/vrssi.php?id=lp&limit=): failed to open stream: No such file or directory in /home/tutor/public_html/proba.php on line 1
Warning: main(): Failed opening '/home/tutor/public_html/forums/vrssi.php?id=lp&limit=' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tutor/public_html/proba.php on line 1
Did you upload vrssi.php file under /home/tutor/public_html/forums/? Because the warning sort of shows it couldn't find the vrssi.php file.
The Chief
04-17-2006, 09:59 PM
I would like to suggest a feature, pulling the user's avatars or profile pictures for the new members registered, if this is possible, will install for sure :)
The Chief
04-18-2006, 01:32 AM
nope, your product definaetly doesn't work... :(
that's too bad..
You surely can. But I know lot of people online who just finds parsing xml with php or any other language really tough. So wanted to make things easier for everyone.:cool:
I got this?
Did you upload vrssi.php file under /home/tutor/public_html/forums/? Because the warning sort of shows it couldn't find the vrssi.php file.
Yes i did all that but still dont work? Any update soon?
roosevelt
04-19-2006, 12:02 AM
I am sorry guys those who are having difficulty using this plug-in/mod. I am working on an update and hopefully this will solve the difficulties all of you might be having.
Unexplained.tv
04-19-2006, 11:53 PM
all I'm getting is a blank page.
roosevelt
04-20-2006, 12:11 AM
Did you pass in some variables like: vrssi.php?id=lt?
lifanovsky
04-24-2006, 03:04 PM
I haven't install this yet. I would like to ask - does this thing uses RSS to display the latest posts? Is in possible to make it give out not formatted html but some rtss feed? I am looking for the stuff that could be able to give me latest post from my forum in RSS format and as of now haven't find anything. Maybe you can help?
Reece^B
05-02-2006, 06:54 PM
hiya,
mine all works, but its showing threads that was on there when the forum first started! Will not update, help would be grateful!
http://www.pitbikeclub.co.uk/home.php
roosevelt
05-02-2006, 08:02 PM
hiya,
mine all works, but its showing threads that was on there when the forum first started! Will not update, help would be grateful!
http://www.pitbikeclub.co.uk/home.php
Hey there,
Try doing this:
Open vrssi.php
Around line 195 find:
$sql = mysql_query("SELECT * FROM $threads_table WHERE forumid != 0 $disabled_forums LIMIT $amount");
Replace with:
$sql = mysql_query("SELECT * FROM $threads_table WHERE forumid != 0 $disabled_forums ORDER BY forumid DESC LIMIT $amount");And if for some reason it doesn't work, change DESC to ASC. That should fix it for you.
Reece^B
05-03-2006, 05:06 AM
Thanks for the help, however it now brings up a random amound of threads, some new somd old. Can I get them just to show the latest.
http://www.pitbikeclub.co.uk/home.php
Thanks,
Reece
roosevelt
05-03-2006, 11:06 PM
Change the above SQL, $sql = mysql_query("SELECT * FROM $threads_table WHERE forumid != 0 $disabled_forums ORDER BY forumid DESC LIMIT $amount"); to: $sql = mysql_query("SELECT * FROM $threads_table WHERE forumid != 0 $disabled_forums ORDER BY threadid DESC LIMIT $amount");
Reece^B
05-04-2006, 08:16 PM
thanks!
All working heres an example:
http://www.pitbikeclub.co.uk/home.php
roosevelt
05-14-2006, 01:58 PM
Glad that you got it working. I've updated vRSSI and added the feature to display Top Posters and some basic forum stats. In addition I am sorry version 1.0's code generator was really poor. I've updated it and it works way better than the previous one :). Do give suggestions so that I can make the product better.
twitch
05-14-2006, 03:14 PM
Thanks, I will give this a try.
roosevelt
05-15-2006, 02:13 AM
I thought people might find really boring to wait and see for different features of vRSSI all at once in vbulletin.org. And hopefully it will help me stop people asking for the same features or asking what features are under development. So to tackle all at once I made this post in www.relforums.com located here http://www.relforums.com/t299-vrssi-sneakpeak-post.html, which will basically keep you updated with the cool features that are under development in vrssi. :)
twitch
05-15-2006, 02:21 AM
Very cool! Thanks, I will keep an eye on your updates
firstrebel
06-04-2006, 10:48 AM
Not working..just get blank pages.
Bob
roosevelt
06-08-2006, 02:45 PM
Not working..just get blank pages.
Bob
Hi Bob, sorry for the delay. I recently moved to my new location and didn't have internet so wasn't online :(. Anyways just before moving I made a huge update with vRSSI but didn't get the time to release it. Try nstalling the latest vrssi package. (i just updated it) If you need further assitance feel free to ask any questions here: http://www.relforums.com/f114-vrssi-pro.html
firstrebel
06-08-2006, 03:59 PM
Still blank page - http://www.volvoclub.org.uk/forum/vrssi.php?id=stats
Can I just check something that is ambiguous in the instructions,
Upload admincp (and everything under it)
This means you get /forum/admincp/admincp/arssi.php?
Bob
roosevelt
06-08-2006, 05:19 PM
No it means you upload arssi.php file under admincp directory. And make sure you also import the vrssi product through the admincp.
firstrebel
06-08-2006, 05:26 PM
Yep, I have it at /forum/admincp/arssi.php and the product is correctly imported. Still I have a blank page for all the options.
Bob
twitch
06-09-2006, 05:36 PM
Works great for me.
is there a way to limit the amount of characters for the latest thread? I want them to be short so i can use this in a fixed width block on my site
roosevelt
06-10-2006, 05:14 PM
Works great for me.
is there a way to limit the amount of characters for the latest thread? I want them to be short so i can use this in a fixed width block on my site
Glad to hear that it works. At the moment I don't have this option set however you just gave me a great idea. :banana:
Yep, I have it at /forum/admincp/arssi.php and the product is correctly imported. Still I have a blank page for all the options.
Bob
I think your doing something wrong. Does it generate vrssi codes via admincp?
firstrebel
06-11-2006, 07:03 AM
I think your doing something wrong. Does it generate vrssi codes via admincp?
Yes, it generates the code. I have taken it off now, pity, it would have been a nice addition to the site homepage.
Bob
roosevelt
06-11-2006, 01:24 PM
Yes, it generates the code. I have taken it off now, pity, it would have been a nice addition to the site homepage.
Bob
If you want me to I could try to install it on your board. For that I'll need FTP Access and access to your vbulletin admincp. Or if you just want to display latest active threads check this guide out by Floris: http://www.vbulletin.com/forum/showthread.php?t=158895
roosevelt
06-15-2006, 04:01 PM
Guys I found this small bug which was causing the problem for all the blank white page problem. The $id in the vrssi.php should be a superglobal variable so all I had to do is change it to $_GET['id']. I've updated the vrssi.php file and it should work for everyone.
In addition I've posted a sneak peak of vrssi's new feature, advanced template system. Read it here: http://www.relforums.com/showthread.php?p=624#post624
wild texas
06-16-2006, 03:31 AM
Future Feature Request:
Ability to display the poster (with link to their profile) AND/OR date/time the message was posted -- for posts/threads view
Ability to control the display a little more -- template, allowing for 'zebra striping' (every other line a contrasting color). {oops, looks like you're already working on this per your last post! Cool.}
Otherwise, 'tis awesome. Thanks! :bunny:
twitch
06-16-2006, 04:34 AM
Guys I found this small bug which was causing the problem for all the blank white page problem. The $id in the vrssi.php should be a superglobal variable so all I had to do is change it to $_GET['id']. I've updated the vrssi.php file and it should work for everyone.
In addition I've posted a sneak peak of vrssi's new feature, advanced template system. Read it here: http://www.relforums.com/showthread.php?p=624#post624
Awesome! Just the type of things I need
hypnoticpimp
06-20-2006, 11:36 PM
when is that template editor coming out
hypnoticpimp
06-20-2006, 11:41 PM
Like this is what im trying to doo. I like the white, bold. font when showing forum stats. Like TOTAL USERS and says number next to it
When i add , Top 3 Newest users and TOP 3 Posters. It only shows there names. it doesnt show the TOP 3 Users TEXT. Just names. Can you show me where and how i can edit it, so that BOLD White TEXT, Will show up saying TOP 3 POSTERS, before the top 3 names?
wild texas
06-22-2006, 08:13 PM
This mod does seem to be a little slow, though. It takes 2-3 seconds for my main menu to load, which has the latest posts block included in it.
Anyone else have this issue?
firstrebel
06-23-2006, 03:30 PM
Working fine now, thanks for the fix. *clix install*
Bob
roosevelt
06-23-2006, 04:47 PM
This mod does seem to be a little slow, though. It takes 2-3 seconds for my main menu to load, which has the latest posts block included in it.
Anyone else have this issue?
I don't have this problem. However I will take a look at the code structure again to make the script not take too much server resources.
MissKalunji
06-24-2006, 12:29 AM
is it possible to use this to show all this on a diff website then the one containning vb?
roosevelt
06-24-2006, 01:06 AM
I am not really sure because I haven't tried it yet. However try including it like this <?php include("http://www.forumurl.com/vrssi.php?id=lt"); ?>
roosevelt
07-05-2006, 05:25 PM
vRSSI Pro version 1.2 is read now and available for download. Read the news here: http://www.rcms-pro.com/welcome/ for more info. In addition there's also a nice manual available for vRSSI Pro. Do check it out as well.
twitch
07-05-2006, 05:57 PM
excellent!!
pumpiniron
10-01-2006, 07:18 PM
So before I install this I think I should ask... Has anyone got it working on vB 3.6.1?
roosevelt
10-01-2006, 07:42 PM
So before I install this I think I should ask... Has anyone got it working on vB 3.6.1?
Yes it works, On the left side you can see some links to demos. http://www.rcms-pro.com/pages/vrssi.html
pumpiniron
10-01-2006, 10:21 PM
Got it working and installed. Check it out at www.verticalterrain.com
pumpiniron
10-01-2006, 11:19 PM
Ok so now I have a new question and possible problem. Check out my main page at www.verticalterrain.com
You can see that this hack is working as it is displaying my 2 test threads down under the new posts nav bar. Anyhow if I go in to my admin cp and edit the "Latest Threads Skin" template which I assume would be the template that the latest threads code is calling on it doesn't utilize the template. How do I know? Because even if I change the background color in the table to white it won't change. This has nothing to do with existing HTML or CSS on my home page because I have even tried it in a blank PHP page and it still doesn't work... This is the code that in generated for the lastest threads...
<?php include("http://www.verticalterrain.com/forums/vrssi.php?id=lt&climit=100&amount=10");
That is also the code that I am using in my main page. It's obviously working but I can't change anything on the template, even when I do it doesn't show up any different... Any ideas?
pumpiniron
10-01-2006, 11:37 PM
Or maybe you could just explain to me how to use the templates with this thing in general. I'm lost.
pumpiniron
10-03-2006, 04:38 PM
anyone?
pumpiniron
10-06-2006, 07:07 PM
bump
lazyseller
10-10-2006, 12:46 AM
If there are no threads to display ? is there a way to print a statment ? like ? currently no threads ?
lazyseller
10-10-2006, 01:16 AM
all the codes i generate ... have the same code even though i select a specific forum ..
id=ltsf&climit=100&amount=5 how do i specifiy forum id 2 ?
pumpiniron
10-30-2006, 08:06 AM
all the codes i generate ... have the same code even though i select a specific forum ..
id=ltsf&climit=100&amount=5 how do i specifiy forum id 2 ?
I'm curious to know the same thing. Looks like this thread has been abandonned.
roosevelt
10-30-2006, 06:03 PM
Sorry guys I have been busy with other projects and honestly forgot about vRSSI Pro :). To fetch from specific forums simply add this parameter ?fid=100 etc... so id=ltsf&climit=100&amount=5 would be id=ltsf&climit=100&amount=5&fid=2
letsjoy
01-26-2007, 04:44 AM
this option is not in Automatic Query list...can you please tell me how to execute mannual query to enable 1 sig per page to all users..
...or is there any option by which admin can controlit for all users...not to give user power about it...
Thanks
waiting for your reply
bigtime
02-27-2007, 03:33 PM
any plans to release this without the exploits? Thanks.
zexion
02-28-2007, 02:10 AM
I need a solution to show latest posts for a particular thread in a my content (non-vbulletin) pages.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.