home *** CD-ROM | disk | FTP | other *** search
/ Incas / Incas.iso / Kimera / karisma / kimera / republicadominicana / index.php.bak < prev    next >
Text File  |  2005-02-09  |  2KB  |  65 lines

  1. <?php 
  2.  session_start();
  3.  
  4.  
  5. /*
  6.   if (!isset($_SESSION['HOST']))
  7.     $_SESSION['HOST']='localhost';
  8.   if (!isset($_SESSION['USER']))
  9.     $_SESSION['USER']='root';
  10.   if (!isset($_SESSION['PASSWORD']))
  11.     $_SESSION['PASSWORD']='';
  12.   if (!isset($_SESSION['DB']))
  13.     $_SESSION['DB'] = 'ptorico';
  14.   if (!isset($_SESSION['TABLA']))
  15.     $_SESSION['TABLA'] = 'lib_presidentes_ptorico_topicos';
  16. */
  17.     
  18.   if (!isset($_SESSION['IndexRecorrido']))
  19.   {
  20.     $_SESSION['IndexRecorrido'] = 1;
  21.     for ($i=1; $i<31; $i++)
  22.     {
  23.       $_SESSION['History']['Topico'][$i] = "";
  24.       $_SESSION['History']['Titulo'][$i] = "";
  25.       $_SESSION['History']['Menu'][$i] = "";
  26.     };  
  27.   };  
  28.  
  29.   if (!isset($_SESSION['HOST']))
  30.     $_SESSION['HOST']='www.hostgreen.com';
  31.   if (!isset($_SESSION['USER']))
  32.     $_SESSION['USER']='kimera';
  33.   if (!isset($_SESSION['PASSWORD']))
  34.     $_SESSION['PASSWORD']='kime00';
  35.   if (!isset($_SESSION['DB']))
  36.     $_SESSION['DB'] = 'kimera_nuke';
  37.   if (!isset($_SESSION['TABLA']))
  38.     $_SESSION['TABLA'] = 'lib_presidentes_ptorico_topicos';
  39. //      $db = mysql_connect('www.hostgreen.com','kimera','kime00');
  40. //      mysql_select_db('kimera_nuke',$db);
  41. ?>
  42.  
  43. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  44. <html>
  45. <head>
  46. <title>Untitled Document</title>
  47. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  48. </head>
  49.  
  50. <body>
  51.  
  52. <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  53.   <!--DWLayoutTable-->
  54.   <tr> 
  55.     <td align="center" valign="middle"><img src="images/entrada.jpg" width="640" height="479" border="0" usemap="#Map"></td>
  56.   </tr>
  57. </table>
  58. <map name="Map">
  59.   <area shape="rect" coords="535,438,634,472" href="general.php?titu=Presidentes&menu=1">
  60. </map>
  61. </body>
  62. </html>
  63.  
  64.  
  65.