rss feed / twitter feed

Good morning to all.

I have been reading the forums about using Walters readfeed action for a twitter feed. and I am getting this error on the page:

Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration in/home/grassroo/public_html/gina/Resources/Feed.phpon line 31

Warning: fopen(http://twitter.com/#!/grassrootsweb) [function.fopen]: failed to open stream: no suitable wrapper could be found in/home/grassroo/public_html/gina/Resources/Feed.phpon line 31
could not open XML input

How do I correct this. I read the directions made the page PHP, added the _cache folder, checked read and write for the permissions did not change the template at all - just put in the exact url that I am getting when I hit profile on twitter.

I am using cyberduck as my FTP

I appreciate all of your help.

Julie


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Your hosting provider is restricting you from using a feature of PHP called fopen wrappers. Without this, I would need to rewrite the Feed.php class considerably, and add lots of extra code to handle opening a file from the network, which fopen wrappers do for me automatically and elegantly.

You’re either going to need to find another script, or another host.

Walter

On Sep 30, 2011, at 1:54 PM, Julie Maxwell wrote:

Good morning to all.

I have been reading the forums about using Walters readfeed action for a twitter feed. and I am getting this error on the page:

Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration in/home/grassroo/public_html/gina/Resources/Feed.phpon line 31

Warning: fopen(http://twitter.com/#!/grassrootsweb) [function.fopen]: failed to open stream: no suitable wrapper could be found in/home/grassroo/public_html/gina/Resources/Feed.phpon line 31
could not open XML input

How do I correct this. I read the directions made the page PHP, added the _cache folder, checked read and write for the permissions did not change the template at all - just put in the exact url that I am getting when I hit profile on twitter.

I am using cyberduck as my FTP

I appreciate all of your help.

Julie


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ah ok. I am using James Have-host. can he do something on his end do you think?

and where else may I find another script (just in case)

Thank you

J
On Sep 30, 2011, at 2:10 PM, Walter Lee Davis wrote:

Your hosting provider is restricting you from using a feature of PHP called fopen wrappers. Without this, I would need to rewrite the Feed.php class considerably, and add lots of extra code to handle opening a file from the network, which fopen wrappers do for me automatically and elegantly.

You’re either going to need to find another script, or another host.

Walter

On Sep 30, 2011, at 1:54 PM, Julie Maxwell wrote:

Good morning to all.

I have been reading the forums about using Walters readfeed action for a twitter feed. and I am getting this error on the page:

Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration in/home/grassroo/public_html/gina/Resources/Feed.phpon line 31

Warning: fopen(http://twitter.com/#!/grassrootsweb) [function.fopen]: failed to open stream: no suitable wrapper could be found in/home/grassroo/public_html/gina/Resources/Feed.phpon line 31
could not open XML input

How do I correct this. I read the directions made the page PHP, added the _cache folder, checked read and write for the permissions did not change the template at all - just put in the exact url that I am getting when I hit profile on twitter.

I am using cyberduck as my FTP

I appreciate all of your help.

Julie


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On Sep 30, 2011, at 2:16 PM, Julie Maxwell wrote:

Ah ok. I am using James Have-host. can he do something on his end do you think?

Yup, it’s a runtime configuration that he or his support-droids could turn on for you. I doubt that it’s configurable at the virtual host level, though – he would have to enable it for everyone that shares your server with you. Leaving it off is a security or server load decision someone made.

and where else may I find another script (just in case)

Have a hunt through HotScripts or just google ‘rss to html php’ or some variation on that.

Walter

Thank you

J


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you!

I emailed james and asked.

Julie

On Sep 30, 2011, at 2:21 PM, Walter Lee Davis wrote:

On Sep 30, 2011, at 2:16 PM, Julie Maxwell wrote:

Ah ok. I am using James Have-host. can he do something on his end do you think?

Yup, it’s a runtime configuration that he or his support-droids could turn on for you. I doubt that it’s configurable at the virtual host level, though – he would have to enable it for everyone that shares your server with you. Leaving it off is a security or server load decision someone made.

and where else may I find another script (just in case)

Have a hunt through HotScripts or just google ‘rss to html php’ or some variation on that.

Walter

Thank you

J


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Walter,

I am now getting another code it looks like James came through.:

~~
cache_time = 0; $rss->max_items = 0; $rss->item_template = ‘%s
%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>

~~

Umm, now what do I do?

Thank you!

J
On Sep 30, 2011, at 2:51 PM, Julie Maxwell wrote:

Thank you!

I emailed james and asked.

Julie

On Sep 30, 2011, at 2:21 PM, Walter Lee Davis wrote:

On Sep 30, 2011, at 2:16 PM, Julie Maxwell wrote:

Ah ok. I am using James Have-host. can he do something on his end do you think?

Yup, it’s a runtime configuration that he or his support-droids could turn on for you. I doubt that it’s configurable at the virtual host level, though – he would have to enable it for everyone that shares your server with you. Leaving it off is a security or server load decision someone made.

and where else may I find another script (just in case)

Have a hunt through HotScripts or just google ‘rss to html php’ or some variation on that.

Walter

Thank you

J


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

This unfortunately means that PHP isn’t running on your server.

Walter

On Oct 1, 2011, at 7:41 PM, Julie Maxwell wrote:

Walter,

I am now getting another code it looks like James came through.:

~~
cache_time = 0; $rss->max_items = 0; $rss->item_template = ‘%s
%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>

~~

Umm, now what do I do?

Thank you!

J
On Sep 30, 2011, at 2:51 PM, Julie Maxwell wrote:

Thank you!

I emailed james and asked.

Julie

On Sep 30, 2011, at 2:21 PM, Walter Lee Davis wrote:

On Sep 30, 2011, at 2:16 PM, Julie Maxwell wrote:

Ah ok. I am using James Have-host. can he do something on his end do you think?

Yup, it’s a runtime configuration that he or his support-droids could turn on for you. I doubt that it’s configurable at the virtual host level, though – he would have to enable it for everyone that shares your server with you. Leaving it off is a security or server load decision someone made.

and where else may I find another script (just in case)

Have a hunt through HotScripts or just google ‘rss to html php’ or some variation on that.

Walter

Thank you

J


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Huh? But I use the php feedback form… What can I / James do? There are php things in my cpanel main menu

Sent from my iPhone

On Oct 1, 2011, at 10:53 PM, Walter Lee Davis email@hidden wrote:

This unfortunately means that PHP isn’t running on your server.

Walter

On Oct 1, 2011, at 7:41 PM, Julie Maxwell wrote:

Walter,

I am now getting another code it looks like James came through.:

~~
cache_time = 0; $rss->max_items = 0; $rss->item_template = ‘%s
%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>

~~

Umm, now what do I do?

Thank you!

J
On Sep 30, 2011, at 2:51 PM, Julie Maxwell wrote:

Thank you!

I emailed james and asked.

Julie

On Sep 30, 2011, at 2:21 PM, Walter Lee Davis wrote:

On Sep 30, 2011, at 2:16 PM, Julie Maxwell wrote:

Ah ok. I am using James Have-host. can he do something on his end do you think?

Yup, it’s a runtime configuration that he or his support-droids could turn on for you. I doubt that it’s configurable at the virtual host level, though – he would have to enable it for everyone that shares your server with you. Leaving it off is a security or server load decision someone made.

and where else may I find another script (just in case)

Have a hunt through HotScripts or just google ‘rss to html php’ or some variation on that.

Walter

Thank you

J


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Make a phpinfo page. Paste the following line into a plain text document, and name it [something cryptic].php, like asdfsadfs.php.

<?php phpinfo(); ?>

Upload that to your server, somewhere in the Web space, and then visit it with a browser. You should see a nice table layout with all the gritty details about your PHP server. If, instead, all you see is <?php phpinfo(); ?>, then you have a broken server.

Walter

On Oct 1, 2011, at 10:56 PM, Julie Maxwell wrote:

Huh? But I use the php feedback form… What can I / James do? There are php things in my cpanel main menu

Sent from my iPhone

On Oct 1, 2011, at 10:53 PM, Walter Lee Davis email@hidden wrote:

This unfortunately means that PHP isn’t running on your server.

Walter

On Oct 1, 2011, at 7:41 PM, Julie Maxwell wrote:

Walter,

I am now getting another code it looks like James came through.:

~~
cache_time = 0; $rss->max_items = 0; $rss->item_template = ‘%s
%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>

~~

Umm, now what do I do?

Thank you!

J
On Sep 30, 2011, at 2:51 PM, Julie Maxwell wrote:

Thank you!

I emailed james and asked.

Julie

On Sep 30, 2011, at 2:21 PM, Walter Lee Davis wrote:

On Sep 30, 2011, at 2:16 PM, Julie Maxwell wrote:

Ah ok. I am using James Have-host. can he do something on his end do you think?

Yup, it’s a runtime configuration that he or his support-droids could turn on for you. I doubt that it’s configurable at the virtual host level, though – he would have to enable it for everyone that shares your server with you. Leaving it off is a security or server load decision someone made.

and where else may I find another script (just in case)

Have a hunt through HotScripts or just google ‘rss to html php’ or some variation on that.

Walter

Thank you

J


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I double checked, for some reason my page switched from .php to HTML.

I gues James did nothing yet… Sorry

Sent from my iPhone

On Oct 1, 2011, at 10:53 PM, Walter Lee Davis email@hidden wrote:

This unfortunately means that PHP isn’t running on your server.

Walter

On Oct 1, 2011, at 7:41 PM, Julie Maxwell wrote:

Walter,

I am now getting another code it looks like James came through.:

~~
cache_time = 0; $rss->max_items = 0; $rss->item_template = ‘%s
%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>

~~

Umm, now what do I do?

Thank you!

J
On Sep 30, 2011, at 2:51 PM, Julie Maxwell wrote:

Thank you!

I emailed james and asked.

Julie

On Sep 30, 2011, at 2:21 PM, Walter Lee Davis wrote:

On Sep 30, 2011, at 2:16 PM, Julie Maxwell wrote:

Ah ok. I am using James Have-host. can he do something on his end do you think?

Yup, it’s a runtime configuration that he or his support-droids could turn on for you. I doubt that it’s configurable at the virtual host level, though – he would have to enable it for everyone that shares your server with you. Leaving it off is a security or server load decision someone made.

and where else may I find another script (just in case)

Have a hunt through HotScripts or just google ‘rss to html php’ or some variation on that.

Walter

Thank you

J


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I am so sorry for that

Sent from my iPhone

On Oct 1, 2011, at 11:06 PM, Julie Maxwell email@hidden wrote:

I double checked, for some reason my page switched from .php to HTML.

I gues James did nothing yet… Sorry

Sent from my iPhone

On Oct 1, 2011, at 10:53 PM, Walter Lee Davis email@hidden wrote:

This unfortunately means that PHP isn’t running on your server.

Walter

On Oct 1, 2011, at 7:41 PM, Julie Maxwell wrote:

Walter,

I am now getting another code it looks like James came through.:

~~
cache_time = 0; $rss->max_items = 0; $rss->item_template = ‘%s
%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>

~~

Umm, now what do I do?

Thank you!

J
On Sep 30, 2011, at 2:51 PM, Julie Maxwell wrote:

Thank you!

I emailed james and asked.

Julie

On Sep 30, 2011, at 2:21 PM, Walter Lee Davis wrote:

On Sep 30, 2011, at 2:16 PM, Julie Maxwell wrote:

Ah ok. I am using James Have-host. can he do something on his end do you think?

Yup, it’s a runtime configuration that he or his support-droids could turn on for you. I doubt that it’s configurable at the virtual host level, though – he would have to enable it for everyone that shares your server with you. Leaving it off is a security or server load decision someone made.

and where else may I find another script (just in case)

Have a hunt through HotScripts or just google ‘rss to html php’ or some variation on that.

Walter

Thank you

J


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Walter,

I would am trying this but not getting any response. I am confused about whether to :

On Oct 1, 2011, at 8:04 PM, Walter Lee Davis wrote:

Make a phpinfo page. Paste the following line into a plain text document,

?Like a textedit document?? Then import into a html box? ?-

and name it [something cryptic].php, like asdfsadfs.php.

<?php phpinfo(); ?>  ??This Should this look like it does to the left or:   ?php...  or:   <?php...   ???

Thank you.

Frank H.

Upload that to your server, somewhere in the Web space, and then visit it with a browser. You should see a nice table layout with all the gritty details about your PHP server. If, instead, all you see is <?php phpinfo(); ?>, then you have a broken server.

Walter

On Oct 1, 2011, at 10:56 PM, Julie Maxwell wrote:

Huh? But I use the php feedback form… What can I / James do? There are php things in my cpanel main menu

Sent from my iPhone

On Oct 1, 2011, at 10:53 PM, Walter Lee Davis email@hidden wrote:

This unfortunately means that PHP isn’t running on your server.

Walter

On Oct 1, 2011, at 7:41 PM, Julie Maxwell wrote:

Walter,

I am now getting another code it looks like James came through.:

~~
cache_time = 0; $rss->max_items = 0; $rss->item_template = ‘%s
%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>

~~

Umm, now what do I do?

Thank you!

J
On Sep 30, 2011, at 2:51 PM, Julie Maxwell wrote:

Thank you!

I emailed james and asked.

Julie

On Sep 30, 2011, at 2:21 PM, Walter Lee Davis wrote:

On Sep 30, 2011, at 2:16 PM, Julie Maxwell wrote:

Ah ok. I am using James Have-host. can he do something on his end do you think?

Yup, it’s a runtime configuration that he or his support-droids could turn on for you. I doubt that it’s configurable at the virtual host level, though – he would have to enable it for everyone that shares your server with you. Leaving it off is a security or server load decision someone made.

and where else may I find another script (just in case)

Have a hunt through HotScripts or just google ‘rss to html php’ or some variation on that.

Walter

Thank you

J


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Guess I don’t have php, that would explain why the said my form was ‘asking for files that dosen’t exist’. and causing bounce notices.

It works though (the form),

This is my page:

http://www.class-e-ads.com/phpinfo.html

Thanks

Frank

Walter,

I would am trying this but not getting any response. I am confused about whether to :

On Oct 1, 2011, at 8:04 PM, Walter Lee Davis wrote:

Make a phpinfo page. Paste the following line into a plain text document,

?Like a textedit document?? Then import into a html box? ?-

and name it [something cryptic].php, like asdfsadfs.php.

<?php phpinfo(); ?>  ??This Should this look like it does to the left or:   ?php...  or:   <?php...   ???

Thank you.

Frank H.

Upload that to your server, somewhere in the Web space, and then visit it with a browser. You should see a nice table layout with all the gritty details about your PHP server. If, instead, all you see is <?php phpinfo(); ?>, then you have a broken server.

Walter

On Oct 1, 2011, at 10:56 PM, Julie Maxwell wrote:

Huh? But I use the php feedback form… What can I / James do? There are php things in my cpanel main menu

Sent from my iPhone

On Oct 1, 2011, at 10:53 PM, Walter Lee Davis email@hidden wrote:

This unfortunately means that PHP isn’t running on your server.

Walter

On Oct 1, 2011, at 7:41 PM, Julie Maxwell wrote:

Walter,

I am now getting another code it looks like James came through.:

~~
cache_time = 0; $rss->max_items = 0; $rss->item_template = ‘%s
%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>

~~

Umm, now what do I do?

Thank you!

J
On Sep 30, 2011, at 2:51 PM, Julie Maxwell wrote:

Thank you!

I emailed james and asked.

Julie

On Sep 30, 2011, at 2:21 PM, Walter Lee Davis wrote:

On Sep 30, 2011, at 2:16 PM, Julie Maxwell wrote:

Ah ok. I am using James Have-host. can he do something on his end do you think?

Yup, it’s a runtime configuration that he or his support-droids could turn on for you. I doubt that it’s configurable at the virtual host level, though – he would have to enable it for everyone that shares your server with you. Leaving it off is a security or server load decision someone made.

and where else may I find another script (just in case)

Have a hunt through HotScripts or just google ‘rss to html php’ or some variation on that.

Walter

Thank you

J


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

In order to have the server run the code, you have to name the file that you post to your server something.php. You can’t have the .html extension on the page or it (usually) won’t work at all.

Walter

On Oct 2, 2011, at 2:30 AM, Frank H wrote:

Guess I don’t have php, that would explain why the said my form was ‘asking for files that dosen’t exist’. and causing bounce notices.

It works though (the form),

This is my page:

http://www.class-e-ads.com/phpinfo.html

Thanks

Frank

Walter,

I would am trying this but not getting any response. I am confused about whether to :

On Oct 1, 2011, at 8:04 PM, Walter Lee Davis wrote:

Make a phpinfo page. Paste the following line into a plain text document,

?Like a textedit document?? Then import into a html box? ?-

and name it [something cryptic].php, like asdfsadfs.php.

<?php phpinfo(); ?>  ??This Should this look like it does to the left or:   ?php...  or:   <?php...   ???

Thank you.

Frank H.

Upload that to your server, somewhere in the Web space, and then visit it with a browser. You should see a nice table layout with all the gritty details about your PHP server. If, instead, all you see is <?php phpinfo(); ?>, then you have a broken server.

Walter

On Oct 1, 2011, at 10:56 PM, Julie Maxwell wrote:

Huh? But I use the php feedback form… What can I / James do? There are php things in my cpanel main menu

Sent from my iPhone

On Oct 1, 2011, at 10:53 PM, Walter Lee Davis email@hidden wrote:

This unfortunately means that PHP isn’t running on your server.

Walter

On Oct 1, 2011, at 7:41 PM, Julie Maxwell wrote:

Walter,

I am now getting another code it looks like James came through.:

~~
cache_time = 0; $rss->max_items = 0; $rss->item_template = ‘%s
%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>

~~

Umm, now what do I do?

Thank you!

J
On Sep 30, 2011, at 2:51 PM, Julie Maxwell wrote:

Thank you!

I emailed james and asked.

Julie

On Sep 30, 2011, at 2:21 PM, Walter Lee Davis wrote:

On Sep 30, 2011, at 2:16 PM, Julie Maxwell wrote:

Ah ok. I am using James Have-host. can he do something on his end do you think?

Yup, it’s a runtime configuration that he or his support-droids could turn on for you. I doubt that it’s configurable at the virtual host level, though – he would have to enable it for everyone that shares your server with you. Leaving it off is a security or server load decision someone made.

and where else may I find another script (just in case)

Have a hunt through HotScripts or just google ‘rss to html php’ or some variation on that.

Walter

Thank you

J


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

?Like a textedit document?? Then import into a html box? ?-

Yes like a TextEdit doc but don’t import into your FW page - instead it should be uploaded to your server via an FTP app.

You could also use a FW action like Upload Stuff to get it onto the server. But make sure that it is Plain Text - this can be set in TextEdit’s preferences.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ah HA! There it is…

Frank H.
On Oct 2, 2011, at 12:12 PM, Walter Lee Davis wrote:

In order to have the server run the code, you have to name the file that you post to your server something.php. You can’t have the .html extension on the page or it (usually) won’t work at all.

Walter

On Oct 2, 2011, at 2:30 AM, Frank H wrote:

Guess I don’t have php, that would explain why the said my form was ‘asking for files that dosen’t exist’. and causing bounce notices.

It works though (the form),

This is my page:

http://www.class-e-ads.com/phpinfo.html

Thanks

Frank

Walter,

I would am trying this but not getting any response. I am confused about whether to :

On Oct 1, 2011, at 8:04 PM, Walter Lee Davis wrote:

Make a phpinfo page. Paste the following line into a plain text document,

?Like a textedit document?? Then import into a html box? ?-

and name it [something cryptic].php, like asdfsadfs.php.

<?php phpinfo(); ?>  ??This Should this look like it does to the left or:   ?php...  or:   <?php...   ???

Thank you.

Frank H.

Upload that to your server, somewhere in the Web space, and then visit it with a browser. You should see a nice table layout with all the gritty details about your PHP server. If, instead, all you see is <?php phpinfo(); ?>, then you have a broken server.

Walter

On Oct 1, 2011, at 10:56 PM, Julie Maxwell wrote:

Huh? But I use the php feedback form… What can I / James do? There are php things in my cpanel main menu

Sent from my iPhone

On Oct 1, 2011, at 10:53 PM, Walter Lee Davis email@hidden wrote:

This unfortunately means that PHP isn’t running on your server.

Walter

On Oct 1, 2011, at 7:41 PM, Julie Maxwell wrote:

Walter,

I am now getting another code it looks like James came through.:

~~
cache_time = 0; $rss->max_items = 0; $rss->item_template = ‘%s
%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>%s’; $rss->item_parts = ‘link, title, description’; $rss->cache_dir = dirname(FILE) . ‘/_cache’; $rss->Read($url); ?>

~~

Umm, now what do I do?

Thank you!

J
On Sep 30, 2011, at 2:51 PM, Julie Maxwell wrote:

Thank you!

I emailed james and asked.

Julie

On Sep 30, 2011, at 2:21 PM, Walter Lee Davis wrote:

On Sep 30, 2011, at 2:16 PM, Julie Maxwell wrote:

Ah ok. I am using James Have-host. can he do something on his end do you think?

Yup, it’s a runtime configuration that he or his support-droids could turn on for you. I doubt that it’s configurable at the virtual host level, though – he would have to enable it for everyone that shares your server with you. Leaving it off is a security or server load decision someone made.

and where else may I find another script (just in case)

Have a hunt through HotScripts or just google ‘rss to html php’ or some variation on that.

Walter

Thank you

J


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Delta Dave.

Sorry about all the ? marks - at the time I just wanted the question to stand out from all the other test but seeing it here it might as well have been caps or something.

: )

Frank H.
On Oct 2, 2011, at 3:17 PM, DeltaDave wrote:

?Like a textedit document?? Then import into a html box? ?-

Yes like a TextEdit doc but don’t import into your FW page - instead it should be uploaded to your server via an FTP app.

You could also use a FW action like Upload Stuff to get it onto the server. But make sure that it is Plain Text - this can be set in TextEdit’s preferences.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

As long as you are sorted.

BTW - dont leave that up there - it can provide info to hackers that you don’t want to divulge. Read, digest and delete!

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Again, Thanks!

On Oct 2, 2011, at 5:32 PM, DeltaDave wrote:

As long as you are sorted.

BTW - dont leave that up there - it can provide info to hackers that you don’t want to divulge. Read, digest and delete!

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options