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)
-   -   Integration with vBulletin - Soccer Betting Game ("Fussball-Tippspiele") (https://vborg.vbsupport.ru/showthread.php?t=238043)

ForceHSS 08-19-2014 05:45 PM

Quote:

Originally Posted by LuisUrquilla (Post 2512009)
I'm not clear, is this a REAL betting mod? If it is, do I monetize from it? thanks.

You cant make cash from it if that is what you are asking

wEbAddEr 10-30-2014 05:43 PM

i got this error with vb4.2.2pl2 when adding a league

Warning: Only variables should be passed by reference in ..../includes/vbsoccer_services.php on line 307

ForceHSS 10-30-2014 08:01 PM

its only a warning not a error. If you have not put in the fixes for 4.2.2 you will get the warnings. Also as it is not made for that version best not to use it for 4.2.2

wEbAddEr 10-30-2014 08:08 PM

ok thx for the response :)
Will do the fixes now

MrD 11-08-2014 10:58 AM

Hi,
for all that use the actually Vb Patch Level.
The Addon are not Connecting to the Dataserver.

Fix: use an Old includes/class_vurl.php from vb 4.2.2 PL1 or earlier.
The Class_vurl.php from Patch Level 2 are not Compatible with the Addon.

nektar 11-09-2014 06:23 AM

Quote:

Originally Posted by MrD (Post 2521911)
Hi,
for all that use the actually Vb Patch Level.
The Addon are not Connecting to the Dataserver.

Fix: use an Old includes/class_vurl.php from vb 4.2.2 PL1 or earlier.
The Class_vurl.php from Patch Level 2 are not Compatible with the Addon.

Thanks. Is it safe to use the old class? Are you going to fix the addon to be compatible with the new patch level?

Regards.

MrD 11-09-2014 05:06 PM

Hi Nektar
I am not the Coder.

Marv 12-20-2014 05:09 PM

Is there anything broken with the data provider? In our installation the last time the data was updated is December, 14th. When I hit the update now button, it seems that nothing happens and the "last update" date stay december, 14. Any ideas?

MrD 01-17-2015 03:52 PM

1 Attachment(s)
Hi everyone,
Boothby has provided a patch, where the original class_vurl.php no longer must be replaced.
Please also copy the attached file in the includes folder and change as follows in the vbsoccer_services.php following lines

Open vbsoccer_services.php and find:
PHP Code:

require_once DIR '/includes/class_vurl.php'

Change to
PHP Code:

require_once DIR '/includes/class_vurl_legacy.php'

and
PHP Code:

$vurl = new vB_vURL($this->registry); 

change to

PHP Code:

$vurl = new vB_vURL_Legacy($this->registry); 

Thank Boothby for the Permission to Share this ;)

tekram 02-14-2015 09:53 AM

vbsoccer_services.php

Not vbsocker_services.php or not?


All times are GMT. The time now is 04:29 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.02591 seconds
  • Memory Usage 1,744KB
  • 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
  • (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