08-16-2008, 04:58 PM
DiskW 3.0 Extreme Edition подскажите как нанем сменить скрин для сайта..
Проблема с Disk w
|
08-16-2008, 04:58 PM
DiskW 3.0 Extreme Edition подскажите как нанем сменить скрин для сайта..
08-16-2008, 05:06 PM
ну скачай какойнить скин и впихни в диск W и в конфигах там нада тоже указать уже новый скин,вроде так,просто давно уже етой прогой непользовался.
08-16-2008, 05:09 PM
<?
////////////////////////////////////// // Statistik Script by I-Web Design // // -------------------------------- // // Contact: webmaster@michieru.de // // Homepage: http://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); ?> вот конфиг чото не пойму де тут скин менять...
08-16-2008, 05:28 PM
х.мда.я чёто тут тоже непойму где скин менять,по идеи должен быть параметр skin1=.
Тут чёто его невижу.Попробуй другой скин )
08-16-2008, 11:32 PM
Все разабролся как это работает ...
08-20-2008, 10:58 AM
Дак а что зделал то, роскажи)
08-20-2008, 06:37 PM
,там не чего сложного нету.....
08-23-2008, 01:00 AM
Disk W это просто эмулятор, заливаешь в www любой сайт и все. А шаблонов в интернете полно.
p.s Лучше сразу денвер ставь |
« Предыдущая | Следующая »
|
Возможно похожие темы ... | |||||
Тема | Автор | Ответы | Просмотры | Последний пост | |
проблема со stressweb! | 1 | 3,198 |
01-10-2020, 04:13 PM Последний пост: andLike |
||
Проблема с капчей при верстке | 6 | 2,635 |
01-16-2014, 01:19 PM Последний пост: Andis |
||
Вот Такая Проблема | 8 | 2,323 |
04-29-2013, 06:36 PM Последний пост: SoniPro |
||
Проблема с привязкой сервера к сайту | 17 | 3,554 |
01-12-2013, 02:59 AM Последний пост: Anikey |
||
проблема с stress web 13 | 10 | 9,702 |
08-06-2012, 12:30 PM Последний пост: oper001 |
||
Проблема с СВ11 | 3 | 1,945 |
03-27-2012, 09:46 AM Последний пост: Someday |
||
Проблема с обвязкой | 13 | 4,777 |
01-30-2012, 01:57 AM Последний пост: KamchaT |
||
Проблема с доменом | 7 | 2,189 |
01-18-2012, 11:31 AM Последний пост: dbnfkbr33 |
||
проблема с доменом | 12 | 3,489 |
01-11-2012, 11:41 AM Последний пост: exceeder |
||
Проблема с регистрации на HellEvil 2.5.2 | 3 | 2,724 |
04-04-2011, 01:04 AM Последний пост: Plush_Hero |