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)

robaldo 06-01-2005 07:32 PM

does this work with VBulletin 3.0.7??

Mr. Brian 06-03-2005 06:52 AM

Quote:

Originally Posted by robaldo
does this work with VBulletin 3.0.7??

Works fine for me. :)

Pain86 06-05-2005 10:47 AM

hi..i cant get the vBookies own cash to show up in postbit... all the code is correct and ive ticked "yes" in the vbookie options...but its still not showin?

lebanon 06-06-2005 11:52 AM

Flow Fusion ,
Add a new group , a new user and login using that user ( specifying that this group CAN add events ) it will work.
I still couldnt let admin add events, but as long as i can login into another user who can its okey with me.

lebanon 06-06-2005 03:02 PM

am confused about onething,
I just added new events and noticed that eventhough i allowed registered and moderators ( can bet on events ) . They were still NOT able to
So here is my way of fixing it :
In the edit which you do on showthread.php

$nopermission = 0;
if (!($forumperms & CANBET))
{
$nopermission = 1;

I replaced with
$nopermission = 0;
if (($forumperms & CANBET))
{
$nopermission = 1;

Which means i reversed the canbet perms , which is weird but this way the whole permissions worked exactly as i set them and instead of having a non working code or messed up , i had it working like a charm !
I posted it just incase someone wanted to try doing the same if having same problems with permissions issues.

axi 06-07-2005 06:41 PM

ive installed it, so how does it work.

do members use there uCash points for the gambling? I have uCash/uShop installed. so wondering if thats how it works?

axi 06-07-2005 06:44 PM

anothe question, do you have to make a thread to make a bet? is there a way to make bets without starting threads?

congpine 06-08-2005 11:32 AM

how i can add event ? i installed it, there is no error , I did add a group that can add Event , Edit Event ..... and then login with that group ...but i don't know i can add event ....could u please show me how to do that thing ? ( i am using v 3.0.7 ) is this working properly ?

Rabbitoh Warren 06-08-2005 11:47 AM

Quote:

Originally Posted by congpine
how i can add event ? i installed it, there is no error , I did add a group that can add Event , Edit Event ..... and then login with that group ...but i don't know i can add event ....could u please show me how to do that thing ? ( i am using v 3.0.7 ) is this working properly ?

vBookie works fine with 3.0.7. If you are having trouble and getting errors I would advise double checking your code modifications.

To create a new vBookie event you have to start a new thread ? but be sure to tick the box where it says "Yes, post a vBookie Event with this thread" as there is no way to add an event to a thread afterwards.

congpine 06-08-2005 11:52 AM

thanks . I got it!


All times are GMT. The time now is 04:39 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.01384 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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