Plugin Directory

Changeset 640371


Ignore:
Timestamp:
12/17/2012 08:36:11 AM (13 years ago)
Author:
iddaa
Message:

tagging 2.1 version

Location:
live-score
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • live-score/tags/2.1/livedat.php

    r639624 r640371  
    1111echo "Last update time : ".date("H:i");
    1212
     13
    1314$plugin_url=$_REQUEST['url'];
     15$referer=explode("/wp-content/",$plugin_url);
     16$referer=$referer[0];
     17$opts = array(
     18           'http'=>array(
     19               'header'=>array("Referer: $referer\r\n")
     20           )
     21       );
     22$context = stream_context_create($opts);
    1423ini_set($var4, $var5);
    15 $html=file_get_contents($var1);
     24$html=file_get_contents($var1, false, $context);
    1625$html=strip_tags($html,$var8);
    1726$html=str_replace($var9,$plugin_url.$var10,$html);
  • live-score/tags/2.1/livescore.php

    r639624 r640371  
    22/*
    33Plugin Name: LiveScore
    4 Version: 2.0
     4Version: 2.1
    55Plugin URI: http://www.iddaamerkezi.com/live-score/
    66Description: 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.1/readme.txt

    r639624 r640371  
    55Requires at least: 2.0.0
    66Tested up to: 3.5
    7 Stable tag: 2.0
     7Stable tag: 2.1
    88
    99This plugin adds online live scores to your blog.
     
    1212
    1313This plugin adds online live scores to your blog.<br />
    14 Plugin gets live score infromations from iddaamerkezi.com<br />
     14Plugin gets live score informations from iddaamerkezi.com<br />
    1515Please click <a href="http://www.iddaamerkezi.com/live-score/" title="Live Score">here</a> for a demo.
    1616
  • live-score/trunk/livedat.php

    r639624 r640371  
    1111echo "Last update time : ".date("H:i");
    1212
     13
    1314$plugin_url=$_REQUEST['url'];
     15$referer=explode("/wp-content/",$plugin_url);
     16$referer=$referer[0];
     17$opts = array(
     18           'http'=>array(
     19               'header'=>array("Referer: $referer\r\n")
     20           )
     21       );
     22$context = stream_context_create($opts);
    1423ini_set($var4, $var5);
    15 $html=file_get_contents($var1);
     24$html=file_get_contents($var1, false, $context);
    1625$html=strip_tags($html,$var8);
    1726$html=str_replace($var9,$plugin_url.$var10,$html);
  • live-score/trunk/livescore.php

    r639624 r640371  
    22/*
    33Plugin Name: LiveScore
    4 Version: 2.0
     4Version: 2.1
    55Plugin URI: http://www.iddaamerkezi.com/live-score/
    66Description: 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

    r639624 r640371  
    55Requires at least: 2.0.0
    66Tested up to: 3.5
    7 Stable tag: 2.0
     7Stable tag: 2.1
    88
    99This plugin adds online live scores to your blog.
     
    1212
    1313This plugin adds online live scores to your blog.<br />
    14 Plugin gets live score infromations from iddaamerkezi.com<br />
     14Plugin gets live score informations from iddaamerkezi.com<br />
    1515Please click <a href="http://www.iddaamerkezi.com/live-score/" title="Live Score">here</a> for a demo.
    1616
Note: See TracChangeset for help on using the changeset viewer.