[theme-reviewers] Theme Reference Page Help

Simon Prosser pross at pross.org.uk
Sat Aug 27 15:45:47 UTC 2011


file_get_contents is disabled on most shared servers.

On 27 August 2011 16:25, Qamar Ashraf <life.object at gmail.com> wrote:
> Thanks Michael,
> I will digg the wp_remote_get() API.
>
> On Sat, Aug 27, 2011 at 8:22 PM, Michael Fields <michael at mfields.org> wrote:
>>
>> You might want to look into wp_remote_get()
>>
>> http://codex.wordpress.org/Function_API/wp_remote_get
>>
>> It's the only way I write remote requests for WordPress extensions.
>>
>> On Aug 27, 2011, at 8:16 AM, Qamar Ashraf wrote:
>>
>> > Hello,
>> > I have integrated a "Theme Reference" 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,
>> >
>> > function get_chip_life_feed( $feed_url ) {
>> >     $content = file_get_contents( $feed_url );
>> >     $feed = new SimpleXmlElement( $content );
>> >       return $feed;
>> > }
>> > $feed = get_chip_life_feed(
>> > 'http://www.tutorialchip.com/feed/chip-life-tutorials/' );
>> >
>> > I have got following Warning after submitting the theme,
>> >
>> > WARNING: file_get_contents was found in the file tutorials.php possible
>> > file operations.
>> >
>> > Is it now allowed to load data via RSS ?
>> > So how can i load dynamic data without this ?
>> >
>> > Help is really appreciated.
>> >
>> > --
>> > Regards
>> > Qamar Ashraf
>> > Project Manager
>> > www.tutorialchip.com
>> > www.freestockphotosclub.com
>> > www.twunfollowapp.com
>> > @lifeobject1
>> >
>> > _______________________________________________
>> > theme-reviewers mailing list
>> > theme-reviewers at lists.wordpress.org
>> > http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>>
>> _______________________________________________
>> theme-reviewers mailing list
>> theme-reviewers at lists.wordpress.org
>> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>
>
>
> --
> Regards
> Qamar Ashraf
> Project Manager
> www.tutorialchip.com
> www.freestockphotosclub.com
> www.twunfollowapp.com
> @lifeobject1
>
> _______________________________________________
> theme-reviewers mailing list
> theme-reviewers at lists.wordpress.org
> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>
>



-- 
My Blog: http://www.pross.org.uk/
Plugins : http://www.pross.org.uk/plugins/
Themes: http://wordpress.org/extend/themes/profile/pross


More information about the theme-reviewers mailing list