Размер файла: 921B
- <?php //config.php
- //You can modify this file manually but take care to use ' instead of "
-
- $ver='1.4';
- $installed=0;
- $topNombre='TOPo Demo';
- $topMetaTags='topsite';
- $topCopyright='2002 (c) EJ3';
- $topURL='NULL';
-
- $adminCookie=2;
- $adminLogin='admin';
- $adminPass='pass';
- $adminEmail='admin@email.com';
-
- $idioma='english';
- $estiloCSS='topo.css';
- $template=0;
- $voteURL='NULL';
-
- $tiempoReset=2592000;
- $tiempoResetLast=1028596619;
- $tiempoUpdate=30;
- $tiempoCaduca=7776000;
- $tiempoVoto=86400;
-
- $maxBannerAlto=60;
- $maxBannerAncho=468;
- $maxDescripcion=500;
-
- //Flags
- $validacion=0;
- $showStats=1;
- $showFrame=1;
- $showRules=1;
- $sendMail=1;
- $anticheatingCookies=1;
- $anticheatingIPs=1;
-
- $showBannerTop=0;
- $showBannerMiddle=0;
- $showBannerBotton=0;
-
- //Top
- $bloque1=5;
- $bloque2=15;
-
- //v1.4
- $debug=0;
- $performance=1;
- $compress=0;
- $ordenCriterio=0;
- $enableComment=1;
- $enableRate=1;
-
- ?>