How can I fix this one bugs? /äîáàâÿìå

Discussion of non-phpBB related topics with other phpBB.com users.
Forum rules
General Discussion is a bonus forum for discussion of non-phpBB related topics with other phpBB.com users. All site rules apply.
User avatar
Stefan Salvatore
Registered User
Posts: 42
Joined: Sun Aug 27, 2023 5:26 pm
Name: HarveyWNvm

How can I fix this one bugs? /äîáàâÿìå

Post by Stefan Salvatore »

How do I fix the tongue not coming out like that? äîáàâÿìå config ôàéëà

Because the language was in Bulgarian and now it has made a fatal mistake where it writes only symbols

Code: Select all

<?php 
session_start();
?>
<?PHP
include ('conf.php'); //äîáàâÿìå config ôàéëà 
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><? echo $site; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<link rel="shortcut icon" href="images/favicon.ico" />
<link href="styles.css" rel="stylesheet" type="text/css" />
<link href="menu.css" rel="stylesheet" type="text/css" />
<!-- Import Javascript Libraries -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/form.js" language="javascript"></script>
<script type="text/javascript" src="js/pictures.js" language="javascript"></script>
<script type="text/javascript" src="js/vtip.js"></script>
  <script type="text/javascript">
    jQuery(document).ready(function($) {
      $('a[rel*=facebox]').facebox({
      })
    })
  </script>

<!--[if lt IE 7]>
 <style type="text/css">
 .dock img { behavior: url(iepngfix.htc) }
 </style>
<![endif]-->
<script type="text/javascript" src="js/scrollTop.js" language="javascript"></script></head>
<body>
<center>
<div class="header">
<div class="banner">
 </div>
<br /><br /><br />
<div style="width:997px;" class="background">
<table width="997px" align="center" border="0" cellspacing="2" cellpadding="2">
<ul id="h_menu">
<li><a href="index.php" class="vtip" title="Íà÷àëî" style="padding-top:10px;">Íà÷àëî</a></li>
<li><a href="index.php" class="vtip" title="Íà÷àëî" style="padding-top:10px;">Ìåíþ</a></li>
<li><a href="index.php" class="vtip" title="Íà÷àëî" style="padding-top:10px;">Ìåíþ</a></li>
<li><a href="index.php" class="vtip" title="Íà÷àëî" style="padding-top:10px;">Ìåíþ</a></li>
<li><a href="index.php" class="vtip" title="Íà÷àëî" style="padding-top:10px;">Ìåíþ</a></li>
<li><a href="index.php" class="vtip" title="Íà÷àëî" style="padding-top:10px;">Ìåíþ</a></li>
</ul>

<div class="scrollToTop"><a href="#" onclick="return false;"><img src="images/up.png" border="0"></div><td width="20%" valign="top">
<table width="100%" valign="top" border="0" cellspacing="0" cellpadding="0" >
<tr>
<td colspan="3" id="lent">

<b style="color:#000;">Íàâèãàöèÿ</b>
<br />
<br />
<center>


	<div class="v_menu" align="center" width="100%">
	<br />
  <ul>
   <li><a href="#" >Ìåíþ</a></li>
   <li><a href="#" >Ìåíþ</a></li>
   <li><a href="#" >Ìåíþ</a></li>
   <li><a href="#" >Ìåíþ</a></li>
   <li><a href="#" >Ìåíþ</a></li>
   <li><a href="#" >Ìåíþ</a></li>
   <li><a href="#" >Ìåíþ</a></li>
   <li><a href="#" >Ìåíþ</a></li>
   <li><a href="#" >Ìåíþ</a></li>
   <li><a href="#" >Ìåíþ</a></li>
  </ul>
</div>
</center>
</td>
</tr>
</table>

<br />
<table width="100%" valign="top" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" id="lent">

<b style="color:#000;">×àò</b>
<br />
<br />
<center>

<br />

<table align='center' style='border: 1px solid #f2f2f2; background: #f2f2f2;' width='100%'>
<?php

  $result = mysql_query("SELECT * FROM chat limit 5");
  while($row = mysql_fetch_array($result))
  {
  echo "<tr style='border: 1px solid #f2f2f2; background: #f2f2f2;'>
<td align='left' style='border: 1px solid #b7b7b7; background: #fff; font-size:10px; padding-left:3px;'>
&nbsp;<img src='images/chatbox.png' align='left' style='padding-left:3px; padding-right:3px; padding-top:3px;' />
<b title='' class='vtip' style='color:#000'>$row[user]</b><br />&nbsp;<br />$row[text]<br />
</td></tr>";
  }
?></table>
<?php
if($_SESSION['is_logged']!==true)
{
}
else
{
  echo "<form method='post'>
<br><input type='text' name='message'>
<br />
<input type='submit' name='submit' value='Äîáàâè' />
</form>
";
}
?>
<?php
if (isset($_POST["submit"])) {
$nick = ''.$_SESSION['user_info']['user'].''; 
if (!empty($_POST["message"])) $message = htmlspecialchars($_POST["message"]); 
else $errMsg = "<meta http-equiv=\"Refresh\" content=\"0; URL=index.php\"/>Ìîëÿ âúâåäåòå ñúîáùåíèå!<br />";
if (empty($errMsg)) {
$insert = mysql_query("INSERT INTO chat(user, text) VALUES('$nick', '$message')")or die(mysql_error());
echo '<meta http-equiv=\"Refresh\" content=\"0; URL=index.php\"/>';
} else echo $errMsg;
mysql_close();
}
?> 




</table>
<br />


<table width="100%" valign="top" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" id="lent">

<b style="color:#000;">Ñïîíñîð</b>
<br />
<br />
<center>

<br />

<table align='center' style='border: 1px solid #f2f2f2; background: #f2f2f2;' width='100%'>
<a href="http://cocktail-bg.info" target="_blank"><img src="http://www.gravatar.com/avatar/f3db66de3fc97b6ef341db844892f32c?d=http%3A%2F%2Fcocktail-bg.info%2Fpublic%2Fstyle_avatars%2Fblank_avatar.gif"></a>
</table>




</table>





<br /></td><td width="45%" valign="top">	
 <table width="100%" valign="top" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" id="lent">

<b style="color:#000;">Àêî òúðñèòå ñúðâúð, â êîéòî äà èãðàåòå...</b>
<br />
<br />
<center>
<table class='list_table' cellpadding='6' width="100%">
<tr class="table">
<td class="list_row" style="text-align:center;">
<b>IP</b>
</td>
<td class="list_row" style="text-align:center;">
<b>Òèï</b>
</td>
<td class="list_row" style="text-align:center;">
<b>Èíôî</b>
</td>
</tr>
<?php
include "conf.php";
  $result = mysql_query("SELECT * FROM servers limit 6 ");
  while($row = mysql_fetch_array($result))
  {
  echo "
  <tr class='table'>
<td class='list_row' style='text-align:center;'>
$row[ip]
</td><td class='list_row' style='font-size: 10px; text-align:center;'>
$row[mod]
</td>
<td class='list_row' style='font-size: 10px; text-align:center;'>
<a href='$row[site]' target='blank' >Ñàéò</a>
</td>
</tr>";
  }
?>
</table>
<center style='font-size:10px;'>» <a href="index.php?a=all_servers" class="vtip" title="Âèæ âñè÷êè ñúðâúðè">Âèæ âñè÷êè ñúðâúðè</a> «</center></center>
</td>
</tr>
</table>
<br />
<table width="100%" valign="top" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" id="lent">

<b style="color:#000;"> </b>
<br />
<br />

<?php
$url="$_SERVER[REQUEST_URI]";
$newurl=explode("/", $url);

if($_GET['a']) {
$page = htmlspecialchars($_GET['a']);
if (file_exists("$page.php")){
$p=@ include("$page.php");
}else{
echo "<center><b>Íÿìà òàêàâà ñòðàíèöà, ìîëÿ âúðíåòå ñå !</b></center>";
} 
}else{
include "news.php";
}
echo '
'; ?>

<br />

</td>
</tr>
</table>

<br />
 <table width="100%" valign="top" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" id="lent">

<b style="color:#000;">Ðåêëàìà</b>
<br />
<br />
<center>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1251" />
<title>Áàíåðè</title>
</head>
<body>
<? include 'baner.php'; ?>
</body>
</html>
 </center>
</td>
</tr>
</table>
<br />
</td><td width="20%" valign="top">
<?php
if($_SESSION['is_logged']!==true)
{
}
else
{
  echo '<table width="100%" valign="top" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" id="lent">
<b style="color:#000;">Àâàòàð</b>
<br />
<br/>
<br/>
<center><img src="'.$_SESSION['user_info']['avatar'].'"></cenetr>
</td>
</tr>
</table>
<br/>
';
}
?>
<table width="100%" valign="top" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" id="lent">
<b style="color:#000;">Âõîä</b>
<br />
<br/>
<?php
if($_SESSION['is_logged']!==true)
{
echo '<form action="index.php?a=login" name="" method="POST">
 <table width="100%" align="center">
<tr><td align="right">Íèê:</td><td align="center"><input size="15" type="text" name="user" maxlength="50"></td></tr>
<tr><td align="right">Ïàðîëà:</td><td align="center"><input size="15" type="password" name="pass" maxlength="50"></td></tr>
</table>
<table width="100%" align="center">
<tr><td align="center"><input type="submit" name="login" value="Âõîä"></td></tr>
</table>
</form>
<center>
Íÿìàø àêàóíò ? <br/><a href="index.php?a=register">Ðåãèñòðàöèÿ</a>
</center>';
}
else
{
  echo '

<img src="images/online.png" style="padding-top:5px;"> &nbsp; <font color="#3a3a3a"><b>'.$_SESSION['user_info']['user'].'</b></font><br />
  ';
  if($_SESSION['user_info']['type']=="admin")
  {
    echo '<img src="images/table.gif"> <a href="index.php?a=add">Äîáàâè íîâèíà</a><br />';
  }
  echo '
<img src="images/table.gif"> <a href="index.php?a=edit&id='.$_SESSION['user_info']['id'].'">Ïðîôèë</a><br />
<img src="images/table.gif"> <a href="index.php?a=sad">SMS Ñ.Ðåêëàìà</a><br />
<img src="images/table.gif"> <a href="index.php?a=bad">SMS Á.Ðåêëàìà</a><br />
<img src="images/table.gif"> <a href="index.php?a=sadmin">SMS Ñ.Àäìèí</a><br />
<img src="images/table.gif"> <a href="logout.php">Èçõîä</a><br />
  
  ';
}
?>
</td>
</tr>
</table>
<br />
<table width="100%" valign="top" border="0" cellspacing="0" cellpadding="0">
 
<tr>
<td colspan="3" id="lent">
<b style="color:#000;">Ïðèÿòåëè</b>
<br />
<br />
<br />
<table align="center">
<tr>
<td>
<img src="images/88x31.gif" border="0" title="Âàøèÿò ñàéò òóê" class="vtip">
</td>
<td>
<img src="images/88x31.gif" border="0" title="Âàøèÿò ñàéò òóê" class="vtip">
</td>
</tr>
<tr>
<td>
<img src="images/88x31.gif" border="0" title="Âàøèÿò ñàéò òóê" class="vtip">
</td>
<td>
<img src="images/88x31.gif" border="0" title="Âàøèÿò ñàéò òóê" class="vtip">
</td>
</tr>
<tr>
<td>
<img src="images/88x31.gif" border="0" title="Âàøèÿò ñàéò òóê" class="vtip">
</td>
<td>
<img src="images/88x31.gif" border="0" title="Âàøèÿò ñàéò òóê" class="vtip">

</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
 <table width="100%" valign="top" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" id="lent">
<b style="color:#000;">Ñòàòèñòèêà</b>
<br />
<br />
<img src="images/online.png" style="padding-top:5px;"> &nbsp;<b>Ñòàòèñòèêà</b><br />
<img src="images/table.gif"> Ïîòðåáèòåëè: <b title='users' class='vtip'><?php 
$our = mysql_query ("SELECT count(`id`) as user FROM users");
 while($r=mysql_fetch_array($our)){
echo " <font color='#2b60de'><b>" .$r['user']. "</b></font>";
} ?></b><br />
<img src="images/table.gif"> Ñúðâúðè: <b  class='vtip'><?php 
$our = mysql_query ("SELECT count(`id`) as server FROM servers");
 while($r=mysql_fetch_array($our)){
echo " <font color='#2b60de'><b>" .$r['server']. "</b></font>";
} ?></b><br />
<img src="images/table.gif"> Íîâèíè: <b  class='vtip'><?php 
$our = mysql_query ("SELECT count(`id`) as news FROM news");
 while($r=mysql_fetch_array($our)){
echo " <font color='#2b60de'><b>" .$r['news']. "</b></font>";
} ?></b><br />
<img src="images/table.gif"> Ñúðâúð àäìèíè: <b  class='vtip'><?php 
$our = mysql_query ("SELECT count(`id`) as admin FROM admin");
 while($r=mysql_fetch_array($our)){
echo " <font color='#2b60de'><b>" .$r['admin']. "</b></font>";
} ?></b><br />
<br />
</td>
</tr>
</table>
<br />
 <table width="100%" valign="top" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" id="lent">
<b style="color:#000;">Ïîëåçíî</b>
<br />
<br />
<img src="images/online.png" style="padding-top:5px;"> &nbsp;<b>Ìîåòî IP</b><br />
<img src="images/table.gif"><b title='users' class='vtip'>
<?
 $ip = getenv("REMOTE_ADDR") ; 
 Echo  $ip; 
 ?> </b><br />
 <img src="images/online.png" style="padding-top:5px;"> &nbsp;<b>Èçãëåä</b><br />
<img src="images/table.gif"><a href="http://mozila.com" target="_blank"><img src="http://cs-deluxe.info/assets/img/mozilla.png"></a>
<a href="http://microsoft.com" target="_blank"><img src="http://cs-deluxe.info/assets/img/internet.png"></a> 
<a href="http://google.com/chrome" target="_blank"><img src="http://cs-deluxe.info/assets/img/chrome.png"></a> 
<a href="http://opera.com" target="_blank"><img src="http://cs-deluxe.info/assets/img/opera.png"></a>
<br />
<img src="images/online.png" style="padding-top:5px;"> &nbsp;<b>Êîíòàêòè</b><br />
<img src="images/table.gif"><a href="skype:batboyko25">Cs-deluxe Support</a><br/>
<img src="images/online.png" style="padding-top:5px;"> &nbsp;<b>Ñ ïîìîùòà íà</b><br />
<img src="images/table.gif"><a href="http://cocktail-bg.info" target="_blank">Cocktail-bg</a><br/>
<img src="images/table.gif"><a href="http://mobio.bg" target="_blank">Mobio.bg</a><br/>
<img src="images/table.gif"><a href="http://webwarez-bg.org" target="_blank">Webwarez-bg</a><br/>
<img src="images/table.gif"><a href="http://cwi-team.com" target="_blank">Cyber Warrior Invasion</a><br/>
</td>
</tr>
</table>
<br /></td><tr>
<td colspan="3" class="footer" valign="bottom">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border:1px solid #b7b7b7; padding:7px; background:#fff;">
<tr>
<td colspan="3">
Copyright © 2011 <? echo $site; ?></td>
</tr>
</table></div>
</center>
</table>
<br />
</body>
</html>
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6817
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: How can I fix this one bugs? /äîáàâÿìå

Post by HiFiKabin »

I'm sorry, but we do not provide any support for sites suspected of illegal activity. Therefore this topic is now closed. For further information or requests to get your topic reopened, feel free to send me a private message.

Return to “General Discussion”