vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBookie - vBulletin Betting Hack (https://vborg.vbsupport.ru/showthread.php?t=65844)

tjdrico 06-06-2004 10:08 PM

Quote:

Originally Posted by GamerzWorld
what do you get to start with? Also can you loose all your cash?

If you're using uCash or Petz, people start off with whatever they have. If using vCash, it starts at 500. Yes, people can lose all their "money", but there's a "charity" setting that gives 25 to anyone poorer than that whenever a new bet event is added, so people always have something to play with so they can build up a new pot.

deathemperor 06-07-2004 01:21 AM

Quote:

Originally Posted by xQuEeNzNaZcHox
OK, I fixed problem B, but problem A is bad.

Screenshot is attached

try this:
- check the links to the JS files.
- view the source to see if there is something like this:
<a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_forumid')"><img id="collapseimg_forumbit_72" src="/buttons/collapse_tcat.gif" alt="" border="0" /></a> , check to see if it got something wrong with those tags.
hope this help

rinkrat 06-07-2004 02:28 AM

Can this be modded to use VB reputation points as the currency? That would be perfect for my board.

tjdrico 06-07-2004 06:27 AM

Quote:

Originally Posted by rinkrat
Can this be modded to use VB reputation points as the currency? That would be perfect for my board.

Yes, that's quite possible.

All you'd need to do is hack the functions_vbookie.php file, changing the 8 instances of 'vbookie_cash' to 'reputation'. That should be all you need to do. You might want to alter some of the phrases as well, as they mention 'cash' such as "You do not have enough cash to cover your bets" (vbookie_not_enough_cash) or "You have 300 cash" (vbookie_may_bet), etc.

Also, in the vBookie general settings, turn off the display of vCash in the postbit, as it'd be pointless to display. Since you're dealing with Reputation, you'd also want to turn off the "charity" mode I expect, as that would re-set anyone lower than 25 to a 25 Reputation each time a new Event is added.

Ronso Rage 06-07-2004 05:18 PM

Ok I have a small proble in the changes to the includes/init.php file you say to carry out these changes

OPEN includes/init.php

FIND
PHP Code:
PHP Code:

'stylecache' 
        
), $specialtemplates); 

REPLACE WITH
PHP Code:
PHP Code:

'stylecache'
            
// +++ vBookie 
            
'vbookiesettings' 
            
// --- vBookie 
        
), $specialtemplates); 

Well I have the arcade installed and have 'arcadesettings' in that area to replace as well, and leaving it there gives me a parse error, i have tried moving it around and still get the error

Any ideas ?

tjdrico 06-07-2004 05:34 PM

You should end up with something like this:

PHP Code:

            'stylecache'
            
'arcadesettings',
            
// +++ vBookie 
            
'vbookiesettings' 
            
// --- vBookie 
        
), $specialtemplates); 

As long as there's a comma after 'arcadesettings', it should be fine.

Ronso Rage 06-07-2004 05:52 PM

Quote:

Originally Posted by tjdrico
You should end up with something like this:

PHP Code:

            'stylecache'
            
'arcadesettings',
            
// +++ vBookie 
            
'vbookiesettings' 
            
// --- vBookie 
        
), $specialtemplates); 

As long as there's a comma after 'arcadesettings', it should be fine.

Thanks it's all sorted now and seems to be running fine, i just forgot the comma (stupid me)

CarolinaKid 06-07-2004 06:58 PM

This would be really great if there was a way to use paypal or another online bank so u could deposit real money....but i guess that would be gambling

tjdrico 06-07-2004 07:07 PM

As I said early in this thread, I'm sure it's possible for someone to hack in. I, however, wouldn't feel confident about doing a bulletproof, un-exploitable hack, so it's not for me.

Battle_Ring 06-08-2004 01:45 AM

i just fully installed this

but it dont show up so i can add an event

any idea

i did the fiel edits and uplaoded them


All times are GMT. The time now is 03:32 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.01437 seconds
  • Memory Usage 1,751KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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