vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   Rap Battle System -=RBS=- (https://vborg.vbsupport.ru/showthread.php?t=68161)

RMS-Chef 08-12-2004 05:09 PM

First, thanks for you work. I always appreciate anyone putting their valuable time into hacks.

I am interested in this, but for Image/PhotoShop Battles rather than rap/text.
There are a few things that are holding me back from an install though. Things I think would make this better:

1. Ability for group only to start battles, and hence the first person in the "first vs. second" also be editable and not always who is creating the battle. I was thinking something like having "referees" (basically mod group with battle admin powers) to set up battles and finalize. I realize that forum permissions could handle this with "can post new threads" but I don't think a 3rd person can set up a battle between 2 others.

2. Having a set amount of votes to win, I just don't think that is the best way to handle it and I believe this is the biggest shortcoming. It needs to have the ability to accept and tally votes until a mod/admin/ref closes the poll/battle, then the winner be determined.

3. Some way (maybe a pop-up memberlist) to make sure you are putting someone's correct username or maybe the option to use ID's instead? On a gaming ladder that I own, our webmaster has it so users can login with either name or ID so I am sure it could be done.

What happens if you set up a battle and use a non-existent username? When I tried, it let me with no errors.

Thanks again for the hack and I will follow diligently to see development.

MindTrix 08-12-2004 05:19 PM

Thank you for letting me know about battling someone with no username etc, will get onto that.

Umm as for the set amount of votes to win. As this is aimed at rap board, 99% of the time this is how battles are set out, a set amount of votes are determined and then the battle commences. The winner beeing the person to get the votes etc.



Erm that first thing you suggested sounded big and confusing to me :) Nice idea though.

The memberlist thing, yeah i see what you mean. Will have to find something i guess.

Thank you for the comments/suggestions

Logik 08-12-2004 05:19 PM

I have added the "Newest 3 Battles" to the forum home. Thanks to some coding i found around here. (no codes was stolen, i just got the "while" idea from another hack!)...Its up to Mindtrix if i can release the addon..

MindTrix 08-12-2004 05:23 PM

Quote:

Originally Posted by MindTrix
Hopefully some people will release some addons maybe :)

Would appreciate it if you did mate ;)

LostStyles 08-12-2004 05:45 PM

do they have this for vb2?

MindTrix 08-12-2004 06:16 PM

Some people have rap battle hacks for vB2 for sale, but none were ever released for free like this one

Liquid1ce 08-12-2004 06:42 PM

Is there a way to change so it says Battle: not poll for each battle

Durtay 08-12-2004 06:58 PM

Addon's I suggest (which we're already workin on at my forum):

1) KO Voting... this is pretty simple you just query all votes on one battle, and sort them by vote date... assign each a floating value... then the set amount for a KO (usually 3) would be: if vote 2 == vote 1 and vote 3 == vote 1 (if KO = 4 then it'd be if vote 2 == vote 1 and vote 3 == vote 1 and vote 4 == vote 1... etc)... and then put it into the user's database as a win and KO and lock the poll

another addon... polls always have cheaters (there's ways around IP Addresses to vote more than once), so to keep some cheaters out:

2) Cannot vote on polls (in battle forum) if less than 'x' amount of days registered or has less than 'x' amount of posts... again another easy hack

those are just two of the small hacks we're creating at STR Forums... just some idea's that others might want.

EDIT: also MindTrix what I suggest you do to change the coding is make it that the user creating the battle has to put in their opponent's forum ID number, that way there will be no confussion or mistakes when assigning win/loss values.

Logik 08-12-2004 11:06 PM

Look for:
Code:

// get permissions to view forumhome
if (!($permissions['forumpermissions'] & CANVIEW))
{
        print_no_permission();
}

And Below it add:
Code:

// 3 Newest Battles
$logik = $DB_site->query("SELECT replycount,title,threadid,lastpost,postusername,lastposter,views FROM thread WHERE forumid='X' ORDER BY lastpost DESC LIMIT 3");
while ($logiktop = mysql_fetch_array($logik)):
        ++$logiktopnbsp;
      $logikthread .= "<a href=showthread.php?s=$session[sessionhash]&threadid=$logiktop[threadid]>$logiktop[title]</a>&nbsp;<a href=showthread.php?s=$session[sessionhash]&goto=newpost&threadid=$logiktop[threadid]&goto=lastpost><font size=1><b>[View Unread]</b></font></a><br>";
           

endwhile;

change X to the forum number
And then in your ForumHome template look for:
Code:

$navbar
Now after that, add this:
Code:

<br>
<if condition="$bbuserinfo['userid']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" width="100%" valign="top">
<normalfont><b>Newest 3 Battles</b></normalfont></td>
</tr>
<tr><td>
$logikthread</td>
</tr>
</table>
</if>
<br>

Any problems, let me know.

Liquid1ce 08-13-2004 01:22 AM

@logik
what files to edit? newthread?


All times are GMT. The time now is 10:31 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.01383 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete