vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Rap Battle System (https://vborg.vbsupport.ru/showthread.php?t=76338)

Battle_Ring 02-15-2005 12:30 AM

Rap Battle System
 
Could somone please make one the current one isnt very good at all

Pleaseeeeeeeeeeeeeee

bump

influence 02-16-2005 09:53 PM

vb.org dont like rap so they wouldn't do it even if u pay them.

been asked for long time ago now. almost a decade.

auveeb 02-16-2005 10:03 PM

The current one is awesome, to me anyway.

Sleepyk 03-23-2005 09:17 PM

Quote:

Originally Posted by auveeb
The current one is awesome, to me anyway.

are you referring to mindtrix RBS? because losses dont go on record with that, u can post battle u vs nobody doesnt make u enter name, k.o's dont work, alot of faults
less u tweeked it i dont see ++++ workin

rapcriminals 03-25-2005 04:15 AM

i have a a full working version. I actually got a coder to do it on my site. but im charging for the hack to give out. Pm me if you need it. Heres a link to my site to try it out...But dont test it. U must make a callout and be active to test the hack. or ill test it for you and u watch me test it when im active when ur on.

www.rapcriminals.com

Sleepyk 03-25-2005 06:43 PM

^lmao@u trying to charge people for something someone else made

rapcriminals 03-27-2005 08:13 AM

actually its quite simple. Im only charging like 3 bucks. no biggie you kow lol

James T Brock 03-27-2005 12:48 PM

Dude, before you got that script you were desperate in the rap battle thread and were constantly asking people to help you install it. Someone helped you install it and fixed it so that one of the bugs was removed, and now you want to charge people for "your" version? You should give it out for free. It's selfish and criminal to try to charge people for someone elses work. Seriously. You should donate it to the cummunity. I was even willing to help you out and trade hacks/install mods in exchange for the one bug fix and you demanded I get your site 200 members. WTF?

I would pay you three dollars easily for the script(just for the one bug fix), but based on your dishonest behavior I don't think you can be trusted to make the trade. How about if you donate the bug fix to the community and I pay you 6 bucks for it?

Sleepyk 03-27-2005 04:53 PM

^yeah good idea

cuz RC u aint helping anyone (including yourself) by acting like this
all i wanted was the lose fix, and k.o fix, everything else is perfect

ericgtr 03-27-2005 06:38 PM

The mod itself may lack certain features but it does work as it says it does, many people have installed it without a problem. I think what happened here is that rapcriminals had trouble installing it and coninued to mess with it enough to where someone needed to fix it for him. That person may have added a feature or two but this mod does work. I wouldn't pay a cent for "fixes" that are absolutely unnecessary.

James T Brock 03-27-2005 07:30 PM

Quote:

I wouldn't pay a cent for "fixes" that are absolutely unnecessary.
A coder hacked his script so that posters couldn't vote for themselves. It's a good addition that should have been included in the original script. Is there a php coder here who can help us out and mod the script a bit so that users can't vote for themselves? Should be an easy job.

Sleepyk 03-27-2005 07:47 PM

Cant vote for themselves
have losses actually work

or at least know which files those edits would be in

K.O isnt totally necessary but for bigger sites it is

el diablo 03-30-2005 07:20 AM

Quote:

**************
Open POLL.PHP
**************

Find
-----------------------------------------------
//make last reply date == last vote date

-----------------------------------------------
Above add
-----------------------------------------------
//RBS
$battlesys = $DB_site->query_first("SELECT * FROM " . TABLE_PREFIX . "battlesys_battles WHERE pollid = '".$pollinfo['pollid']."'");
if($battlesys)
{
$votestowin = $battlesys['votestowin'];
$splitoptions = explode("|||", $pollinfo['options']);
$maxvotes = 0;
$leastvotes = 0;
$allvotes = 0;
foreach ($splitvotes as $number => $vote)
{
global $maxvotes;
global $leastvotes;
global $splitoptions;
if ( $vote > $maxvotes ) {
$maxvotes = $vote;
$winner = $splitoptions[$number];
global $winner;
}
if ( $vote < $leastvotes ) {
$leastvotes = $vote;
$loser = $splitoptions[$number];
global $loser;
}
if ( $maxvotes >= $votestowin )
{
$DB_site->query_first("UPDATE " . TABLE_PREFIX . "poll SET active = '0' WHERE pollid = '".$pollinfo['pollid']."'"); //close poll
//$winnerinfo = $DB_site->query("SELECT * FROM " . TABLE_PREFIX . "user WHERE username = '".$winner."'");
$DB_site->query("UPDATE user SET bs_wins = bs_wins + 1 WHERE username = '".$winner."'");
$DB_site->query("UPDATE user SET bs_loses = bs_loses + 1 WHERE username = '".$loser."'");
$DB_site->query("UPDATE user SET bs_kos = bs_kos + 1 WHERE username = '".$ko."'");
}
}
}
//RBS
I believe that's the fix i made for adding losses... if not, someone can e-mail me to let me know. I don't get on this site too much lately... I have a working version at www.thesirkle.com but it's still not how it needs to be - i've got a much better version on my p.c. i'm still testing out and it seems to be doing almost everything i wanted it to do...

I'll try to throw up more pieces and bug fixes when i get the time...

I also have the KO part working on my p.c. but it's not working on thesirkle... i'll be adding that later... Well, it works, it just adds a KO everytime someone gets a win :D

Things will be fixed soon...

BACK UP YOUR FORUM BEFORE ADDING THE FIX. INSTALL AT YOUR OWN RISK. WORKS FINE FOR ME BUT IT MAY NOT FOR YOU!

Sleepyk 03-30-2005 10:59 PM

^my table for ranks also screwed up for top 5

can u get on aol and give me a hand some time? or yahoo?

el diablo 03-30-2005 11:38 PM

explain it here... what do you mean the table for ranks? and what is it doing?

Sleepyk 03-31-2005 09:49 PM

Quote:

Originally Posted by el diablo
I believe that's the fix i made for adding losses... if not, someone can e-mail me to let me know. I don't get on this site too much lately... I have a working version at www.thesirkle.com but it's still not how it needs to be - i've got a much better version on my p.c. i'm still testing out and it seems to be doing almost everything i wanted it to do...

I'll try to throw up more pieces and bug fixes when i get the time...

I also have the KO part working on my p.c. but it's not working on thesirkle... i'll be adding that later... Well, it works, it just adds a KO everytime someone gets a win :D

Things will be fixed soon...

BACK UP YOUR FORUM BEFORE ADDING THE FIX. INSTALL AT YOUR OWN RISK. WORKS FINE FOR ME BUT IT MAY NOT FOR YOU!


nope it didnt work

Quote:

Originally Posted by el diablo
explain it here... what do you mean the table for ranks? and what is it doing?

hence thebattledome.com

and use us grey theme

very bottom shows ranks and keeps me as #1 which isnt true, many others battled and won and arnt up there

noppid 04-01-2005 01:11 AM

I did what seemed to be a popular rap battle system judging by the number of times it was ripped off. :p

Anywho, it kinda went like this...

Points are given as follows.
3 points for beating a top five player
2 points for beating a top ten player
1 point for beating any other player

Battles are played to 5 using the poll system. At 5 points the poll is closed and the user scores updated.

There was the must post to vote hack used with it and the minimun post length hack as well so folks had to post a real comment before casting a vote. I think we even used the minimum posts to post and vote in this forum hack too maybe.

There are some controls in the acp for editing stats. There was a ranks page, top ten. There was code to rank losses too I'm pretty sure. Post bit stats too.

I've been asked to port it to vB3 many times, but it's alot of work. However I'd like to hear some feedback on what features discussed already or desired by you that could make this hack worth my while.

rapcriminals 04-01-2005 03:34 AM

i want that hack where u have to post a reply to vote. Thats all i need i have a working version on my site. The battle system 3.0.6. Works for all 3.0 versions. but still i need tht hack.

James T Brock 04-01-2005 10:20 AM

No-one should help you. You took Mindtrix' battle hack, added one mod to it, and are now trying to sell it. You're a scam artist. Why should anyone hekp you?

Sleepyk 04-01-2005 09:14 PM

^true

el diablo 04-02-2005 02:14 AM

Quote:

Originally Posted by Sleepyk
nope it didnt work



hence thebattledome.com

and use us grey theme

very bottom shows ranks and keeps me as #1 which isnt true, many others battled and won and arnt up there

I'll have to look around and find the working version then... my p.c. is loaded with unorganized junk right now.

I went to the site and there were lots of forums but no Ranking system on the front page... didn't feel like searching through the whole site... which forum do i look in? do i need to be registered? if so, sorry, i hate registering for new sites :disappointed:

Sleepyk 04-02-2005 08:45 PM

^^ its at very bottom on us_Grey template

Top 5 Emcees
1 Sleepy K (4/0)
2 SylEm (0/0)
3 default (0/0)
4 Tribe (2/0)
5 skarekrow (0/0)

thats what it looks like, when thats actually order people signed up

yeah when u can get to help man i would appreciate it

Sleepyk 06-17-2005 08:39 PM

any advance on the new one being made?

Fallback 06-18-2005 06:17 PM

I wish they would have just closed the thread with the RBS hack and not removed it entirely. That thread contained useful code for those of us that have it installed and running already. The hack does work with a little effort and tweaks.

Sleepyk 06-18-2005 11:57 PM

well people here are anti rap so what can you expect?

ericgtr 06-19-2005 12:09 AM

I was told it was moved to the beta forum but still can't find it. That being the case I will have to go through and document my mods again for those of you who asked.

Sleepyk 06-19-2005 07:10 PM

ok cool thanks man

Logik 06-20-2005 07:01 AM

Dark Vis0r did say he was gonna work on a working version and post it by the end of this month. Dont know yet.

akanevsky 06-20-2005 05:41 PM

Hmm... Taking into account they have a vb3.5 version coming out soon and that no vb 3.0.7 hacks will work on 3.5, I will wait until 3.5 comes out.... Even though I dislike 3.5 because it is overloaded with javascript.

Logik 06-20-2005 11:51 PM

Yea, so that means you wont make one for the 3.0.7?

akanevsky 06-21-2005 04:17 PM

If anybody wants me to, I might...

Logik 06-21-2005 09:46 PM

I want you too. I was lookin forward to it.

akanevsky 06-22-2005 08:44 PM

Aren't you going to update to 3.5?

Paul M 06-22-2005 10:14 PM

Sorry to hijack this slightly - but this has puzzled me for a while - what exactly is a "Rap Battle System" ?

akanevsky 06-22-2005 11:28 PM

Paul M,
It's a battle system for Rap :D

Sleepyk 06-23-2005 02:34 AM

^rappers*

as in text or audio battle online

wierd u didnt figure it out >.<

Dark i dunno i might upgrade might not im still not sure but i honestly would say ya know see how beta ++++ works then work from their -shrug i havent coded in 3 yrs so yeah i wouldnt know how to start

Paul M 06-23-2005 02:41 AM

Quote:

Originally Posted by Dark Visor
Paul M,
It's a battle system for Rap :D

hmmm, well that helped .... nevermind, I guess i'll just carry on wondering :)

Qwest 06-23-2005 04:05 PM

For christs sakes someone post the latest version and I'll fix it and post a fixed version download link.

I've never seen so much posing and drama over a darn hack.

Gio~Logist 06-23-2005 04:21 PM

Noppid, i used the hack on my site as you know. Everyone enjoyed it. It contained everything needed.

- Battles that work of poll sup to 5
- Automatically closes once someone reaches 5 votes
- Automatically records stats
- A simple input putton that created the battle
- An accurate sats page that was able to be displayed in about 5 different ways
- Stats on postbit
- Stats in profile
- And it was failr simple to edit

There was absolutely nothing wrong with the hack you made as far as im concerned, and i would be willing to donate money if you were to release the hack to the public...

Logik 06-23-2005 07:30 PM

^^Could i get that version you have gio~logist


All times are GMT. The time now is 01:45 AM.

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.01231 seconds
  • Memory Usage 1,820KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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