40 lignes
818 o
PHP
40 lignes
818 o
PHP
|
<?php
|
|||
|
header("Pragma: no-cache");
|
|||
|
header("Content-type: application/rss+xml");
|
|||
|
?>
|
|||
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|||
|
<rss version="2.0">
|
|||
|
<channel>
|
|||
|
<description>
|
|||
|
<![CDATA[Flux RSS des commentaires des news de la Hardcore Hentai Headquarter]]
|
|||
|
</description>
|
|||
|
<link>
|
|||
|
http://hhh-world.com
|
|||
|
</link>
|
|||
|
<title><![CDATA[Hardcore Hentai Headquarter, Hentai français depuis 2004]]</title>
|
|||
|
<item>
|
|||
|
<title>BIENTÔT !</title>
|
|||
|
<link>
|
|||
|
http://hhh-world.com/
|
|||
|
</link>
|
|||
|
<description>
|
|||
|
<![CDATA[BIENTÔT !!!]]
|
|||
|
</description>
|
|||
|
<comments>
|
|||
|
http://hhh-world.com/
|
|||
|
</comments>
|
|||
|
<author>
|
|||
|
Albirew
|
|||
|
</author>
|
|||
|
<pubDate>
|
|||
|
Wed, 30 Apr 2014 00:42:42 +0200
|
|||
|
</pubDate>
|
|||
|
<guid>
|
|||
|
bientot
|
|||
|
</guid>
|
|||
|
<source>
|
|||
|
http://hhh-world.com
|
|||
|
</source>
|
|||
|
</item>
|
|||
|
</channel>
|
|||
|
</rss>
|