vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBookie for vBulletin 3.5 (https://vborg.vbsupport.ru/showthread.php?t=94128)

Viruseater 07-20-2009 08:31 PM

Yes, I'm using it with 3.8.3 and it works. Using those instructions. well from someone else, but the same steps, and it's stable.

EDIT: except the iCash. no idea if that works.

ALso, there are two steps missing in that response.
1. you must rebuild the bit fields after install. Put this at the end of your forum URL to do it: admincp/index.php?do=buildbitfields
2. Set the permissions. go to the forums, and permissions and make sure the right groups are assigned to be able to create and edit events.

Finally, the step to include the block where you search for $threadmanagement or whatever is critical. this must be done in ALL your themes or it will only work in the ones you do the hack to. I mean it's the only way to get the vbookie options visible.

I use TMS so I can edit my master template and it flows to all the themes I have. very handy

SMMensans 07-21-2009 05:01 PM

In the vBookie ReadMe file it gives the following instructions:

Quote:

In Templates postbit/postbit_legacy
FIND
--------------------------------------------------
$vbphrase[posts]: $post[posts]
--------------------------------------------------

BELOW that ADD
--------------------------------------------------
<if condition="$vboptions['vbookiecashon']">
<br />$vbphrase[vbookie_vcash]: $post[vbookie_cash]
</if>
--------------------------------------------------
When I search the postbit and postbit_legacy templates it does not find the string:
$vbphrase[posts]: $post[posts]

Anyone have any ideas about this?

Running vBulletin 3.8.3

DS MrSinister 07-21-2009 10:10 PM

it should find it...

try to search for this....


Code:

$post[posts]

linfield 07-22-2009 08:56 PM

Will the orginal vbookie hack work for 3.7? I havent a clue about changing codes etc..

merk_aus 07-23-2009 02:02 AM

The recoding of vBookie which is being labelled as vBookie 2.0 that I am working on (with the blessing of Andreas) works out of the box on 3.8.3 meaning you download the file, upload the files needed and make just one template edit and install the product and it works.

It is written so it handles numerous points system including vBCredits, vBux, and most other popular points/credits system - without any template/php file edits it is a simple drop down menu to select the cash/credits/points system that you use and an option to change the field in the database if you have named it something else.

It also has the option to change the overall name: where it says vBookie Event you can change that to Virtual Betting etc more or less whatever you want.

So that is the first steps completed it works out of the box and allows some better customisation, now I am turning my focus to be working on adding additional features.

A number of bugs have been fixed including one that almost ruined my website where the users get their money back plus their winnings - in real life betting this does not happen.

I found that if people put 100 credits on an event that was paying 2/1 if that event won they would get the 100 credits they originally bet back, as well as 200 further credits for winning meaning if you have multiple bets available then your users can cheat and bet 100 credits on two outcomes and not lose any credits overall as it was handing money back to them.

So I have fixed this bug to react like real betting... and have already added one feature where you can select if an event is a race eg: Horse Race, Motorsport Race which allows you to enter a win price and place price then when selecting the outcome of the event there are two columns one for the Winning Horse/Driver/Car and one for the Horses/Drivers/Cars that finished with a placing.

So as I mentioned when I first started I am far from being a top notch coder and so work continues on it trying to find and add further features - I am considering entering a final beta stage of what I have at the moment and releasing it as vBookie 2.0 and then continue to work and add further features to release as 2.1, 2.2, 2.3 etc etc.

fodboldforumdk 07-23-2009 10:55 AM

Hi,

I cant remember how to reset vbookie points back to 500.
Anyone can help me out??

Cheers

MissKalunji 07-23-2009 11:43 AM

execute this SQL query:

UPDATE user SET vbookie_cash=500;

Regs 07-23-2009 02:16 PM

Awesome stuff merk_aus!

Do you have a paypal account I can send you some money to? Hit me up by PM, I'd like to donate some coin your way.

Cheers,

Regs.
Quote:

Originally Posted by merk_aus (Post 1853909)
The recoding of vBookie which is being labelled as vBookie 2.0 that I am working on (with the blessing of Andreas) works out of the box on 3.8.3 meaning you download the file, upload the files needed and make just one template edit and install the product and it works.

It is written so it handles numerous points system including vBCredits, vBux, and most other popular points/credits system - without any template/php file edits it is a simple drop down menu to select the cash/credits/points system that you use and an option to change the field in the database if you have named it something else.

It also has the option to change the overall name: where it says vBookie Event you can change that to Virtual Betting etc more or less whatever you want.

So that is the first steps completed it works out of the box and allows some better customisation, now I am turning my focus to be working on adding additional features.

A number of bugs have been fixed including one that almost ruined my website where the users get their money back plus their winnings - in real life betting this does not happen.

I found that if people put 100 credits on an event that was paying 2/1 if that event won they would get the 100 credits they originally bet back, as well as 200 further credits for winning meaning if you have multiple bets available then your users can cheat and bet 100 credits on two outcomes and not lose any credits overall as it was handing money back to them.

So I have fixed this bug to react like real betting... and have already added one feature where you can select if an event is a race eg: Horse Race, Motorsport Race which allows you to enter a win price and place price then when selecting the outcome of the event there are two columns one for the Winning Horse/Driver/Car and one for the Horses/Drivers/Cars that finished with a placing.

So as I mentioned when I first started I am far from being a top notch coder and so work continues on it trying to find and add further features - I am considering entering a final beta stage of what I have at the moment and releasing it as vBookie 2.0 and then continue to work and add further features to release as 2.1, 2.2, 2.3 etc etc.


Chase 08-02-2009 10:16 PM

Is there an update on when version 2.0 will be released?

- random question... but how do you determine the odds of winning? i.e the 10/1 or 2/5? On games like football, soccer, ect. I don't know how this works??

dancue 08-04-2009 12:05 AM

Quote:

Originally Posted by merk_aus (Post 1853909)
The recoding of vBookie which is being labelled as vBookie 2.0 that I am working on (with the blessing of Andreas) works out of the box on 3.8.3 meaning you download the file, upload the files needed and make just one template edit and install the product and it works.

It is written so it handles numerous points system including vBCredits, vBux, and most other popular points/credits system - without any template/php file edits it is a simple drop down menu to select the cash/credits/points system that you use and an option to change the field in the database if you have named it something else.

It also has the option to change the overall name: where it says vBookie Event you can change that to Virtual Betting etc more or less whatever you want.

So that is the first steps completed it works out of the box and allows some better customisation, now I am turning my focus to be working on adding additional features.

A number of bugs have been fixed including one that almost ruined my website where the users get their money back plus their winnings - in real life betting this does not happen.

I found that if people put 100 credits on an event that was paying 2/1 if that event won they would get the 100 credits they originally bet back, as well as 200 further credits for winning meaning if you have multiple bets available then your users can cheat and bet 100 credits on two outcomes and not lose any credits overall as it was handing money back to them.

So I have fixed this bug to react like real betting... and have already added one feature where you can select if an event is a race eg: Horse Race, Motorsport Race which allows you to enter a win price and place price then when selecting the outcome of the event there are two columns one for the Winning Horse/Driver/Car and one for the Horses/Drivers/Cars that finished with a placing.

So as I mentioned when I first started I am far from being a top notch coder and so work continues on it trying to find and add further features - I am considering entering a final beta stage of what I have at the moment and releasing it as vBookie 2.0 and then continue to work and add further features to release as 2.1, 2.2, 2.3 etc etc.

Will there be an option to have one on one betting? Let's say you want to bet on something against one person. Example: "I bet you 10K vbcredits that the Orlando Magic will win" I'd love to be able to challenge people this way.


All times are GMT. The time now is 07:37 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.05958 seconds
  • Memory Usage 1,761KB
  • 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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