Wikko0
Well-Known Member
- Joined
- Oct 17, 2012
- Messages
- 660
- Reaction score
- 263
Аз го преведох за 5минутки :Заел съм се да превеждам сайта на български. До утре ще съм напълно готов.
Аз го преведох за 5минутки :Заел съм се да превеждам сайта на български. До утре ще съм напълно готов.
Аз го преведох за 5минутки :
Най-вероятно новините и ако има някакви анкети са през mysql...
Fatal error: Call to undefined function mssql_connect() in C:\xamppp\htdocs\g_config.php on line 14
:S
@MeMoS
now have this problem
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '127.0.0.1' (10061) in C:\xamppp\htdocs\dg\MYSQL_config.php on line 14
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in C:\xamppp\htdocs\dg\MYSQL_config.php on line 15
Warning: mysql_query() [function.mysql-query]: Can't connect to MySQL server on 'localhost' (10061) in C:\xamppp\htdocs\dg\MYSQL_config.php on line 16
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\xamppp\htdocs\dg\MYSQL_config.php on line 16
Problem with MySQL database...
look :sthis website uses MySQL and MsSQL you need both
to remove MySQL just clean the content of dt_ADDONS/news.php and dt_ADDONS/downloads.php
and delete MYSQL_config.php
look :s
$_GETa = addslashes(htmlspecialchars($_GET['language']));
$lang = "BG";
if($_GETa == 'bulgarian')
{
$_SESSION['language'] = "BG";
header('Location: index.php');
}
elseif($_GETa == 'english') {
$_SESSION['language'] = "EN";
header('Location: index.php');
}
if(isset($_SESSION['language']))
{
$lang = addslashes(htmlspecialchars($_SESSION['language']));
}
include("_language/".$lang."/lang.php");