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)

nikosb 03-24-2010 06:18 AM

Quote:

Originally Posted by AA_ (Post 2009004)

I send the update via email.


You have pm with my email

ps: you have a small donation ;)

AA_ 03-24-2010 06:30 AM

Quote:

Originally Posted by Delilahs (Post 2009195)
AA, I've installed the update and everything has gone wrong, all the tables have been pulled to the left and made it un-usable, http://www.delilahsforum.co.uk/forum/vbsoccer.php
so we need a quick fix for it.


ps; you have a small donation ;)

uhm...
Store CSS Stylesheets as Files? (yes/no)
which add-ons you have installed?
everything is ok: http://vb4.php-worker.com/vbsoccer.php

jack the lad 03-24-2010 06:36 AM

Great mod and nominated for MOTM.

A couple of quick q's though.

1. I don't seem to get the show all bets or the beforecast on my forum.

2. Also when I select the mod I don't appear to be logged in and have to exit and then re-enter and then I can bet.

3. The teams do not hyper link to their respective websites though this option is selected in the ACP.

AA_ 03-24-2010 06:43 AM

Quote:

Originally Posted by Delilahs (Post 2009195)
so we need a quick fix for it.

you may need to reset the (vbsoccer)templates?

Delilahs 03-24-2010 06:48 AM

Can you give a clue how we reset the vbsoccer templates please AA?

cheers

I've not added any add ons since installing this, and it was ok before, so it can't be anything major and only happened when I installed the latest update.

Could you email me over the older version please ?

AA_ 03-24-2010 06:50 AM

Quote:

Originally Posted by Delilahs (Post 2009210)
Can you give a clue how we reset the vbsoccer templates please AA?

cheers

acp -> styles & templates -> find updated templates

Delilahs 03-24-2010 06:56 AM

All templates are up to date

AA_ 03-24-2010 06:59 AM

Quote:

Originally Posted by Delilahs (Post 2009215)
All templates are up to date

another addon causing this error.
please give me a list of all installed addons.
I find a quick solution.

Delilahs 03-24-2010 08:13 AM

All the plugins below are active

Auto Database Backup 4.0.2 Cron based automatic backup of vbulletin database.
Automatic Tagger From Content and Title 4.4.0 Automatically adds tags to according to message content, title and already existing tags in forum.
Banned User List 1.1.1 Show a page containing all of your banned users.
Donation System 1.0.0 A system to allow your members to send a donation via PayPal.
EveryWhere Sidebar
Fussball Tippspiele 1.3.15 Fussball Tippspiele für vBulletin
Guest Tracking 4.0.2 Track Guest Visits
Hide Links From Guests 1.22 With this hack you hide links from guests
ibProArcade for vBulletin
Limited Guest Viewing 2.0.6 Limit guests to view a set number of threads before being locked out.
MARCO1 Advanced Quick Reply And Edit With Smilies 4.5 Replace the vBulletin Default Quick Reply and Edit With Full Quick reply And Edit Box With Smilies.
Member Tracking 4.0.4 Track Member Visits
Miserable Users 4.0.6 Really annoy anyone you dont want visiting your forum.
Mobile Style Options 1.0.1 A collection of options to customise the Mobile style
Post Thank You Hack 7.82 Post Thank You Hack
Prevent Double Posts 4.0.1 Prevents double posting by merging posts.
Separate Sticky and Normal Threads 4.0.1 Separate Sticky and Normal Threads
vB Enterprise Translator 2.4.3 Translates your forum pages to 52 languages using Google translation.
vBH - Add new tabs 1.1 1.1 This plugin adds new tabs to the main navbar
vBookie for vBulletin 4 4.0.7 vBulletin Betting Hack
vBSEO 3.5.0 RC2 vBulletin SEO
vBSEO :: Sitemap Generator
vBulletin CMS 4.0.2 Content Management System
VSa - Advanced Forum Rules 5.0 VSa - Advanced Forum Rules
VSa - Advanced Registration 2.0.1 VSa - Advanced Registration
VSa - Auto Birthday Greeter 2.0.3 VSa - Auto Birthday Greeter
VSa - Login To User Account 3.0.3 VSa - Login To User Account
Who Has Read a Thread 4.0.7 Display members who have read a thread.
Yay! Another Facebook Bridge

AA_ 03-24-2010 09:20 AM

i have found errors in VSa-addons. please wait. I seek the solution.

// edit

add-on "VSa - Forums Online CountUp": The addon uses the template engine in the wrong context (hook 'global_start'). solution: change Hook Location from 'global_start' to 'forumhome_start'!

VSa - Login To User Account (I seek the solution.)
Yay! Another Facebook Bridge (I seek the solution.)

Delilahs 03-24-2010 11:27 AM

On my installation, the following mods need to be disabled to enable the templates to show correctly on vBsoccer

VSa - Auto Birthday Greeter 2.0.3 VSa - Auto Birthday Greeter
VSa - Login To User Account 3.0.3 VSa - Login To User Account
Yay! Another Facebook Bridge

AA_ 03-24-2010 11:49 AM

some 4.x add-ons are not compatible with vbulletin 4.0.2!

global.php:
Code:

$bootstrap->bootstrap();

// Deprecated as of release 4.0.2, replaced by global_bootstrap_init_start
($hook = vBulletinHook::fetch_hook('global_start')) ? eval($hook) : false;

$bootstrap->load_style();

// legacy code needs this
$permissions = $vbulletin->userinfo['permissions'];

// Deprecated as of release 4.0.2, replaced by global_bootstrap_complete
($hook = vBulletinHook::fetch_hook('global_setup_complete')) ? eval($hook) : false;

the use of template-engine in 'global_start' is dangerous.

vbsoccer is fully compatible with vbulletin 4.0.2

AA_ 03-24-2010 01:26 PM

This is no errors in other add-ons!
it is an error in the vbulletin-template-engine itself

Delilahs 03-24-2010 01:54 PM

Will you be reporting that to vB AA?

AA_ 03-24-2010 02:01 PM

yes

the problem can be "solved": ACP -> Settings -> Options -> Style & Language Settings -> Store CSS Stylesheets as Files? YES
vbulletin 4.0.2 = vbulletin 4 Alpha 231 :D

Delilahs 03-24-2010 04:16 PM

made the directory to take the css files, it's read / writable, disabled the mods, then re-enabled them, checked the directory for the css files and that is working correctly, but the pages on vBsoccer are once again skewed to the left as before.

Going through all my mods now, disabling - re-enabling to see if this fixes it

AA_ 03-24-2010 04:32 PM

update

(removed)

* bugfixes
* alternative solution for css-files

Delilahs 03-24-2010 04:51 PM

Works an absolute treat with all css files now stored.

Well done, and thanks for your work today AA ;)

Regs 03-24-2010 06:48 PM

AA_,

Awesome stuff!

I know you have said no more leagues added but there is a league that starts this weekend that I hope you will consider: MLS

Cheers,

Regs.

AA_ 03-24-2010 07:14 PM

Quote:

Originally Posted by Regs (Post 2009566)
AA_,

Awesome stuff!

I know you have said no more leagues added but there is a league that starts this weekend that I hope you will consider: MLS

Cheers,

Regs.

MLS = Major League Soccer? :D

Regs 03-24-2010 07:54 PM

Yes... possible for the summer this year?

AA_ 03-24-2010 08:48 PM

Quote:

Originally Posted by Regs (Post 2009609)
Yes... possible for the summer this year?

I need to understand this system before.
This is not a European league system.

madddenaddicto 03-24-2010 11:29 PM

1. Does this mod have a spanish translation?
2. Does it come with all the team icons?
3. I see this is a free mod, is there a paid version?

I just wanted to say that I have the 3.8 mod and I think its the best mod ever!
Great Job!

jack the lad 03-25-2010 02:15 AM

Quote:

Originally Posted by jack the lad (Post 2009205)
Great mod and nominated for MOTM.

A couple of quick q's though.

1. I don't seem to get the show all bets or the beforecast on my forum.

2. Also when I select the mod I don't appear to be logged in and have to exit and then re-enter and then I can bet.

3. The teams do not hyper link to their respective websites though this option is selected in the ACP.

Just a bump for these questions. Cheers.

AA_ 03-25-2010 07:50 AM

(removed)

Delilahs 03-25-2010 08:00 AM

what's included in this latest update AA_ ?

Delilahs 03-25-2010 08:09 AM

Error code when trying to allocate Icons to teams.

This was working until the latest update

PHP Code:

Database error in vBulletin 4.0.2:

Invalid SQL:

            
UPDATE `soccer_league`
            
SET `tabledata`=''
            
WHERE `idIN(
                
SELECT league_id
                FROM 
`soccer_league`
                
WHERE team_id=363);

MySQL Error   Unknown column 'league_id' in 'field list'
Error Number  1054 


AA_ 03-25-2010 08:12 AM

Quote:

Originally Posted by Delilahs (Post 2009876)
what's included in this latest update AA_ ?

* display of leagues in league manager (saison removed, korrekt translations)
* bugfix: icon handling in team manager (table cache regeneration on icon-update)
* bugfix: typos in serbian language

AA_ 03-25-2010 08:15 AM

Quote:

Originally Posted by Delilahs (Post 2009878)
Error code when trying to allocate Icons to teams.

This was working until the latest update

PHP Code:

Database error in vBulletin 4.0.2:

Invalid SQL:

            
UPDATE `soccer_league`
            
SET `tabledata`=''
            
WHERE `idIN(
                
SELECT league_id
                FROM 
`soccer_league`
                
WHERE team_id=363);

MySQL Error   Unknown column 'league_id' in 'field list'
Error Number  1054 


thnx and sorry :)

vbsoccer_admin.php (line 1415):

Code:

                $db->query_write("
                        UPDATE `" . TABLE_PREFIX . "soccer_league`
                        SET `tabledata`=''
                        WHERE `id` IN(
                                SELECT league_id
                                FROM `" . TABLE_PREFIX . "soccer_league_team`
                                WHERE team_id=" . $vbulletin->GPC['teamid'] . ")
                        ");


Delilahs 03-25-2010 08:15 AM

I was allocating icons on my Leagues last night with no trouble, I've installed all the lates files and now get that error message when trying to allocate icons to the remainder of the teams.

Hope you can work that out ;)

Delilahs 03-25-2010 08:20 AM

that's fixed it ;Y

AA_ 03-25-2010 08:21 AM

UPDATE

(deprecated, removed)

* bugfix (sql error on team update)

Delilahs 03-25-2010 09:59 AM

To get all the team badges showing up correctly, you need to set your systems up correctly. by first allocating all the Icons to the teams

Sort the leagues into Categories, then allocate the leagues to the categories you want.

Mine is now set up to show that it works.

http://www.delilahsforum.co.uk/forum/vbsoccer.php

I hope this helps ;)

madddenaddicto 03-25-2010 04:13 PM

Hey, where can I get the icons?

Delilahs 03-25-2010 04:17 PM

The icons are in the package, you just have to look for them.

Go to Team Manager > edit> tick icon box > save

madddenaddicto 03-25-2010 10:36 PM

Thank you sir! I got it!!!!

Now, I wanted to know how the WORLD CUP MOD works meaning
- What happens in the 2nd round when there are 16 teams left?
- Will the site update and give us options to put in the scores with the same rules?
- Will this mod work during the world cup with out problems?
- What happens if 2 teams tie in the 2nd round of the World Cup?
- What happens if I put a tie between 2 teams in the 2nd round on will there be more boxes for penalties?

Im asking because Im going to run one of this mods with my friends during the world cup and I need to know how this code works from the 2nd round on when it comes to ties, goals in overtime, penaltie kicks!!

AA_ 03-25-2010 11:05 PM

UPDATE

(deprecated, removed)

changes:

* new flagg icon (serbia) for Serbian Superliga (sponsored by nicky via paypal, thanks!)
* new product-url

Sancipa 03-25-2010 11:12 PM

oh my god... i love this mod very much keep going AA

AA_ 03-25-2010 11:17 PM

1 Attachment(s)
Quote:

Originally Posted by madddenaddicto (Post 2010295)
Thank you sir! I got it!!!!

Now, I wanted to know how the WORLD CUP MOD works meaning
- What happens in the 2nd round when there are 16 teams left?
- Will the site update and give us options to put in the scores with the same rules?
- Will this mod work during the world cup with out problems?
- What happens if 2 teams tie in the 2nd round of the World Cup?
- What happens if I put a tie between 2 teams in the 2nd round on will there be more boxes for penalties?

Im asking because Im going to run one of this mods with my friends during the world cup and I need to know how this code works from the 2nd round on when it comes to ties, goals in overtime, penaltie kicks!!

Fixtures and results data come automatically from our service. There is no update needed.
do not worry. the add-on works since 2004 without problems.

world cup 2006:
Attachment 114724 Attachment 114725

AA_ 03-25-2010 11:21 PM

Quote:

Originally Posted by Sancipa (Post 2010312)
oh my god... i love this mod very much keep going AA

Thanks for your support :up:


All times are GMT. The time now is 04:05 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.02859 seconds
  • Memory Usage 1,843KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (12)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