Форум администраторов игровых серверов

Форум администраторов игровых серверов (https://forum.zone-game.info/TT.php)
-   Движки сайтов (CMS) (https://forum.zone-game.info/forumdisplay.php?f=47)
-   -   Проблема с Disk w (https://forum.zone-game.info/showthread.php?t=1684)

Zelden 16.08.2008 16:58

Проблема с Disk w
 
DiskW 3.0 Extreme Edition подскажите как нанем сменить скрин для сайта..

Abaka 16.08.2008 17:06

Ответ: Проблема с Disk w
 
ну скачай какойнить скин и впихни в диск W и в конфигах там нада тоже указать уже новый скин,вроде так,просто давно уже етой прогой непользовался.

Zelden 16.08.2008 17:09

Ответ: Проблема с Disk w
 
<?
//////////////////////////////////////
// Statistik Script by I-Web Design //
// -------------------------------- //
// Contact: webmaster@michieru.de //
// Homepage: www.michieru.de //
// //
// Using: //
// You can use the Script for free //
// and edit it in all places. Only //
// keep this head-copyright on each //
// site of this script. //
// See info.txt for more details!!! //
//////////////////////////////////////

//Database
//////////
$dbhost="localhost"; //Host/IP from the MySQL Database
$dbname="l2jdb"; //Name of Database (in many times it is 'l2jdb')
$dbuser="root"; //Username to the MySQL Database
$dbpass="-=Lineage2=-"; //Passwort to the MySQL Database

//Main-Config
/////////////
$config['config_startpage']="home.php"; //The site where should displayed first
//Home = "home.php"
//Status = "status.php"
//Statistik = "stat.php"
//Search-DB = "search.php"
//Player-Map = "map.php"

$config['config_script_name']="Lineage II Server"; //Here you can wrote you name from the Homepage / Clan or something.
//It will be displayed on the Top

//Map-Config
////////////
$config['config_map_quality']="middle"; //Quality of the Map and size
//"low" = Low quality and size (this can reduce the traffic of the server)
//"middle" = Middle quality and size (this looks good on 1280x1024 resolution)
//"high" = High quality and size (this is a detailed map but more traffic)
//
//Notice: Whole-Map is always "low" quality

//Config-Server variable
////////////////////////
$config['server_path']="c:/server/l2j/gameserver/data/announcements.txt"; //Full path to the announcements.txt.
//example:
//Windows = C:/server/l2j-server/data/announcements.txt
//Linux = /usr/server/l2j-server/data/announcements.txt

$config['server_ip']=$_SERVER["HTTP_HOST"]; //IP adress from the Server. $_SERVER["HTTP_HOST"] = IP from HTTP-server
//example:
//HTTP-Server IP = $config['server_ip']=$_SERVER["HTTP_HOST"];
//External IP = $config['server_ip']="10.221.229.299";

//Controll displaying each site
///////////////////////////////
//This options are experimental. You should test it to disable any Site before you make it public.
//Problem that can be happen when a linked Site are disabled.
//Example: Statistik->Player = disabled. Now you can Click on Statistik->Top100 on a name and you get a empty Site!
$config['config_display_home'] ="yes"; //Display Home (yes, no)
$config['config_display_home_game'] ="yes"; //Display Home->Game (yes, no)
$config['config_display_home_faq'] ="yes"; //Display Home->FAQ (yes, no)
$config['config_display_status'] ="yes"; //Display Status (yes, no)
$config['config_display_status_server'] ="yes"; //Display Status->Server (yes, no)
$config['config_display_status_online'] ="yes"; //Display Status->Online-Players (yes, no)
$config['config_display_statistik'] ="yes"; //Display Statistik (yes, no)
$config['config_display_statistik_top100'] ="yes"; //Display Statistik->Top100 (yes, no)
$config['config_display_statistik_player'] ="yes"; //Display Statistik->Player (yes, no)
$config['config_display_statistik_clan'] ="yes"; //Display Statistik->Clan (yes, no)
$config['config_display_search_db'] ="yes"; //Display Search-DB (yes, no)
$config['config_display_search_db_item'] ="yes"; //Display Search-DB->Item (yes, no)
$config['config_display_search_db_armor'] ="yes"; //Display Search-DB->Armor (yes, no)
$config['config_display_search_db_weapon'] ="yes"; //Display Search-DB->Weapon (yes, no)
$config['config_display_search_db_monster'] ="yes"; //Display Search-DB->Monster (yes, no)
$config['config_display_player_map'] ="yes"; //Display Player-Map (yes, no)
$config['config_display_player_map_whole'] ="yes"; //Display Player-Map->Whole-Map (yes, no)
$config['config_display_player_map_aden'] ="yes"; //Display Player-Map->Aden (yes, no)
$config['config_display_player_map_elmore'] ="yes"; //Display Player-Map->Elmore (yes, no)

///////////////////////////////////////////////////////////////////////////////////////////////////
//Dont edit behind this line///////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////

$verbindung=MYSQL_CONNECT($dbhost,$dbuser,$dbpass) or die ("Datenbankserver nicht erreichbar");
MYSQL_SELECT_DB($dbname) or die ("Datenbank nicht vorhanden");

$get_config_data="SELECT online FROM characters WHERE online>0";
$config_data=MYSQL_QUERY($get_config_data);
$config['num_online']=mysql_num_rows($config_data);

error_reporting(0);
$IP = array(
"login_server" => $config['server_ip'].":2106",
"game_server" => $config['server_ip'].":7777",
);
while(list($ServerName,$Host)=each($IP))
{
list($IPAddress,$Port)=explode(":",$Host);
if($fp=fsockopen($IPAddress,$Port,$ERROR_NO,$ERROR _STR,(float)0.5))
{
$config[$ServerName]="<font color=\"#00ff00\">Online</font>";
fclose($fp);
}else{
$config[$ServerName]="<font color=\"#ff0000\">Offline</font>";
}
}

mysql_close($verbindung);
?>
вот конфиг чото не пойму де тут скин менять...

Abaka 16.08.2008 17:28

Ответ: Проблема с Disk w
 
х.мда.я чёто тут тоже непойму где скин менять,по идеи должен быть параметр skin1=.
Тут чёто его невижу.Попробуй другой скин )

Zelden 16.08.2008 23:32

Ответ: Проблема с Disk w
 
Все разабролся как это работает ...

Abaka 20.08.2008 10:58

Ответ: Проблема с Disk w
 
Дак а что зделал то, роскажи)

COBETHUK 20.08.2008 18:37

Ответ: Проблема с Disk w
 
:),там не чего сложного нету.....

kuzik 23.08.2008 01:00

Ответ: Проблема с Disk w
 
Disk W это просто эмулятор, заливаешь в www любой сайт и все. А шаблонов в интернете полно.
p.s Лучше сразу денвер ставь


Текущее время: 16:00. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot