Venue Search
Login
Username

Password



Not a member yet?
Register here

If you have Facebook
Login with Facebook

Forgotten your password?
Request a new one here.
Affiliates
Your button here?
Contact
Spampoison
View Thread
Venue » General » Tutorials
Who is here? 1 guest(s)
 Print Thread
Rss for Kroax
sathishIPL
A smple rss for Kroax , code taken from hobbyman site and modified

Download source  Code
<?php

header("Content-Type: text/xml");
require_once "maincore.php";
require_once THEME."theme.php";

include BASEDIR."infusion/the_korax/infusion_db.php";
$result3 = dbquery("SELECT kroax_id,kroax_titel,kroax_date FROM ".$db_prefix."kroax WHERE ".groupaccess('kroax_access')." AND  kroax_approval=''  ORDER BY kroax_id DESC LIMIT 0,10");
$result2=dbquery("SELECT siteurl FROM ".DB_SETTINGS);
$base=dbresult($result2,0);

echo "<?xml version=\"1.0\" encoding=\"".$locale['charset']."\"?>\n\n
   <rss version=\"0.91\">\n\n
   <channel>\n
   <title>".$settings['sitename']." - Latest Videos</title>\n
   <link>".$base."</link>\n
   <image><url>".$base."images/rss.jpg</url></image>\n
   <description>".$settings['description']."</description>\n";
    echo "RSS _Downloads. Not available at this time. Please try again later.\n";

while ($row=dbarray($result3)) {
   $rsid = intval($row['kroax_id']);
   $rtitle = $row['kroax_titel'];
   $description =$row['kroax_description'];


$description = stripslashes(nl2br($row['Kroax_description']));



// Add allowable HTML tags below, all others will be stripped

$description = strip_tags($description, "<A><P><BR><BR /><HR>");



   echo "<item>\n
   <title>".htmlspecialchars($rtitle)."</title>\n
   <link>".$base."infusions/the_kroax/embed.php?url=".$rsid."</link>\n
   <description>".trimlink(htmlspecialchars($description),400)."</description>\n
   </item>\n\n";
}
echo "</channel>
   </rss>";

?>





Upload rss.jpg into image folder



@domi---If u find anything wrong plz correct it
sathishIPL attached the following image:
rss.jpg
 
www.imageclix.com
Jump to Forum:
Similar Threads
Thread Forum Replies Last Post
Kroax (Media player) Official releases [Infusions] 34 03/31/13 09:19
Polish correct display fonts in The Kroax V7 Tutorials 1 11/21/08 08:09
How to change the color of the flv player in kroax Tutorials 1 02/03/08 20:35
Venue uses cookies. Some may already have been set. Read more about our Cookies here.
Please click the button I Consent Cookies to hide this bar and accept our cookies. If you continue to use the site with no action taken, we'll assume that you consent our cookies anyway.
Cookiebar Panel byVenue