Dcshout2.0 > Shoutbox / Admin / Viewshout.php

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Dcshout2.0

Download:
dcshout2.0.zip

Category:
Chat Scripts

Archive Content:

Dcshout2.0

Dcshout2.0 > Shoutbox

Dcshout2.0 > Shoutbox > Admin

Dcshout2.0 > Shoutbox > Inc

Dcshout2.0 > Shoutbox

Dcshout2.0 > Shoutbox > Template

Dcshout2.0 > Shoutbox > Template > Basic

Dcshout2.0

Viewshout.php:


<?php
//Dc-shout2.0 (c)devilcoderz 2004
include "header.php";
include 
"config.php";
include 
"functions.php";
if (!
session_is_registered(username)) {
echo 
"Your not loged in!" ;
}
else
{
echo 
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"  height=\"1\">";
$result mysql_query("select * from dc_shoutbox order by id desc ");
while(
$r=mysql_fetch_array($result))
{
echo
"
<tr>
      <td width=\"443\" height=\"1\" >
$r[name] - $r[text] - <a href=\"del.php?shout=$r[id]\">Delete</a></td>
</tr>
"
;
}
echo 
"</table>";
}
include 
"footer.php";
?>




Other Chat Scripts Scripts:

WebMaster Resources Home

©RingsWorld.com