|
Posted by luke on 11/15/48 11:22
Odd :).
I'm wondering whether the rssfeeder site's script is identifying your site
once with the URL of the first include
$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']
and is then refusing to serve you any more with the second include, as a
security measure.
Could be a good question to ask the rssfeeder site's owner.
Luke
"ergobob" <ergobob@sonic[REMOVE].net> wrote in message
news:r7MFe.5774$p%3.31809@typhoon.sonic.net...
> Hi Guys,
>
> Thanks for the reply. I thought I would give you more information in the
> hopes that it will help.
>
> Both scripts are supposed to pull in 10 news articles. There is an ad at
the
> very bottom of the news articles from RSS Feed Reader. The first script
> shows the 10 articles but the second script only shows the ad. It does not
> bring in the 10 articles.
>
> If I reverse the order of the feeds, it shows that both work but on the
> first one renders the 10 articles. Also, the PHP was automatically
generated
> by RSS Feed Reader so I think they both work fine. It is the second of the
> sequence that is the problem.
>
> The PHP scripts are very similar but they bring in articles from two
> different feeds. The host is the same for both though.
>
> Below are the PHP scripts.
>
> Does this give you any ideas? Several people have looked at
> this with no solution.
>
> Thanks a lot,
>
> Bob
>
> ---
>
>
> <!-- RSS Feed Reader Usability In The News -->
> <div class="centerall"><a
> href="http://www.usernomics.com/news/user-interface-design-news.html"
> title="Usernomics In The News">Usability In The News</a></div>
> <div class="centermedium">Latest Headlines
>
>
> <div class="scroll">
> <?php
> include
>
("http://www.rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Ffeeds.feedburne
r.com%2FNewsErgonomicsUserInterfaceDesignComputerHumanInteractionhci&newpage
=&chead=&atl=&desc=1&auth=&dts=&width=128&max=10&tlen=0&rnd=&bt=&bs=None&nmb
=1&ntb=1&naf=1&nst=1&nwd=0&nht=0&dlen=100&bg=%23FFFFFF&bc=&tc=BLACK&ts=8&tfo
nt=Verdana,+Arial,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SE
RVER_VARS['PHP_SELF']."&phpout=1");
> ?>
> </div>
> <div class="centermedium"><a
>
href="http://feeds.feedburner.com/NewsErgonomicsUserInterfaceDesignComputerH
umanInteractionhci"
> title="Usability News Feed"><img src="images/site/rss.gif" alt="Usability
In
> The News RSS Feed"></a></div>
> </div>
> <!-- /RSS Feed Reader Usability In The News -->
>
>
>
> <!-- /RSS Feed Reader Ergonomics In The News -->
> <div class="centerall"><a
> href="http://www.usernomics.com/news/workplace-ergonomics-news.html"
> title="Ergonomics In The News">Ergonomics In The News</a></div>
> <div class="centermedium">Latest Headlines
>
> <div class="scroll">
> <?php
> include
>
("http://www.rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Ffeeds.feedburne
r.com%2FUsernomicsWorkplaceErgonomicsSafetyBiometrics&newpage=&chead=&atl=&d
esc=1&auth=&dts=&width=128&max=10&tlen=0&rnd=&bt=&bs=None&nmb=1&ntb=1&naf=1&
nst=1&nwd=0&nht=0&dlen=100&bg=%23FFFFFF&bc=&tc=BLACK&ts=8&tfont=Verdana,+Ari
al,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_
SELF']."&phpout=1");
> ?>
>
> </div>
> <div class="centermedium"><a
>
href="http://feeds.feedburner.com/UsernomicsWorkplaceErgonomicsSafetyBiometr
ics"
> title="Ergonomics News Feed"><img src="images/site/rss.gif"
alt="Ergonomics
> In The News RSS Feed"></a></div>
> </div>
> <!-- /RSS Feed Reader Ergonomics In The News -->
>
> </div>
>
>
Navigation:
[Reply to this message]
|