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

Reply
 
Thread Tools
v3 Articles 1.0.1 - [vB 3.0.1] Details »»
v3 Articles 1.0.1 - [vB 3.0.1]
Version: 1.0.2, by John John is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.0.1 Rating:
Released: 06-06-2004 Last Update: 12-26-2004 Installs: 307
 
No support by the author.

v3 Articles 1.0.1

By John Warwick, Web Development Freelancer (john@eovieinteractive.com)
Fully tested and working on vBulletin 3.0.1.
Part of www.v3arcade.com

Important Security Fix - Please download v3 Articles 1.0.2.zip
---
If you are upgrading, please read Security Fix Upgrade.txt
If you are installing for the first time, read Instructions.txt


INTRODUCTION
v3 Articles was originally written for the fine people at www.DodgeTalk.com, for use with their vBulletin forum. The purpose of this add-on is to provide a place in vBulletin for articles (e.g. news, reviews, editorials) similar to that of the thread interface - but with a more content-oriented approach.

Features:
- Usergroup based permissions
- Full editing/deletion/moderation system
- Article attachments
- Article ratings
- Comments system
- "Featured Article" system, give great articles top exposure
- Introduction and category description text
- Smilies and icons
- Full BBCODE/WYSIWYG support
- Attachment captions
- Full page navigation for articles and comments
- Comment dupe checking
- Status icons
- View users' ratings in their comments

Alternatively, check the screenshots!

I've tried to make the installation as quick and painless as possible. Enjoy!


WORKING DEMO
You can see a working demo of v3 Articles at www.v3articles.com. (Part of the v3 Arcade website.)


MANY THANKS
- Ron Wilson, of DodgeTalk.com
- Everyone on v3Arcade.com who donated to keep the server running


SUPPORT
Support can be found in the v3 Articles thread on vBulletin.org, and shortly on v3arcade.com. (I'll set up a priority support system.) As always, I'll happily give support for real problems. However, a lot of the time people ask questions about things which have already been answered hundreds of times. If you have a problem caused by not reading through the instructions or checking through the support thread, I can't guarantee a response.


DONATIONS
v3 Articles is free, but my server isn't! Any donations are hugely appreciated in order to help me keep my v3 sites running. (PayPal: john@eovie.com). Many thanks to those who donate!
If you're looking for someone to install v3 Articles for you, email me at john@eovieinteractive.com.


PLEASE CLICK INSTALL
Needless to say, if you install this please click the "Install" button. Thanks.

Show Your Support

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

Comments
  #702  
Old 12-02-2004, 07:49 PM
smdani smdani is offline
 
Join Date: Nov 2004
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Really really thanks Pit!!!
You looks like the creator of V3Article!!
Thanks again!
Reply With Quote
  #703  
Old 12-02-2004, 09:13 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Pitman
As for the guests to be able to post comments, there are permissions for that, but they don't work. I never noticed that, but if I get time to figure it out, I'll let you know.
The bug/problem is the same for all permission tests in arcade.php - he uses a NOT ("!") and "&" test - but does not enclose the test in brackets - for example ;

if (!$permissions['articlepermissions'] & CANFEATURE)

which should be

if (!($permissions['articlepermissions'] & CANFEATURE))

to work properly (anyone can make an article featured atm).

I just spent an hour or so fixing all these permission holes

:tired:
Reply With Quote
  #704  
Old 12-02-2004, 10:31 PM
Pitman's Avatar
Pitman Pitman is offline
 
Join Date: Dec 2001
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M
The bug/problem is the same for all permission tests in arcade.php - he uses a NOT ("!") and "&" test - but does not enclose the test in brackets - for example ;

if (!$permissions['articlepermissions'] & CANFEATURE)

which should be

if (!($permissions['articlepermissions'] & CANFEATURE))

to work properly (anyone can make an article featured atm).

I just spent an hour or so fixing all these permission holes

:tired:
Yeah Paul, I noticed that most of them are like if (!$permissions['articlepermissions'] & CANFEATURE)

There are a few in there that are right though, hopefully he will release a new version soon.
Reply With Quote
  #705  
Old 12-03-2004, 12:00 PM
Qwest Qwest is offline
 
Join Date: Jun 2004
Location: United States
Posts: 223
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK for all those who answered my question (or tried to) No you cannot simply insert the Adsense code into the article because:

#1 It's Javascript, so for obvious reasons you don't want users able to submit JavaScript in the article body.

#2 It would also take some HTML tweaking that not all users would be familiar with trying to get the articles to show where they want them.

Soooo...

Since revenue sharing (IMO) will become the new "it" thing for webmasters I decided to allow my members to make money off of articles they write for my site.

See an example of how the articles look here

Basically what I've done is modified v3articles to insert members' Google Adsense ID into the google code displayed along with their article. Whenever a user writes an article their Adsense ID (an optional custom profile field) is inserted along with their channel ID in case they want to track the performance of their adds on my site. I don't do the 50/50 thing. They make ALL of teh money generated by clicks from their article. I make money with ads on other parts of the site and my own articles.

So what do you think?
Reply With Quote
  #706  
Old 12-03-2004, 12:04 PM
Qwest Qwest is offline
 
Join Date: Jun 2004
Location: United States
Posts: 223
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Suggestion: Will someone please recompile this download with the bug fixes in place?
I'd do it but I'm busy securing other parts of my site as well.

Oh yeah and I'm wondering why I never got an email alert from the AUTHOR notifying me of such a huge vulnerablity?

Because of all the bugs that are suddenly popping up I'm thinking of recoding this thing from the ground up using the code for snippets only.
Reply With Quote
  #707  
Old 12-04-2004, 02:31 AM
flstreetscene flstreetscene is offline
 
Join Date: Sep 2003
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I remove this last part from the vBulletin Options page in the Admin CP after uninstallation;

http://www.floridastreetscene.com/up...zeno/trace.gif

It's all the way in the bottom.

Thanks.
Reply With Quote
  #708  
Old 12-04-2004, 06:33 AM
deathemperor's Avatar
deathemperor deathemperor is offline
 
Join Date: Jul 2003
Location: HOL
Posts: 1,270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Qwest
Suggestion: Will someone please recompile this download with the bug fixes in place?
I'd do it but I'm busy securing other parts of my site as well.

Oh yeah and I'm wondering why I never got an email alert from the AUTHOR notifying me of such a huge vulnerablity?

Because of all the bugs that are suddenly popping up I'm thinking of recoding this thing from the ground up using the code for snippets only.

well why don't you just edit it like the instrucstion ? isn't it very simple ?

I don't think John knows this already, if yes he should have given a official fix.

or maybe we should email him.
Reply With Quote
  #709  
Old 12-04-2004, 02:24 PM
Guy G Guy G is offline
 
Join Date: Nov 2004
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will thos work on 3.0.3?
Reply With Quote
  #710  
Old 12-04-2004, 04:39 PM
pingme's Avatar
pingme pingme is offline
 
Join Date: Nov 2004
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zorobz
Will thos work on 3.0.3?

Yes, I am using it with 303
Reply With Quote
  #711  
Old 12-04-2004, 04:43 PM
Guy G Guy G is offline
 
Join Date: Nov 2004
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks pingme
any side notes? fixes i would need for it?
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 10:35 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.09599 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
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_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
  • (3)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_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