Jump to content

the first Runescape RSS feed


nitr021

Recommended Posts

You seem to have removed the "link rel="alternate" type="application/rss+xml" line from your site :-? Could you please replace it?

 

 

 

ok ive added it back on. probably my friend edit the main page

Link to comment
Share on other sites

 

 

 

Is this something you guys would support on Tip.it?
What you mean by that
For the Tip.it news... Sorry i didn't make that clear enough...

 

 

 

can be made easily depending that all the news post has the same template. it is quite easy to do it with php to.

 

 

 

here is what you can do

 

 

 

<?







header("Content-type: text/xml");



header("Pragma: public");



header("Cache-Control: must-revalidate, post-check=0, pre-check=0");







?>

 

 

 

put that on top of the php page

 

 

 

 

 

 

 

now you need to declare the main title of the RSS

 

 

 












W3Schools



http://www.w3schools.com



W3Schools Web Tutorials 

 

 

 

 

 

 

 

now you do your usual php while which continues looping into these field below

 

 

 




[color=red]query title here[/color]



[color=red]query link here[/color]



[color=red]the post here[/color]

 

 

 

now close the whole script with this

 

 

 




Know how it works ;) But there's no real reason for it if it's not gonna be needed anywayz..
Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.