Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vRSSI Pro Details »»
vRSSI Pro
Version: 1.2, by roosevelt roosevelt is offline
Developer Last Online: Jun 2014 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 04-16-2006 Last Update: Never Installs: 41
DB Changes
Additional Files  
No support by the author.



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.

:: Product Admin Menu Screenshots ::


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!!

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.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 04-17-2006, 09:59 PM
The Chief's Avatar
The Chief The Chief is offline
 
Join Date: Aug 2005
Location: Montreal
Posts: 1,037
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #13  
Old 04-18-2006, 01:32 AM
The Chief's Avatar
The Chief The Chief is offline
 
Join Date: Aug 2005
Location: Montreal
Posts: 1,037
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nope, your product definaetly doesn't work...

that's too bad..
Reply With Quote
  #14  
Old 04-18-2006, 03:52 PM
Mr.D Mr.D is offline
 
Join Date: Feb 2005
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by roosevelt
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.

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?
Reply With Quote
  #15  
Old 04-19-2006, 12:02 AM
roosevelt roosevelt is offline
 
Join Date: Aug 2004
Location: MD, USA
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #16  
Old 04-19-2006, 11:53 PM
Unexplained.tv Unexplained.tv is offline
 
Join Date: Oct 2005
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

all I'm getting is a blank page.
Reply With Quote
  #17  
Old 04-20-2006, 12:11 AM
roosevelt roosevelt is offline
 
Join Date: Aug 2004
Location: MD, USA
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you pass in some variables like: vrssi.php?id=lt?
Reply With Quote
  #18  
Old 04-24-2006, 03:04 PM
lifanovsky's Avatar
lifanovsky lifanovsky is offline
 
Join Date: Oct 2004
Location: Moscow, Russia
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #19  
Old 05-02-2006, 06:54 PM
Reece^B Reece^B is offline
 
Join Date: Jan 2006
Location: Essex
Posts: 406
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #20  
Old 05-02-2006, 08:02 PM
roosevelt roosevelt is offline
 
Join Date: Aug 2004
Location: MD, USA
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Reece_B
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:
    PHP Code:
    $sql mysql_query("SELECT * FROM $threads_table WHERE forumid != 0 $disabled_forums LIMIT $amount"); 
  • Replace with:
    PHP Code:
    $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.
Reply With Quote
  #21  
Old 05-03-2006, 05:06 AM
Reece^B Reece^B is offline
 
Join Date: Jan 2006
Location: Essex
Posts: 406
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:49 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
  • Page Generation 0.04425 seconds
  • Memory Usage 2,303KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete