![]() |
2011-12-14
, 22:46
|
Posts: 33 |
Thanked: 4 times |
Joined on Jun 2010
@ UK
|
#41
|
![]() |
2011-12-18
, 14:59
|
Posts: 33 |
Thanked: 4 times |
Joined on Jun 2010
@ UK
|
#42
|
![]() |
2012-01-06
, 20:59
|
Posts: 33 |
Thanked: 4 times |
Joined on Jun 2010
@ UK
|
#43
|
![]() |
2012-01-08
, 15:02
|
Posts: 101 |
Thanked: 15 times |
Joined on Jul 2011
|
#44
|
![]() |
2012-01-08
, 17:14
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#45
|
wget -U "" -t 1 -T 5 -q -O - 'http://m.espn.go.com/soccer/scoreboard?leagueTag=eng.1&&lang=EN' | awk -v fav='Aston Villa' 'BEGIN{FS="";r=3;}/^<link rel="stylesheet".+<\/a><\/div>/{match($0,"[\|] <b >.+<\/b> [\|]");print "\t\t\t\t\t<span foreground=\"red\" font=\"bold 14\"><i>" substr($0,RSTART+7,RLENGTH-13) "</i></span>";gsub(/(<link.*Auto Refresh<\/a><\/div><br \/>)|(<a[^>]*>)|(<[\/]*div[^>]*>)|(<div class="shadow spacer">.+$)/,"",$0);x=split($0,m,"(<[^>]*>)");for(i=1;i<x;i++){n=split(m[i],p,"( - )|( [0-9]+-[0-9]+ )|( vs )");if(p[2]==fav||index(p[3],fav)==1){m[i]="<span foreground=\"green\" font=\"bold\">"m[i]"</span>";if(match(m[i]," [0-9]+\-[0-9]+ ")){split(substr(m[i],RSTART+1,RLENGTH-1),s,"[ \-]+");if((p[2]==fav&&s[1]>s[2])||(p[3]==fav&&s[2]>s[1]))r=0;else{if(s[1]==s[2])r=1;else r=2}}}print m[i];}}END{exit r}'
[HowTo] Find WEB URL for other Leagues not listed so far
Create/Import your Beecon according to instructions on first post of this thread
After import has been done, press "Edit Cmd" button and change wget's URL (according to following instructions (relevant part is selected in picture):
- UEFA Champions League uefa.champions
- UEFA Cup uefa.europa
- Spanish Primera División esp.1
- Spanish Segunda División esp.2
- Italian Serie A ita.1
- Italian Serie B ita.2
- German Bundesliga ger.1
- German 2. Bundesliga ger.2
- French Ligue 1 fra.1
- French Ligue 2 fra.2
- Scottish Premier League sco.1
- Scottish Division One sco.2
- Scottish Division Two sco.3
- Scottish Division Three sco.4
- Dutch Eredivisie ned.1
- Dutch Eerste Divisie ned.2
- Portuguese Liga por.1
- Russian Premier League rus.1
- Turkish Super Lig tur.1
- Greek Super League gre.1
- Belgian Jupiler League bel.1
- Austrian Bundesliga aut.1
- Danish SAS-Ligaen den.1
- Swiss Super League sui.1
![]() |
2012-01-08
, 18:32
|
Posts: 101 |
Thanked: 15 times |
Joined on Jul 2011
|
#46
|
![]() |
2012-01-08
, 19:24
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#47
|
The steps that I am taking (tell me were I did wrong):
Copied your command (PHP code) from your last post nr 692, above. Then I entered seetings in Queen BeeCon Widget, pressed Advanced, pressed YES, went all the way down and pressed the button “Paste Clipboard to Buffer). After that pressed the button “Import Buffer to Beecon”, then pressed YES and the message pops up like on the picture that I attached. So, any ideas?
The Following User Says Thank You to No!No!No!Yes! For This Useful Post: | ||
![]() |
2012-01-08
, 19:27
|
Posts: 101 |
Thanked: 15 times |
Joined on Jul 2011
|
#48
|
![]() |
2013-02-01
, 20:03
|
Posts: 545 |
Thanked: 560 times |
Joined on Dec 2011
@ lebanon
|
#49
|
![]() |
2013-02-02
, 12:16
|
Posts: 545 |
Thanked: 560 times |
Joined on Dec 2011
@ lebanon
|
#50
|