Ver Mensaje Individual
  #13 (permalink)  
Antiguo 11/08/2010, 20:03
Avatar de falillista
falillista
 
Fecha de Ingreso: agosto-2008
Mensajes: 101
Antigüedad: 15 años, 8 meses
Puntos: 4
Respuesta: [Help] Sistema de noticias

cfg-sql.php es el de arriba.

configurar.php es este:

Código PHP:
<?php
//Última edición: 2010-01-08

$baseURL '/home/rafaj695/public_html'//NUESTRO HOME

$pageTitle "MI_TITUTLO_WEB"//TITULO DEL SCRIPT

$perPage "10"//PAGINAS MAXIMAS EN CADA ENTRADA

$blogPageName "../index.php"//ARCHIVO PRINCIPAL

$USERS = array('MIUSER'=>'MIPW'); //LOGIN DEL USUARIO Y PW. OJO: Para añadir usuario/s: 'TU LOGIN DE USER'=>'TU PW USER'

$MULTIUSERS true;

$TABLENAME 'blog';

$TIMEOFFSET "1";

$imgweb "imagenes";

//CONFIGURACION DEL *RSS*

$websiteRoot 'MIURL';

//CONFIG DEL SCRIPT
$users_login = array('LOGIN_USER'=>'PW_USER'); //OJO: Para añadir usuario/s: 'TU LOGIN DE USER'=>'TU PW USER'

$show_global_nav true;
?>
pd si no importa,subo todo el script,me da igual subirlo... yo solo lo mejoré a mi gusto Super simple blog,tal vez si se arregla le solucione crear un sistema,tiene editor wysiwyg y otros detallitos que hacen todo +comodo XD