PDA

View Full Version : проблемы с хостом в инете


Groxel
13.08.2005, 19:11
Вот всё прочитал, настроил сайт на localhost, потом зарегился на agava.ru, создал там базу, влил содержимое www в местную папку www, настроил config.php:
$dbhost = "database";
$dbuname = "reg5";
$dbpass = "******";
$dbname = "reg5";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 0;
$subscription_url = "";
$admin_file = "brd";
$display_errors = 0;
Но при загрузке сайта в IE просто белая страница, а в Opera грузит ьаннер и пару строк каракулей. ХЕЛП!
С уважением.

BriaN
13.08.2005, 20:39
PHP-Nuke На хостинге h1.ru так же известный как agava.ru, не будет работать!

Irlyusik
13.08.2005, 22:11
Groxel
Может вместо
$dbhost = "database"
нужно
$dbhost = "localhost"
попробуй
вдруг получится
я тоже только учусь
поэтому точно незнаю
но попробовать можно

Groxel
13.08.2005, 22:37
PHP-Nuke На хостинге h1.ru так же известный как agava.ru, не будет работать!
Хост h15.ru и вроде написано, что поддерживает php, но всё равно попробую поискать что-нить. Тогда никто не подскажет нормальный бесплатный (ибо надо временно для сайт гильдии в MMORPG, потом скинемся, если им понравится)?
Может вместо
$dbhost = "database"
нужно
$dbhost = "localhost"
Мне на мыло вот чё прислали:
Имя базы: reg5
Имя пользователя: reg5
Хост на котором расположен сервер БД: database
Пароль: ******
С уважением.

Soniks
13.08.2005, 23:09
Groxel Вот всё прочитал не все!

http://mynuke.ru/modules.php?name=phpNuke&go=page&pid=33&page=2
почитайте в самом низу.

Groxel
13.08.2005, 23:55
if (stristr($_SERVER["QUERY_STRING"],'%20union%20')) header("Location: index.php");
$phpver = phpversion();
if ($phpver >= '4.0.4pl1' && strstr($HTTP_USER_AGENT,'compatible')) {
if (extension_loaded('zlib')) {
ob_end_clean();
ob_start('ob_gzhandler');
}
} else if ($phpver > '4.0') {
if (strstr($HTTP_SERVER_VARS['HTTP_ACCEPT_ENCODING'], 'gzip')) {
if (extension_loaded('zlib')) {
$do_gzip_compress = TRUE;
ob_start();
ob_implicit_flush(0);
//header('Content-Encoding: gzip');
}
}
}
Это я тоже читал, только у меня немного по-другому:
/*$phpver = phpversion();
if ($phpver < '4.1.0') {
$_GET = $HTTP_GET_VARS;
$_POST = $HTTP_POST_VARS;
$_SERVER = $HTTP_SERVER_VARS;
}
if ($phpver >= '4.0.4pl1' && strstr($_SERVER["HTTP_USER_AGENT"],'compatible')) {
if (extension_loaded('zlib')) {
ob_end_clean();
ob_start('ob_gzhandler');
}
} else if ($phpver > '4.0') {
if (strstr($HTTP_SERVER_VARS['HTTP_ACCEPT_ENCODING'], 'gzip')) {
if (extension_loaded('zlib')) {
$do_gzip_compress = TRUE;
ob_start(array('ob_gzhandler',5));
ob_implicit_flush(0);
//header('Content-Encoding: gzip');
}
}
}*/
Закоментировал, но всё также, мож не то коментировал?
С уважением.

Soniks
14.08.2005, 00:11
Groxel это правильно, тогда включите отображение ошибок на сайте и посмотрите что будет
http://forum.mynuke.ru/showpost.php?p=2960

Groxel
14.08.2005, 19:57
Спс, вот чё написало:
Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home/r/reg.h15.ru/WWW/mainfile.php on line 205

Warning: main(): Failed opening 'language/lang-.php' for inclusion (include_path='.:') in /home/r/reg.h15.ru/WWW/mainfile.php on line 205

Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home/r/reg.h15.ru/WWW/mainfile.php on line 854

Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:') in /home/r/reg.h15.ru/WWW/mainfile.php on line 854

Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home/r/reg.h15.ru/WWW/mainfile.php on line 1091

Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:') in /home/r/reg.h15.ru/WWW/mainfile.php on line 1091

Warning: head(themes//theme.php): failed to open stream: No such file or directory in /home/r/reg.h15.ru/WWW/header.php on line 32

Warning: head(): Failed opening 'themes//theme.php' for inclusion (include_path='.:') in /home/r/reg.h15.ru/WWW/header.php on line 32

Fatal error: Call to undefined function: themeheader() in /home/r/reg.h15.ru/WWW/header.php on line 52
С уважением.

Щя посмотрел на это всё и вроде понял, что он не там ищет файл theme.php, потому что в переменной $ThemeSel после вызова функции get_theme() пусто, вот эта функция:
//Fixed BAG
function get_theme() {
global $user, $cookie, $Default_Theme, $name, $op;
if(is_user($user) && ($name != "Your_Account" || $op != "logout")) {
$user2 = base64_decode($user);
$user2 = addslashes($user2);
$t_cookie = explode(":", $user2);
if($t_cookie[9]=="") $t_cookie[9]=$Default_Theme;
if(@file_exists("themes/$t_cookie[9]/theme.php")) {
$ThemeSel = $t_cookie[9];
} else {
$ThemeSel = $Default_Theme;
}
} else {
$ThemeSel = $Default_Theme;
}
return($ThemeSel);
}
Тоже самое с языком, но я попробовал в ручную задать значение, но всё равно он не может открыть файл 'themes/clan/theme.php' , хотя он там есть.
С уважение.

При обращении напрямую к themes/clan/theme.php выдаёт:
Warning: main(themes/Clan/tables.php): failed to open stream: No such file or directory in /home/r/reg.h15.ru/WWW/themes/clan/theme.php on line 25

Warning: main(): Failed opening 'themes/Clan/tables.php' for inclusion (include_path='.:') in /home/r/reg.h15.ru/WWW/themes/clan/theme.php on line 25
А к 'themes/Clan/tables.php' пустую страницу.

Залил заново tables.php, терь при обращении к index.php выдаёт:

Warning: main(themes/Clan/tables.php): failed to open stream: No such file or directory in /home/r/reg.h15.ru/WWW/themes/clan/theme.php on line 25 //include("themes/Clan/tables.php");

Warning: main(): Failed opening 'themes/Clan/tables.php' for inclusion (include_path='.:') in /home/r/reg.h15.ru/WWW/themes/clan/theme.php on line 25

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/r/reg.h15.ru/WWW/includes/sql_layer.php on line 285 //$row = mysql_fetch_row($res);

Warning: file(themes/Clan/header.html): failed to open stream: No such file or directory in /home/r/reg.h15.ru/WWW/themes/clan/theme.php on line 60 //$thefile = implode("", file($tmpl_file));

Warning: implode(): Bad arguments. in /home/r/reg.h15.ru/WWW/themes/clan/theme.php on line 60

Warning: file(themes/Clan/left_center.html): failed to open stream: No such file or directory in /home/r/reg.h15.ru/WWW/themes/clan/theme.php on line 67 //$thefile = implode("", file($tmpl_file));

Warning: implode(): Bad arguments. in /home/r/reg.h15.ru/WWW/themes/clan/theme.php on line 67

Fatal error: Call to undefined function: opentable() in /home/r/reg.h15.ru/WWW/index.php on line 70 //OpenTable();

Вот теперь я окончательно запутан :(

Soniks
14.08.2005, 20:29
Groxel перелейте БД! это раз, во вторых проверьте что бы в таблице _config в строке Default_Theme было указана ваша тема. Проверьте регистр папк, что бы он соответствовал с имеющимся Clan и clan это совсем разные папки.

Groxel
15.08.2005, 01:16
Спс. Насчёт БД, как её залить? на Данвере был phpMyAdmin, а здесь как?

Soniks
15.08.2005, 01:49
Groxel установите phpMyAdmin (http://mynuke.ru/modules.php?name=Downloads&op=getit&lid=97), если ее не предоставляет хоcтинг-оператор.

Groxel
15.08.2005, 10:36
ух, заработало! только на другом хосте, причём сразу, на агаву я забил :) всем спасибо!

Mihanich
05.09.2005, 18:16
ух, заработало! только на другом хосте,Поделись названием, бо срочно надо протеститьь сайт....причём сразу, на агаву я забил :) всем спасибо!