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
  #42  
Old 02-27-2007, 10:20 AM
lebanon lebanon is offline
 
Join Date: Jan 2005
Location: Lebanon
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
I hope this should resolve the error, as for the function include disabled that is because the requirement of this script is fopen on, i will however release a CURL version if requested by users.
Reply With Quote
  #43  
Old 02-27-2007, 03:12 PM
United32 United32 is offline
 
Join Date: Oct 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lebanon View Post
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.
I hope this should resolve the error, as for the function include disabled that is because the requirement of this script is fopen on, i will however release a CURL version if requested by users.
But I have this function enabled:

allow_url_fopen Local Value: On Master Value: On

Reply With Quote
  #44  
Old 02-27-2007, 04:45 PM
Zia's Avatar
Zia Zia is offline
 
Join Date: Dec 2005
Location: golpo.net
Posts: 931
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes Lebanon..ur the man

h2h is now working..



But a very littel bug...



* 1 uncached template.
* page generation time & server load etc showing twice.

One request:
Hence most of us are not able to use Free Bet ..Can u put the Standings instead of Free Bet.

Regarding Curl version? which one is better..no idea.Some of user facing probs with Fopen.

Thanx.
Reply With Quote
  #45  
Old 03-01-2007, 07:12 AM
United32 United32 is offline
 
Join Date: Oct 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had the same problems with Cyb - Advanced Forum Statistics, and this helped:
Quote:
Another way is to open product XML, find:
require_once($vbulletin->options['bburl'].'/global.php');
and change it to:
require_once('./global.php');
After this re-import product to your forums and it will work.
My host means that is a security risk to have allow_url_include=on.

Is there any way to change the code like I did in Advanced Forum Statistics?

allow_url_fopen is ON.
Reply With Quote
  #46  
Old 03-01-2007, 02:06 PM
lebanon lebanon is offline
 
Join Date: Jan 2005
Location: Lebanon
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by basilrath View Post
im still getting this error after uploading exactly any ideas at all

still getting this any ideas

Warning: include() [function.include]: URL file-access is disabled in the server configuration in /livescores.php on line 174

Warning: include(http://www.ns2.us/soccerfeed/slab/livescores.php) [function.include]: failed to open stream: no suitable wrapper could be found in /livescores.php on line 174

Warning: include() [function.include]: Failed opening 'http://www.ns2.us/soccerfeed/slab/livescores.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /livescores.php on line 174
fopen is on , but still the error is clear ur hosting disabled URL file access, and left fopen for LOCAL FILES only so you can only use fopen to local ../.. etc ..
anyway, as i said i Will release curl version which should work at 99% or more of hosting
Zia, the curl version doesnt actually change anything just few lines of code and it will be able to do that, they will give same result, its just that some hosting companies disable fopen for it can be used for more than opening urls :!
Curl version on the way , for all feeds i believe see u in few days !
Reply With Quote
  #47  
Old 03-01-2007, 02:20 PM
Zia's Avatar
Zia Zia is offline
 
Join Date: Dec 2005
Location: golpo.net
Posts: 931
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lebanon View Post
for all feeds i believe see u in few days !
Yes Sir...So kind of u
Please try to show as much as info possible..(Soccer portion-its just showing allmost everything)
in the 1st portion HERE and HERE
i put some link..incase if it helps u a bit



Thanx.
Reply With Quote
  #48  
Old 03-05-2007, 05:35 AM
Zia's Avatar
Zia Zia is offline
 
Join Date: Dec 2005
Location: golpo.net
Posts: 931
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Helo Lebanon,

can we get an ETA plz ?
Reply With Quote
  #49  
Old 03-08-2007, 02:22 PM
Zia's Avatar
Zia Zia is offline
 
Join Date: Dec 2005
Location: golpo.net
Posts: 931
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Icc world cup started kicking :S
Reply With Quote
  #50  
Old 03-10-2007, 09:12 PM
ams3521 ams3521 is offline
 
Join Date: May 2005
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi and thanks for a great Hack.
It would be appreciated if there could be a feed in GMT as has been mentioned.
Reply With Quote
  #51  
Old 03-11-2007, 01:50 PM
xMisunderstoodx xMisunderstoodx is offline
 
Join Date: Sep 2006
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Database error in vBulletin 3.6.5:

Invalid SQL:

UPDATE session
SET lastactivity = 1173624289, inforum = 0, inthread = 0, incalendar = 0,
badlocation = 0
WHERE sessionhash = 'eb84a638923a2ad5b1ba69c7318984af';
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:35 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07217 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_code
  • (4)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_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