Home
last modified time | relevance | path

Searched refs:md5 (Results 251 – 275 of 327) sorted by last modified time

1...<<11121314

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php301 $filename = md5(mt_rand().time().mt_rand());
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js963 line += 'class="pfc_nickmarker pfc_nick_'+ _to_utf8(sender).md5() +'">';
1666 var nicktochange = this.getElementsByClassName(root, 'pfc_nick_'+ _to_utf8(nick).md5(), '');
H A Dmd5.js36 var md5 = class
322 if(!String.prototype.md5)
323 String.prototype.md5 = function()
325 return md5.hex_md5(this);
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.js.tpl.php38 var pfc_clientid = <?php echo $json->encode(md5(uniqid(rand(), true))); ?>;
/plugin/freechat/phpfreechat/src/commands/
H A Djoin.class.php75 return md5(pfcCommand_join::GetRecipient($channame));
H A Dprivmsg.class.php80 $pvrecipientid = md5($pvrecipient);
H A Dleave.class.php58 $id = md5($pvrecipient);
/plugin/freechat/phpfreechat/src/proxies/
H A Dchecktimeout.class.php65 $cmdp["recipientid"] = md5($chan); // @todo: clean the recipient/recipientid notion
/plugin/freechat/phpfreechat/themes/default/
H A Dchat.js.tpl.php38 var pfc_clientid = <?php echo $json->encode(md5(uniqid(rand(), true))); ?>;
/plugin/freechat/phpfreechat/
H A Dindex.php9 $params["serverid"] = md5(__FILE__); // calculate a unique id for this chat
H A Dcheckmd5.php4 if (md5(file_get_contents("./version.txt")) == "84b17206d983a7430710b2a1f8ae52b8")
10 if (md5(file_get_contents("./COPYING.txt")) == "6316f2b9af0cab4497de71b53e26a01f")
16 if (md5(file_get_contents("./misc/doc-archi1.svg")) == "3c2b6ce5c03537846b6ec11eb8aae96e")
22 if (md5(file_get_contents("./misc/login.svg")) == "c89ef14d3f40ec6b555f76722ab140c5")
28 if (md5(file_get_contents("./misc/tabs.svg")) == "02dc973dc9cf45246f3cef1963cc84e2")
52 if (md5(file_get_contents("./misc/png2gif.sh")) == "51c749d6e30da2150572587de04b0f9c")
70 if (md5(file_get_contents("./misc/logout.png")) == "9e56228db0820eeaee172674d5a28330")
82 if (md5(file_get_contents("./misc/login.png")) == "9982dea5d71d32f409117c06bc629c96")
88 if (md5(file_get_contents("./misc/tarSource")) == "a208a7e2951eb68394d2209b9c90e09b")
106 if (md5(file_get_contents("./misc/checkmd5")) == "8d9338e6c52283a3ef5b44c284fdaef9")
[all …]
/plugin/glossary/
H A Dajax.php22 $glossary->clearCache (md5 ($_REQUEST ['glossary']['ns']));
/plugin/plantuml/
H A Dsyntax.php91 $return['md5'] = md5($input);
/plugin/poll/
H A Dsyntax.php65 $pfile = metaFN(md5($title), '.poll');
/plugin/authucenter/lib/api/
H A Duc.php297 $key = md5($key ? $key : UC_KEY);
298 $keya = md5(substr($key, 0, 16));
299 $keyb = md5(substr($key, 16, 16));
300 …$keyc = $ckey_length ? ($operation == 'DECODE' ? substr($string, 0, $ckey_length): substr(md5(micr…
302 $cryptkey = $keya.md5($keya.$keyc);
305 …, $ckey_length)) : sprintf('%010d', $expiry ? $expiry + time() : 0).substr(md5($string.$keyb), 0, …
333 … substr($result, 0, 10) - time() > 0) && substr($result, 10, 16) == substr(md5(substr($result, 26)…
/plugin/authucenter/lib/uc_client/
H A Dclient.php130 …$s = urlencode(uc_authcode($data.'&agent='.md5($_SERVER['HTTP_USER_AGENT'])."&time=".time(), 'ENCO…
170 $key = md5($key ? $key : UC_KEY);
171 $keya = md5(substr($key, 0, 16));
172 $keyb = md5(substr($key, 16, 16));
173 …$keyc = $ckey_length ? ($operation == 'DECODE' ? substr($string, 0, $ckey_length): substr(md5(micr…
175 $cryptkey = $keya.md5($keya.$keyc);
178 …, $ckey_length)) : sprintf('%010d', $expiry ? $expiry + time() : 0).substr(md5($string.$keyb), 0, …
206 … substr($result, 0, 10) - time() > 0) && substr($result, 10, 16) == substr(md5(substr($result, 26)…
592 …/images/camera.swf?inajax=1&appid='.UC_APPID.'&input='.$uc_input.'&agent='.md5($_SERVER['HTTP_USER…
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php45 $hash_template = md5($title_template.$body_template);
46 $hash_data = md5($title_template.$title_data.$body_template.$body_data);
H A Duser.php130 $passwordmd5 = preg_match('/^\w{32}$/', $password) ? $password : md5($password);
133 } elseif($user['password'] != md5($passwordmd5.$user['salt'])) {
/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php116 …$headers .= 'Message-ID: <'.gmdate('YmdHs').'.'.substr(md5($mail['message'].microtime()), 0, 6).ra…
/plugin/authucenter/lib/uc_client/model/
H A Duser.php123 } elseif($user['password'] != md5(md5($password).$user['salt'])) {
132 $password = md5(md5($password).$salt);
151 if(!$ignoreoldpw && $data['password'] != md5(md5($oldpw).$data['salt'])) {
155 $sqladd = $newpw ? "password='".md5(md5($newpw).$data['salt'])."'" : '';
228 return $questionid > 0 && $answer != '' ? substr(md5($answer.md5($questionid)), 16, 8) : '';
235 $username = substr(md5($username), 8, 15);
273 $username = substr(md5($username), 8, 15);
/plugin/unblink/
H A Dsyntax.php76 $img = $this->getConf('gravatar').md5($uinfo['mail']);
/plugin/odp/
H A Drenderer.php1321 $name = 'Pictures/'.md5($src).'.'.$ext;
/plugin/botbouncer/lib/
H A Dbotbouncer.php423 $cached = $this->getCache('mollom'.md5(serialize($data)));
440 $this->setCache('mollom'.md5(serialize($data)),$isSpam);
508 $this->setCache('akismet'.md5(serialize($data)),$isSpam);
H A Dmollom.php349 $nonce = md5(time());
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.radiobutton.php27 $value = sprintf("___Value%s",md5(time().rand()));

1...<<11121314