> hej når der står:
> Set the $sVHost value to your sVHost id name (The name of your Subdomain)
>
> php-filen er en index.php hvor jeg skal configurere nogle parametre. Ser
> sådan ud:
php
//============================================================================================ // CONFIG FILE // PhpKit version 2.6 // View the readme file for more info //============================================================================================ //VHOST : IMPORTANT TO SET $sVHost = '
www.mobile-fun.dk'; // vhost (subdomain) //OTHER GENERAL SETTINGS $sPageTitle = 'Mobile-fun'; // Text $sTitleOrLogo = 'Mobile-fun'; // Text or Image (Max. 245x60) $sDefaultCountry = 'us'; // Place your default language here $sHeaderColor = '1'; // 1 to 20 (Headers preview in "preview/index.php") $sShowHeaderDesign = '1'; // 1 = Show, 0 = Hide $iShowAdultContent = '0'; // 1 = Show, 0 = Hide $sTypeBox = 'fader'; //choose between 'fader' , 'disable' // ---------------------- // Edit Display settings // ---------------------- $aDisplay = array( 'BackgroundColor' => 'FFA500', // Hexadecimal (#??????) or Color Name //color 'ContentColor' => 'EC780B', // Hexadecimal (#??????) 'ContentColorOver' => '#F6A646', // Hexadecimal (#??????) or Color Name 'ContentColorText' => '#FFFFFF', // Hexadecimal (#??????) 'ContentColorTextOver' => '#FFFFFF', // Hexadecimal (#??????) 'HeaderColorText' => '#000000', // Hexadecimal (#??????) //font 'FontText' => 'Tahoma', // The text style (arial, tahoma, verdana,times, helvetica, sans-serif) //size 'ContentSizeText' => '10', // The size of all non-link text (in pixel) 'MenuSizeText' => '11', // Menu Section : Value in pixels 'HeaderSizeText' => '11', // Titles Section : Value in pixels 'BoxSizeText' => '10', // Search Box Section : Value in pixels //weight 'ContentWeightText' => 'normal', // All non-link text : normal or bold 'MenuWeightText' => 'normal', // Menu Section : normal or bold 'HeaderWeightText' => 'normal', // Section Titles : normal or bold ); // ---------------------- // Edit IFRAMES section // ---------------------- $aiFrame = Array( //Not Editable 'BackgroundColor' => str_replace('#','',$aDisplay['ContentColor']), 'PagesFontColor' => str_replace('#','',$aDisplay['ContentColorText']), 'PagesFontColorOver' =>str_replace('#','',$aDisplay['ContentColorTextOver']), 'TextFontColor' => str_replace('#','',$aDisplay['ContentColorText']), 'TextFontColorOver' =>str_replace('#','',$aDisplay['ContentColorTextOver']), 'FontFamily' => $aDisplay['FontText'], 'IconeColor' => $iIconeColor, //Editable 'IconeColor' => 8, // 0 to 13 see the readme file for the color chart 'TextFontSize' => '11', // IFRAME Text Font size 'TextFontWeight' => 'normal',// IFRAME Text Font weight 'TextFontDecoOver' => 'underline', // IFRAME Text Decoration whilemouseOver (underline or none) 'PagesFontSize' => '11', // IFRAME Page Font size 'PagesFontWeight' => 'normal', // IFRAME Page Font weight 'PagesFontDecoOver' => 'underline', // IFRAME Page Decoration whilemouseOver (underline or none) 'RangChar' => '.', // IFRAME item sepsrator 'BorderColor' => '000000', //IFRAME border color );jeg har åbent den i Adobe GoLive. men er det rigtigt? jeg har ikke en disseforstand på det. Jeg har forsøgt at indsætte .mobil-fun.dk ( som er mitdomæne ) lige efter hvor der oprindelig stod www, men det virker ikke.