file_get_contents loads data from external resources. This could be potentially dangerous because your theme users have no control over the external resource and in case of the following one get hacked or poisoned in some way, so are the themes of your users. That&#39;s why every external operation could be risky due to the lack of information and protection guarantee.<br clear="all">
<br>Mario Peshev<br>freelance software developer/trainer<br><a href="http://www.linkedin.com/in/mpeshev">http://www.linkedin.com/in/mpeshev</a><br><a href="http://peshev.net/blog">http://peshev.net/blog</a><br><br>
<br><br><div class="gmail_quote">On Sat, Aug 27, 2011 at 6:16 PM, Qamar Ashraf <span dir="ltr">&lt;<a href="mailto:life.object@gmail.com">life.object@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<div>I have integrated a <b>&quot;Theme Reference&quot;</b> page to provide some useful information about my framework. I am going to load remote data by reading RSS Feed. Here is the code logic,</div><div><br></div>

<div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204, 204, 204);border-left-style:solid;padding-left:1ex">
function get_chip_life_feed( $feed_url ) {   <br>    $content = file_get_contents( $feed_url );  <br>    $feed = new SimpleXmlElement( $content ); <br><span style="white-space:pre-wrap">        </span>return $feed; <br>
}<br>$feed = get_chip_life_feed( &#39;<a href="http://www.tutorialchip.com/feed/chip-life-tutorials/" target="_blank">http://www.tutorialchip.com/feed/chip-life-tutorials/</a>&#39; );</blockquote></div><div><br></div><div>
I have got following Warning after submitting the theme,</div>
<div><br></div><div><span style="color:rgb(85, 85, 85);font-family:&#39;Lucida Grande&#39;, Verdana, &#39;Bitstream Vera Sans&#39;, Arial, sans-serif;font-size:12px;line-height:22px;background-color:rgb(255, 255, 255)"><span style="color:red">WARNING</span>: <strong style="font-weight:bold">file_get_contents</strong> was found in the file <strong style="font-weight:bold">tutorials.php</strong> possible file operations.</span></div>

<div><br></div><div>Is it now allowed to load data via RSS ?</div><div>So how can i load dynamic data without this ?</div><div><br></div><div>Help is really appreciated.</div><div><br></div><font color="#888888"><div>-- <br>
<font color="#666666">Regards</font><div>
<font color="#666666">Qamar Ashraf</font></div><div><font color="#666666">Project Manager</font></div><div><font color="#666666"><a href="http://www.tutorialchip.com" target="_blank">www.tutorialchip.com</a></font></div>
<div>
<font color="#666666"><a href="http://www.freestockphotosclub.com" target="_blank">www.freestockphotosclub.com</a></font></div><div><a href="http://www.twunfollowapp.com" target="_blank">www.twunfollowapp.com</a></div><div>

<font color="#666666">@lifeobject1</font></div><br>
</div>
</font><br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br>