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)

Adamwingie 04-10-2012 02:44 PM

Nothing has been changed, edited, deleted or messed with in anything.

It was working fine.

ForceHSS 04-10-2012 08:41 PM

you would be best to delete the plugin and all the files and reinstall again as the error you have above has something to do with another plugin as well as the vbookie one "xperience_stats" maybe a old plugin that was not removed right as this table is not default or part of this plugin

dartho 04-11-2012 09:31 AM

Speak to who ever created the xperience integration - that is where it is falling over ...

kotlt99 05-01-2012 03:11 AM

I want to add vcash to all member every month, how to do it automatically ?

bobster65 05-01-2012 04:21 AM

Quote:

Originally Posted by kotlt99 (Post 2325115)
I want to add vcash to all member every month, how to do it automatically ?

write a function and then create a CRON ENTRY to run that function once a month.

kotlt99 05-01-2012 10:12 AM

Quote:

Originally Posted by bobster65 (Post 2325127)
write a function and then create a CRON ENTRY to run that function once a month.

Can you please help me step by step :( ?

Thank you so much

nektar 05-04-2012 12:01 PM

Is there a way of changing the time intervals for a bet to automatically close?
For example I would like to be able to set 21:45 as time.

Thank you.

owning_y0u 05-11-2012 09:44 AM

Getting the following error 4.1.12

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

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

dartho 05-11-2012 12:52 PM

Quote:

Originally Posted by owning_y0u (Post 2328335)
Getting the following error 4.1.12

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


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

Edit the vbookie.php file, 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());
The 2 occurrences will be on lines 721 and 1441

New Joe 05-11-2012 12:55 PM

Quote:

Originally Posted by dartho (Post 2328389)
Edit the vbookie.php file, 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());
The 2 occurrences will be on lines 721 and 1441

Should we all do this if using or upgrading to 4.1.12?


All times are GMT. The time now is 10:19 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.01969 seconds
  • Memory Usage 1,741KB
  • 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
  • (4)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