Is there a file for the DJ Says?
Because i need it for my site...
Please reply
+Rep...
Printable View
Is there a file for the DJ Says?
Because i need it for my site...
Please reply
+Rep...
its a function if i can remember...
Read the functions file and look for something resembeling function djsays() or djmessage()
cant really remember which one.
Ok, just downloaded the KPRC2 script and had a look,
create a new file called says.php and put it in the frontend folder, then add this code:
PHP Code:<?php
include("../connector.php");
$sql = mysql_fetch_array(mysql_query("SELECT * FROM `djsays`"));
echo("<hr /><b>DJ {$sql["username"]}</b> posted the message:<br />
{$sql["shoutout"]}");
?>