Snipegallery 3.1.4 > Rss / Rss.php

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Snipegallery 3.1.4

Download:
snipegallery-3.1.4.zip

Category:
Image Galleries

Archive Content:

Images

Inc

INSTALL

Layout

Rss

Thumbs

Content:

Admin > Faq

Admin > Fonts

Admin > Frames

Admin > Gallery

Admin > Images

Admin > Images > Icons

Admin > Images

Admin > Import

Admin

Admin > Js

Admin > Lang

Admin > Layout

Admin > Lib

Admin > Lib > Forms

Admin > Lib

Admin > Settings

Rss.php:


<?php
include("class.rss.php"); 
include(
"../inc/config.php"); 

// Instantiate the myRSS class 
$myRSS = new myRSS

$myRSS->channelTitle "New From Snipe Gallery"
$myRSS->channelLink $cfg_app_url
$myRSS->channelDesc "Newest Products"

$myRSS->imageTitle "Snipe Gallery"
$myRSS->imageLink $cfg_app_url
$myRSS->siteLink $cfg_app_url
$myRSS->imageURL "http://www.snipegallery.com/images/banner-bug.gif"

$myRSS->useGallery $_REQUEST['gallery_feed'];

// Get the RSS data 
$rssData $myRSS->GetRSS($cfg_database_host,  $cfg_database_user,  $cfg_database_pass,  $cfg_database_name ,  "snipe_gallery_data",  "title",  "id",  $cfg_app_url."/image.php?image_id={linkId}&gallery_id={cat_id}",  "date"); 

// Output the generated RSS XML 
header("Content-type: text/xml"); 
echo 
$rssData
 
 

?>


Other Image Galleries Scripts:

WebMaster Resources Home

©RingsWorld.com