Hi friends, I would like to add to my chat lavalair a function when a user creates a new room gets to all other users present in other rooms an automatic message that warns you that this user has created a new room for example so (Chat System:» *ehi! $ user has created a new room) thanks to who can help me
chat system: new room
Collapse
X
-
i'd like to see your site,
so post link to the site pleaseIt's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ â“â“¡â“” â“ⓑⓛⓔ ⓣⓞ â“—â“”â“â“¡ !
ιη тнєσÑу, тнє ÏÑα¢тι¢є ιѕ α Ñєѕυℓт σƒ тнє тнєσÑу, вυт ιη ÏÑα¢тι¢є ιѕ тнє σÏÏσѕιтє.
-
metulj
Super Moderator
Super Moderator that means admin of this forum if he says ok its ok to do so...
you also can add your link in your signature
As it not class hacking/adult content/addifaites/easy money scams/spam in big text that takes half of the page.....Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ â“â“¡â“” â“ⓑⓛⓔ ⓣⓞ â“—â“”â“â“¡ !
ιη тнєσÑу, тнє ÏÑα¢тι¢є ιѕ α Ñєѕυℓт σƒ тнє тнєσÑу, вυт ιη ÏÑα¢тι¢є ιѕ тнє σÏÏσѕιтє.
Comment
-
Originally posted by LadyEnigma View PostHi friends, I would like to add to my chat lavalair a function when a user creates a new room gets to all other users present in other rooms an automatic message that warns you that this user has created a new room for example so (Chat System:» *ehi! $ user has created a new room) thanks to who can help me
Comment
-
Originally posted by Leviathan73 View Postbut the problem is where you should put this function?
PHP Code:function autopm($msg, $who)
{
mysql_query("INSERT INTO ibwf_private SET text='".$msg."', byuid='1', touid='".$who."', unread='1', static='0', timesent='".time()."'");
}
Comment
-
The chat system is not working.. put this code in chat.php
PHP Code:function autopm($msg, $who)
{
mysql_query("INSERT INTO ibwf_private SET text='".$msg."', byuid='1', touid='".$who."', unread='1', static='0', timesent='".time()."'");
echo addchatmsg($chat[0],$text,1,"*$chnick, create new room private!*");
}
Comment
Comment