Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VBSoccer V2 +NFL Livescores Details »»
VBSoccer V2 +NFL Livescores
Version: 2.00, by lebanon lebanon is offline
Developer Last Online: Jan 2014 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.4 Rating:
Released: 01-31-2007 Last Update: 03-09-2007 Installs: 75
Template Edits
Additional Files  
No support by the author.

This is a version two of https://vborg.vbsupport.ru/showthread.php?t=114846

Which is the VBSoccer livescores in your vbulletin theme

Demo at :
http://www.tchatting.com/forum/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 , Ill review them however if they needed any changes.

February 27 2007 , some complaints about h2h.php not working, while it was working on my site, i checked the zip file, and the uploaded h2h contained a <html> tag that caused the script to halt , i removed it and it should be fine, reupload h2h or just remove the first line manually.

March 10th 2007 : Added folder Curl version, to use simply upload INSTEAD of the other folder, if you have Fopen Remote URL ON , you can use the regular version, or you can use the Curl version which is also available on Most webhosts nowadays.

Freebet.php note : As mentioned before its a non-existent file to link to your fav. betting link or free offering, however if you wish to remove it :
Code:
// Find 

$lives = trim($result);

// Directly below that line add :

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

// Freebet is now removed.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 05-03-2007, 03:12 PM
Stifmeister2 Stifmeister2 is offline
 
Join Date: Feb 2006
Location: Finland
Posts: 755
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you.
Reply With Quote
  #93  
Old 05-09-2007, 01:14 AM
JamieLee2k's Avatar
JamieLee2k JamieLee2k is offline
 
Join Date: Sep 2006
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is anyone else having an issue with there styles when using latest.php livescores.php is fine but when I look at latest.php then the footer goes badly wrong.

See for yourself My Football Site
Reply With Quote
  #94  
Old 05-23-2007, 09:17 PM
LadyHoney LadyHoney is offline
 
Join Date: Jul 2006
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

// Find

$lives = trim($result);

where exactly should i find this ive searched and cant find it to remove the free bets reference
Reply With Quote
  #95  
Old 05-23-2007, 10:40 PM
Fungsten's Avatar
Fungsten Fungsten is offline
 
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

On test server.
Reply With Quote
  #96  
Old 06-08-2007, 10:49 PM
Panagioths Panagioths is offline
 
Join Date: Feb 2004
Location: Greece
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ι would like to link the "Free Bet" function with one of my site's page. Is that possible?
Reply With Quote
  #97  
Old 06-11-2007, 09:53 AM
lebanon lebanon is offline
 
Join Date: Jan 2005
Location: Lebanon
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ladyhoney, u find that in livescore.php

Panagioths , same code can be used but instead replace with :

$l1= "<a href='freebet.php' target=_blank class=bet>Free Bet</a>";
$l2 ="<a href='YOURLINK.PHP' target=_blank class=bet>CLICK HERE OR WHATEVER</a>";
$lives= str_replace($l1,$l2,$lives);
Reply With Quote
  #98  
Old 06-11-2007, 03:04 PM
Panagioths Panagioths is offline
 
Join Date: Feb 2004
Location: Greece
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LadyHoney View Post
// Find

$lives = trim($result);

where exactly should i find this ive searched and cant find it to remove the free bets reference
Apparently you are not using curl livescore.
You just put this

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

Code:
////////////end live scores/////////////////
in livescores.php

I didn't found $lives = trim($result); either so I just added it at the end of the livescores.

Thnx again lebanon
Reply With Quote
  #99  
Old 07-31-2007, 06:26 PM
kiril_cvetkov's Avatar
kiril_cvetkov kiril_cvetkov is offline
 
Join Date: Jul 2007
Location: Macedonia/Kratovo
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fatal error: Call to undefined function curl_init() in C:\AppServ\www\Forum\livescores.php on line 173

vbulletin 3.6.7

-Maybe the problem is in the local connection,i will try to install this in my web site tomorrow
Reply With Quote
  #100  
Old 08-16-2007, 06:04 AM
birayfil birayfil is offline
 
Join Date: May 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Warning: main(): URL file-access is disabled in the server configuration in \livescores.php on line 191

Warning: main(http://www.ns2.us/soccerfeed/slab/livescores.php): failed to open stream: no suitable wrapper could be found in \livescores.php on line 191

Warning: main(): URL file-access is disabled in the server configuration in \livescores.php on line 191

Warning: main(http://www.ns2.us/soccerfeed/slab/livescores.php): failed to open stream: no suitable wrapper could be found in \livescores.php on line 191

Warning: main(): Failed opening 'http://www.ns2.us/soccerfeed/slab/livescores.php' for inclusion (include_path='.;./includes;./pear') in \livescores.php on line 191
Reply With Quote
  #101  
Old 08-16-2007, 09:50 AM
kiril_cvetkov's Avatar
kiril_cvetkov kiril_cvetkov is offline
 
Join Date: Jul 2007
Location: Macedonia/Kratovo
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how to translate this mod
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:02 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.04737 seconds
  • Memory Usage 2,310KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete