PageRenderTime 426ms queryTime 43ms sortTime 60ms getByIdsTime 86ms findMatchingLines 47ms

100+ results results for 'php md5 repo:nosen/jelly2' (426 ms)

Not the results you expected?
ps_csv.inc http://phpshop.googlecode.com/svn/trunk/ | PHP | 328 lines
                    
1<?php
                    
2/*
                    
234          else { // Category does not exist - create it
                    
235            $hash_secret="PHPShopIsCool";
                    
236            $category_id = md5(uniqid($hash_secret));
                    
                
Cookie.php http://marocmall.googlecode.com/svn/trunk/ | PHP | 355 lines
                    
1<?php
                    
2/*
                    
9* It is also available through the world-wide-web at this URL:
                    
10* http://opensource.org/licenses/osl-3.0.php
                    
11* If you did not receive a copy of the license and are unable to
                    
23*  @version  Release: $Revision: 6851 $
                    
24*  @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
                    
25*  International Registered Trademark & Property of PrestaShop SA
                    
65		$this->_expire = isset($expire) ? (int)($expire) : (time() + 1728000);
                    
66		$this->_name = md5($name);
                    
67		$this->_path = trim(__PS_BASE_URI__.$path, '/\\').'/';
                    
282	/**
                    
283	  * Setcookie according to php version
                    
284	  */
                    
296		}
                    
297		if (PHP_VERSION_ID <= 50200) /* PHP version > 5.2.0 */
                    
298			return setcookie($this->_name, $content, $time, $this->_path, $this->_domain, 0);
                    
                
aws_s3.php git://github.com/gallery/gallery3-contrib.git | PHP | 330 lines
                    
1<?php defined("SYSPATH") or die("No direct script access.");
                    
2
                    
12        if (!self::$_s3) {
                    
13            require_once(MODPATH . "aws_s3/lib/s3.php");
                    
14            S3::setAuth(module::get_var("aws_s3", "access_key"), module::get_var("aws_s3", "secret_key"));
                    
121
                    
122        $item->s3_item_hash = md5($item->relative_path());
                    
123
                    
234    static function validate_access_details($access_key, $secret_key, $bucket_name) {
                    
235        require_once(MODPATH . "aws_s3/lib/s3.php");
                    
236        S3::setAuth($access_key, $secret_key);
                    
                
class.Cache.inc.php http://flaimo-php.googlecode.com/svn/trunk/ | PHP | 326 lines
                    
1<?php
                    
2/* vim: set expandtab tabstop=4 shiftwidth=4: */
                    
33*
                    
34* Tested with Apache 1.3.24 and PHP 4.2.3
                    
35*
                    
126		//return $filename;
                    
127		return (string) md5($filename);
                    
128	} // end function
                    
                
odf.php https://bitbucket.org/chamilo/chamilo/ | PHP | 369 lines
                    
1<?php
                    
2require 'zip/PclZipProxy.php';
                    
2require 'zip/PclZipProxy.php';
                    
3require 'zip/PhpZipProxy.php';
                    
4require 'Segment.php';
                    
8 * Templating class for odt file
                    
9 * You need PHP 5.2 at least
                    
10 * You need Zip Extension or PclZip library
                    
14 * SVN Revision - $Rev: 42 $
                    
15 * Id : $Id: odf.php 42 2009-06-17 09:11:57Z neveldo $
                    
16 *
                    
52        if (! class_exists($this->config['ZIP_PROXY'])) {
                    
53            throw new OdfException($this->config['ZIP_PROXY'] . ' class not found - check your php settings');
                    
54        }
                    
68
                    
69        $tmp = tempnam($this->config['PATH_TO_TMP'], md5(uniqid()));
                    
70        copy($filename, $tmp);
                    
                
template_header.php https://github.com/azeckoski/az-php-sandbox.git | PHP | 175 lines
                    
1<?php
                    
2// $Header: /cvsroot/phpldapadmin/phpldapadmin/templates/template_header.php,v 1.6.4.5 2005/12/09 14:32:37 wurley Exp $
                    
3
                    
9
                    
10include './header.php';
                    
11
                    
12$time = gettimeofday();
                    
13$random_junk = md5(strtotime('now').$time['usec']);
                    
14$url_base = sprintf('server_id=%s&amp;dn=%s',$ldapserver->server_id,$encoded_dn);
                    
19$copy_href = sprintf('copy_form.php?%s',$url_base);
                    
20$intattr_href = sprintf('template_engine.php?%s&amp;show_internal_attrs=true',$url_base);
                    
21$delete_href = sprintf('delete_form.php?%s',$url_base);
                    
138			if ($ldapserver->isAttrBinary($attr)) {
                    
139				$href = sprintf('download_binary_attr.php?server_id=%s&amp;dn=%s&amp;attr=%s',$server_id,$encoded_dn,$attr);
                    
140
                    
                
cas_user_request.class.php https://bitbucket.org/chamilo/chamilo-app-cas-user-dev/ | PHP | 221 lines
                    
1<?php
                    
2namespace application\cas_user;
                    
14
                    
15require_once dirname(__FILE__) . '/cas_account.class.php';
                    
16
                    
214        $cas_account->set_group('-');
                    
215        $cas_account->set_password(md5(Text :: generate_password()));
                    
216        $cas_account->set_status(CasAccount :: STATUS_ENABLED);
                    
                
contact-dist.php http://simplemodal.googlecode.com/svn/trunk/ | PHP | 203 lines
                    
1<?php
                    
2
                    
9 * Licensed under the MIT license:
                    
10 *   http://www.opensource.org/licenses/mit-license.php
                    
11 */
                    
94function smcf_token($s) {
                    
95	return md5("smcf-" . $s . date("WY"));
                    
96}
                    
130	}
                    
131	$headers .= "X-Mailer: PHP/SimpleModalContactForm";
                    
132
                    
                
util.php http://oregon-caspages.googlecode.com/svn/trunk/ | PHP | 517 lines
                    
1<?php
                    
2include 'editor_conf.php';
                    
25   //echo 'pass = ' . $password . '<br>';
                    
26   $password = md5($password);
                    
27   //echo $password;
                    
182      $link = connect_db();
                    
183      $new_pass = md5($new_pass);
                    
184      $user_list[$user_name] = $new_pass;
                    
195
                    
196$index_page = '<?php
                    
197include "../../../editor_conf.php";
                    
200                <div id="global_nav">
                    
201                        <?php include $basepath."global_nav.php";?>
                    
202                </div>
                    
203                <div id="main_content">
                    
204                        <?php echo file_get_contents("content.html");?>
                    
205                </div>
                    
                
People.Class.Session.php http://lussumo-vanilla.googlecode.com/svn/trunk/ | PHP | 214 lines
                    
1<?php
                    
2/**
                    
132		if (session_id()) {
                    
133			if (version_compare(phpversion(), '5.0.0', '>=')) {
                    
134				session_regenerate_id(true);
                    
137				session_destroy();
                    
138				session_id(md5(uniqid(rand(), true) . rand()));
                    
139				if ($Context->Configuration['SESSION_NAME']) {
                    
187	/**
                    
188	 * Start the PHP session
                    
189	 *
                    
201			$UseSsl = ($Context->Configuration['HTTP_METHOD'] === "https");
                    
202			if (version_compare(PHP_VERSION, '5.2.0', '>=')) {
                    
203				session_set_cookie_params(0, $Context->Configuration['COOKIE_PATH'],
                    
                
Alignment.php https://github.com/EOL/eol_php_code.git | PHP | 409 lines
                    
22 * @package	PHPExcel_Style
                    
23 * @copyright  Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
24 * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL
                    
33 * @package	PHPExcel_Style
                    
34 * @copyright  Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
35 */
                    
35 */
                    
36class PHPExcel_Style_Alignment extends PHPExcel_Style_Supervisor implements PHPExcel_IComparable
                    
37{
                    
143	 *		array(
                    
144	 *			'horizontal' => PHPExcel_Style_Alignment::HORIZONTAL_CENTER,
                    
145	 *			'vertical'   => PHPExcel_Style_Alignment::VERTICAL_CENTER,
                    
338	 * @param boolean $pValue
                    
339	 * @return PHPExcel_Style_Alignment
                    
340	 */
                    
                
usuarios.php https://gestion001.svn.codeplex.com/svn | PHP | 110 lines
                    
52<head>
                    
53<?php include_once ("inc_head_adm.php"); ?>
                    
54<title><?php echo $titulo_seccion;?></title>
                    
62  <tr align="right">
                    
63    <td colspan="2" class="tr2" >&nbsp;<?php echo ($startRow_rs_usuarios_administrativos + 1) ?> a <?php echo min($startRow_rs_usuarios_administrativos + $maxRows_rs_usuarios_administrativos, $totalRows_rs_usuarios_administrativos) ?> de <?php echo $totalRows_rs_usuarios_administrativos ?> </td>
                    
64  </tr>
                    
71    <tr>
                    
72      <td class="tr1"><?php echo $row_rs_usuarios_administrativos['nombre1']; ?>&nbsp;<?php echo $row_rs_usuarios_administrativos['nombre2']; ?>&nbsp;<?php echo $row_rs_usuarios_administrativos['apellido1']; ?>&nbsp;<?php echo $row_rs_usuarios_administrativos['apellido2']; ?>&nbsp;(<?php echo $row_rs_usuarios_administrativos['Usuario']; ?>)</td>
                    
73      <td width="20%" class="tr1"><a href="usuarios_editar.php?idUsuario=<?php echo $row_rs_usuarios_administrativos['idUsuario']; ?>">Editar</a> -
                    
73      <td width="20%" class="tr1"><a href="usuarios_editar.php?idUsuario=<?php echo $row_rs_usuarios_administrativos['idUsuario']; ?>">Editar</a> -
                    
74          <a href="javascript:abrirlink('borrar','delete_main.php?tabla=Usuario&nombre_campo=idUsuario&idUsuario=<?php echo $row_rs_usuarios_administrativos['idUsuario']; ?>','<?php echo str_replace(" ",'',md5(microtime()))?>');">Borrar</a></td>
                    
75    </tr>
                    
106</table>
                    
107<?php include_once ("inc_bottom_adm.php");?>
                    
108</body>
                    
                
MessageParser.php https://gitlab.com/BGCX261/zibo-svn-to-git.git | PHP | 401 lines
                    
1<?php
                    
2
                    
397    private function generateSalt($salt = '') {
                    
398        return md5($salt . microtime());
                    
399    }
                    
                
getLocations.php http://webpagetest.googlecode.com/svn/trunk/ | PHP | 200 lines
                    
1<?php
                    
2include 'common.inc';
                    
176    
                    
177    $server_hash = md5($server);
                    
178    
                    
180    if (!array_key_exists($server_hash, $remote_cache)) {
                    
181        $remote = json_decode(json_encode((array)simplexml_load_file("$server/getLocations.php?hidden=1")), true);
                    
182        if (is_array($remote) && array_key_exists('data', $remote) && array_key_exists('location', $remote['data'])) {
                    
                
PackageXmlParserTest.php git://github.com/c9s/Onion.git | PHP | 133 lines
                    
84        <dir name="/">
                    
85            <file install-as="Onion/Application.php" name="src/Onion/Application.php" role="php" md5sum="cd08c9e1a21ce6d2f7ef0c0fc2ed849f"/>
                    
86            <file install-as="Onion/Command/BuildCommand.php" name="src/Onion/Command/BuildCommand.php" role="php" md5sum="c6c609136de4828b2f4e9d1624dbfd6c"/>
                    
91            <file install-as="Onion/GlobalConfig.php" name="src/Onion/GlobalConfig.php" role="php" md5sum="b2de5f4a4f385dea7e86598d6f3f11d9"/>
                    
92            <file install-as="Onion/Onion.php" name="src/Onion/Onion.php" role="php" md5sum="6a4e7d381b3cb0d8d67d3a7e35ac2537"/>
                    
93            <file install-as="Onion/PackageConfigReader.php" name="src/Onion/PackageConfigReader.php" role="php" md5sum="22fd847bbffeec43e82563351540441f"/>
                    
93            <file install-as="Onion/PackageConfigReader.php" name="src/Onion/PackageConfigReader.php" role="php" md5sum="22fd847bbffeec43e82563351540441f"/>
                    
94            <file install-as="Onion/Packager.php" name="src/Onion/Packager.php" role="php" md5sum="2fffec686af34345d9faef2efc04eb4a"/>
                    
95            <file install-as="Onion/PackageXml/PackageXmlWriter.php" name="src/Onion/PackageXml/PackageXmlWriter.php" role="php" md5sum="0913c185e0731fc1f8b2a126d24a39fb"/>
                    
95            <file install-as="Onion/PackageXml/PackageXmlWriter.php" name="src/Onion/PackageXml/PackageXmlWriter.php" role="php" md5sum="0913c185e0731fc1f8b2a126d24a39fb"/>
                    
96            <file install-as="Onion/SpecUtils.php" name="src/Onion/SpecUtils.php" role="php" md5sum="3acf35cf3fd15ae23eef6dabb0d210bd"/>
                    
97            <file install-as="Onion/TestCommand/ParentCommand/SubCommand.php" name="src/Onion/TestCommand/ParentCommand/SubCommand.php" role="php" md5sum="a69e9e6477f7d4d82f30b5769eae073e"/>
                    
97            <file install-as="Onion/TestCommand/ParentCommand/SubCommand.php" name="src/Onion/TestCommand/ParentCommand/SubCommand.php" role="php" md5sum="a69e9e6477f7d4d82f30b5769eae073e"/>
                    
98            <file install-as="Onion/TestCommand/ParentCommand.php" name="src/Onion/TestCommand/ParentCommand.php" role="php" md5sum="9bec2094c780a962306c2febc669f8b8"/>
                    
99            <file install-as="bootstrap.php" name="tests/bootstrap.php" role="test" md5sum="a4dcfe19452fe6d10e9349fdb424b80d"/>
                    
                
Mail.php git://github.com/jakubkulhan/shopaholic.git | PHP | 458 lines
                    
1<?php
                    
2
                    
10 *
                    
11 * For more information please see http://nettephp.com
                    
12 *
                    
13 * @copyright  Copyright (c) 2004, 2009 David Grudl
                    
14 * @license    http://nettephp.com/license  Nette license
                    
15 * @link       http://nettephp.com
                    
17 * @package    Nette\Mail
                    
18 * @version    $Id: Mail.php 368 2009-06-25 14:26:59Z david@grudl.com $
                    
19 */
                    
22
                    
23require_once dirname(__FILE__) . '/../Mail/MailMimePart.php';
                    
24
                    
290		$part->setHeader('Content-Disposition', 'inline; filename="' . basename($file) . '"');
                    
291		$part->setHeader('Content-ID', '<' . md5(uniqid('', TRUE)) . '>');
                    
292		return $this->inlines[$file] = $part;
                    
                
geofence_mgnt_ctrl.php https://bitbucket.org/tonygeorge2017/icat2.git | PHP | 199 lines
                    
1<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
                    
2class Geofence_mgnt_ctrl extends CI_Controller {
                    
135		
                    
136		$delete=($opt==md5('delete'))?true:false;
                    
137		$result=$this->geofence_mgnt_model->get_VhRouteList( null, null, $vhRouteOrVehicleID, $delete);
                    
150			}
                    
151			else if($opt==md5('delete'))
                    
152			{
                    
181		$config['uri_segment']=URI_SEGMENT_FOR_FOUR;
                    
182		$config['base_url'] = base_url("index.php/geofence_mgnt_ctrl/table_pagination");
                    
183		$config['total_rows'] = count($this->geofence_mgnt_model->get_VhRouteList());
                    
                
Form.php git://github.com/pmjones/php-framework-benchmarks.git | PHP | 457 lines
                    
1<?php
                    
2
                    
28 * @author     Fabien Potencier <fabien.potencier@symfony-project.com>
                    
29 * @version    SVN: $Id: Form.php 245 2010-01-31 22:22:39Z flo $
                    
30 */
                    
62        } else {
                    
63            $this->setCsrfSecret(md5(__FILE__.php_uname()));
                    
64        }
                    
242    {
                    
243        return md5($this->csrfSecret.session_id().get_class($this));
                    
244    }
                    
421            switch (strtolower(substr($max, -1))) {
                    
422                // The 'G' modifier is available since PHP 5.1.0
                    
423                case 'g':
                    
                
rapidshare.php https://bitbucket.org/awylie199/s5t.git | PHP | 213 lines
                    
1<?php
                    
2/*
                    
89				6:Short host (Use the short host to get the best download mirror: http://rs$serverid$shorthost.rapidshare.com/files/$fileid/$filename)
                    
90				7:MD5 (hexadecimal)
                    
91
                    
                
retrievefileinfo.php https://github.com/zikula-modules/MediaAttach.git | PHP | 138 lines
                    
1<?php
                    
2/**
                    
41
                    
42    Loader::requireOnce('modules/MediaAttach/pnincludes/getid3/getid3/getid3.php');
                    
43
                    
49
                    
50    // auto-get md5_data, md5_file, sha1_data, sha1_file if filesize < 50MB
                    
51    $hashesBool = (bool) (filesize($filenameOS) < $threshold);
                    
63    if ($hashesBool) {
                    
64        $fileInfo['md5_file']  = getid3_lib::md5_file($filenameOS);
                    
65        $fileInfo['sha1_file'] = getid3_lib::sha1_file($filenameOS);
                    
94
                    
95    if (!isset($fileInfo['md5_file'])) $fileInfo['md5_file'] = '';
                    
96    if (!isset($fileInfo['md5_data_source'])) $fileInfo['md5_data_source'] = '';
                    
96    if (!isset($fileInfo['md5_data_source'])) $fileInfo['md5_data_source'] = '';
                    
97    if (!isset($fileInfo['md5_data'])) $fileInfo['md5_data'] = '';
                    
98    if (!isset($fileInfo['sha1_file'])) $fileInfo['sha1_file'] = '';
                    
                
snmp.h https://github.com/ido/linux.git | C Header | 318 lines
                    
187	LINUX_MIB_LISTENDROPS,			/* ListenDrops */
                    
188	LINUX_MIB_TCPHPHITS,			/* TCPHPHits */
                    
189	LINUX_MIB_TCPPUREACKS,			/* TCPPureAcks */
                    
189	LINUX_MIB_TCPPUREACKS,			/* TCPPureAcks */
                    
190	LINUX_MIB_TCPHPACKS,			/* TCPHPAcks */
                    
191	LINUX_MIB_TCPRENORECOVERY,		/* TCPRenoRecovery */
                    
229	LINUX_MIB_TCPSPURIOUSRTOS,		/* TCPSpuriousRTOs */
                    
230	LINUX_MIB_TCPMD5NOTFOUND,		/* TCPMD5NotFound */
                    
231	LINUX_MIB_TCPMD5UNEXPECTED,		/* TCPMD5Unexpected */
                    
231	LINUX_MIB_TCPMD5UNEXPECTED,		/* TCPMD5Unexpected */
                    
232	LINUX_MIB_TCPMD5FAILURE,		/* TCPMD5Failure */
                    
233	LINUX_MIB_SACKSHIFTED,
                    
                
genmenu.php http://opixido-ocms.googlecode.com/svn/trunk/ | PHP | 325 lines
                    
1<?php
                    
2
                    
82         */
                    
83        $this->cache2 = new GenCache('arbo' . md5($this->site->g_url->topRubId . '-' . $this->site->getCurId() . '_' . $this->nom_menu), GetParam('date_update_arbo'));
                    
84        if (!$this->cache2->cacheExists()) {
                    
                
phmagick.php http://bedita.googlecode.com/svn/trunk/ | PHP | 341 lines
                    
1<?php
                    
2/*
                    
51        if(is_null($this->escapeChars) ){
                    
52            $this->escapeChars = !( strtolower ( substr( php_uname('s'), 0, 3))  == "win" ) ;
                    
53        }
                    
86            $ext = end (explode('.', $source)) ;
                    
87            $this->destinationFile = dirname($source) . '/' . md5(microtime()) . '.' . $ext;
                    
88        }
                    
163        $base = dirname(__FILE__) . '/plugins';
                    
164        $plugins = glob($base . '/*.php');
                    
165        foreach($plugins as $plugin){
                    
166            include_once $plugin ;
                    
167            $name = basename($plugin, '.php');
                    
168            $className = 'phMagick_'.$name ;
                    
                
LiftiumConfig.php https://github.com/liftiuminc/liftium.git | PHP | 217 lines
                    
1<?php
                    
2
                    
11		$AdTag = new AdTag();
                    
12		$cacheKey = __CLASS__ . ':' . __METHOD__ . ":" . md5(serialize($criteria)) . self::getCacheVersion();
                    
13
                    
                
PasswordEncryptorTest.php git://github.com/silverstripe/sapphire.git | PHP | 168 lines
                    
8use SilverStripe\Dev\SapphireTest;
                    
9use SilverStripe\Security\PasswordEncryptor_LegacyPHPHash;
                    
10use SilverStripe\Security\PasswordEncryptor_PHPHash;
                    
52
                    
53    public function testEncryptorPHPHashWithArguments()
                    
54    {
                    
57            'encryptors',
                    
58            ['test_md5' => [PasswordEncryptor_PHPHash::class=>'md5']]
                    
59        );
                    
60        /** @var PasswordEncryptor_PHPHash $e */
                    
61        $e = PasswordEncryptor::create_for_algorithm('test_md5');
                    
62        $this->assertEquals('md5', $e->getAlgorithm());
                    
64
                    
65    public function testEncryptorPHPHash()
                    
66    {
                    
                
icmp.php https://bitbucket.org/nav_subhamkumar/crm.git | PHP | 204 lines
                    
1<?php
                    
2session_start();
                    
6{
                    
7	echo '<script>location.replace("../../../../index.php");</script>';
                    
8}
                    
9
                    
10require_once "../../conn/conn.php";
                    
11
                    
15
                    
16<?php
                    
17
                    
50function NewGuid() { 
                    
51    $s = strtoupper(md5(uniqid(rand(),true))); 
                    
52    
                    
155            {
                    
156                echo '<script>alert("Sorry!! Maximum Description Reached");location.replace("../../opr/addcust.php");</script>';
                    
157            }
                    
                
SaltFactoryTest.php https://bitbucket.org/followupcio/website.git | PHP | 143 lines
                    
1<?php
                    
2namespace TYPO3\CMS\Saltedpasswords\Tests\Unit\Salt;
                    
73        // 3 Bytes should result in a 6 char length base64 encoded string
                    
74        // used for MD5 and PHPass salted hashing
                    
75        $byteLength = 3;
                    
89     */
                    
90    public function objectInstanceForMD5Salts()
                    
91    {
                    
91    {
                    
92        $saltMD5 = '$1$rasmusle$rISCgZzpwk3UhDidwXvin0';
                    
93        $this->objectInstance = \TYPO3\CMS\Saltedpasswords\Salt\SaltFactory::getSaltingInstance($saltMD5);
                    
93        $this->objectInstance = \TYPO3\CMS\Saltedpasswords\Salt\SaltFactory::getSaltingInstance($saltMD5);
                    
94        $this->assertTrue(get_class($this->objectInstance) == \TYPO3\CMS\Saltedpasswords\Salt\Md5Salt::class || is_subclass_of($this->objectInstance, \TYPO3\CMS\Saltedpasswords\Salt\Md5Salt::class));
                    
95    }
                    
113        $this->objectInstance = \TYPO3\CMS\Saltedpasswords\Salt\SaltFactory::getSaltingInstance($saltPhpass);
                    
114        $this->assertTrue(get_class($this->objectInstance) == \TYPO3\CMS\Saltedpasswords\Salt\PhpassSalt::class || is_subclass_of($this->objectInstance, \TYPO3\CMS\Saltedpasswords\Salt\PhpassSalt::class));
                    
115    }
                    
                
logs.php http://viet-group.googlecode.com/svn/trunk/ | PHP | 336 lines
                    
1<?php
                    
2
                    
24$sql = "SELECT SQL_CALC_FOUND_ROWS * FROM `" . $db_config['prefix'] . "_logs` WHERE `id`!=0";
                    
25$base_url = NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op;
                    
26
                    
39	$checksess = filter_text_input( 'checksess', 'get', '', 1 );
                    
40	if ( $checksess != md5 ( "siteinfo_" . session_id() . "_" . $admin_info['userid'] ) )
                    
41	{
                    
42		nv_insert_logs( NV_LANG_DATA, $module_name, sprintf ( $lang_module['filter_check_log'], $op ), $admin_info['username'] . " - " . $admin_info['userid'], 0 );
                    
43		Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op );
                    
44		exit();
                    
276$xtpl->assign( 'OP', $op );
                    
277$xtpl->assign( 'checksess', md5 ( "siteinfo_" . session_id() . "_" . $admin_info['userid'] ) );
                    
278$xtpl->assign( 'URL_DEL', $base_url . "&" . NV_OP_VARIABLE . "=logs_del" );
                    
278$xtpl->assign( 'URL_DEL', $base_url . "&" . NV_OP_VARIABLE . "=logs_del" );
                    
279$xtpl->assign( 'URL_CANCEL', NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name . "&" . NV_OP_VARIABLE . "=" . $op );
                    
280$xtpl->assign( 'DISABLE', $disabled );
                    
                
l10n_client.php git://github.com/gallery/gallery3.git | PHP | 323 lines
                    
1<?php defined("SYSPATH") or die("No direct script access.");
                    
2/**
                    
31  static function client_token() {
                    
32    return md5("l10n_client_client_token" . access::private_key());
                    
33  }
                    
49    $api_key = $api_key == null ? l10n_client::api_key() : $api_key;
                    
50    return md5($api_key . $payload . l10n_client::client_token());
                    
51  }
                    
194    //   uid = <l10n server user id>
                    
195    //   signature = md5(user_api_key($uid, $client_token) . $data . $client_token))
                    
196    //   data = // JSON payload
                    
                
cloud.mod.php https://gitlab.com/llqbaimao/o2o.git | PHP | 404 lines
                    
1<?php
                    
2/**
                    
10	return array(
                    
11		'/framework/function/communication.func.php',
                    
12		'/framework/model/cloud.mod.php',
                    
12		'/framework/model/cloud.mod.php',
                    
13		'/web/source/cloud/upgrade.ctrl.php',
                    
14		'/web/source/cloud/process.ctrl.php',
                    
14		'/web/source/cloud/process.ctrl.php',
                    
15		'/web/source/cloud/dock.ctrl.php',
                    
16		'/web/themes/default/cloud/upgrade.html',
                    
32	$pars['module'] = $name;
                    
33	$dat = ihttp_post('http://v2.addons.we7.cc/gateway.php', $pars);
                    
34	if (is_error($dat)) {
                    
52	$pars['key'] = $_W['setting']['site']['key'];
                    
53	$pars['password'] = md5($_W['setting']['site']['key'] . $_W['setting']['site']['token']);
                    
54	$clients = cloud_client_define();
                    
                
4661.py https://bitbucket.org/DinoRex99/exploit-database.git | Python | 126 lines
                    
27
                    
28import httplib, urllib, sys, md5
                    
29from random import randint
                    
92	if upass == "" or userid == "":
                    
93		conn.request("POST", path + "misc.php?sub=register", urllib.urlencode({'submit': 'Register','name': 'th331337.%d' % (rand) , 'pass': botpass,'pass2': botpass,'email': 'root%d@yoursystemgotpowned.it' % (rand) }), {"Accept": "text/plain","Content-type": "application/x-www-form-urlencoded"})
                    
94		response = conn.getresponse()
                    
107	sys.exit("[-]AttributeError Check your Target/path.")
                    
108############################################################################################Doing some Md5
                    
109if upass=="" or userid=="":
                    
109if upass=="" or userid=="":
                    
110	hash = md5.new()
                    
111	hash.update(botpass)
                    
119conn = httplib.HTTPConnection(target,port)
                    
120conn.request("POST", path+"cp.php?sub=settings", urllib.urlencode({'submit': 'Update','xemail': real_email}), {"Accept": "text/plain","Cookie": "memberid="+mid+"; membercookie="+admin_nick+";memberpw="+passmd5+";" ,"Content-type": "application/x-www-form-urlencoded"})
                    
121response = conn.getresponse()
                    
                
4548.php https://bitbucket.org/DinoRex99/exploit-database.git | PHP | 172 lines
                    
1<?php
                    
2## Vanilla <= 1.1.3 Remote Blind SQL Injection Exploit
                    
15echo "~~~~~~\n";
                    
16echo "php {$argv[0]} [url] OPTIONS\n\n";
                    
17echo "[url]        - target server where Vanilla is installed\n\n";
                    
25echo "examples:\n";
                    
26echo "php {$argv[0]} http://site.com/vanilla/ -p=forum_ -id=2\n";
                    
27echo "php {$argv[0]} http://forum.site.com:8080/ -c=400000\n";
                    
32*
                    
33* Script /ajax/sortcategories.php is supposed to be used by admin to sort
                    
34* the categories. However it isnt protected from unathorized users. Besides,
                    
34* the categories. However it isnt protected from unathorized users. Besides,
                    
35* it doesnt properly sanitize user's input data, so we can inject the SQL * code into the UPDATE query. Script /ajax/sortroles.php is also vulnerable.
                    
36*/
                    
59$path = $url_parts['path'];
                    
60$query_pattern = "-99'+OR+IF(%s,BENCHMARK(%d,MD5(31337)),1)/*";
                    
61print "[~] Testing probe delays...\n";
                    
                
user_add.php http://viet-group.googlecode.com/svn/trunk/ | PHP | 275 lines
                    
1<?php
                    
2
                    
63    }
                    
64    elseif ( $db->sql_numrows( $db->sql_query( "SELECT `userid` FROM `" . NV_USERS_GLOBALTABLE . "` WHERE `md5username`=" . $db->dbescape( md5( $_user['username'] ) ) ) ) != 0 )
                    
65    {
                    
118        $sql = "INSERT INTO `" . NV_USERS_GLOBALTABLE . "` (
                    
119        `userid`, `username`, `md5username`, `password`, `email`, `full_name`, `gender`, `birthday`, `sig`, `regdate`, 
                    
120        `website`, `location`, `yim`, `telephone`, `fax`, `mobile`, `question`, `answer`, `passlostkey`, `view_mail`, 
                    
124		" . $db->dbescape( $_user['username'] ) . ",
                    
125		" . $db->dbescape( md5( $_user['username'] ) ) . ",
                    
126		" . $db->dbescape( $password ) . ",
                    
153            {
                    
154                @require_once ( NV_ROOTDIR . "/includes/class/upload.class.php" );
                    
155                
                    
195            
                    
196            Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name );
                    
197            exit();
                    
                
bookmark.php https://bitbucket.org/samuel-oldra/pousada-katedral-wordpress.git | PHP | 414 lines
                    
1<?php
                    
2/**
                    
88 *
                    
89 * Attempts to retrieve from the cache first based on MD5 hash of arguments. If
                    
90 * that fails, then the query will be built from the arguments and executed. The
                    
129
                    
130	$key = md5( serialize( $r ) );
                    
131	if ( $cache = wp_cache_get( 'get_bookmarks', 'bookmark' ) ) {
                    
199			wp_cache_set( 'get_bookmarks', $cache, 'bookmark' );
                    
200			/** This filter is documented in wp-includes/bookmark.php */
                    
201			return apply_filters( 'get_bookmarks', array(), $r );
                    
290
                    
291	/** This filter is documented in wp-includes/bookmark.php */
                    
292	return apply_filters( 'get_bookmarks', $results, $r );
                    
380	if ( 'edit' == $context ) {
                    
381		/** This filter is documented in wp-includes/post.php */
                    
382		$value = apply_filters( "edit_$field", $value, $bookmark_id );
                    
                
instagram.php https://gitlab.com/mina/kirbycms-extensions.git | PHP | 152 lines
                    
1<?php
                    
2
                    
51            
                    
52            $images_cache_id    = 'instagram/images.' . md5($_token) . '.' . $_count . '.php';
                    
53            $images_cache_data  = false;
                    
                
storageverification.php https://github.com/sfsergey/knowledgetree.git | PHP | 190 lines
                    
1<?php
                    
2/**
                    
37
                    
38require_once(dirname(__FILE__) . '/../config/dmsDefaults.php');
                    
39require_once(KT_LIB_DIR . '/storage/storagemanager.inc.php');
                    
134        $sql = "SELECT
                    
135                    dmv.id as metadata_version_id, dcv.document_id, dcv.md5hash, dcv.size
                    
136               FROM
                    
170
                    
171            $expectedHash = $row['md5hash'];
                    
172            $currentHash = md5_file($tmpPath);
                    
                
Array.php https://github.com/OpenMage/magento-mirror.git | PHP | 355 lines
                    
1<?php
                    
2/**
                    
25 */
                    
26#require_once 'Zend/Queue/Adapter/AdapterAbstract.php';
                    
27
                    
28/**
                    
29 * Class for using a standard PHP array as a queue
                    
30 *
                    
148             */
                    
149            #require_once 'Zend/Queue/Exception.php';
                    
150            throw new Zend_Queue_Exception('Queue does not exist');
                    
174        if (!$this->isExists($queue->getName())) {
                    
175            #require_once 'Zend/Queue/Exception.php';
                    
176            throw new Zend_Queue_Exception('Queue does not exist:' . $queue->getName());
                    
182            'body'       => $message,
                    
183            'md5'        => md5($message),
                    
184            'handle'     => null,
                    
                
DKIMSignerTest.php git://github.com/swiftmailer/swiftmailer.git | PHP | 220 lines
                    
1<?php
                    
2
                    
67        $sig = reset($dkim);
                    
68        $this->assertEquals($sig->getValue(), 'v=1; a=rsa-sha256; bh=f+W+hu8dIhf2VAni89o8lF6WKTXi7nViA4RrMdpD5/U=; d=dummy.nxdomain.be; h=; i=@dummy.nxdomain.be; s=dummySelector; t=1299879181; b=jqPmieHzF5vR9F4mXCAkowuphpO4iJ8IAVuioh1BFZ3VITXZj5jlOFxULJMBiiApm2keJirnh u4mzogj444QkpT3lJg8/TBGAYQPdcvkG3KC0jdyN6QpSgpITBJG2BwWa+keXsv2bkQgLRAzNx qRhP45vpHCKun0Tg9LrwW/KCg=');
                    
69    }
                    
92        $sig = reset($dkim);
                    
93        $this->assertEquals($sig->getValue(), 'v=1; a=rsa-sha256; bh=f+W+hu8dIhf2VAni89o8lF6WKTXi7nViA4RrMdpD5/U=; d=dummy.nxdomain.be; h=; i=@dummy.nxdomain.be; s=dummySelector; c=relaxed/relaxed; t=1299879181; b=gzOI+PX6HpZKQFzwwmxzcVJsyirdLXOS+4pgfCpVHQIdqYusKLrhlLeFBTNoz75HrhNvGH6T0 Rt3w5aTqkrWfUuAEYt0Ns14GowLM7JojaFN+pZ4eYnRB3CBBgW6fee4NEMD5WPca3uS09tr1E 10RYh9ILlRtl+84sovhx5id3Y=');
                    
94    }
                    
                
Fuzzer.pm https://code.google.com/p/perl-http-fuzzer/ | Perl | 376 lines
                    
88=item BASE64
                    
89=item MD5
                    
90=item SHA1
                    
94
                    
95 my $url = 'login.php?username=URLENCODE{{username}}&password=URLENCODE{SHA1{{username}:{password}}}';
                    
96 
                    
                
bluepay_hosted.php https://gitlab.com/firstrate/firstrate | PHP | 231 lines
                    
1<?php
                    
2class ModelPaymentBluePayHosted extends Model {
                    
58
                    
59			$void_data['APPROVED_URL'] = HTTP_CATALOG . 'index.php?route=payment/bluepay_hosted/adminCallback';
                    
60			$void_data['DECLINED_URL'] = HTTP_CATALOG . 'index.php?route=payment/bluepay_hosted/adminCallback';
                    
60			$void_data['DECLINED_URL'] = HTTP_CATALOG . 'index.php?route=payment/bluepay_hosted/adminCallback';
                    
61			$void_data['MISSING_URL'] = HTTP_CATALOG . 'index.php?route=payment/bluepay_hosted/adminCallback';
                    
62
                    
68
                    
69			$void_data["TAMPER_PROOF_SEAL"] = md5($tamper_proof_data);
                    
70
                    
98
                    
99			$release_data['APPROVED_URL'] = HTTP_CATALOG . 'index.php?route=payment/bluepay_hosted/adminCallback';
                    
100			$release_data['DECLINED_URL'] = HTTP_CATALOG . 'index.php?route=payment/bluepay_hosted/adminCallback';
                    
100			$release_data['DECLINED_URL'] = HTTP_CATALOG . 'index.php?route=payment/bluepay_hosted/adminCallback';
                    
101			$release_data['MISSING_URL'] = HTTP_CATALOG . 'index.php?route=payment/bluepay_hosted/adminCallback';
                    
102
                    
                
UserTest.php git://github.com/croogo/croogo.git | PHP | 348 lines
                    
1<?php
                    
2namespace Croogo\Users\Test\TestCase\Model;
                    
71            'website' => 'http://croogo.org',
                    
72            'activation_key' => md5(uniqid()),
                    
73        ]);
                    
124            'website' => 'http://croogo.org',
                    
125            'activation_key' => md5(uniqid()),
                    
126            'status' => true,
                    
147            'website' => 'http://croogo.org',
                    
148            'activation_key' => md5(uniqid()),
                    
149            'status' => true,
                    
159            'website' => 'http://croogo.org',
                    
160            'activation_key' => md5(uniqid()),
                    
161            'status' => true,
                    
                
worldpay.php https://github.com/digineo/xt-commerce.git | PHP | 201 lines
                    
14   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
                    
15   (c) 2002-2003 osCommerce(world.php,v Version 1.6); www.oscommerce.com
                    
16
                    
133		// Ian-san: Added dynamic callback and languages link here 6/4/2003:
                    
134		xtc_draw_hidden_field('lang', $language_code).xtc_draw_hidden_field('MC_callback', xtc_href_link('wpcallback.php')).xtc_draw_hidden_field('MC_XTCsid', $XTCsid);
                    
135
                    
137		if (MODULE_PAYMENT_WORLDPAY_USEMD5 == '1') {
                    
138			$md5_signature_fields = 'amount:language:email';
                    
139			$md5_signature = MODULE_PAYMENT_WORLDPAY_MD5KEY.':'. (number_format($order->info['total'] * $currencies->get_value($currency), $currencies->get_decimal_places($currency), '.', '')).':'.$language_code.':'.$order->customer['email_address'];
                    
139			$md5_signature = MODULE_PAYMENT_WORLDPAY_MD5KEY.':'. (number_format($order->info['total'] * $currencies->get_value($currency), $currencies->get_decimal_places($currency), '.', '')).':'.$language_code.':'.$order->customer['email_address'];
                    
140			$md5_signature_md5 = md5($md5_signature);
                    
141
                    
141
                    
142			$process_button_string .= xtc_draw_hidden_field('signatureFields', $md5_signature_fields).xtc_draw_hidden_field('signature', $md5_signature_md5);
                    
143		}
                    
                
Change.php https://gitlab.com/daigiangaitu91/magento | PHP | 204 lines
                    
1<?php
                    
2/**
                    
102        if (null === $key) {
                    
103            $key = md5($this->getRandom()->getRandomString(ConfigOptionsListConstants::STORE_KEY_RANDOM_STRING_SIZE));
                    
104        }
                    
111
                    
112        // update database and config.php
                    
113        $this->beginTransaction();
                    
                
sha1.c https://github.com/ifeghali/php-src.git | C | 434 lines
                    
23
                    
24/* This code is heavily based on the PHP md5 implementation */ 
                    
25
                    
186 */
                    
187PHPAPI void PHP_SHA1Init(PHP_SHA1_CTX * context)
                    
188{
                    
204 */
                    
205PHPAPI void PHP_SHA1Update(PHP_SHA1_CTX * context, const unsigned char *input,
                    
206			   unsigned int inputLen)
                    
245 */
                    
246PHPAPI void PHP_SHA1Final(unsigned char digest[20], PHP_SHA1_CTX * context)
                    
247{
                    
421	for (i = 0, j = 0; j < len; i++, j += 4)
                    
422		output[i] = ((php_uint32) input[j + 3]) | (((php_uint32) input[j + 2]) << 8) |
                    
423			(((php_uint32) input[j + 1]) << 16) | (((php_uint32) input[j]) << 24);
                    
                
Diagnostic.html https://github.com/yinhm/sugarcrm.git | HTML | 137 lines
                    
113<script type="text/javascript" language="Javascript">
                    
114  var md5filesmd5_checked;
                    
115  var md5calculated_checked;
                    
120    if (document.Diagnostic.md5.checked == false){
                    
121      md5filesmd5_checked = document.Diagnostic.md5filesmd5.checked;
                    
122      md5calculated_checked = document.Diagnostic.md5calculated.checked;
                    
124      document.Diagnostic.md5calculated.checked=false;
                    
125      document.Diagnostic.md5filesmd5.disabled=true;
                    
126      document.Diagnostic.md5calculated.disabled=true;
                    
128    else{
                    
129      document.Diagnostic.md5filesmd5.disabled=false;
                    
130      document.Diagnostic.md5calculated.disabled=false;
                    
130      document.Diagnostic.md5calculated.disabled=false;
                    
131      document.Diagnostic.md5filesmd5.checked=md5filesmd5_checked;
                    
132      document.Diagnostic.md5calculated.checked=md5calculated_checked;
                    
                
Util.php https://github.com/nateabele/Minerva-Plugin.git | PHP | 169 lines
                    
1<?php
                    
2/*
                    
31     * A simple method to return a unique string, useful for approval codes and such.
                    
32     * An md5 hash of the unique id will be 32 characters long and the sha1 will be 40 characters long.
                    
33     * Without hashing, the unique id will be 13 characters long and 23 long if more entropy is used.
                    
35     * @params $options Array
                    
36     *      - hash: The hash method to use to hash the uid, md5, sha1, or false (default is md5)
                    
37     *      - prefix: The prefix to use for uniqid() method
                    
40    public function unique_string($options=array()) {
                    
41        $options += array('hash' => 'md5', 'prefix' => '', 'entropy' => false);
                    
42        switch($options['hash']) {
                    
42        switch($options['hash']) {
                    
43            case 'md5':
                    
44                return md5(uniqid($options['prefix'], $options['entropy']));
                    
                
admin.php https://gitlab.com/jaydee888/Jirafeau.git | PHP | 286 lines
                    
1<?php
                    
2/*
                    
21
                    
22require (JIRAFEAU_ROOT . 'lib/config.original.php');
                    
23require (JIRAFEAU_ROOT . 'lib/settings.php');
                    
23require (JIRAFEAU_ROOT . 'lib/settings.php');
                    
24require (JIRAFEAU_ROOT . 'lib/functions.php');
                    
25require (JIRAFEAU_ROOT . 'lib/lang.php');
                    
27/* Check if installation is OK. */
                    
28if (file_exists (JIRAFEAU_ROOT . 'install.php')
                    
29    && !file_exists (JIRAFEAU_ROOT . 'lib/config.local.php'))
                    
30{
                    
31    header('Location: install.php'); 
                    
32    exit;
                    
129        require (JIRAFEAU_ROOT . 'lib/template/header.php');
                    
130        ?><h2><?php echo t('Admin interface'); ?></h2><?php
                    
131
                    
                
Fill.php https://PHPExcel.svn.codeplex.com/svn | PHP | 332 lines
                    
22 * @package    PHPExcel_Style
                    
23 * @copyright  Copyright (c) 2006 - 2008 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
24 * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL
                    
32/** PHPExcel_IComparable */
                    
33require_once 'PHPExcel/IComparable.php';
                    
34
                    
119		$this->_startColor			= new PHPExcel_Style_Color(PHPExcel_Style_Color::COLOR_WHITE);
                    
120		$this->_endColor			= new PHPExcel_Style_Color(PHPExcel_Style_Color::COLOR_BLACK);
                    
121    }
                    
141     *
                    
142     * Returns the PHPExcel_Style_Fill that is actual bound to PHPExcel_Style
                    
143	 *
                    
158     *
                    
159     * If no PHPExcel_Style_Fill has been bound to PHPExcel_Style then bind this one. Return the actual bound one.
                    
160	 *
                    
                
login.php https://github.com/gregorysmart/MODx.git | PHP | 178 lines
                    
1<?php
                    
2/**
                    
37if (is_array($rt)) {
                    
38    foreach ($rt as $key => $value) {   /* php4 compatible */
                    
39        if ($value !== true) {
                    
130    /* check user password - local authentication */
                    
131    if($user->get('password') != md5($givenPassword)) {
                    
132        return $modx->error->failure($modx->lexicon('login_username_password_incorrect'));
                    
                
ApiTestCase.php https://gitlab.com/mcepl/dumpathome.git | PHP | 239 lines
                    
1<?php
                    
2
                    
132			// add token to request parameters
                    
133			$params['token'] = md5( $session['wsToken'] ) . User::EDIT_TOKEN_SUFFIX;
                    
134			return $this->doApiRequest( $params, $session, false, $user );
                    
170	public function testApiTestGroup() {
                    
171		$groups = PHPUnit_Util_Test::getGroups( get_class( $this ) );
                    
172		$constraint = PHPUnit_Framework_Assert::logicalOr(
                    
                
Message.php https://github.com/Riges/KawaiViewModel.git | PHP | 246 lines
                    
1<?php
                    
2/**
                    
19 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
20 * @version    $Id: Message.php 24593 2012-01-05 20:35:02Z matthew $
                    
21 */
                    
24/**
                    
25 * A message envelope that can be passed to Zend_Wildfire_Plugin_FirePhp to be
                    
26 * logged to Firebug instead of a variable.
                    
33 */
                    
34class Zend_Wildfire_Plugin_FirePhp_Message
                    
35{
                    
91        $this->_message = $message;
                    
92        $this->_ruid = md5(microtime().mt_rand());
                    
93    }
                    
                
db.php https://gitlab.com/lttu1620/TEPPAN-API | PHP | 337 lines
                    
1<?php
                    
2/**
                    
9 * @copyright  2010 - 2014 Fuel Development Team
                    
10 * @link       http://fuelphp.com
                    
11 */
                    
56		$this->keys['previous_id']	= $this->keys['session_id'];	// prevents errors if previous_id has a unique index
                    
57		$this->keys['ip_hash']		= md5(\Input::ip().\Input::real_ip());
                    
58		$this->keys['user_agent']	= \Input::user_agent();
                    
124			}
                    
125			elseif ($this->config['match_ip'] and $payload[0]['ip_hash'] !== md5(\Input::ip().\Input::real_ip()))
                    
126			{
                    
                
imagemagick.php https://gitlab.com/lttu1620/TEPPAN-API | PHP | 358 lines
                    
1<?php
                    
2/**
                    
9 * @copyright  2010 - 2014 Fuel Development Team
                    
10 * @link       http://fuelphp.com
                    
11 */
                    
31			{
                    
32				$this->image_temp = $this->config['temp_dir'].substr($this->config['temp_append'].md5(time() * microtime()), 0, 32).'.png';
                    
33			}
                    
                
empresas_perfil.php https://gitlab.com/juanjmt/merintec_siems | PHP | 247 lines
                    
1<?php 
                    
2include("sistema/comunes/verificar_empresa.php");
                    
37$datos2[4] = prepara_datos ("logi_usua",$_POST['emai_empr'],'');
                    
38$datos2[5] = prepara_datos ("pass_usua",md5($clave),'');
                    
39$datos2[6] = prepara_datos ("tipo_usua",'2','');
                    
123	<div class="titulo_formulario" align="center">REGISTRO DE EMPRESAS</div>
                    
124	<?php include('sistema/general/mensaje.php'); ?>
                    
125	<?php if ($nresultados>1){ 
                    
138		$buscar_varios[5][1]="tlfc_empr";
                    
139		include('sistema/general/busqueda_varios.php'); 
                    
140		echo '<br>'; 
                    
145      </br>	
                    
146      <?php 
                    
147         /// No Borrar campo usado para auditoría    
                    
242			echo '<tr><td>';
                    
243			include('sistema/general/botonera2.php');
                    
244			echo '</td></tr></table>';         		  	   
                    
                
_md5_8php_source.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 132 lines
                    
34<a name="l00026"></a>00026 
                    
35<a name="l00035"></a><a class="code" href="class_zend___validate___file___md5.html">00035</a> <span class="keyword">class </span><a class="code" href="class_zend___validate___file___md5.html">Zend_Validate_File_Md5</a> <span class="keyword">extends</span> <a class="code" href="class_zend___validate___file___hash.html">Zend_Validate_File_Hash</a>
                    
36<a name="l00036"></a>00036 {
                    
36<a name="l00036"></a>00036 {
                    
37<a name="l00040"></a><a class="code" href="class_zend___validate___file___md5.html#a0e9755eea7ef4ea25cd96ff8ced4d734">00040</a>     <span class="keyword">const</span> <a class="code" href="class_zend___validate___file___md5.html#a0e9755eea7ef4ea25cd96ff8ced4d734">DOES_NOT_MATCH</a> = <span class="stringliteral">&#39;fileMd5DoesNotMatch&#39;</span>;
                    
38<a name="l00041"></a>00041     <span class="keyword">const</span> NOT_DETECTED   = <span class="stringliteral">&#39;fileMd5NotDetected&#39;</span>;
                    
62<a name="l00081"></a>00081 
                    
63<a name="l00087"></a><a class="code" href="class_zend___validate___file___md5.html#a8ffe7cebad881b26dc1bb014dea34d4b">00087</a>     <span class="keyword">public</span> function <a class="code" href="class_zend___validate___file___md5.html#a8ffe7cebad881b26dc1bb014dea34d4b">getMd5</a>()
                    
64<a name="l00088"></a>00088     {
                    
78<a name="l00109"></a>00109 
                    
79<a name="l00116"></a><a class="code" href="class_zend___validate___file___md5.html#a838c699d63acedd05f69035892db10fd">00116</a>     <span class="keyword">public</span> function <a class="code" href="class_zend___validate___file___md5.html#a838c699d63acedd05f69035892db10fd">setMd5</a>($options)
                    
80<a name="l00117"></a>00117     {
                    
95<a name="l00139"></a>00139 
                    
96<a name="l00146"></a><a class="code" href="class_zend___validate___file___md5.html#addb853ff803761b2c0bb04759046d2a4">00146</a>     <span class="keyword">public</span> function <a class="code" href="class_zend___validate___file___md5.html#addb853ff803761b2c0bb04759046d2a4">addMd5</a>($options)
                    
97<a name="l00147"></a>00147     {
                    
                
PDO.php git://github.com/evert/SabreDAV.git | PHP | 331 lines
                    
1<?php
                    
2
                    
270
                    
271        return '"' . md5($cardData) . '"';
                    
272
                    
307
                    
308        return '"' . md5($cardData) . '"';
                    
309
                    
                
NormalModule.js https://bitbucket.org/nanakokono/webstocker.git | JavaScript | 322 lines
                    
1/*
                    
2	MIT License http://www.opensource.org/licenses/mit-license.php
                    
3	Author Tobias Koppers @sokra
                    
119NormalModule.prototype.source = function(dependencyTemplates, outputOptions, requestShortener) {
                    
120	var hash = require("crypto").createHash("md5");
                    
121	this.updateHash(hash);
                    
221	if(!this._source) return "";
                    
222	var hash = require("crypto").createHash("md5");
                    
223	hash.update(this._source.source());
                    
                
Font.php https://PHPExcel.svn.codeplex.com/svn | PHP | 505 lines
                    
32/** PHPExcel_IComparable */
                    
33require_once 'PHPExcel/IComparable.php';
                    
34
                    
42 */
                    
43class PHPExcel_Style_Font implements PHPExcel_IComparable
                    
44{
                    
136		$this->_striketrough		= false;
                    
137		$this->_color				= new PHPExcel_Style_Color(PHPExcel_Style_Color::COLOR_BLACK);
                    
138    }
                    
158     *
                    
159     * Returns the PHPExcel_Style_Font that is actual bound to PHPExcel_Style
                    
160	 *
                    
175     *
                    
176     * If no PHPExcel_Style_Font has been bound to PHPExcel_Style then bind this one. Return the actual bound one.
                    
177	 *
                    
                
Wincache.php https://github.com/bshaffer/Donate-Nashville.git | PHP | 201 lines
                    
2/**
                    
3 * PHPExcel
                    
4 *
                    
20 *
                    
21 * @category   PHPExcel
                    
22 * @package	PHPExcel_CachedObjectStorage
                    
22 * @package	PHPExcel_CachedObjectStorage
                    
23 * @copyright  Copyright (c) 2006 - 2010 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
24 * @license	http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt	LGPL
                    
33 * @package	PHPExcel_CachedObjectStorage
                    
34 * @copyright  Copyright (c) 2006 - 2010 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
35 */
                    
35 */
                    
36class PHPExcel_CachedObjectStorage_Wincache extends PHPExcel_CachedObjectStorage_CacheBase implements PHPExcel_CachedObjectStorage_ICache {
                    
37
                    
                
Array.php https://gitlab.com/cakephp-2-x-plugins/zendframework.git | PHP | 355 lines
                    
1<?php
                    
2/**
                    
25 */
                    
26require_once 'Zend/Queue/Adapter/AdapterAbstract.php';
                    
27
                    
28/**
                    
29 * Class for using a standard PHP array as a queue
                    
30 *
                    
148             */
                    
149            require_once 'Zend/Queue/Exception.php';
                    
150            throw new Zend_Queue_Exception('Queue does not exist');
                    
174        if (!$this->isExists($queue->getName())) {
                    
175            require_once 'Zend/Queue/Exception.php';
                    
176            throw new Zend_Queue_Exception('Queue does not exist:' . $queue->getName());
                    
182            'body'       => $message,
                    
183            'md5'        => md5($message),
                    
184            'handle'     => null,
                    
                
DataValidation.php https://github.com/EOL/eol_php_code.git | PHP | 472 lines
                    
2/**
                    
3 * PHPExcel
                    
4 *
                    
22 * @package    PHPExcel_Cell
                    
23 * @copyright  Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
24 * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt    LGPL
                    
33 * @package    PHPExcel_Cell
                    
34 * @copyright  Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
35 */
                    
187     * @param  string    $value
                    
188     * @return PHPExcel_Cell_DataValidation
                    
189     */
                    
227     * @param  string    $value
                    
228     * @return PHPExcel_Cell_DataValidation
                    
229     */
                    
                
default.py http://seppius-xbmc-repo.googlecode.com/svn/trunk/ | Python | 407 lines
                    
21try:
                    
22    from hashlib import md5
                    
23except:
                    
23except:
                    
24    from md5 import md5
                    
25
                    
92    err=0
                    
93    m = hashlib.md5()
                    
94    m.update(str(n))
                    
125def get_inf_db(n):
                    
126    m = hashlib.md5()
                    
127    m.update(str(n))
                    
336        sts=kbd.getText();
                    
337        params['href'] = 'http://serialonline.net/index.php?do=search'
                    
338	post={}
                    
                
cnt1.inc.php http://phpwcms.googlecode.com/svn/trunk/ | PHP | 205 lines
                    
82			      <td><input name="cimage_name" type="text" id="cimage_name" class="f11b" style="width: 300px; color: #727889;" value="<?php echo  isset($content["image_name"]) ? html_specialchars($content["image_name"]) : '' ?>" size="40" maxlength="250" onfocus="this.blur()" /></td>
                    
83			      <td><img src="img/leer.gif" alt="" width="3" height="1" /><a href="javascript:;" title="<?php echo  $BL['be_cnt_openimagebrowser'] ?>" onclick="openFileBrowser('filebrowser.php?opt=0&amp;target=nolist')"><img src="img/button/open_image_button.gif" alt="" width="20" height="15" border="0" /></a></td>
                    
84			      <td><img src="img/leer.gif" alt="" width="3" height="1" /><a href="javascript:;" title="<?php echo  $BL['be_cnt_delimage'] ?>" onclick="document.articlecontent.cimage_name.value='';document.articlecontent.cimage_id.value='0';this.blur();return false;"><img src="img/button/del_image_button.gif" alt="" width="15" height="15" border="0" /></a>
                    
102			    <option value="4" <?php is_selected(4, $content["image_pos"]) ?>><?php echo  $BL['be_cnt_pos4'] ?></option>
                    
103			    <option value="5" <?php is_selected(5, $content["image_pos"]) ?>><?php echo  $BL['be_cnt_pos5'] ?></option>
                    
104			    <option value="6" <?php is_selected(6, $content["image_pos"]) ?>><?php echo  $BL['be_cnt_pos6'] ?></option>
                    
104			    <option value="6" <?php is_selected(6, $content["image_pos"]) ?>><?php echo  $BL['be_cnt_pos6'] ?></option>
                    
105			    <option value="7" <?php is_selected(7, $content["image_pos"]) ?>><?php echo  $BL['be_cnt_pos7'] ?></option>
                    
106				<option value="8" <?php is_selected(8, $content["image_pos"]) ?>><?php echo  $BL['be_cnt_pos8'] ?></option>
                    
106				<option value="8" <?php is_selected(8, $content["image_pos"]) ?>><?php echo  $BL['be_cnt_pos8'] ?></option>
                    
107			    <option value="9" <?php is_selected(9, $content["image_pos"]) ?>><?php echo  $BL['be_cnt_pos9'] ?></option>
                    
108		      </select></td>
                    
190								"image_name"	=>	$content["image_hash"] . '.' . $content["image_ext"],
                    
191								"thumb_name"	=>	md5($content["image_hash"].$phpwcms["img_list_width"].$phpwcms["img_list_height"].$phpwcms["sharpen_level"])
                    
192        					  )
                    
                
sys_repair.php http://pj-photohost.googlecode.com/svn/trunk/ | PHP | 286 lines
                    
1<?php
                    
2require_once(dirname(__FILE__).'/config.php');
                    
3CheckPurview('sys_ArcBatch');
                    
4require_once(dirname(__FILE__).'/../include/oxwindow.class.php');
                    
5ShowMsg("?????????????????????????????<br /><a href='index_body.php'>&lt;&lt;?????&gt;&gt;</a>", "javascript:;");
                    
9	$win = new OxWindow();
                    
10	$win->Init("sys_repair.php","js/blank.js","POST' enctype='multipart/form-data' ");
                    
11	$win->mainTitle = "??????";
                    
11	$win->mainTitle = "??????";
                    
12	$wecome_info = "<a href='index_body.php'>????</a> &gt;&gt; ????????";
                    
13	$win->AddTitle('?????????????????????');
                    
25    <br />
                    
26    <a href='sys_repair.php?dopost=1' style='font-size:14px;color:red'><b>???????????&gt;&gt;</b></a>
                    
27    <br /><br /><br />
                    
72	$upsqls[] = "INSERT INTO `#@__sysconfig` (`aid` ,`varname` ,`info` ,`value` ,`type` ,`groupid`) VALUES (713, 'cfg_need_typeid2', '???????', 'N', 'bool', 6); ";
                    
73  $upsqls[] = "INSERT INTO `#@__sysconfig` (`aid` ,`varname` ,`info` ,`value` ,`type` ,`groupid`) VALUES (715, 'cfg_mb_pwdtype', '???????????32 — 32?md5????<br />l16 — ?16?? r16 — ?16?? m16 — ??16?', '32', 'string', 4); ";
                    
74  $upsqls[] = "Update `#@__sysconfig` set `groupid` = '8' where `varname` like 'cfg_group_%'; ";
                    
                
Border.php https://github.com/okbutton/ispCP-distributed.git | PHP | 428 lines
                    
37/** PHPExcel_Style_Color */
                    
38require_once PHPEXCEL_ROOT . 'PHPExcel/Style/Color.php';
                    
39
                    
40/** PHPExcel_IComparable */
                    
41require_once PHPEXCEL_ROOT . 'PHPExcel/IComparable.php';
                    
42
                    
48 * @package    PHPExcel_Style
                    
49 * @copyright  Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
50 */
                    
50 */
                    
51class PHPExcel_Style_Border implements PHPExcel_IComparable
                    
52{
                    
113		$this->_borderStyle			= PHPExcel_Style_Border::BORDER_NONE;
                    
114		$this->_color			= new PHPExcel_Style_Color(PHPExcel_Style_Color::COLOR_BLACK, $isSupervisor);
                    
115
                    
                
UserHouseshareTest.php https://github.com/marcinwol/houseshare.git | PHP | 245 lines
                    
1<?php
                    
2
                    
173        $user = new $userClass(2);
                    
174        $user->password = 'newPassword';    // md5 is 14a88b9d2f52c55b5fbcf9c5d9c11875  
                    
175        $user->save();
                    
                
CHAP.php https://github.com/hit-moodle/moodle.git | PHP | 464 lines
                    
1<?php
                    
2/*
                    
34
                    
35require_once 'PEAR.php';
                    
36
                    
38* Classes for generating packets for various CHAP Protocols:
                    
39* CHAP-MD5: RFC1994
                    
40* MS-CHAPv1: RFC2433
                    
103        $this->$varname = '';
                    
104        mt_srand(hexdec(substr(md5(microtime()), -8)) & 0x7fffffff);
                    
105        for ($i = 0; $i < $size; $i++) {
                    
122/**
                    
123 * class Crypt_CHAP_MD5
                    
124 *
                    
134     *
                    
135     * CHAP-MD5 uses MD5-Hash for generating the response. The Hash consists
                    
136     * of the chapid, the plaintext password and the challenge.
                    
                
ThreadList.class.php https://github.com/timfong888/AF-upload.git | PHP | 149 lines
                    
1<?php
                    
2//require_once(__DATA_CLASSES__.'/Thread.class.php');
                    
79		$ally = ($this->_user->Id == $objThread->ReceiverUserId) ? $objThread->SenderUser : $objThread->ReceiverUser;
                    
80		$hash = md5( strtolower($ally->Username));
                    
81		$cssClass = $objThread->LastUser->Id != $this->_user->Id ? 'messagereceive' : '';
                    
81		$cssClass = $objThread->LastUser->Id != $this->_user->Id ? 'messagereceive' : '';
                    
82		$link = sprintf('<img src="http://www.gravatar.com/avatar?size=30&d=monsterid&gravatar_id=%s" /><a href="profile_activity.php?aid=%s" class="%s">%s</a>',$hash, $ally->Id, $cssClass, $ally->FullName);
                    
83		return $link;
                    
89		if($this->_user->Id == $objThread->ReceiverUserId) {
                    
90			$linkUrl = 'message_send.php';
                    
91			$messageType = MessageType::Reply;
                    
93		else {
                    
94			$linkUrl = ($objThread->MessageTypeId == MessageType::Send) ? 'message_send.php' : 'message_request.php';
                    
95			$messageType = $objThread->MessageTypeId;
                    
                
xxhash.h https://github.com/jeremybarnes/jml.git | C Header | 164 lines
                    
4   Copyright (C) 2012-2014, Yann Collet.
                    
5   BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
                    
6
                    
51CRC32           0.43 GB/s     9
                    
52MD5-32          0.33 GB/s    10       Ronald L. Rivest
                    
53SHA1-32         0.28 GB/s    10
                    
                
UserServiceTests.php https://github.com/openmetaversefoundation/simiangrid.git | PHP | 434 lines
                    
1<?php
                    
2/** Simian grid services
                    
3 *
                    
4 * PHP version 5
                    
5 *
                    
34 */
                    
35    require_once('../lib/Class.UUID.php');
                    
36    require_once('../lib/Class.User.php');
                    
36    require_once('../lib/Class.User.php');
                    
37    require_once('../lib/Class.Scene.php');
                    
38    require_once('../lib/Class.Presence.php');
                    
38    require_once('../lib/Class.Presence.php');
                    
39    require_once('../lib/Class.StopWatch.php');
                    
40
                    
42    {
                    
43        return '$1$' . md5($toencode);
                    
44    }
                    
                
classCXLHash.tex https://github.com/Pogostick/YiiXL.git | LaTeX | 347 lines
                    
250
                    
251Definition at line 42 of file CXLHash.php.
                    
252
                    
277
                    
278Definition at line 46 of file CXLHash.php.
                    
279
                    
316\hypertarget{classCXLHash_a66be2064e952a39f04c0a54d83d1c779}{
                    
317\index{CXLHash@{CXLHash}!MD5@{MD5}}
                    
318\index{MD5@{MD5}!CXLHash@{CXLHash}}
                    
318\index{MD5@{MD5}!CXLHash@{CXLHash}}
                    
319\subsubsection[{MD5}]{\setlength{\rightskip}{0pt plus 5cm}const {\bf MD5} = 1}}
                    
320\label{classCXLHash_a66be2064e952a39f04c0a54d83d1c779}
                    
346\item 
                    
347\hyperlink{CXLHash_8php}{CXLHash.php}\end{DoxyCompactItemize}
                    
348
                    
                
UsersController.php git://github.com/CauanCabral/Comitiva.git | PHP | 471 lines
                    
1<?php
                    
2class UsersController extends AppController
                    
441
                    
442		$token = sha1(md5($this->request->data['User']['password']) . time());
                    
443
                    
                
user_waiting.php http://nuke-viet.googlecode.com/svn/trunk/ | PHP | 229 lines
                    
1<?php
                    
2
                    
34	{
                    
35		Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name );
                    
36		die();
                    
43	{
                    
44		Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name );
                    
45		die();
                    
49	$sql = "INSERT INTO `" . NV_USERS_GLOBALTABLE . "` (
                    
50    `userid`, `username`, `md5username`, `password`, `email`, `full_name`, `gender`, `photo`, `birthday`, 
                    
51    `regdate`, `website`, `location`, `yim`, `telephone`, `fax`, `mobile`, `question`, 
                    
56    " . $db->dbescape( $row['username'] ) . ", 
                    
57    " . $db->dbescape( md5( $row['username'] ) ) . ", 
                    
58    " . $db->dbescape( $row['password'] ) . ", 
                    
74		$subject = $lang_module['adduser_register'];
                    
75		$message = sprintf( $lang_module['adduser_register_info'], $full_name, $global_config['site_name'], NV_MY_DOMAIN . NV_BASE_SITEURL . "index.php?" . NV_LANG_VARIABLE . "=" . NV_LANG_DATA . "&" . NV_NAME_VARIABLE . "=" . $module_name, $row['username'] );
                    
76		$message .= "<br /><br />------------------------------------------------<br /><br />";
                    
                
install_check.php http://nuke-viet.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
1<?php
                    
2
                    
18
                    
19$filename = NV_ROOTDIR . '/' . NV_TEMP_DIR . '/' . NV_TEMPNAM_PREFIX . 'auto_' . md5( $global_config['sitekey'] . session_id() ) . '.zip';
                    
20if ( file_exists( $filename ) )
                    
21{
                    
22    require_once NV_ROOTDIR . '/includes/class/pclzip.class.php';
                    
23    $zip = new PclZip( $filename );
                    
26    $overwrite = $nv_Request->get_string( 'overwrite', 'get', '' );
                    
27    if ( $overwrite != md5( $filename . $global_config['sitekey'] . session_id() ) )
                    
28    {
                    
47    {
                    
48        $temp_extract_dir = NV_TEMP_DIR . '/' . md5( $filename . $global_config['sitekey'] . session_id() );
                    
49		
                    
199		$xtpl->assign( 'MODULE_NAME', $module_name );
                    
200		$xtpl->assign( 'CHECKSESS', md5( $filename . $global_config['sitekey'] . session_id() ) );
                    
201		
                    
                
mostlyce.php http://miacms.googlecode.com/svn/trunk/ | PHP | 336 lines
                    
1<?php
                    
2/**
                    
12global $mosConfig_live_site, $jspath, $mosConfig_absolute_path, $adminside;
                    
13include($mosConfig_absolute_path."mambots/editors/mostlyce/jscripts/tiny_mce/mostlyce_config.php");
                    
14
                    
50	global $adminside, $mosConfig_secret, $mosConfig_cachetime;
                    
51	include($mosConfig_absolute_path."mambots/editors/mostlyce/jscripts/tiny_mce/mostlyce_config.php");
                    
52
                    
53	//Setup a session variable for Image Manager and external list generator security checks
                    
54	$env = md5($_SERVER['HTTP_USER_AGENT']);
                    
55	$mostlyceRestoreKey=md5($mosConfig_secret.$env.$_SERVER['REMOTE_ADDR']);
                    
172	Notes: 
                    
173	* The TinyMCE PHP gzip compressor cannot and will not work if zlib compression is already enabled on the server.
                    
174	* If they requested editor compression run the checks otherwise don't waste the cycles
                    
260		function fileBrowserCallBack(field_name, url, type, win) {
                    
261		var connector = "$jspath/mambots/editors/mostlyce/jscripts/tiny_mce/filemanager/browser.php?Connector=connectors/php/connector.php";
                    
262		var enableAutoTypeSelection = false;
                    
                
healthscreen_gmail_integ.user.js https://github.com/arvidj/my-userscripts.git | JavaScript | 497 lines
                    
10// @require        http://plugins.jquery.com/files/jqXMLUtils.js_5.txt
                    
11// @require	   http://pajhome.org.uk/crypt/md5/md5.js
                    
12
                    
218var sugar = {
                    
219/*  soapUrl: "https://sugar.healthscreen.com/soap.php", */
                    
220  soapUrl: "http://demo.sugarcrm.com/sugarcrm/soap.php",
                    
256		    + '<user_name xsi:type="xsd:string">' + username + '</user_name>'
                    
257		    + '<password xsi:type="xsd:string">' + hex_md5(password) + '</password>'
                    
258		    + '<version xsi:type="xsd:string">1</version>'
                    
                
User.php https://bitbucket.org/maaguilar90/asopreol.git | PHP | 210 lines
                    
1<?php
                    
2
                    
181    {
                    
182         return $this->password === md5($password);
                    
183    }
                    
186        //return hash('sha256',$password);
                    
187        return md5($password);
                    
188    }
                    
                
php-xinha.php https://github.com/openacs/openacs-core.git | PHP | 219 lines
                    
1<?php
                    
2  /** Write the appropriate xinha_config directives to pass data to a PHP (Plugin) backend file.
                    
11   *    <?php 
                    
12   *      xinha_pass_to_php_backend
                    
13   *      (       
                    
25      
                    
26  function xinha_pass_to_php_backend($Data, $KeyLocation = 'Xinha:BackendKey', $ReturnPHP = FALSE)
                    
27  {
                    
42        sha1($_SESSION[$KeyLocation] . $bk['data']) 
                    
43      : md5($_SESSION[$KeyLocation] . $bk['data']);
                    
44      
                    
156     {
                    
157      trigger_error('Programming Error - please contact the website administrator/programmer to alert them to this problem. A non-default backend key location is being used to pass backend data to Xinha, but the same key location is not being used to receive data.  The special backend configuration has been ignored.  To resolve this, find where you are using xinha_pass_to_php_backend and remove the non default key, or find the locations where xinha_read_passed_data is used (in Xinha) and add a parameter with the non default key location, or edit contrib/php-xinha.php and change the default key location in both these functions.  See: http://trac.xinha.org/ticket/1518', E_USER_ERROR);     
                    
158      return NULL;
                    
202
                    
203  /** Return upload_max_filesize value from php.ini in kilobytes (function adapted from php.net)**/
                    
204  function upload_max_filesize_kb() 
                    
                
CreateBlobOptions.php https://bitbucket.org/vaderdeveloper/autovidas.git | PHP | 520 lines
                    
233     */
                    
234    public function setBlobContentMD5($blobContentMD5)
                    
235    {
                    
235    {
                    
236        $this->_blobContentMD5 = $blobContentMD5;
                    
237    }
                    
343     */
                    
344    public function setContentMD5($contentMD5)
                    
345    {
                    
345    {
                    
346        $this->_contentMD5 = $contentMD5;
                    
347    }
                    
512        $result->setTimeout($createBlobBlockOptions->getTimeout());
                    
513        $result->setContentMD5($createBlobBlockOptions->getContentMD5());
                    
514        $result->setLeaseId($createBlobBlockOptions->getLeaseId());
                    
                
Flickrclient.php https://github.com/bis12/people-aggregator.git | PHP | 172 lines
                    
1<?php
                    
2/** !
                    
12?>
                    
13<?php
                    
14/**
                    
22//api
                    
23require_once "api/PAException/PAException.php";
                    
24require_once "api/Logger/Logger.php";
                    
25//ext
                    
26require_once "Flickr/API.php";
                    
27
                    
32
                    
33    // individual users can override the global API key and secret in their local_config.php files if they wish
                    
34    global $flickr_api_key, $flickr_api_secret, $flickr_auth_type;
                    
57
                    
58  // generate an authentication frob (see flickr_in.php for usage)
                    
59  public function auth_getFrob() {
                    
                
group__axutil__md5.html git://pkgs.fedoraproject.org/axis2c | HTML | 284 lines
                    
46<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN <br>
                    
47axutil_md5_ctx_t *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__md5.html#gb1b0077f4d73b00f536914cf44b81437">axutil_md5_ctx_create</a> (const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env)</td></tr>
                    
48
                    
48
                    
49<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__md5.html#g15ae76fd76cb90f4325f88fcf34ea754">axutil_md5_ctx_free</a> (axutil_md5_ctx_t *md5_ctx, const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env)</td></tr>
                    
50
                    
54<tr><td class="memItemLeft" nowrap align="right" valign="top">AXIS2_EXTERN <br>
                    
55axis2_status_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__axutil__md5.html#g7954e033ab5182e623ade60ae1f7051f">axutil_md5_final</a> (axutil_md5_ctx_t *context, const <a class="el" href="structaxutil__env.html">axutil_env_t</a> *env, unsigned char digest[AXIS2_MD5_DIGESTSIZE])</td></tr>
                    
56
                    
152</div><p>
                    
153<a class="anchor" name="g15ae76fd76cb90f4325f88fcf34ea754"></a><!-- doxytag: member="axutil_md5.h::axutil_md5_ctx_free" ref="g15ae76fd76cb90f4325f88fcf34ea754" args="(axutil_md5_ctx_t *md5_ctx, const axutil_env_t *env)" -->
                    
154<div class="memitem">
                    
187</div><p>
                    
188<a class="anchor" name="g7954e033ab5182e623ade60ae1f7051f"></a><!-- doxytag: member="axutil_md5.h::axutil_md5_final" ref="g7954e033ab5182e623ade60ae1f7051f" args="(axutil_md5_ctx_t *context, const axutil_env_t *env, unsigned char digest[AXIS2_MD5_DIGESTSIZE])" -->
                    
189<div class="memitem">
                    
                
echo_bot.php git://github.com/abhinavsingh/JAXL.git | PHP | 161 lines
                    
1<?php
                    
2/**
                    
38
                    
39require dirname(__FILE__) . '/_bootstrap.php';
                    
40
                    
42// php examples/echo_bot.php root@localhost password
                    
43// php examples/echo_bot.php root@localhost password DIGEST-MD5
                    
44// php examples/echo_bot.php localhost "" ANONYMOUS
                    
45if ($argc < 3) {
                    
46    echo "Usage: $argv[0] jid pass auth_type".PHP_EOL;
                    
47    exit;
                    
160));
                    
161echo "done".PHP_EOL;
                    
162
                    
                
caldav-PROPFIND.php https://gitlab.com/davical-project/davical.git | PHP | 286 lines
                    
1<?php
                    
2/**
                    
14
                    
15require_once('iCalendar.php');
                    
16require_once('XMLDocument.php');
                    
16require_once('XMLDocument.php');
                    
17require_once('DAVResource.php');
                    
18
                    
84  $collection->created = date('Ymd\THis');
                    
85  $collection->dav_etag = md5($c->system_name . $collection->dav_name . implode($proxy_group) );
                    
86  $collection->proxy_for = $proxy_group;
                    
125    if ( $bound_from == '/' ) {
                    
126      $sql = "SELECT usr.*, '/' || username || '/' AS dav_name, md5(username || updated::text) AS dav_etag, ";
                    
127      $sql .= "to_char(joined at time zone 'GMT',$date_format) AS created, ";
                    
149            if ( $resource->IsExternal() ) {
                    
150              require_once("external-fetch.php");
                    
151              update_external ( $resource );
                    
                
tng_add_edit_user_code.php https://github.com/neskie/Stewardship-Portal.git | PHP | 260 lines
                    
1<?php
                    
2/*---------------------------------------------------------------
                    
4date:	May 14, 2007
                    
5file:	tng_add_edit_user.php
                    
6
                    
9---------------------------------------------------------------*/
                    
10include_once('classes/class_login.php');
                    
11include_once('classes/class_dbconn.php');
                    
203	if($new_passwd != ""){
                    
204		$md5_pass = md5($new_passwd);
                    
205		$sql_str .= ", passwd = '" . $md5_pass . "' ";
                    
227function add_user($uname, $passwd, $fname, $lname, $email, $active){
                    
228	$md5_passwd = md5($passwd);
                    
229	
                    
241						. "'" . $uname . "', "
                    
242						. "'" . $md5_passwd . "', "
                    
243						. "'" . $fname . "', "
                    
                
UserGroups.php https://gitlab.com/safeservicejt/noblessecms.git | PHP | 738 lines
                    
1<?php
                    
2
                    
120
                    
121		$saveName=md5($queryCMD);
                    
122
                    
124		// {
                    
125		// 	$saveName=$addPostid.'_'.md5($queryCMD);
                    
126		// }
                    
128		// {
                    
129		// 	$saveName=md5($queryCMD);
                    
130		// }
                    
                
jMinifier.class.php https://bitbucket.org/doubleface/jelix-trunk | PHP | 285 lines
                    
1<?php
                    
2/**
                    
16
                    
17require_once "Minify/Controller/MinApp.php";
                    
18require_once 'Minify/Source.php';
                    
18require_once 'Minify/Source.php';
                    
19require_once 'Minify.php';
                    
20
                    
52     * Cache file locking. Set to false of filesystem is NFS. On at least one 
                    
53     * NFS system flock-ing attempts stalled PHP for 30 seconds!
                    
54     */
                    
90        //compute a hash of source files to manage cache
                    
91        $sourcesHash = md5(implode(';', $fileList));
                    
92
                    
                
DataValidation.php git://github.com/Dolibarr/dolibarr.git | PHP | 472 lines
                    
2/**
                    
3 * PHPExcel
                    
4 *
                    
22 * @package    PHPExcel_Cell
                    
23 * @copyright  Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
24 * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt    LGPL
                    
33 * @package    PHPExcel_Cell
                    
34 * @copyright  Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
                    
35 */
                    
187     * @param  string    $value
                    
188     * @return PHPExcel_Cell_DataValidation
                    
189     */
                    
227     * @param  string    $value
                    
228     * @return PHPExcel_Cell_DataValidation
                    
229     */
                    
                
imagemagick.php https://gitlab.com/drchat/webappsandbox.git | PHP | 358 lines
                    
1<?php
                    
2/**
                    
9 * @copyright  2010 - 2013 Fuel Development Team
                    
10 * @link       http://fuelphp.com
                    
11 */
                    
31			{
                    
32				$this->image_temp = $this->config['temp_dir'].substr($this->config['temp_append'].md5(time() * microtime()), 0, 32).'.png';
                    
33			}
                    
                
ezurltype.php https://github.com/xserna/ezpublish.git | PHP | 384 lines
                    
1<?php
                    
2/**
                    
11/*!
                    
12  \class eZURLType ezurltype.php
                    
13  \ingroup eZDatatype
                    
322            $urlNode->appendChild( $dom->createTextNode( urlencode( $url->attribute( 'url' ) ) ) );
                    
323            $urlNode->setAttribute( 'original-url-md5', $url->attribute( 'original_url_md5' ) );
                    
324            $urlNode->setAttribute( 'is-valid', $url->attribute( 'is_valid' ) );
                    
359
                    
360                $urlObject->setAttribute( 'original_url_md5', $urlNode->getAttribute( 'original-url-md5' ) );
                    
361                $urlObject->setAttribute( 'is_valid', $urlNode->getAttribute( 'is-valid' ) );
                    
                
sync.php git://github.com/davidpersson/media.git | PHP | 479 lines
                    
1<?php
                    
2/**
                    
9 *
                    
10 * PHP version 5
                    
11 * CakePHP version 1.3
                    
15 * @copyright  2007-2013 David Persson <nperson@gmx.de>
                    
16 * @license    http://www.opensource.org/licenses/mit-license.php The MIT License
                    
17 * @link       http://github.com/davidpersson/media
                    
317		}
                    
318		if ($this->__dbItem['checksum'] == $this->__File->md5(true)) {
                    
319			return;
                    
332				'id' => $this->__dbItem['id'],
                    
333				'checksum' => $this->__File->md5(true),
                    
334			);
                    
432				'file' => $File->pwd(),
                    
433				'checksum' => $File->md5(true)
                    
434			);
                    
                
Text.php https://github.com/Dundee/NORS.git | PHP | 341 lines
                    
1<?php
                    
2
                    
274	/**
                    
275	 * MD5 crypt with soil
                    
276	 * @param string $text Text to be crypted
                    
281		$pass = $soil.'+dfgyuI9'.$text;
                    
282		return md5($pass);
                    
283	}
                    
                
JSessionTest.php git://github.com/joomla/joomla-platform.git | PHP | 393 lines
                    
1<?php
                    
2/**
                    
10 * Test class for JSession.
                    
11 * Generated by PHPUnit on 2011-10-26 at 19:33:07.
                    
12 *
                    
205		$this->object->set('secret', 'abc');
                    
206		$expected = md5('abc' . $user->get('id', 0) . $this->object->getToken(false));
                    
207		$this->assertEquals($expected, $this->object->getFormToken(), 'Form token should be calculated as above.');
                    
                
user_waiting.php http://viet-group.googlecode.com/svn/trunk/ | PHP | 222 lines
                    
1<?php
                    
2
                    
34    {
                    
35        Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name );
                    
36        die();
                    
43    {
                    
44        Header( "Location: " . NV_BASE_ADMINURL . "index.php?" . NV_NAME_VARIABLE . "=" . $module_name );
                    
45        die();
                    
49    $sql = "INSERT INTO `" . NV_USERS_GLOBALTABLE . "` (
                    
50    `userid`, `username`, `md5username`, `password`, `email`, `full_name`, `gender`, `photo`, `birthday`, 
                    
51    `regdate`, `website`, `location`, `yim`, `telephone`, `fax`, `mobile`, `question`, 
                    
56    " . $db->dbescape( $row['username'] ) . ", 
                    
57    " . $db->dbescape( md5( $row['username'] ) ) . ", 
                    
58    " . $db->dbescape( $row['password'] ) . ", 
                    
73        $subject = $lang_module['adduser_register'];
                    
74        $message = sprintf( $lang_module['adduser_register_info'], $full_name, $global_config['site_name'], NV_MY_DOMAIN . NV_BASE_SITEURL . "index.php?" . NV_LANG_VARIABLE . "=" . NV_LANG_DATA . "&" . NV_NAME_VARIABLE . "=" . $module_name, $row['username'] );
                    
75        $message .= "<br /><br />------------------------------------------------<br /><br />";
                    
                
1.2-rc1.php https://github.com/klando/piwik.git | PHP | 147 lines
                    
1<?php
                    
2/**
                    
34			    ADD visitor_days_since_first SMALLINT(5) UNSIGNED NOT NULL,
                    
35			    ADD `config_id` BINARY(8) NOT NULL AFTER `config_md5config`,
                    
36			    ADD custom_var_k1 VARCHAR(100) DEFAULT NULL,
                    
74    			SET idvisitor = binary(unhex(substring(visitor_idcookie,1,16))),
                    
75    				config_id = binary(unhex(substring(config_md5config,1,16)))
                    
76	   			' => false,	
                    
83		    	DROP visitor_idcookie, 
                    
84		    	DROP config_md5config
                    
85		    	' => false,
                    
                
Template.md git://github.com/AlephTav/Aleph.git | Markdown | 340 lines
                    
9| **Интерфейсы** | ArrayAccess |
                    
10| **Файл** | lib/Core/Template.php |
                    
11
                    
11
                    
12**Template** является шаблонизатором фрэймворка и использует PHP в качестве языка шаблонов. Класс предоставляет простой и удобный способ манипулирования переменными шаблонов, а также поддерживает вложенные шаблоны с возможностью кэширования.
                    
13
                    
17
                    
18```php
                    
19// Устанавливаем глобальные переменные.
                    
39
                    
40```php
                    
41public static array getGlobals()
                    
47
                    
48```php
                    
49public static void setGlobals(array $globals, boolean $merge = false)
                    
                
Rsa.php https://github.com/Riges/KawaiViewModel.git | PHP | 338 lines
                    
1<?php
                    
2/**
                    
19 * @license    http://framework.zend.com/license/new-bsd     New BSD License
                    
20 * @version    $Id: Rsa.php 24808 2012-05-17 19:56:09Z rob $
                    
21 */
                    
25 */
                    
26require_once 'Zend/Crypt/Rsa/Key/Private.php';
                    
27
                    
30 */
                    
31require_once 'Zend/Crypt/Rsa/Key/Public.php';
                    
32
                    
72        if (!extension_loaded('openssl')) {
                    
73            require_once 'Zend/Crypt/Rsa/Exception.php';
                    
74            throw new Zend_Crypt_Rsa_Exception('Zend_Crypt_Rsa requires openssl extension to be loaded.');
                    
225        if (!$resource) {
                    
226            require_once 'Zend/Crypt/Rsa/Exception.php';
                    
227            throw new Zend_Crypt_Rsa_Exception('Failed to generate a new private key');
                    
                
class_upfront_model.php https://bitbucket.org/matthewselby/wpdev.git | PHP | 491 lines
                    
1<?php
                    
2
                    
313	public function get_serialized_identifier () {
                    
314		return md5(serialize($this->get_identifier()));
                    
315	}
                    
481
                    
482require_once('models/class_upfront_entity_resolver.php');
                    
483require_once('models/class_upfront_json_model.php');
                    
483require_once('models/class_upfront_json_model.php');
                    
484require_once('models/class_upfront_layout.php');
                    
485require_once('models/class_upfront_post_model.php');
                    
485require_once('models/class_upfront_post_model.php');
                    
486require_once('models/class_upfront_postmeta_model.php');
                    
487require_once('models/class_upfront_layout_revisions.php');
                    
487require_once('models/class_upfront_layout_revisions.php');
                    
488require_once('models/class_upfront_page_template.php');
                    
489require_once('models/class_upfront_page_layout.php');
                    
                
UserController.php https://gitlab.com/janderson/dictionary.git | PHP | 247 lines
                    
4require_once '../model/Contact.php';
                    
5require_once './ExceptionController.php';
                    
6require_once '../model/Config.php';
                    
10    const ERROR_CODE_PREFIX = '11';
                    
11    const URL_CONTROL_PANEL = '../view/control_panel.php';
                    
12    const URL_REQUEST_ACTIVE = '../view/activate_account.php';
                    
13    const URL_RESEARCH = '/dictionary/view/result_of_research.php';
                    
14    const URL_PROFILE = '../view/profile.php';
                    
15
                    
35                            $login = $_POST['login'];
                    
36                            $password = md5($_POST['password']);
                    
37                            $this->login($login, $password);
                    
237    private function validatePassword($pass, $rePass) {
                    
238        if (md5($pass) == md5($rePass)) {
                    
239            return md5($pass);
                    
                
helper.php https://bitbucket.org/joomla/joomla-platform/ | PHP | 530 lines
                    
367			default :
                    
368				$encrypted = ($salt) ? md5($plaintext.$salt) : md5($plaintext);
                    
369				return ($show_encrypt) ? '{MD5}'.$encrypted : $encrypted;
                    
388	 */
                    
389	public static function getSalt($encryption = 'md5-hex', $seed = '', $plaintext = '')
                    
390	{
                    
430				} else {
                    
431					return mhash_keygen_s2k(MHASH_MD5, $plaintext, substr(pack('h*', md5(mt_rand())), 0, 8), 4);
                    
432				}
                    
496	 */
                    
497	private static function _toAPRMD5($value, $count)
                    
498	{
                    
504		while (-- $count) {
                    
505			$aprmd5 .= $APRMD5[$value & 0x3f];
                    
506			$value >>= 6;
                    
                
constant_inc.php https://github.com/twolfy/mbtoo.git | PHP | 490 lines
                    
1<?php
                    
2# MantisBT - a php based bugtracking system
                    
27
                    
28# PHP-related constants
                    
29define( 'PHP_CLI', 0 );
                    
29define( 'PHP_CLI', 0 );
                    
30define( 'PHP_CGI', 1 );
                    
31
                    
116define( 'CRYPT_FULL_SALT', 2 );
                    
117define( 'MD5', 3 );
                    
118define( 'LDAP', 4 );
                    
481
                    
482# PHPMailer Methods
                    
483define( 'PHPMAILER_METHOD_MAIL',		0 );
                    
483define( 'PHPMAILER_METHOD_MAIL',		0 );
                    
484define( 'PHPMAILER_METHOD_SENDMAIL',	1 );
                    
485define( 'PHPMAILER_METHOD_SMTP',		2 );
                    
                
Manager.php https://gitlab.com/mrubkey/javis.git | PHP | 358 lines
                    
1<?php
                    
2/**
                    
19 * @license         http://javis.xweb.vn/license.html     GNU GPL License
                    
20 * @version         $Id: Manager.php 1 2015-27-07 11:25:09 Mr.UBKey $
                    
21 */
                    
47            #Action
                    
48            'Compresses' => '\\XPHP\\Action\\Attribute\\Compresses',
                    
49            'OutputCache' => '\\XPHP\\Action\\Attribute\\OutputCache',
                    
50            #Model
                    
51            'Type' => '\\XPHP\\Model\\Attribute\\Type',
                    
52            'Join' => '\\XPHP\\Model\\Attribute\\Join',
                    
53            #Model Html
                    
54            'Label' => '\\XPHP\\Model\\Attribute\\Html\\Label',
                    
55            'Tooltip' => '\\XPHP\\Model\\Attribute\\Html\\Tooltip',
                    
56            #Model Binding
                    
57            'Table' => '\\XPHP\\Model\\Attribute\\Binding\\Table',
                    
58            'PrimaryKey' => '\\XPHP\\Model\\Attribute\\Binding\\PrimaryKey',
                    
                
opps.php https://github.com/rmiddle/cerb5.git | PHP | 376 lines
                    
1<?php
                    
2/***********************************************************************
                    
243//				case DAO_Worker::PASSWORD:
                    
244//					$value = md5($value);
                    
245//					break;
                    
314//				case DAO_Worker::PASSWORD:
                    
315//					$value = md5($value);
                    
316//					break;
                    
                
mini_fb.rb https://github.com/imorente/mini_fb.git | Ruby | 294 lines
                    
1require 'digest/md5'
                    
2require 'erb'
                    
7    # Global constants
                    
8    FB_URL = "http://api.facebook.com/restserver.php"
                    
9    FB_API_VERSION = "1.0"
                    
160        kwargs.sort.each { |kv| arg_string << kv[0] << "=" << kv[1].to_s }
                    
161        kwargs["sig"] = Digest::MD5.hexdigest( arg_string + secret.value.call )
                    
162
                    
213        signed.sort.each { |kv| arg_string << kv[0] << "=" << kv[1] }
                    
214        if Digest::MD5.hexdigest( arg_string + secret ) == signature
                    
215            return true
                    
226      signature = arguments.delete('sig')
                    
227      signature == Digest::MD5.hexdigest(arguments.sort.map {|kv| kv.join('=') }.join << secret)
                    
228    end
                    
235    def self.login_url(api_key, options={})
                    
236        login_url = "http://api.facebook.com/login.php?api_key=#{api_key}"
                    
237        login_url << "&next=#{options[:next]}" if options[:next]
                    
                
php_errors.php https://bitbucket.org/Fabio88f/pw_agenzia_viaggi.git | PHP | 360 lines
                    
1<?php
                    
2/**
                    
37
                    
38		do_action( 'qm/collect/new_php_error', $errno, $message, $file, $line, $context );
                    
39
                    
99		$caller = $trace->get_caller();
                    
100		$key    = md5( $message . $file . $line . $caller['id'] );
                    
101
                    
195				'notice'     => _x( 'Notice (Silenced)', 'Silenced PHP error level', 'query-monitor' ),
                    
196				'strict'     => _x( 'Strict (Silenced)', 'Silenced PHP error level', 'query-monitor' ),
                    
197				'deprecated' => _x( 'Deprecated (Silenced)', 'Silenced PHP error level', 'query-monitor' ),
                    
234			 * to silence all errors from a component. See the PHP documentation on error
                    
235			 * reporting for more info: http://php.net/manual/en/function.error-reporting.php
                    
236			 *
                    
249			 */
                    
250			$this->hide_silenced_php_errors = apply_filters( 'qm/collect/hide_silenced_php_errors', false );
                    
251
                    
                
class.oauth.1.client.php https://bitbucket.org/JcDenis/scmsocialme | PHP | 238 lines
                    
1<?php
                    
2# -- BEGIN LICENSE BLOCK ----------------------------------
                    
154			'oauth_version' => $this->signer_oauth_version,
                    
155			'oauth_nonce' => md5(microtime().mt_rand()),
                    
156			'oauth_timestamp' => time(),
                    
165			oAuthClient::parseSignerParameters(
                    
166				parse_url($this->signer_http_url,PHP_URL_QUERY)
                    
167			),
                    
                
generate.php https://bitbucket.org/nav_subhamkumar/crm.git | PHP | 297 lines
                    
1<?php
                    
2session_start();
                    
6{
                    
7	echo '<script>location.replace("../../../../../index.php");</script>';
                    
8}
                    
9
                    
10require_once "../../../conn/conn.php";
                    
11$chk=mysqli_query($dbc,"select * from team where email='$id'");
                    
16	{
                    
17		echo '<script>location.replace("../../../../index.php");</script>';
                    
18	}
                    
23
                    
24<?php
                    
25
                    
88function NewGuid() { 
                    
89    $s = strtoupper(md5(uniqid(rand(),true))); 
                    
90    
                    
                
CreateBlobOptionsTest.php https://hg.codeplex.com/bukuphpjs | PHP | 327 lines
                    
14 * 
                    
15 * PHP version 5
                    
16 *
                    
18 * @package   Tests\Unit\WindowsAzure\Blob\Models
                    
19 * @author    Azure PHP SDK <azurephpsdk@microsoft.com>
                    
20 * @copyright 2012 Microsoft Corporation
                    
34 * @package   Tests\Unit\WindowsAzure\Blob\Models
                    
35 * @author    Azure PHP SDK <azurephpsdk@microsoft.com>
                    
36 * @copyright 2012 Microsoft Corporation
                    
98     * @covers WindowsAzure\Blob\Models\CreateBlobOptions::setContentMD5
                    
99     * @covers WindowsAzure\Blob\Models\CreateBlobOptions::getContentMD5
                    
100     */
                    
108        // Test
                    
109        $options->setContentMD5($expected);
                    
110        
                    
                
register.php https://github.com/rmiddle/cerb4.git | PHP | 236 lines
                    
1<?php
                    
2class UmScRegisterController extends Extension_UmScController {
                    
119						DAO_Address::IS_REGISTERED => 1,
                    
120						DAO_Address::PASS => md5($pass),
                    
121					);
                    
218						DAO_Address::IS_REGISTERED => 1,
                    
219						DAO_Address::PASS => md5($pass)
                    
220					);
                    
                
configure.in https://github.com/dtjm/pam_sqlite3.git | Autoconf | 279 lines
                    
85
                    
86  AC_CACHE_CHECK(for MD5 crypt, ac_cv_crypt_md5,[
                    
87  AC_TRY_RUN([
                    
107}],[
                    
108    ac_cv_crypt_md5=yes
                    
109  ],[
                    
109  ],[
                    
110    ac_cv_crypt_md5=no
                    
111  ],[
                    
111  ],[
                    
112    ac_cv_crypt_md5=no
                    
113  ])
                    
122  fi
                    
123  AC_DEFINE_UNQUOTED(HAVE_MD5_CRYPT, $ac_result, [Whether the system supports MD5 salt])
                    
124
                    
                
class-wpml-translations.php https://bitbucket.org/RickCalder/mcc.git | PHP | 302 lines
                    
1<?php
                    
2
                    
38		$cache_key_args = array_filter( array( $trid, $wpml_element_type, $this->skip_empty, $this->all_statuses, $this->skip_recursions ) );
                    
39		$cache_key   = md5( wp_json_encode( $cache_key_args ) );
                    
40		$cache_found = false;
                    
                
Template.php git://github.com/jakubkulhan/shopaholic.git | PHP | 472 lines
                    
17 * @package    Nette\Templates
                    
18 * @version    $Id: Template.php 298 2009-05-03 16:13:22Z david@grudl.com $
                    
19 */
                    
22
                    
23require_once dirname(__FILE__) . '/../Object.php';
                    
24
                    
178				$blocks = array();
                    
179				unset($php);
                    
180				foreach (token_get_all($content) as $token) {
                    
183							$res .= $token[1];
                    
184							unset($php);
                    
185						} else {
                    
186							if (!isset($php)) {
                    
187								$res .= $php = "\x01@php:p" . count($blocks) . "@\x02";
                    
188								$php = & $blocks[$php];
                    
                
autoptimizeCache.php https://bitbucket.org/dimonkok/hal.git | PHP | 270 lines
                    
9    
                    
10    public function __construct($md5,$ext='php') {
                    
11        $this->cachedir = AUTOPTIMIZE_CACHE_DIR;
                    
14        if($this->nogzip == false) {
                    
15            $this->filename = AUTOPTIMIZE_CACHEFILE_PREFIX.$md5.'.php';
                    
16        } else {
                    
19            } else {
                    
20                $this->filename = AUTOPTIMIZE_CACHEFILE_PREFIX.$md5.'.'.$ext;
                    
21            }
                    
46        if($this->nogzip == false) {
                    
47            $file = ($this->delayed ? 'delayed.php' : 'default.php');
                    
48            $phpcode = file_get_contents(AUTOPTIMIZE_PLUGIN_DIR.'/config/'.$file);
                    
48            $phpcode = file_get_contents(AUTOPTIMIZE_PLUGIN_DIR.'/config/'.$file);
                    
49            $phpcode = str_replace(array('%%CONTENT%%','exit;'),array($mime,''),$phpcode);
                    
50            file_put_contents($this->cachedir.$this->filename,$phpcode, LOCK_EX);
                    
                
class-cache.php https://bitbucket.org/webwolf124/sportsection.git | PHP | 299 lines
                    
1<?php
                    
2	// Exit if accessed directly
                    
26			$ug = WPF()->current_user_groupid;
                    
27			return md5( preg_replace('|(.+)\#.+?$|is', '$1', $_SERVER['REQUEST_URI']) . $ug );
                    
28		}
                    
159        $cache = array(); $hach = serialize($args);
                    
160	    $object_key = md5( $hach . WPF()->current_user_groupid );
                    
161        $cache[$object_key]['items'] = $items;
                    
                
 

Source

Language