Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
[VBC] Rap Battle System [LITE] Details »»
[VBC] Rap Battle System [LITE]
Version: 1.2, by EnIgMa1234 EnIgMa1234 is offline
Developer Last Online: May 2011 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.x Rating:
Released: 04-10-2009 Last Update: 07-16-2009 Installs: 33
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

/*================================================= ====
||
|| [VBC] Rap Battle System v1.0.0
|| ------------------------------------------------------------------
|| Author: EnIgMa1234
|| Site: http://www.bluefirecreation.com
|| Copyright ?2009 EnIgMa1234.
|| This addon may not be redistributed or modified in whole or significant part.
||
\*================================================ =====


Presenting The Rap Battle System!

What is it?

This is an addon targetted at Rap/Hip-Hop forums. It adds a feature that allows users to battle against each other using text/audio/graphics etc. See screenshots for more information.

What features does it have?

  • New Battle Page In Battle Forums.
  • Multiple Battle Forums.
  • Scoring System.
  • Users Can't Vote On Own Battles.
How do I use it?
  1. Set which forums are battle forums in forum manager (admincp).
  2. Go to that forum.
  3. Click the new battle button.
  4. Input message/rules and opponent.
  5. ???
  6. Success!
What does the premium version have that this doesn't?
  • New battle page in battle forums
  • Scoring system
  • Redesigned thread layout for battles
  • Users must post before voting
  • Votes to win setting
  • Votes for knockout setting
  • Favourite line feature
  • Favourite line database
  • Recent battles in members profile
  • Recent battles on forumhome
  • Battle standings page
  • Top battler on forumhome
  • Battle catagory feature
  • Customisable title format for new battles
  • Multiple battle forums
  • Battle editing from admincp
  • Score editing from admincp
  • Automatic battle moderation
  • Battle archive forum
  • Auto-PM on new battle
  • And many more...!

How do I install?
Follow the installation instructions provided .


Please note that limited support will be provided in this thread. Once my site is complete I will be transfering support over to their.

For the mean time, support will only be given to those that click Install.

Please do not PM me about this hack. Thanks!.

This hack is currently in BETA. Once I've recieve feedback from the community and bugs (if they exist) are fixed it will be updated.

Download Now

File Type: zip [VBC] Rap Battle System [LITE].zip (149.1 KB, 242 views)

Screenshots

File Type: gif screen1.gif (25.3 KB, 0 views)
File Type: gif screen2.gif (32.3 KB, 0 views)
File Type: gif screen3.gif (21.4 KB, 0 views)
File Type: gif screen4.gif (17.5 KB, 0 views)
File Type: gif screen5.gif (26.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
andro140

Comments
  #32  
Old 04-21-2009, 08:03 AM
RedeemedWarrior RedeemedWarrior is offline
 
Join Date: Apr 2008
Posts: 415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i just noticed the Product install doesn't work for members with database prefixes

It can however be edited via notepad etc and then imported

Aka if you have a database prefix of VB_

you would edit each instance of

Code:
$vbulletin->db->query_write("ALTER TABLE user ADD bs_losses smallint(6) NOT NULL DEFAULT '0'");
to
Code:
$vbulletin->db->query_write("ALTER TABLE VB_user ADD bs_losses smallint(6) NOT NULL DEFAULT '0'");
same goes for all the other tables forum, thread, user etc
Reply With Quote
  #33  
Old 04-21-2009, 08:43 AM
RedeemedWarrior RedeemedWarrior is offline
 
Join Date: Apr 2008
Posts: 415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also when i try to start a battle i get this
Code:
Error while posting battle. Please try again.
Reply With Quote
  #34  
Old 04-21-2009, 10:48 AM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedeemedWarrior View Post
i just noticed the Product install doesn't work for members with database prefixes

It can however be edited via notepad etc and then imported

Aka if you have a database prefix of VB_

you would edit each instance of

Code:
$vbulletin->db->query_write("ALTER TABLE user ADD bs_losses smallint(6) NOT NULL DEFAULT '0'");
to
Code:
$vbulletin->db->query_write("ALTER TABLE VB_user ADD bs_losses smallint(6) NOT NULL DEFAULT '0'");
same goes for all the other tables forum, thread, user etc
Sorry about that. Don't know how I left them out. I'll update it now.
Reply With Quote
  #35  
Old 04-21-2009, 10:58 AM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Install Code is now fixed.

Quote:
Originally Posted by RedeemedWarrior View Post
also when i try to start a battle i get this
Code:
Error while posting battle. Please try again.
Could you give me a little more info? That error is given when the battle fails to post. What version of PHP and MySQL are you using? What modifications are you using that add functionality to threads etc.
Reply With Quote
  #36  
Old 04-21-2009, 11:19 AM
RedeemedWarrior RedeemedWarrior is offline
 
Join Date: Apr 2008
Posts: 415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

as for that error i think its conflicting with another mod (i have about 50 installed) as for php and mysql the latest of both, just updated the other week
Reply With Quote
  #37  
Old 04-21-2009, 11:23 AM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedeemedWarrior View Post
as for that error i think its conflicting with another mod (i have about 50 installed) as for php and mysql the latest of both, just updated the other week
Could you try something for me? When you get that error, could you click back on your browser and click the submit button again? Let me know what happens.
Reply With Quote
  #38  
Old 04-21-2009, 12:57 PM
skylab's Avatar
skylab skylab is offline
 
Join Date: Feb 2009
Location: Everywhere
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll try this out today.
Reply With Quote
  #39  
Old 04-22-2009, 11:04 PM
uprentiss uprentiss is offline
 
Join Date: Mar 2009
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey do i need to reinstall something?? since u updated something???
Reply With Quote
  #40  
Old 04-22-2009, 11:12 PM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by uprentiss View Post
hey do i need to reinstall something?? since u updated something???
Reimport the product file => Allow Overwrite = Yes

And upload the files again.
Reply With Quote
  #41  
Old 04-23-2009, 05:41 AM
RedeemedWarrior RedeemedWarrior is offline
 
Join Date: Apr 2008
Posts: 415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EnIgMa1234 View Post
Could you try something for me? When you get that error, could you click back on your browser and click the submit button again? Let me know what happens.
still the same error, my guess its the old chatbot again, he doesn't get on well with things that like to autopost
Reply With Quote
Reply

Thread Tools

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 04:48 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.09111 seconds
  • Memory Usage 2,349KB
  • Queries Executed 26 (?)
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
  • (6)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete