Produced on Mon May 12 13:07:05 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
# | Location | File | Last Modified |
---|---|---|---|
1 | Mon May 12 13:07:05 2008 UTC | ||
2 | Dolphin-v.6.1.0 | get_rss_feed.php | Mon Apr 21 07:55:06 2008 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 0 | 0 |
Changed | 0 | 0 |
Inserted | 1 | 23 |
Removed | 0 | 0 |
Whitespace | |
---|---|
Character case | Differences in character case are significant |
Line endings | Differences in line endings (CR and LF characters) are ignored |
CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
1 | <? | |||||
2 | ||||||
3 | require_on ce( './inc /header.in c.php' ); | |||||
4 | require_on ce( './inc /db.inc.ph p' ); | |||||
5 | require_on ce( './inc /profiles. inc.php' ) ; | |||||
6 | ||||||
7 | $sQuery = "SELECT `C ontent` FR OM `PageCo mpose` WHE RE `ID` = " . (int)$ _GET['ID'] ; | |||||
8 | $sCont = d b_value( $ sQuery ); | |||||
9 | ||||||
10 | if( !$sCon t ) | |||||
11 | exit; | |||||
12 | ||||||
13 | list( $sUr l ) = expl ode( '#', $sCont ); | |||||
14 | $sUrl = st r_replace( '{SiteUrl }', $site[ 'url'], $s Url ); | |||||
15 | ||||||
16 | $iMemID = (int)$_GET ['member'] ; | |||||
17 | if( $iMemI D ) { | |||||
18 | $aMemb er = getPr ofileInfo( $iMemID ) ; | |||||
19 | $sUrl = str_repl ace( '{Nic kName}', $ aMember['N ickName'], $sUrl ); | |||||
20 | } | |||||
21 | ||||||
22 | header( 'C ontent-Typ e: text/xm l' ); | |||||
23 | readfile( $sUrl ); |