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)

bklynjava 07-24-2005 04:01 AM

I setup the db after making the changes yet I still get this error.

Im using a test server for my hacks and templates.

Quote:

Database error in vBulletin 3.0.7:

Invalid SQL: SELECT * FROM battlesys_favlines ORDER BY RAND() LIMIT 1
mysql error: Table 'forum.battlesys_favlines' doesn't exist

mysql error number: 1146

Date: Sunday 24th of July 2005 12:56:18 AM
Script: http://127.0.0.1/
Referer:
Username: bklynjava
IP Address: 127.0.0.1

bklynjava 07-24-2005 07:10 PM

Anyone care to share on this error -- I added the table and I still get the error.

Gio~Logist 07-25-2005 12:56 AM

are you sure that your table has this prefix?

ooo and by the way... it isnt to smart to share your IP adress...

bklynjava 07-25-2005 02:14 AM

Quote:

Originally Posted by gio~logist
are you sure that your table has this prefix?


ooo and by the way... it isnt to smart to share your IP adress...


OMG --- Thats a loopback ip are you buggin out?

Is this the only person that can answer this question?

I just installed the hack on my site and it doesn't work I get no errors and it shows the Random Line but it doesn't seem to work.

Any suggestions are appreciated.

Gio~Logist 07-25-2005 02:56 AM

sorry... next time i'll try to offer my help to someone who doesn't have their period

bklynjava 07-25-2005 03:41 AM

Quote:

Originally Posted by gio~logist
sorry... next time i'll try to offer my help to someone who doesn't have their period

haha -- but you can't help by answering a question with a question.

Second If you don't know what a loopback ip address is maybe you should'nt be trying to help me.

But I thank you all the same..

Seems I have it working on my test server and not on my site I will figure it out.

Thanks anyway.

vinnycuz 07-25-2005 12:46 PM

bklynjava just run all the sql queries and you will be all set with that error!

vinnycuz 07-25-2005 01:12 PM

can some1 lend a hand for me...I have installed this RBS with the newest edits and still this will not enable on my forums...I am running 3.0.6 vb...the entire hack was done three times...i have no sql errors, no poll errors...i go to admincp and add the forum from the drop down...it says please wait while you are redirected and brings me back to the same battle system options page...in my forum...the battle system is not activated...when i create a new thread the options are not there and when i reply the options for the system is not there...any ideas how to activate RBS or did i do anything wrong?

vinnycuz 07-25-2005 01:15 PM

maybe this might help...as seen in this attachment:

https://vborg.vbsupport.ru/attachmen...chmentid=20105

my forum does NOT stay here when i hit save...it just redirects me back to this page with my forum that i choose not there...its just blank like i didnt do anything...any ideas...??

vinnycuz 07-25-2005 07:29 PM

bump any1 can help me out who installed this?

vinnycuz 07-26-2005 02:04 AM

Quote:

Originally Posted by MindTrix
would be this piece

PHP Code:

 

*****************
Open NEWREPLY.PHP
*****************

Find
-----------------------------------------------
 
$newpost['stickunstick'] = $_POST['stickunstick'];
 
$newpost['openclose'] = $_POST['openclose'];
-----------------------------------------------
After add
-----------------------------------------------
//RBS
 
$newpost['favouriteline'] = $_POST['favouriteline'];
 if ( 
$newpost['favouriteline'] )
 {
  
$DB_site->query("INSERT INTO " TABLE_PREFIX "battlesys_favlines VALUES ('', '".$newpost['favouriteline']."', '".$bbuserinfo['username']."', '".$foruminfo['forumid']."')"); 
  
$newpost['message'] .= "";
 }
//RBS 


Database error in vBulletin 3.0.6:

Invalid SQL: INSERT INTO battlesys_favlines VALUES ('', 'Don't try and duck or ditch hit or miss open your mouth and swallow my piss.', 'vinnycuz', '124')
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 't try and duck or ditch hit or miss open your mouth and swallow

mysql error number: 1064

I re ran the queries and made sure everything was good...i dont know whats up it doesnt wanna take...any ideas?

Gio~Logist 07-26-2005 03:25 AM

Vinny, what are you trying to do when you get this error?

Marco van Herwaarden 07-26-2005 04:00 AM

Change "don't" to "don\'t"

vinnycuz 07-26-2005 04:17 PM

Quote:

Originally Posted by MarcoH64
Change "don't" to "don\'t"

yes i figured that out last night...sql is ver sensative to the ' and the " ill direct my users to use the \ as far as that goes the hack is running perfectly now...did the loss and win hack and everything is proper...thanks guys!

Fallback 07-26-2005 04:44 PM

You have to modify the code to "addslashes" to what its imputiing in the sql INSERT command. That will fix it.

vinnycuz 07-26-2005 06:49 PM

my users are cheaters and are voting for themself...i will try to find a way to prevent that...if any1 has a quick edit lemme know...

hhw2005 07-27-2005 01:14 PM

What the heck is the deal here?

Mindtrix made this "hack" and hasn't had time to fix the bugs in one year.

Does this thing work or not? You can't update the battles through the Admin CP and I don't see what fields to update in PhpMyadmin.

Qwest 07-29-2005 01:31 PM

I'm uninstalling this...

There are just too many ways to cheat and my memebrs are getting pissed.

- People are signing up with new accounts just to vote for themselves and their boys.
- People are casting votes before the challenger even gets a chance to drop his verse.
- Battles aren't counted because ignorant fools can't spell challenger names right.

It's not worth it. Im going back to letting my mods run battles. Much more control that way and people have to actually post in the thread and say why they voted. Then the mod closes the thread and awards the win and loss.

Im just gonna make a special admincp panel for the mods to award wins and losses.

:clicks uninstall:

Vizionz 08-17-2005 08:53 AM

will this be ported to 3.50

Cabbie 09-03-2005 07:57 AM

Wow this is an awesome hack. Lots of very cool ideas going on my mind on how to use this. I'm going to try this on my test board once I get it up. Thanks for bringing out this great piece of work for free!

Vizionz 09-09-2005 06:57 AM

hopes it will be ported

Tradjick 10-02-2005 07:09 AM

Me too, but i don´t even know if Mindtrix is still around here, it´s been a while i read a post from him.

Sleepyk 10-12-2005 10:02 PM

this needa be done for 3.5

el diablo 10-13-2005 12:21 AM

Quote:

Originally Posted by Fallback
You have to modify the code to "addslashes" to what its imputiing in the sql INSERT command. That will fix it.

use mysql_real_escape_string() instead...

Zachariah 10-23-2005 04:19 PM

PM

Today, 17:14
Quote:

Originally Posted by MindTrix
Hey thank you for contacting me. IF you would like to upgrade then that would be fine with me.

Thank you. let me know.

I'll have something soon.

donBLACK 10-23-2005 07:01 PM

Yesssssssssssssssssssssssssss

lightwave 10-28-2005 09:22 PM

How Do I Get'a Store Hack For 3.5?

akanevsky 11-05-2005 06:55 PM

I have ported MY Battle System Hack to 3.5 - which, unlike this hack, has no fool holes. The only things that needs to be done is moving code modifications into plugins (which is a matter of 5 minutes, since the code is already in its place and 100% working). Anybody who has the 3.0.7 version - PM me for updates, anybody who does not - PM me for info.

Any feature suggestions or concerns with 3.0.7 version - also to me via PMs. :)

GT1 12-10-2005 09:58 AM

Quote:

Originally Posted by Psionic Vision
I have ported MY Battle System Hack to 3.5 - which, unlike this hack, has no fool holes. The only things that needs to be done is moving code modifications into plugins (which is a matter of 5 minutes, since the code is already in its place and 100% working). Anybody who has the 3.0.7 version - PM me for updates, anybody who does not - PM me for info.

Any feature suggestions or concerns with 3.0.7 version - also to me via PMs. :)

Looking for your 3.5 port and can't seem to find it. Can you please post a link for us? Thanks!

Vizionz 12-10-2005 10:42 AM

its commercial 39.99 pm him if you interested

Da Chang Gang 12-17-2005 06:51 PM

Will this ever get updated to the latest version of vb?

akanevsky 12-17-2005 07:02 PM

I very much doubt so.

Romeos Tune 12-17-2005 07:32 PM

Quote:

Originally Posted by Vizionz
its commercial 39.99 pm him if you interested

That's interesting. In a PM he quoted me a price of 49.99 and wasn't able to produce a running version. All he had to show was screen shots that were MindTrix's. Without a demo I'm not sending anyone 50 bucks. :ermm:

akanevsky 12-17-2005 07:35 PM

Yes, 49.99 is the price. I cannot help you if you cannot discern one hack from another. If you do, please do not provide false arguments. Thank you.

These are the actual features+screenshots that I send to anybody who is interested:
RapidShare or YouSendIt

As for demo:
Try: http://www.emceeinvasion.com/forums/

TyleR 12-17-2005 11:00 PM

well, i was 80% done with porting it, then saw Psionic Vision's sig..so if it's okay with him, i'd like to release this one here :p

- Tyler

akanevsky 12-17-2005 11:33 PM

If it is completely different than mine and does not use any of my code - then of course. Otherwise - no.

TyleR 12-18-2005 03:03 AM

well, since i cant seem to get past a few bug's i'll just drop this one..cant seem to get the new poll and the closing coded in..gah.

- Tyler

ericgtr 12-18-2005 03:58 PM

I am now using Psionic Vision's mod and it works great on my site. It's very different from the old one, way more options and configurations, definitely worth the money IMO.

mathias 12-19-2005 03:05 AM

where can I purchase that script?

yinyang 01-30-2006 12:54 AM

any update on a 3.5.x version?


All times are GMT. The time now is 01:58 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.02710 seconds
  • Memory Usage 1,824KB
  • 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
  • (1)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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