Changeset 639624
- Timestamp:
- 12/15/2012 09:50:53 AM (13 years ago)
- Location:
- live-score
- Files:
-
- 8 edited
- 1 copied
-
tags/2.0 (copied) (copied from live-score/trunk)
-
tags/2.0/livedat.php (modified) (2 diffs)
-
tags/2.0/livescore.php (modified) (1 diff)
-
tags/2.0/readme.txt (modified) (2 diffs)
-
tags/2.0/styles.php (modified) (1 diff)
-
trunk/livedat.php (modified) (2 diffs)
-
trunk/livescore.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/styles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
live-score/tags/2.0/livedat.php
r637953 r639624 1 1 <? 2 2 //DON'T CHANGE BELOW CODES START 3 $var1="http://www. livescore.com.tr/";3 $var1="http://www.iddaamerkezi.com/feed_plugin.php"; 4 4 $var4="user_agent"; 5 5 $var5="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)"; 6 6 $var8="<table>,<tr>,<th>,<td>,<span>,<img>"; 7 $var9="/ assets/images/flash.gif";7 $var9="/images/playing.gif"; 8 8 $var10="/live-score/images/playing.gif"; 9 9 $var11="league-table"; … … 16 16 $html=strip_tags($html,$var8); 17 17 $html=str_replace($var9,$plugin_url.$var10,$html); 18 preg_match_all('|<table class="league-table">(.*?)</table>|s',$html,$tables); 19 foreach ($tables[0] as $table) { 20 echo $table; 21 } 18 echo $html; 22 19 //DON'T CHANGE BELOW CODES END 23 20 ?> -
live-score/tags/2.0/livescore.php
r637907 r639624 2 2 /* 3 3 Plugin Name: LiveScore 4 Version: 1.94 Version: 2.0 5 5 Plugin URI: http://www.iddaamerkezi.com/live-score/ 6 6 Description: This plugin adds online live scores to your blog. Before activate this plugin you must create a new page with name 'Live Score' -
live-score/tags/2.0/readme.txt
r637907 r639624 5 5 Requires at least: 2.0.0 6 6 Tested up to: 3.5 7 Stable tag: 1.97 Stable tag: 2.0 8 8 9 9 This plugin adds online live scores to your blog. … … 11 11 == Description == 12 12 13 This plugin adds online live scores to your blog. 13 This plugin adds online live scores to your blog.<br /> 14 Plugin gets live score infromations from iddaamerkezi.com<br /> 14 15 Please click <a href="http://www.iddaamerkezi.com/live-score/" title="Live Score">here</a> for a demo. 15 16 -
live-score/tags/2.0/styles.php
r637902 r639624 1 1 <style> 2 .l eague-table, .league-wc, .league-multi, .league-cricket, .right-bar .league-table { color: #000; border-collapse: collapse; width: 600px; margin-top: 4px; }3 .l eague-table .league a, .league-multi th a, .league-wc th a {color: #ccc;}4 .l eague-table .league a:hover, .league-multi th a:hover, .league-wc th a:hover {text-decoration: underline; color: #fff;}2 .livescore-table, .league-wc, .league-multi, .league-cricket, .right-bar .livescore-table { color: #000; border-collapse: collapse; width: 600px; margin-top: 4px; } 3 .livescore-table .league a, .league-multi th a, .league-wc th a {color: #ccc;} 4 .livescore-table .league a:hover, .league-multi th a:hover, .league-wc th a:hover {text-decoration: underline; color: #fff;} 5 5 6 6 7 .l eague-table th { color: #ccc; height: 22px; background-color: #0b761f; text-align: left; border-top: solid 1px #666; border-bottom: solid 1px #666; }8 .l eague-table th.footer {color: #ddd;}9 .l eague-table td { background-color: #e6ffeb; color: #000; padding: 2px 0; border-bottom: solid 1px #666; }10 .l eague-table .even td { background-color: #dfdfdf; color: #000; }11 .l eague-table .fd{ width: 42px; padding-left: 4px; }12 .l eague-table .fh, .league-table .fa{ width: 212px; }13 .l eague-table .fh{ text-align: right; }14 .l eague-table .fs{ width: 52px; text-align: center; }15 .l eague-table .fs:hover {text-decoration: none!important; cursor: default!important; color: black;}7 .livescore-table th { color: #ccc; height: 22px; background-color: #0b761f; text-align: left; border-top: solid 1px #666; border-bottom: solid 1px #666; } 8 .livescore-table th.footer {color: #ddd;} 9 .livescore-table td { background-color: #e6ffeb; color: #000; padding: 2px 0; border-bottom: solid 1px #666; } 10 .livescore-table .even td { background-color: #dfdfdf; color: #000; } 11 .livescore-table .live_time { width: 42px; padding-left: 4px; } 12 .livescore-table .live_home, .livescore-table .live_away { width: 212px; } 13 .livescore-table .live_home { text-align: right; } 14 .livescore-table .live_score { width: 52px; text-align: center; } 15 .livescore-table .live_score:hover {text-decoration: none!important; cursor: default!important; color: black;} 16 16 17 17 th .league, th .date { display: block; height: 18px; line-height: 18px; } -
live-score/trunk/livedat.php
r637953 r639624 1 1 <? 2 2 //DON'T CHANGE BELOW CODES START 3 $var1="http://www. livescore.com.tr/";3 $var1="http://www.iddaamerkezi.com/feed_plugin.php"; 4 4 $var4="user_agent"; 5 5 $var5="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)"; 6 6 $var8="<table>,<tr>,<th>,<td>,<span>,<img>"; 7 $var9="/ assets/images/flash.gif";7 $var9="/images/playing.gif"; 8 8 $var10="/live-score/images/playing.gif"; 9 9 $var11="league-table"; … … 16 16 $html=strip_tags($html,$var8); 17 17 $html=str_replace($var9,$plugin_url.$var10,$html); 18 preg_match_all('|<table class="league-table">(.*?)</table>|s',$html,$tables); 19 foreach ($tables[0] as $table) { 20 echo $table; 21 } 18 echo $html; 22 19 //DON'T CHANGE BELOW CODES END 23 20 ?> -
live-score/trunk/livescore.php
r637907 r639624 2 2 /* 3 3 Plugin Name: LiveScore 4 Version: 1.94 Version: 2.0 5 5 Plugin URI: http://www.iddaamerkezi.com/live-score/ 6 6 Description: This plugin adds online live scores to your blog. Before activate this plugin you must create a new page with name 'Live Score' -
live-score/trunk/readme.txt
r637907 r639624 5 5 Requires at least: 2.0.0 6 6 Tested up to: 3.5 7 Stable tag: 1.97 Stable tag: 2.0 8 8 9 9 This plugin adds online live scores to your blog. … … 11 11 == Description == 12 12 13 This plugin adds online live scores to your blog. 13 This plugin adds online live scores to your blog.<br /> 14 Plugin gets live score infromations from iddaamerkezi.com<br /> 14 15 Please click <a href="http://www.iddaamerkezi.com/live-score/" title="Live Score">here</a> for a demo. 15 16 -
live-score/trunk/styles.php
r637902 r639624 1 1 <style> 2 .l eague-table, .league-wc, .league-multi, .league-cricket, .right-bar .league-table { color: #000; border-collapse: collapse; width: 600px; margin-top: 4px; }3 .l eague-table .league a, .league-multi th a, .league-wc th a {color: #ccc;}4 .l eague-table .league a:hover, .league-multi th a:hover, .league-wc th a:hover {text-decoration: underline; color: #fff;}2 .livescore-table, .league-wc, .league-multi, .league-cricket, .right-bar .livescore-table { color: #000; border-collapse: collapse; width: 600px; margin-top: 4px; } 3 .livescore-table .league a, .league-multi th a, .league-wc th a {color: #ccc;} 4 .livescore-table .league a:hover, .league-multi th a:hover, .league-wc th a:hover {text-decoration: underline; color: #fff;} 5 5 6 6 7 .l eague-table th { color: #ccc; height: 22px; background-color: #0b761f; text-align: left; border-top: solid 1px #666; border-bottom: solid 1px #666; }8 .l eague-table th.footer {color: #ddd;}9 .l eague-table td { background-color: #e6ffeb; color: #000; padding: 2px 0; border-bottom: solid 1px #666; }10 .l eague-table .even td { background-color: #dfdfdf; color: #000; }11 .l eague-table .fd{ width: 42px; padding-left: 4px; }12 .l eague-table .fh, .league-table .fa{ width: 212px; }13 .l eague-table .fh{ text-align: right; }14 .l eague-table .fs{ width: 52px; text-align: center; }15 .l eague-table .fs:hover {text-decoration: none!important; cursor: default!important; color: black;}7 .livescore-table th { color: #ccc; height: 22px; background-color: #0b761f; text-align: left; border-top: solid 1px #666; border-bottom: solid 1px #666; } 8 .livescore-table th.footer {color: #ddd;} 9 .livescore-table td { background-color: #e6ffeb; color: #000; padding: 2px 0; border-bottom: solid 1px #666; } 10 .livescore-table .even td { background-color: #dfdfdf; color: #000; } 11 .livescore-table .live_time { width: 42px; padding-left: 4px; } 12 .livescore-table .live_home, .livescore-table .live_away { width: 212px; } 13 .livescore-table .live_home { text-align: right; } 14 .livescore-table .live_score { width: 52px; text-align: center; } 15 .livescore-table .live_score:hover {text-decoration: none!important; cursor: default!important; color: black;} 16 16 17 17 th .league, th .date { display: block; height: 18px; line-height: 18px; }
Note: See TracChangeset
for help on using the changeset viewer.