[vB 3.6.x] VBSoccer livescores

antsgame

New Member
This is a version two of
Code:
http://www.vbulletin.org/forum/showthread.php?t=114846

Which is the VBSoccer livescores in your vbulletin theme

Demo at :
Code:
http://www.tchatting.com/forum/livescores.php
Code:
http://xtraforum.com/livescores.php

Requirements are still PHP FOPEN ON

The original version was released at Worldcup 2006, and after that i wasn't updating it and left it as it is, however since the feed changed and i had to fix it, i made some adjustments too.

Also added Head to head comparison between teams playing.
For those who used v1, it was themed using a secondary style, now its templated and themed within your own vbulletin style.

Changed files (almost all except latest.php)
Old version has ceased to work to make sure everyone does upgrade, the files names has been changed from goals, standings to goal.php and standing.php so you must upload the new files.

Also added a POPUP for NFL Live scores too.

Installation :
Upload the files into your forum root, and images to your forum/images folder.
Import the templates file.
Adjust the templates if you wish to add banners or whatever equivelant
Link it
You're done.


Tennis, formula1 and cricket are already 3.6.x compatible.

Download:
Code:
http://www.mediafire.com/?5wg04bmnnvm
 

DieselBoy

New Member
thanks.

but how do i install the template file?! in products?!

can you give me an explination? (sorry if my english is not good)
 

haxxor23

New Member
nevermind, figured it out:

in livescores.php

find:

$lives = ob_get_contents();

put after it:

$l1= "<a href='freebet.php' target=_blank class=bet>Free Bet</a>";
$lives= str_replace($l1,'',$lives);
 
Top