0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
postnuke
/
0.764-3
/
standard
/
htdocs
/
modules
/
Web_Links
/
[
Home
]
File: wl-toprated.php
<?php // File: $Id: wl-toprated.php 16525 2005-07-26 22:45:23Z markwest $ // ---------------------------------------------------------------------- // PostNuke Content Management System // Copyright (C) 2001 by the PostNuke Development Team. // http://www.postnuke.com/ // ---------------------------------------------------------------------- // Based on: // PHP-NUKE Web Portal System - http://phpnuke.org/ // Thatware - http://thatware.org/ // ---------------------------------------------------------------------- // LICENSE // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License (GPL) // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // To read the license please visit http://www.gnu.org/copyleft/gpl.html // ---------------------------------------------------------------------- // Original Author of file: Francisco Burzi // Purpose of file: // ---------------------------------------------------------------------- // 11-30-2001:ahumphr - created file as part of modularistation // 10-15-2002:skooter - Cross Site Scripting security fixes and also using // pnAPI for displaying data. /** * TopRated */ function TopRated($ratenum, $ratetype) { $dbconn =& pnDBGetConn(true); $pntable =& pnDBGetTables(); $toplinkspercentrigger = pnConfigGetVar('toplinkspercentrigger'); $toplinks = pnConfigGetVar('toplinks'); $linkvotemin = pnConfigGetVar('linkvotemin'); $mainvotedecimal = pnConfigGetVar('mainvotedecimal'); $locale = pnConfigGetVar('locale'); include('header.php'); menu(1); OpenTable(); if ($ratenum != "" && $ratetype != "") { if (!is_numeric($ratenum)) { $ratenum=5; } if ($ratetype != "percent") { $ratetype = "num"; } $toplinks = $ratenum; if ($ratetype == "percent") { $toplinkspercentrigger = 1; } } if ($toplinkspercentrigger == 1) { $toplinkspercent = $toplinks; $column = &$pntable['links_links_column']; $sql = "SELECT COUNT(*) FROM $pntable[links_links] WHERE $column[linkratingsummary]!=0"; $result =& $dbconn->Execute($sql); list($totalratedlinks) = $result->fields; $toplinks = $toplinks / 100; $toplinks = $totalratedlinks * $toplinks; $toplinks = round($toplinks); } if ($toplinkspercentrigger == 1) { echo '<div style="text-align:center"><h2>'._BESTRATED." ".pnVarPrepForDisplay($toplinkspercent)."% ("._OF." ".pnVarPrepForDisplay($totalratedlinks)." "._TRATEDLINKS.")</h2>"; } else { echo '<div style="text-align:center"><h2>'._BESTRATED." ".pnVarPrepForDisplay($toplinks)." </h2>"; } echo _NOTE." ".pnVarPrepForDisplay($linkvotemin)." "._TVOTESREQ.'<br />' ._SHOWTOP.": [ <a href=\"".$GLOBALS['modurl']."&req=TopRated&ratenum=10&ratetype=num\">10</a> - " ."<a href=\"".$GLOBALS['modurl']."&req=TopRated&ratenum=25&ratetype=num\">25</a> - " ."<a href=\"".$GLOBALS['modurl']."&req=TopRated&ratenum=50&ratetype=num\">50</a> | " ."<a href=\"".$GLOBALS['modurl']."&req=TopRated&ratenum=1&ratetype=percent\">1%</a> - " ."<a href=\"".$GLOBALS['modurl']."&req=TopRated&ratenum=5&ratetype=percent\">5%</a> - " ."<a href=\"".$GLOBALS['modurl']."&req=TopRated&ratenum=10&ratetype=percent\">10%</a> ]</div><br />"; $column = &$pntable['links_links_column']; $mysearch = "SELECT $column[lid], $column[cat_id], $column[title], $column[description], $column[date], $column[hits], $column[linkratingsummary], $column[totalvotes], $column[totalcomments] FROM $pntable[links_links] WHERE $column[linkratingsummary] != 0 AND $column[totalvotes] >= $linkvotemin ORDER BY $column[linkratingsummary] DESC"; $result =& $dbconn->SelectLimit($mysearch, $toplinks, 0); while(list($lid, $cid, $title, $description, $time, $hits, $linkratingsummary, $totalvotes, $totalcomments)=$result->fields) { $result->MoveNext(); // get category name $column = &$pntable['links_categories_column']; $sql = "SELECT $column[title] FROM $pntable[links_categories] WHERE $column[cat_id]='".(int)pnVarPrepForStore($cid)."'"; $res =& $dbconn->Execute($sql); list($cattitle) = $res->fields; if (pnSecAuthAction(0, "Web Links::Category", "$cattitle::$cid", ACCESS_READ)) { $linkratingsummary = number_format($linkratingsummary, $mainvotedecimal); echo "<h3><a href=\"".$GLOBALS['modurl']."&req=visit&lid=".pnVarPrepForDisplay($lid)."\">".pnVarPrepForDisplay($title)."</a>"; newlinkgraphic($datetime, $time); popgraphic($hits); echo '</h3>'; echo ""._CATEGORY." : ".CatPath($cid,1,1,1); echo '<br />'; //transform hooks list($description) = pnModCallHooks('item', 'transform', '', array($description)); if (pnSecAuthAction(0, 'Web Links::', '::', ACCESS_ADMIN)) { echo "<a href=\"admin.php?module=Web_Links&op=LinksModLink&lid=$lid\"><img src=\"modules/Web_Links/images/editicon.gif\" border=\"0\" alt=\""._EDITTHISLINK."\"></a>"; } echo "".pnVarPrepHTMLDisplay($description).'<br />'; ereg ("([0-9]{4})-([0-9]{1,2})-([0-9]{1,2}) ([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2})", $time, $datetime); $datetime = ml_ftime(""._LINKSDATESTRING."", mktime($datetime[4],$datetime[5],$datetime[6],$datetime[2],$datetime[3],$datetime[1])); $datetime = ucfirst($datetime); echo ""._ADDEDON.": ".pnVarPrepForDisplay($datetime)." | "._HITS.": ".pnVarPrepForDisplay($hits); /* voting & comments stats */ if ($totalvotes == 1) { $votestring = _VOTE; } else { $votestring = _VOTES; } if ($linkratingsummary!="0" || $linkratingsummary!="0.0") { echo " | "._RATING.": ".pnVarPrepForDisplay($linkratingsummary)." (".pnVarPrepForDisplay($totalvotes)." ".pnVarPrepForDisplay($votestring).")"; //removed show star flag need to make it config var. - skooter //if ($web_links_show_star) { echo '<br />'.web_links_rateMakeStar($linkratingsummary, 10); //} } $transfertitle = str_replace (" ", "_", $title); LinksBottomMenu($lid, $transfertitle, $totalvotes, $totalcomments); detecteditorial($lid, $transfertitle); echo '<br /><br />'; } } CloseTable(); include('footer.php'); } ?>