Cheetah
Variables
get_rss_feed.php File Reference

Go to the source code of this file.

Variables

 $aPredefinedRssFeeds
 
if(isset($aPredefinedRssFeeds[$_GET['ID']])) elseif(0===strncmp('forum|', $_GET['ID'], 6)) else
 
 $sCont = db_value( $sQuery )
 
 $sUrl = str_replace( '{SiteUrl}', $site['url'], $sUrl )
 
 $iMemID = (int)$_GET['member']
 

Variable Documentation

◆ $aPredefinedRssFeeds

$aPredefinedRssFeeds
Initial value:
= array (
'cheetah_news' => 'https://www.cheetahwsb.com/m/news/act_rss',
'cheetah_version' => 'https://www.cheetahwsb.com/version.rss',
'cheetah_market' => 'https://www.cheetahwsb.com/m/market/act_rss',
'cheetah_market_lang_files' => 'https://www.cheetahwsb.com/m/market/act_rss/language',
'cheetah_market_templates' => 'https://www.cheetahwsb.com/m/market/act_rss/template',
'cheetah_market_featured' => 'https://www.cheetahwsb.com/m/market/act_rss/featured',
)

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 12 of file get_rss_feed.php.

◆ $iMemID

$iMemID = (int)$_GET['member']

Definition at line 45 of file get_rss_feed.php.

◆ $sCont

$sCont = db_value( $sQuery )

Definition at line 36 of file get_rss_feed.php.

◆ $sUrl

$sUrl = str_replace( '{SiteUrl}', $site['url'], $sUrl )

Definition at line 43 of file get_rss_feed.php.

◆ else

if (isset( $aPredefinedRssFeeds[ $_GET[ 'ID']])) elseif (0===strncmp( 'forum|', $_GET[ 'ID'], 6)) else
Initial value:
{
$sQuery = "SELECT `Content` FROM `sys_page_compose` WHERE `ID` = " . (int)$_GET['ID']

Definition at line 33 of file get_rss_feed.php.

$_GET
$_GET['debug']
Definition: index.php:67