Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/08/2009, 03:21
Avatar de urgido
urgido
 
Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 19 años, 2 meses
Puntos: 25
Respuesta: Monitor de usuario

Código PHP:
Ver original
  1. <?php
  2.  
  3. /* Monitor Comentarios */
  4. $mcomentarios    =    mysql_query("SELECT *
  5.                                FROM (posts AS p, categorias AS c, comentarios AS d)
  6.                                WHERE p.id=d.id_post
  7.                                AND p.categoria=c.id_categoria
  8.                                AND p.id_autor='$miembro'
  9.                                ORDER BY d.fecha desc");
  10. $link_categoria    =    $row['link_categoria'];
  11. $nom_categoria    =    $row['nom_categoria'];
  12. $titulo    =    $row['titulo'];
  13. $id    =    $row['id'];
  14. $puntos    =    $row['puntos'];
  15. $coments    =    $row['coments'];
  16. $id_post    =    $row['id_post'];
  17. $idCOM    =    $row['idCOM'];
  18. $fecha    =    $row['fecha'];
  19. ?>
  20. <span class="categoria <? echo $link_categoria; ?>" alt="<? echo $nom_categoria; ?>" title="<? echo $nom_categoria; ?>"></span> <a href="/posts/<? echo $id; ?>/<? echo $link_categoria; ?>/<? echo correcciones(corregir($titulo)); ?>.html"><? echo $titulo; ?> (<? echo $puntos; ?> Puntos)</a><br /><div style="clear:both"></div>
  21. <?
  22. while($row=mysql_fetch_array($mcomentarios)){
  23.  
  24. $autor    =    $row['autor'];
  25. $comentario    =    $row['comentario'];
  26. ?>
  27.  
  28.                 <div class="monitor_comentario"><strong><a href="/perfil/DeathMask" target="_blank" title="Ver Perfil"><? echo $autor; ?></a></strong>: <? echo $comentario; ?></div>
  29.  
  30. <?
  31. }
  32. ?>
__________________
Hospedaje Web al mejor costo!