vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - vBookie for vBulletin 4 (https://vborg.vbsupport.ru/showthread.php?t=233473)

ukgamblingforum 01-24-2012 09:31 PM

Quote:

Originally Posted by rammieone (Post 2291554)
rebuild bit fields.... append this to your forums domain ...

/admincp/index.php?do=buildbitfields __________________:up:


already did that.
nada.

When i installed, it said no template edits necessary.. I'm beginning to think this is not true.. ?

James Bland 01-31-2012 04:50 PM

---deleted---

fixed.

baileyom2011 02-01-2012 03:33 PM

Quote:

Originally Posted by ukgamblingforum (Post 2291938)
already did that.
nada.

When i installed, it said no template edits necessary.. I'm beginning to think this is not true.. ?

You might of tried this already, but I had the same problem, I deleted it in the admincp, the re-installed it from the beginning, and now it's working fine, no idea what happenend, but it might work for you too if you haven't tried already.

ukgamblingforum 02-01-2012 05:44 PM

trying that now baileymom - thanks for the suggestion. The mods on my forum now taking bets on when i get this fixed. haha :(

sticky 02-02-2012 07:02 AM

Any way to cap the max bet?

dartho 02-02-2012 09:54 AM

Quote:

Originally Posted by sticky (Post 2295285)
Any way to cap the max bet?

I belive this works https://vborg.vbsupport.ru/showthrea...88#post1387588

It won't stop multiple bets though

razorflowers 02-02-2012 02:20 PM

Hi dartho,

I'm on vbulletin 4.1.0 and i've this error when i try to place a bet :

Database error in vBulletin 4.1.0:

Invalid SQL:
SELECT
SUM(bet_amount_won) AS sumbets
FROM vbookie_bets_placed
WHERE bet_settled='Y' AND userid=212
AND dateline > 315532800
GROUP BY userid;

MySQL Error : Unknown column 'dateline' in 'where clause'
Error Number : 1054
Request Date : Thursday, February 2nd 2012 @ 10:03:26 AM
Error Date : Thursday, February 2nd 2012 @ 10:03:26 AM
Script : http://www.*********/forum/vbookie.php
Referrer : http://www.*********/forum/parier-vo...ligue-1-a.html
IP Address : **********
Username : ******
Classname : vB_Database
MySQL Version : 5.0.67-community-log


Do you have an idea ?

dartho 02-03-2012 10:28 AM

Is this a new install or an upgrade?

I'm updating my test site to 4.1.10 now to check for issues.

dartho 02-03-2012 10:37 AM

Just tested on my site (upgraded to 4.1.10) - no issues that I can see ...

DaninMS 02-05-2012 08:34 PM

I have 4.1.7 , 5.34 php, 1.3.43 Apache & 5.092 mySQL and I'm getting the deprecated error mentioned awhile back. I saw where he reompiled Apache but wanted to know before I tried anything....

ForceHSS 02-05-2012 09:36 PM

Quote:

Originally Posted by DaninMS (Post 2296580)
I have 4.1.7 , 5.34 php, 1.3.43 Apache & 5.092 mySQL and I'm getting the deprecated error mentioned awhile back. I saw where he reompiled Apache but wanted to know before I tried anything....
I'm attaching a screenshot of what I am getting.

check your bb code as both line of that error are to do with
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());

DaninMS 02-05-2012 09:56 PM

Thx for the reply. Where would I check this at ?

dartho 02-05-2012 10:04 PM

edit the vbookie.php file and search for those line numbers and replace:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
with
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());

DaninMS 02-06-2012 01:30 AM

ah, thank you that seemed to do it !

svaghari 02-07-2012 04:51 AM

Can someone please confirm that this will work OK with vb version 4.1.9?

ForceHSS 02-07-2012 06:18 AM

Quote:

Originally Posted by svaghari (Post 2297079)
Can someone please confirm that this will work OK with vb version 4.1.9?

yes

svaghari 02-07-2012 10:41 PM

How can I put multiple bets in one event? I am using this so people can place bets on fighting events which generally have several fights in one event.

Thank you!

dartho 02-08-2012 12:07 AM

add as many out comes as you like, and people can bet on any or all of them

svaghari 02-13-2012 04:10 PM

Hey dartho, check ur PM. Quick question for you :)

Adamwingie 02-20-2012 02:36 AM

When I click bet statistics I get a database error, any help?

Code:

Database error in vBulletin 4.1.10:

Invalid SQL:
;

MySQL Error  : Query was empty
Error Number  : 1065
Request Date  : Monday, February 20th 2012 @ 03:36:01 AM
Error Date    : Monday, February 20th 2012 @ 03:36:01 AM
Script        : http://www.fallscountanywhere.com/vbookie.php?do=stats
Referrer      : http://www.fallscountanywhere.com/vbookie.php
IP Address    : 78.151.64.250
Username      : Adam
Classname    : vB_Database
MySQL Version : 5.1.56-log


DS MrSinister 02-20-2012 03:49 AM

@Adamwingie

Did you install vBExperience vbookie plugin if so which version is it? i know one of the olds casuse this issuse.

what I recommend is just use vcash for now until Phalynx release 4.1.11

dartho 02-20-2012 04:03 AM

It would seem that means you have not configured your currency system correctly in vBookie ?

[edit - Posted before seeing MrSinister's post. I suggest following his recommendations if possible]

ychromozone 02-21-2012 01:49 AM

I may be a complete noob, but I installed all of the .php files in their places and the product.

I see the vbookie tab, but when I click on it, it goes back to my CMS.

I see the option to add thread as vbookie event and can create threads with the option. Then I am redirected to my CMS because apparently the /vbookie.php link is broken somehow.

What am I doing wrong? Do I need to install more stuff?

Thanks,

Matt

ForceHSS 02-21-2012 04:13 AM

Quote:

Originally Posted by ychromozone (Post 2301785)
I may be a complete noob, but I installed all of the .php files in their places and the product.

I see the vbookie tab, but when I click on it, it goes back to my CMS.

I see the option to add thread as vbookie event and can create threads with the option. Then I am redirected to my CMS because apparently the /vbookie.php link is broken somehow.

What am I doing wrong? Do I need to install more stuff?

Thanks,

Matt

you would be best for the coder to login and have a look at it for you

airborneCAL 02-21-2012 10:36 PM

Is there a way to automatically create vbookie events based on the current sports schedules somehow?

dartho 02-21-2012 11:07 PM

probably - if you hired a programmer to do this for you - which unfortunately wouldn't be me ...

dany_danay 02-22-2012 08:30 AM

great mod.... if you develop more.

svaghari 02-29-2012 04:54 AM

I am getting the following error at the home VBookie homepage. Everything else seems to work OK, any ideas?

Deprecated: Assigning the return value of new by reference is deprecated in /home/***/***/forums/vbookie.php on line 721

Deprecated: Assigning the return value of new by reference is deprecated in /home/***/***/forums/vbookie.php on line 1441

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at [path]/vbookie.php:721) in [path]/includes/facebook/facebook.php on line 37

dartho 02-29-2012 05:14 AM

edit vbookie.php and search for:

Code:

$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
and replace with

Code:

$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
there should be 2 occurrences on those line numbers

svaghari 02-29-2012 05:14 AM

Does anyone know if there is a way to track the progress of different users over time?

thenamesgould 03-03-2012 09:44 AM

I just have to say thanks for this brilliant mod ... it's the first weekend of the NRL season, and it's been a very popular addition, created interest, created more posts - it's awesome!!! :D

mmacrypt 03-04-2012 03:50 AM

I'm updating to 1.11 soon, do we know if Vbookie is good for 11 yet. I'm a few versions behind on VB, so I'll be skipping a few on the way to 11.

sully02 03-05-2012 08:44 PM

I had the old vBookie on my site, and just installed this one. One little inconvenience I've noticed...

Whenever I create an event to bet on, I get two separate events. One of them is for the actual thread in question, the other appears to be for an event that was created under the old vBookie system, so for every bet I have two separate events on two separate threads.

Any idea how to fix this so the event only shows up once and doesn't access what appears to have been an old event under the old vBookie which is no longer installed on my forum?

Edit - Looks like I found it. Under the thread table is a vbookie_item_id value, if I edit those to all be reset to 0, in theory, it should wipe out this duplication issue.

Edit 2 - So, long story longer, if you're having the same problem I had, run this query:

Code:

UPDATE [prefix]_thread SET `vbookie_item_id`=0;
Where [prefix]_ is the table prefix for your vBulletin tables, if you have those.

twolegit 03-06-2012 03:00 AM

Quote:

Originally Posted by mmacrypt (Post 2305945)
I'm updating to 1.11 soon, do we know if Vbookie is good for 11 yet. I'm a few versions behind on VB, so I'll be skipping a few on the way to 11.

yes vBookie is working perfect on 4.1.11 :) added like 10 events this morning!

sportsfroma2 03-06-2012 03:16 AM

yup, I just upgraded from vb 4.1.10 to 4.1.11, vbookie is still running great in it.

can't be said enough, thanks dartho!

mmacrypt 03-11-2012 07:24 PM

Thanks guys, I'm doing the upgrade today.

tehbasmentdwell 03-12-2012 03:01 PM

Just installed this at my site but the vcash amount is not showing in the postbit, any ideas?

http://img856.imageshack.us/img856/3...ycapture1u.png

Everything else seems to be working fine, i've managed to post up a new event and bet on it fine....... just that one problem!

Forum running on vbulletin 4.1.1, installed vbookie version 4.0.9

tehbasmentdwell 03-12-2012 04:25 PM

Actually, i see what's happening, the vcash amount is appearing on the line above (after the thanked 44 times in 31 posts), what template do i have to edit to fix that? n00b alert :D

tehbasmentdwell 03-12-2012 06:15 PM

Fixed it by changing the execution order of the plugins, thanks! Marked as installed :)

Jellymedia 03-13-2012 07:50 PM

Is it possible to add vBookie events to existing threads?


All times are GMT. The time now is 08:15 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.02171 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
  • (4)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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