por cierto, no se trata de una red social, seria un poco de loco competir con las actuales xD, los usuarios unicos seriamos yo y mi madre si acaso xD
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú#generalfondo {
width:1044px;
height:auto;
background-image: url(objetos/borde2.jpg);
background-repeat: no-repeat;
background-position: left top;
border-right-style: none;
border-right-width: medium;
border-right-color: #000;
border-bottom-width: medium;
border-top-style: none;
border-bottom-style: none;
border-top-color: #000;
border-bottom-color: #000;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
position: relative;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 20px;
margin-top: 25px;
}
#general {
width:1024px;
height:auto;
background-image:fondogeneral.png ;
background-repeat: no-repeat;
background-position: center top;
position: relative;
border-top-width: medium;
border-right-width: medium;
border-bottom-width: medium;
border-left-width: medium;
border-top-style: none;
border-right-style: ridge;
border-bottom-style: ridge;
border-left-style: none;
border-top-color: #000;
border-right-color: #000;
border-bottom-color: #000;
border-left-color: #000;
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 50px;
padding-left: 0px;
}
$loopcap = 0;
while ($loopcap<3 && @mysql_query("insert into useronline values(´$timestamp´,´$username´,´$url´,´$ip´)"))
{ // in case of collision
$log = fopen ("$file", "a"); //ABRE UN ARCHIVO, LA A ES PARA INDICAR SOLO LECTURA
fwrite($log, $visitor_content); //se escribe en file la info de visitor_content
$timestamp = $timestamp+$username{0};
$loopcap++;
}