Home
last modified time | relevance | path

Searched refs:clientid (Results 1 – 25 of 37) sorted by relevance

12

/plugin/freechat/phpfreechat/src/commands/
Dgetnewmsg.class.php29 $clientid = $p["clientid"];
40 if( isset($_SESSION["pfc_lock_readnewmsg_".$c->getId()."_".$clientid]) )
44 $last_lock = $_SESSION["pfc_lock_readnewmsg_".$c->getId()."_".$clientid];
45 if ($last_lock < $last_10sec) $_SESSION["pfc_lock_".$c->getId()."_".$clientid] = 0;
46 if ( $_SESSION["pfc_lock_readnewmsg_".$c->getId()."_".$clientid] != 0 ) exit;
49 $_SESSION["pfc_lock_readnewmsg_".$c->getId()."_".$clientid] = time();
53 $from_id_sid = "pfc_from_id_".$c->getId()."_".$clientid."_".$recipientid;
64 $oldmsg_sid = "pfc_oldmsg_".$c->getId()."_".$clientid."_".$recipientid;
114 $_SESSION["pfc_lock_readnewmsg_".$c->getId()."_".$clientid] = 0;
Dconnect.class.php9 $clientid = $p["clientid"];
28 $this->_resetChannelIdentifier($clientid);
93 function _resetChannelIdentifier($clientid) argument
112 $from_id_sid = "pfc_from_id_".$c->getId()."_".$clientid."_".$chanid;
116 $oldmsg_sid = "pfc_oldmsg_".$c->getId()."_".$clientid."_".$chanid;
126 $from_id_sid = "pfc_from_id_".$c->getId()."_".$clientid."_".$recipientid2;
130 $oldmsg_sid = "pfc_oldmsg_".$c->getId()."_".$clientid."_".$recipientid2;
Dwho2.class.php30 $clientid = $p["clientid"];
52 $sid = "pfc_who2_".$c->getId()."_".$clientid."_".$recipientid;
Dleave.class.php12 $clientid = $p["clientid"];
113 $from_id_sid = "pfc_from_id_".$c->getId()."_".$clientid."_".$chanid;
117 $oldmsg_sid = "pfc_oldmsg_".$c->getId()."_".$clientid."_".$chanid;
Dprivmsg.class.php11 $clientid = $p["clientid"];
103 $from_id_sid = "pfc_from_id_".$c->getId()."_".$clientid."_".$pvrecipientid;
Dversion.class.php11 $clientid = $p["clientid"];
Dupdatemynick.class.php9 $clientid = $p["clientid"];
Dinit.class.php9 $clientid = $p["clientid"];
Drehash.class.php16 $clientid = $p["clientid"];
Dredirect.class.php11 $clientid = $p["clientid"];
Dme.class.php11 $clientid = $p["clientid"];
Dhelp.class.php11 $clientid = $p["clientid"];
Dasknick.class.php9 $clientid = $p["clientid"];
Dop.class.php11 $clientid = $p["clientid"];
Dnotice.class.php9 $clientid = $p["clientid"];
Didentify.class.php36 $clientid = $p["clientid"];
Dwho.class.php31 $clientid = $p["clientid"];
/plugin/freechat/phpfreechat/src/proxies/
Dlock.class.php35 $clientid = $p["clientid"];
53 $p["clientid"] = $clientid;
Dcensor.class.php35 $clientid = $p["clientid"];
72 $p["clientid"] = $clientid;
Dnoflood.class.php36 $clientid = $p["clientid"];
96 $p["clientid"] = $clientid;
Dauth.class.php35 $clientid = $p["clientid"];
107 $p["clientid"] = $clientid;
Dlog.class.php38 $clientid = $p["clientid"];
Dchecktimeout.class.php36 $clientid = $p["clientid"];
/plugin/freechat/phpfreechat/src/
Dphpfreechat.class.php227 $clientid = "";
237 $clientid = isset($res['params'][0]) ? $res['params'][0] : '';
275 $cmdp["clientid"] = $clientid;
298 $cmdp["clientid"] = $clientid;
319 $cmdp["clientid"] = $clientid;
Dpfccommand.class.php279 $clientid = $res[2];
289 $result['params'] = array($clientid, $recipientid, $params_str);
316 $params = array_merge(array($clientid,$recipientid), $params);

12