Is there a file for the DJ Says?
Because i need it for my site...
Please reply
+Rep...

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.
Coming and going...
Highers are getting the better of me
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"]}");
?>
Coming and going...
Highers are getting the better of me
That works thanks.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"]}");
?>
+Rep.
EDIT: HAVE TO SPREAD, I ADD YOU TO THE I OWE REP TO LIST!
Want to hide these adverts? Register an account for free!