I have tried to create an additional command that would send a message without a name and in the system color.
I have created a secret.cmd.php3 file based on the me.cmd.php3 file.
I have included the end of my commands.lib.php3 file, i inspired the /secret command on the /me command.
------------------------------------------------
elseif (eregi("^\/me[[:space:]](.*)?$", $M, $Cmd))
{
include("./lib/commands/me.cmd.php3");
}
elseif (eregi("^\/god[[:space:]](.*)?$", $M, $Cmd))
{
include("./lib/commands/god.cmd.php3");
};
?>
-------------------------------------------------
Why do i receive a message: command doesn't exist?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is a quick validation procedure written in javascript and you have to update it also.
See the function "validateSubmission()" in 'chat/lib/index.lib.php3'
Regards,
Loc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have tried to create an additional command that would send a message without a name and in the system color.
I have created a secret.cmd.php3 file based on the me.cmd.php3 file.
I have included the end of my commands.lib.php3 file, i inspired the /secret command on the /me command.
------------------------------------------------
elseif (eregi("^\/me[[:space:]](.*)?$", $M, $Cmd))
{
include("./lib/commands/me.cmd.php3");
}
elseif (eregi("^\/god[[:space:]](.*)?$", $M, $Cmd))
{
include("./lib/commands/god.cmd.php3");
};
?>
-------------------------------------------------
Why do i receive a message: command doesn't exist?
Hi!
There is a quick validation procedure written in javascript and you have to update it also.
See the function "validateSubmission()" in 'chat/lib/index.lib.php3'
Regards,
Loc
Hi Loc!
Thanks alot, I would like to try and help you with ideas or add-ons, I like your work alot, thank you for sharing it for free.
Regards,
Cheatah
Hi!
>I would like to try and help you with ideas or
>add-ons
Please do it, of course :)
>I like your work alot, thank you for sharing it
>for free.
It's our pleasure (our because I'm not the only one working on that script ;))
Regards,
Loc