Hello, This is my third help thread(i think).
Can i know how to use MUS in PHP and C# .
I'm using BOostCMS.
I know some of PHP Only and i'm trying to do this :-
It will not update credits . How to fix this ?Code://MUS for real time update function MUS($command, $data = '') { $MUSdata = $command . chr(1) . $data; $socket = @socket_create(AF_INET, SOCK_STREAM, getprotobyname('tcp')); @socket_connect($socket, "127.0.0.1", "30001"); @socket_send($socket, $MUSdata, strlen($MUSdata), MSG_DONTROUTE); @socket_close($socket); } CMS::$MySql->query("UPDATE `users` SET credits = 1000 WHERE id=blabla"); MUS("updatecredits", $userID['id']);
#sorryformybadenglish.


Reply With Quote![[MUS] Mus UpdateCredits not work!](http://ragezone.com/hyper728.png)

