sergey_prusov
Участник
- Регистрация
- 31 Окт 2008
- Сообщения
- 203
- Реакции
- 4
- Автор темы
- #1
Подскажите пожалуйста как в данном файле пописать кодировку utf-8
HTML:
if(pclinksformat == 2) {
t1 = '<tr>';
t2 = '</tr>';
td1 = '<td style="padding: 3 3 3 3px;" valign="top">';
td2 = '</td>';
} else {
t1 = '';
t2 = '';
td1 = '<tr><td style="padding: 3 3 3 3px;" valign="top">';
td2 = '</td></tr>';
pos = 1;
}
<?php
include "cfg.php";
$c = intval($_GET[c]);
$id = intval($_GET[id]);
if(!$c || $c > 9) { $c = 3; }
$where = "";
$sql = 'SELECT * FROM context2 WHERE price >= '.$cfgContext.''.$where.' ORDER BY price DESC';
$rs = mysql_query($sql);
$i = 1;
print "linkcode = '";
while($a = mysql_fetch_array($rs)) {
$sql2 = 'SELECT balance FROM users WHERE id = '.$a[user_id].' LIMIT 1';
$rs_balance = mysql_query($sql2);
$a_b = mysql_fetch_array($rs_balance);
if ($a_b['balance'] >= $a['price'] && ($a['stopor'] > $a['clx'] || $a['stopor'] == 0) && $a[status] == 0) {
print "'+top.td1+'<a href=\"http://сайт/click/utfcontext2.php?id=".$id."&ids=".$a[id]."\" target=\"_blank\" style=\"text-decoration: none;\"><font style=\"font-size: '+pclinksptlink+'pt;\" color=\"#'+pclinkslinkcolor+'\"><u><b>".$a[name]."</b></u></font><br />'+
'<font style=\"font-size: '+pclinkspttext+'pt;\" color=\"#'+pclinkstextcolor+'\">".$a[descr]."</font><br />'+
'<font style=\"font-size: '+pclinksptdomen+'pt;\" color=\"#'+pclinksdomencolor+'\"><u>".$a[url]."</u></font></a>'+top.td2+'";
if($i == $c) { break; }
$i++;
}
}
print "';";
?>
res = linkcode;
if(res == "") { res = top.td1 + '<center><a href="http://сайт/" target="_blank"><img src="/images/logo.gif" width="133" height="34" border="0" alt="http://сайт/ - биржа контекстной рекламы и PopUp" /></a></center>' + top.td2; }
res = '<table width="'+pclinkswidth+'" cellpadding="0" cellspacing="0" border="0">'+
'<tr>'+
'<td>'+
'<a style="text-decoration: none; font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000000;" href="http://blowclick.ru/" target="_blank"><b>Реклама: <font color="#999999">сайт<b>.</b>ru</font></b></a>'+
'<table bgcolor="#'+pclinksfoncolor+'" style="border: 1px solid #'+pclinksbordercolor+';" width="100%" cellpadding="0" cellspacing="0" border="0">'+top.t1+''+res+''+top.t2+'</table>'+
'</td>'+
'</table>';
document.write(res);