vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > Add-On Modules & Modifications > vBa CMPS v3.x & 2.x > Add-On Modules (version 3.x & 2.x)

Reply
 
Thread Tools Display Modes
  #1  
Old 09-20-2005, 08:36 PM
glorify's Avatar
glorify glorify is offline
Senior Member
 
Join Date: Jun 2005
Posts: 201
Default ESPN Live scores module (CMPS 2.0 RC2)

*Edit*

ESPN No longer supports
Attached Images
File Type: jpg espn.jpg (16.2 KB, 1136 views)
Attached Files
File Type: module livescores.module (3.5 KB, 489 views)

Last edited by glorify; 08-19-2006 at 09:28 PM.
Reply With Quote
  #2  
Old 09-23-2005, 09:58 AM
brady brady is offline
Junior Member
 
Join Date: Aug 2005
Posts: 14
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

I like the mod and would like to have something like that on my site. Can it be modified so that it shows college football scores?
Reply With Quote
  #3  
Old 09-24-2005, 12:57 AM
glorify's Avatar
glorify glorify is offline
Senior Member
 
Join Date: Jun 2005
Posts: 201
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

I don't know what other ESPN feeds they have for this.
Reply With Quote
  #4  
Old 09-24-2005, 01:41 AM
Smirnoff1824 Smirnoff1824 is offline
Junior Member
 
Join Date: Sep 2005
Posts: 21
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

very nice! Would love to have NASCAR one for my site!
Reply With Quote
  #5  
Old 09-26-2005, 02:14 PM
brady brady is offline
Junior Member
 
Join Date: Aug 2005
Posts: 14
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

Can you point me to where you found the feeds for your module. I can't find any for college sports.
Reply With Quote
  #6  
Old 09-26-2005, 11:51 PM
glorify's Avatar
glorify glorify is offline
Senior Member
 
Join Date: Jun 2005
Posts: 201
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

I acutally did a search for 'ESPN Scorepost' to see if there were more feeds. Only saw 2 of them and no college sports at all. Sorry guys
Reply With Quote
  #7  
Old 09-28-2005, 07:44 PM
Richard Richard is offline
Member
 
Join Date: Jan 2004
Location: South Texas
Posts: 75
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

Quote:
Originally Posted by glorify
I acutally did a search for 'ESPN Scorepost' to see if there were more feeds. Only saw 2 of them and no college sports at all. Sorry guys
You can also add NHL, but that's all I've seen so far.

I take that back. by adding NCF it adds a new line to the flash that says:

College: FB

but it doesn't actually display any college schedules/scores. I wonder if that data is in a different datafile? All that is in the current datafile is NFL and NHL so I'm not sure where it gets the baseball schedules/scores from.

Last edited by Richard; 09-28-2005 at 07:54 PM.
Reply With Quote
  #8  
Old 09-28-2005, 06:25 PM
rrokdoka rrokdoka is offline
Member
 
Join Date: Sep 2005
Posts: 78
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

How do you put this on lol <--- newbie
Reply With Quote
  #9  
Old 09-28-2005, 07:59 PM
glorify's Avatar
glorify glorify is offline
Senior Member
 
Join Date: Jun 2005
Posts: 201
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

Quote:
Originally Posted by rrokdoka
How do you put this on lol <--- newbie
AdminCP>vBa CMPS>Download/Upload Module

Yeah--the default has NHL as well. It'd be nice to crack ESPN's code for this
Reply With Quote
  #10  
Old 09-28-2005, 08:02 PM
Richard Richard is offline
Member
 
Join Date: Jan 2004
Location: South Texas
Posts: 75
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

here is all I've found so far, they show up, but don't really work.

http://espn.go.com/scorepost/flash/s...scorepost.data

Last edited by Richard; 09-28-2005 at 08:13 PM.
Reply With Quote
  #11  
Old 09-28-2005, 09:17 PM
rrokdoka rrokdoka is offline
Member
 
Join Date: Sep 2005
Posts: 78
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

how do i change the background color of the live scores module, because it did not default. the website is www.rrokdoka.org... because the background color is not the same as the rest of the web page... you cannot see the options all, nfl, mlb, underneath. if anyone can help please respond.
Reply With Quote
  #12  
Old 09-28-2005, 11:06 PM
glorify's Avatar
glorify glorify is offline
Senior Member
 
Join Date: Jun 2005
Posts: 201
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

You must be using Firefox. It does the same on my site, but looks fine with IE.

Best way to fix it is to give it an all black background.

In template adv_portal_scoresespn find:
Code:
<tr>

                      <td bgcolor="#FFFFFF">
Replace with:
Code:
<tr>

                      <td bgcolor="#000000">

Last edited by glorify; 09-29-2005 at 10:42 AM.
Reply With Quote
  #13  
Old 09-29-2005, 01:38 AM
rrokdoka rrokdoka is offline
Member
 
Join Date: Sep 2005
Posts: 78
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

its the same thing lol and im using firefox lol
Reply With Quote
  #14  
Old 09-29-2005, 10:42 AM
glorify's Avatar
glorify glorify is offline
Senior Member
 
Join Date: Jun 2005
Posts: 201
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

My bad--this will work prefect. I will also fix the original first post with this:

In adv_portal_scoresespn, replace ALL with this:
Code:
<tr>

                      <td bgcolor="#FFFFFF"><font class="boxcontent"><center><script language=javascript>
	<!--
	var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
	if (plugin) {
		plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 4;
	} else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows 2000")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
		document.write('<SCRIPT LANGUAGE=VBScript\> \n');
		document.write('on error resume next \n');
		document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))\n');
		document.write('</SCRIPT\> \n');
	}


	

	if (plugin) {






	


		document.write('<table width=140 border=0 cellspacing=0 cellpadding=0><tr><td>');

		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="140" height="215">');
		document.write('<param name=movie value="http://espn.go.com/scorepost/flash/scorepost_flash-vert.swf?sport=NFL&item2=NFL&item3=NHL&totalItems=3&delay=5&datafile=http://sports.espn.go.com/espn/scorepost.data">');
		document.write('<param name=quality value=high>');
		document.write('<embed src="http://espn.go.com/scorepost/flash/scorepost_flash-vert.swf?sport=NFL&item2=NFL&item3=NHL&totalItems=3&delay=5&datafile=http://sports.espn.go.com/espn/scorepost.data" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="140" height="215"></embed></object></td></tr>');

		document.write('<tr><td bgcolor=#000000 align=center></td></tr>');
		document.write('<tr><td bgcolor=#000000 width=1 height=10><spacer type=block width=1 height=10></td></tr>');
		document.write('</table>');


	

	} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
		document.write('<center><font size=2 face=arial color=#FFFFFF>');
		document.write('<br>You need Flash 4 to view our Enhanced ScorePost.<br>You can download Flash <a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" target=new><font color=#FFFFFF>here</font></a>.<br>');
		document.write('<br><a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" target=new><img src="http://www.macromedia.com/images/get_flashplayer.gif" border=0></a><br><br>');
		document.write('If you have a Java enabled browser, you can view our <a href="#" onClick="window.open(\'http://espn.go.com/scorepost/ncf.html\',\'popup_scorepost\',\'width=136,height=298,scrollbars=no,noresize\');"><font color="#FFFFFF">old ScorePost</font></a><br>');
		document.write('</font></center>');
	}

	

	//-->
	</script></center></font></td>

                    </tr>

Last edited by glorify; 09-29-2005 at 11:20 AM.
Reply With Quote
  #15  
Old 09-29-2005, 08:45 PM
rrokdoka rrokdoka is offline
Member
 
Join Date: Sep 2005
Posts: 78
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

If i could find adv_portal_scoresespn i would. lol You know where it is??
Reply With Quote
  #16  
Old 09-29-2005, 11:25 PM
glorify's Avatar
glorify glorify is offline
Senior Member
 
Join Date: Jun 2005
Posts: 201
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

OK

Got to AdminCP>Styles and Templates>Search in templates...Type in adv_portal_scoresespn in the top box. Then hit 'Find'

Double click on it when it brings it up and pate the new code over the old code and hit 'save'

Reply With Quote
  #17  
Old 09-29-2005, 11:53 PM
rrokdoka rrokdoka is offline
Member
 
Join Date: Sep 2005
Posts: 78
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

i freakin love you lol
Reply With Quote
  #18  
Old 09-30-2005, 12:02 AM
rrokdoka rrokdoka is offline
Member
 
Join Date: Sep 2005
Posts: 78
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

hmmm... it gives me a blank box, with nothing in it... weird
Reply With Quote
  #19  
Old 09-30-2005, 01:12 AM
glorify's Avatar
glorify glorify is offline
Senior Member
 
Join Date: Jun 2005
Posts: 201
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

did you paste the whole code?
Reply With Quote
  #20  
Old 09-30-2005, 01:29 AM
rrokdoka rrokdoka is offline
Member
 
Join Date: Sep 2005
Posts: 78
Default Re: ESPN Live scores module (CMPS 2.0 RC2)

yeah i did.... its weird... i replaced the whole thing with this one. I dunno : /
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
vBChat Module for CMPS wirewolf Add-On Modules & Modifications 34 07-20-2006 12:27 PM
vBDownloads 2.0 Module for CMPS wirewolf Add-On Modules & Modifications 22 02-24-2006 02:39 PM
[req] CMPS module top referrals Polo Modifications 7 03-15-2005 05:41 PM
www.heatherlou.com - not live yet but opinions appreciated.. theMusicMan Show off your vBadvanced! 15 02-21-2005 04:23 AM
PureDJ.net Live Dance Radio... chuanse Show off your vBadvanced! 1 04-03-2004 08:21 PM


All times are GMT -4. The time now is 12:35 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.