473,626 Members | 3,427 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Thunderbird doesn't check for updates to an RSS feed

I have the following PHP script to generate an RSS feed:

<?php
if (isset($_GET['value']))
{
exit(htmlspecia lchars($_GET['value']));
}

$num = file_get_conten ts('counter.txt ');
$num++;

$fp = fopen('counter. txt','w');
fputs($fp,$num) ;
fclose($fp);

echo '<?xml version="1.0"?> ';
?>
<rss version="2.0">
<channel>
<title>RSS Test</title>
<link>http://127.0.0.1/rss.php</link>
<description>RS S Test/description>
<item>
<title>test</title>
<description><? php echo $num; ?></description>
<link>http://127.0.0.1/rss.php?value=< ?php echo $num; ?></link>
<pubDate><?ph p echo date('r'); ?></pubDate>
</item>

</channel>
</rss>

It should, every time it is loaded, output a new (larger) number. And
it does when I view it successive times in FireFox. Thunderbird,
however, does nothing. I add 127.0.0.1/rss.php to the "News & Blogs"
section, go to Tools->Account Settings, to News & Blogs, within that,
and set "Check for new articles every ___ minutes" to 1. Twenty
minutes later, I should have twenty new items for that RSS feed,
shouldn't I? The counter, when I view it in FireFox, should have
incremented by 20, shouldn't it have? Because none of that's
happening. In fact, nothing is happening. No updates are being
checked for, what-so-ever, and I don't know why.

Any ideas as to what I'm doing wrong? Is this a problem with
Thunderbird or my PHP script? I'm going to assume the latter because
other RSS feeds do, in fact, work.

Apr 4 '07 #1
0 1642

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2118
by: Christian Jost | last post by:
Hello I have the problem that my service under Windows NT SP 6a with Framework 1.1. doesn't run. I will receive an unknown exception from the framework all the time. But the service runs under Windows 2000 and XP. I removed the whole service code so that I have had only the start and stop methodes and a little worker-thread. "Normal" Applications run very well on the NT-Machine. Does somebody had the same problem?
1
2192
by: Bill Strass | last post by:
Problem: Access main form/subform as front end to SQL Server backend. Add/edit via subforms work fine. Not so with main form. Set up a master-detail form-subform using two views linked from SQL Server. The subform allows inserts an updates, while the main form will not. The only solution I can think of is to recreate using tables imported from SQL Server, so that the data is all local. This is despite the fact that the views in SQL...
16
1892
by: Skc | last post by:
Just downloaded Thunderbird Newsgroup email/newsgroup reader. It's not bad - looks better and has more features than Outlook Express. Especially you can sort messages by many options. Also has option to see only Watched messages not read. And you can see how many replies there are to a thread and there's also themes and the list goes on.. Cheers to the maker :-)
4
1935
by: silverburgh.meryl | last post by:
I am currently access this newsgroup thru Google group web interface. Is it possible to access this newsgroup using Thunderbird? Thank you.
0
1282
by: Jake Barnes | last post by:
I've written a PHP script that makes an RSS feed for some mp3s so that the music studio I work for can offer some of its new music as a podcast. Often, after a podcast episode has gone live, and people have seen it in their RSS readers, we need to edit the information that we are associating with the mp3. I've written the PHP script so it is easy to edit the info in the RSS. However, we've found that this info never updates in iTunes. I've...
4
1570
by: Carsten | last post by:
Hello, on my website I'm using the Drupal CMS. But I have a problem. All the output which is generated doesn't start at the first line (when you look at the source). All output starts at the third line. And that's not good for the XML which is generated through the FEED functions from the modules. Because the XML is not valid when the XML-tag doesn't start at the first line. Does anyone know of that? Maybe the htaccess-file ? I don't
5
1633
by: Lee | last post by:
(I also posted this query in Microsoft.Public.DotNet.Framework yesterday, but since I have received no responses, I am posting it here too.) Using Windows XP with all updates applied and Visual Studio 2.0. I am trying to develop some common error-handling of Windows API invocations that fail and am using MessageBeep as the API to test with. Given 1) the following Imports statement:
16
1524
by: vunet.us | last post by:
Hm... I used to have a function which drags some div element on mousemove. After I added: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> it stopped dragging div element in Firefox only (IE7 is fine). Who can explain? What doctype to use for AJAX website?
3
2517
by: rukkie | last post by:
Hi, I have here some strange behaviour, when sending a mail out from my php script. The mail is perfectly readable in MS Outlook, but has an empty body when reading the mail with Thunderbird (version 1.5.0.12). Using "View>Message source", one can see the body ... The script used is : ***********************************************************************************
0
8205
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8644
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8370
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8514
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7206
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4208
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2632
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1817
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1516
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.