mi index
Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?php
require_once"process/configuration/dbconnection.php";
require_once"process/translations/lenguage.php";
?>
<title><?php print $ES_titulodelaweb ?><?php print $tit_princ_web_dre_r ?></title>
<link rel="stylesheet" type="text/css" href="process/style.css" />
<link rel="shortcut icon" type="png" href="template/op/favicon.png" >
</head>
<body>
<!--Seccion menu -->
<ul>
<li><a href="index.php"><?php print $ES_inicio ?></a></li>
<li><a href="pages/homepagenoti.php"> <?php print $ES_noticias ?></a> </li>
</ul>
<div id="contenido">
<?php
include "pages/homepagecont.php"
?>
</div>
</body>
</html>
ahora mi
dbconnection:
Código PHP:
<?php
require "sad.php";
$connectmssql = mssql_connect ($db__iphost, $db__user, $db__clave)
or die ("Could not connect to host");
mssql_select_db ($db__name, $connectmssql)
or die ("Achievement not connect to the database");
mssql_close($connectmssql);
function encriptacion($a_encriptar)
{
$encriptado = md5($a_encriptar);
return $encriptado;
}
?>
mi sad.php
Código PHP:
<?php
/* INGLES: This is the configuration of the website project v1 olympus hope you enjoy it at maximum sujerencia any questions or you have, or any problems contact us via our website www.olympusproject.net, just edit loq ue this marking, do not edit it I say do not touch, for your website to work perfectly, it was translated with google translate
*/
/* ESPAÑOL: Esta es la parte de configuracion de la web site olympus project v1 Esperamos que disfrutes de ella al maximo alguna duda o sujerencia que tengas, o algun problema contactanos desde nuestra web www.olympusproject.net, solo edita loq ue este marcado, NO EDITES lo que diga NO TOCAR, para que tu web funcione perfectamente, esto fue traducido con google translate */
$db__iphost ="196.58.189.222"; /* ip o no ip */
$db__user ="sa"; /* user */
$db__name ="MuOnline"; /* DB */
$db__clave ="22853114"; /* Clave */
?>
Yo quiero que el usuario pueda editar
$db__iphost ="196.58.189.222"; /* ip o no ip */
$db__user ="sa"; /* user */
$db__name ="MuOnline"; /* DB */
$db__clave ="22853114"; /* Clave */
Solo queiro q pueda editar la ip el usuario la db y calve. mas no pueda editar el php como tal. si no solo esos datos.