Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Beta Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vB Journal 1.5 Beta 3 Details »»
vB Journal 1.5 Beta 3
Version: 1.5 Beta 3, by AN-net AN-net is offline
Developer Last Online: Jan 2010 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 11-07-2005 Last Update: 02-12-2006 Installs: 24
DB Changes Template Edits
Code Changes Additional Files Is in Beta Stage  
No support by the author.

vB Journal 1.5.0 Beta 3
by Anthony Scudese
  • Description:
    Allow your community members to express themselves like never before with their own journal! vB Journal 1.5.0 extends the popular vB Journal 1.0.x system with tons of new features and more stability than ever before.
  • Features:
    • Full vBulletin 3.0.x intergration
    • 1.0.1 Features:
      • Comment System
      • "GoToMyJournal"
      • link from postbit to journal
      • link from profile to journal
      • link from memberlist to journal
      • usergroup permissions
      • journal buddy system(by Wonko)
      • Journal Search Engine
      • journal highlight
      • bbcode parsing
      • smilie parsing
      • Admin Cp Support Section
      • Journal Status Icons
      • Who is viewing
      • most recent journal entries and journals
      • Who Can View for journals and entries
      • Complete journal and entry privacy
      • Comment on entries or journals
      • Journal Moderation(Like Post and Thread Moderation)
      • Entry Moderation(Like Post and Thread Moderation)
      • Pagination
      • Rating System
      • Lock System
      • Moods
      • "Can Have Journal" on a per user basis
      • Ip Logging
      • Journalists can name their journals
      • Export entries in TXT or XML format
      • Flood System
      • Administrators have absolute permissions
      • Search in Journal
      • Last Entry on Journal Index
      • Numerous AdminCp Settings
      • Unique Standard vB Images for vB Journal
      • View Single Entry
    • 1.5.0 Beta 1 Features:
      • Multiple Syndication Settings Including RSS 0.91, RSS 2.0, Atom 1.0, XML, CSV, and TXT.
      • vBulletin Standard Editors Added
      • Preview Entry
      • Reverse Entry Order
      • Improved Search Engine
      • Recent Comments for an Entry on Single Entry Page
      • Admin Settable Sort Orders
      • Printable Entry Format
      • Dynamic Last Entry
      • Database Indexes For More Speed
      • Optimized Code
      • Comes with Template, Phrase, and Database Installer and Upgrader.
      • Increased Security
    • 1.5.0 Beta 2 Features:
      • Reworked Editor Templates
      • Support For WYSIWYG
      • Back-End Post Checker
      • New Journal Buddy Interface
      • Navigation Bars Added Back
      • New Settings for Minimum/Maximum Postings
      • Known Bug Issues Solved
    • 1.5.0 Beta 3 Features:
      • Known Bugs Resolved
      • New Feature Settings
      • Majority of Settings Converted to Bitfields
      • Some Maintenance Tools Added
  • Disclaimer:
    • Support may be denied if provided files are edited/modified and support may be stopped at any time due to any circumstances.
    • The copyright notice may not be modified or removed.
  • Support:
    • Where to Get Support?
      • AIM: Antonbomb22
      • antonbomb22(at)gmail.com
      • this thread!
    • How to Report An Error:
      1. State The Error Message
      2. The Version of both vBulletin and vB Journal you are using.
      3. What page the error occured on(i.e. journal.php?do=showjournal)
      4. Screenshot if necessary
    • Read All The Entire First Post and Any Official Posts Following Before Posting An Error/Problem
  • Side Credits:
    • Zero Tolerance
    • KirbyDE
    • Danny.vbt
    • WonkotheSane
  • Contents of vBJournal_1-5-0_Beta3.zip:
    • install.txt
    • Upload
      • journal.php
      • admincp
        • journaladmin.php
        • journalinstaller.php
        • journalmaintenace.php
        • journalupgrade.php
        • journalupgrade2.php
        • journalupgrade3.php
        • journalupgrade4.php
        • vbj_install_class.php
        • vbj_phrases_install.xml
        • vbj_templates_install.xml
        • vbj_phrases_upgrade2.xml
        • vbj_templates_upgrade2.xml
        • vbj_templates_upgrade3.xml
      • includes
        • vbjournal_class.php
      • images
        • buttons
          • delete.gif
          • discuss.gif
          • newcomment.gif
          • newentry.gif
          • newentry_small.gif
          • newjournal.gif
        • statusicon
          • journal_lock.gif
          • journal_new.gif
          • journal_old.gif
    • Upgrade
      • 1-0-1_to_1-5-0_Beta1
        • Instructions.txt
      • 1-5-0_Beta1_to_1-5-0_Beta2
        • Instructions.txt
      • 1-5-0_Beta2_to_1-5-0_Beta3
        • Instructions.txt
  • Demo:
  • Updates/Fixes:

Please Click Install

Show Your Support

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

Comments
  #42  
Old 11-19-2005, 11:46 AM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

XSS Vulnerability Patched!

All running Beta 1 prior to 11/19/05 are strongly encouraged to apply this patch or download the updated file then overwrite.

To patch this security risk find the following in journal.php(Find and Replace All Instaces):
PHP Code:
$message trim(convert_wysiwyg_html_to_bbcode($_POST['WYSIWYG_HTML'], 0)); 
Replace that with:
PHP Code:
$message trim(htmlspecialchars_uni(convert_wysiwyg_html_to_bbcode($_POST['WYSIWYG_HTML'], 0))); 
Find in journal.php(Find and Replace All Instances):
PHP Code:
$entry['message'] = trim(convert_wysiwyg_html_to_bbcode($_POST['WYSIWYG_HTML'], 0)); 
Replace that with:
PHP Code:
$entry['message'] = trim(htmlspecialchars_uni(convert_wysiwyg_html_to_bbcode($_POST['WYSIWYG_HTML'], 0))); 
I have updated the zip and attached the patched file below.
Reply With Quote
  #43  
Old 11-24-2005, 04:35 PM
xfaethorx's Avatar
xfaethorx xfaethorx is offline
 
Join Date: May 2004
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

upgraded from 1.0.1 to current beta and i'm getting

Invalid SQL: SELECT
journals.journal_id, journals.journalname, journals.journaldesc,
journals.journalist, journals.journalist_id, entrycount, commentcount, usertextfield.jbuddylist, ipaddress, journals.lastentry,
journals.lastentry_date, journals.private, journals.lastentry_id, journals.lastentry_misc, journals.status, journals.journalviews,
journals.journal_totalrating AS totalrating, journals.journal_totalvotes AS totalvotes
FROM journals AS journals
LEFT JOIN usertextfield AS usertextfield ON (journals.journalist_id=usertextfield.userid)
WHERE journal_id IN(1,2,3,4,5,6,8,9)
ORDER BY
LIMIT 0,10

on journal.php although everything seems ok if i access the journals directly via user name...

really confused need some help ehre.
Reply With Quote
  #44  
Old 11-24-2005, 04:40 PM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xfaethorx
upgraded from 1.0.1 to current beta and i'm getting


Invalid SQL: SELECT
journals.journal_id, journals.journalname, journals.journaldesc,
journals.journalist, journals.journalist_id, entrycount, commentcount, usertextfield.jbuddylist, ipaddress, journals.lastentry,
journals.lastentry_date, journals.private, journals.lastentry_id, journals.lastentry_misc, journals.status, journals.journalviews,
journals.journal_totalrating AS totalrating, journals.journal_totalvotes AS totalvotes
FROM journals AS journals
LEFT JOIN usertextfield AS usertextfield ON (journals.journalist_id=usertextfield.userid)
WHERE journal_id IN(1,2,3,4,5,6,8,9)
ORDER BY
LIMIT 0,10

on journal.php although everything seems ok if i access the journals directly via user name...

really confused need some help ehre.
you must set the order by in your admincp/journal settings
Reply With Quote
  #45  
Old 11-24-2005, 04:44 PM
xfaethorx's Avatar
xfaethorx xfaethorx is offline
 
Join Date: May 2004
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah i just went in and saved the current settings and its all working now...
sorry dumbass moment there...

jesus im special, sorry
Reply With Quote
  #46  
Old 11-24-2005, 04:48 PM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xfaethorx
yeah i just went in and saved the current settings and its all working now...
sorry dumbass moment there...

jesus im special, sorry
not a problem, we all have our moments of idiocy.
Reply With Quote
  #47  
Old 11-24-2005, 06:25 PM
xfaethorx's Avatar
xfaethorx xfaethorx is offline
 
Join Date: May 2004
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah thing is so far i've managed quite a few decades of idiocy...... by the way great work on the hack! The upgrade was simplicity after my own mistake! keep it up!
Reply With Quote
  #48  
Old 11-24-2005, 06:54 PM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xfaethorx
yeah thing is so far i've managed quite a few decades of idiocy...... by the way great work on the hack! The upgrade was simplicity after my own mistake! keep it up!
im currently working on beta 2 which adds some features
Reply With Quote
  #49  
Old 11-24-2005, 08:03 PM
xfaethorx's Avatar
xfaethorx xfaethorx is offline
 
Join Date: May 2004
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice one..i know on another forum blog software has been asked for but with a few more additions on here and this is it to be honest! It'd be nice to have a collapsable comments block so you could expand the comments under a journal entry..or some kind of alternative thread views and obviously a now listening too and all the like.

Anyway you'll have a better idea of what you want to do with it than me. I'm just happy its still supported seeing as everyone else is going 3.5 and im staying 3.0.x
Reply With Quote
  #50  
Old 11-24-2005, 08:10 PM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xfaethorx
nice one..i know on another forum blog software has been asked for but with a few more additions on here and this is it to be honest! It'd be nice to have a collapsable comments block so you could expand the comments under a journal entry..or some kind of alternative thread views and obviously a now listening too and all the like.

Anyway you'll have a better idea of what you want to do with it than me. I'm just happy its still supported seeing as everyone else is going 3.5 and im staying 3.0.x
can you explain the alternative thread views thing?

also 1.5 will be the last version of vB Journal on 3.0.x, future versions past 1.5 will be designed for 3.5.x. I felt as though I owed it the users to include a more stable and featured version before I migrate to 3.5.
Reply With Quote
  #51  
Old 11-25-2005, 07:33 AM
xfaethorx's Avatar
xfaethorx xfaethorx is offline
 
Join Date: May 2004
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just the intergration if possible of the the linear , hybrid and threaded display modes.

so when you clicked on comments you'd be taken to comments that are pretty much styled like showthread.php with the ability to change the display type.

It would be nice to see the comments like showthread.php making the journal entry and comments a thread unto themselves, then you could support more display views, the postbit templates, use the quick reply box as the add new comment and other bits and bats.You could potentially do stuff for journal attachments as well but that would mean changes to newattachments.php and attachment.php. However thats a big change and would mean much more intergration work.

It would however be nice to have the comments similar to postbit and postbit_legacy so you can see user avatars etc.
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 09:43 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05009 seconds
  • Memory Usage 2,341KB
  • 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
  • (4)bbcode_php
  • (4)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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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