#//v.2.51 Web2035 Auctions
/*
Copyright (c), 1999, 2003 - phpauction.org
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation (version 2 or later).
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.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/?>
|
print $std_font.$MSG_138; ?>
print $tlt_font.$MSG_206 ?>
echo $tlt_font.$TPL_user_value; ?> print $TPL_rate_ratio_value.$TPL_user_trusted?> print $MSG_932; ?>
print $std_font.$MSG_502; ?> print "(".$TPL_num_feedbacks.")" ?>
if(is_array($TPL_rate_ratesum)) {
foreach($TPL_rate_ratesum as $k=>$v) {
if($k>0) {
print $std_font.$MSG_502.$MSG_25_0210.$v." (".ceil($v*100/$TPL_num_feedbacks)."%) ";
$good1 = ceil($v*100/$TPL_num_feedbacks);
$trust1 =$trust1 + $good1;
} elseif($k==0) {
print $std_font.$MSG_502.$MSG_25_0211.$v." (".ceil($v*100/$TPL_num_feedbacks)."%) ";
$good2 = ceil($v*100/$TPL_num_feedbacks);
$trust2 =$trust2 + $good2;
} else {
print $std_font."".$MSG_502.$MSG_25_0212.$v." (".ceil($v*100/$TPL_num_feedbacks)."%) ";
}
$trust = $trust2 + $trust1;
if($trust >=80){
$query = "update PHPAUCTION_users set trusted='y' WHERE id=$TPL_user_id";
$result = mysql_query($query);
}else {$query = "update PHPAUCTION_users set trusted='n' WHERE id=$TPL_user_id";
$result = mysql_query($query);
}
}
}
?>
|
print $std_font; ?> print $MSG_207 ?> print $MSG_25_0198 ?> " print $TPL_auction_title ?>"
print $std_font; ?> print $ERR_705 ?> |
| print $std_font.$MSG_209 ?> |
print $std_font.$TPL_ADC_value ?>
|
if($SETTINGS['contactseller'] == 'always' || ($SETTINGS['contactseller'] == 'logged' && isset($_SESSION['PHPAUCTION_LOGGED_IN']))) {
?>
| print $std_font.$MSG_210 ?> |
print $std_font; ?> print $TPL_user_value ?> print $TPL_user_trusted?>
|
}
?>
| print $std_font.$MSG_212 ?> |
print $std_font; ?> print $MSG_213 ?>
print $MSG_214 ?>
|
|
|