PHP 8.0.30
Preview: update_pass.php Size: 551 B
//var/softaculous/filerun/update_pass.php

<?php

/**
 * A Compatibility library with PHP 5.5's simplified password hashing API.
 *
 * @author Anthony Ferrara <ircmaxell@php.net>
 * @license http://www.opensource.org/licenses/mit-license.html MIT License
 * @copyright 2012 The Authors
 */

@unlink('update_pass.php');

if(!defined('PASSWORD_BCRYPT')){
	define('PASSWORD_BCRYPT', 1);
}

if(!defined('PASSWORD_DEFAULT')){
	define('PASSWORD_DEFAULT', PASSWORD_BCRYPT);
}

$resp = password_hash('[[admin_pass]]', PASSWORD_BCRYPT, array('cost' => 10));
echo '<update_pass>'.$resp.'</update_pass>';

Directory Contents

Dirs: 5 × Files: 13

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2022-09-22 06:12:35
Edit Download
php53 DIR
- drwxr-xr-x 2022-09-22 06:12:35
Edit Download
php56 DIR
- drwxr-xr-x 2022-09-22 06:12:35
Edit Download
php71 DIR
- drwxr-xr-x 2022-09-22 06:12:35
Edit Download
php81 DIR
- drwxr-xr-x 2022-09-22 06:12:35
Edit Download
231 B lrw-r--r-- 2021-12-23 04:54:36
Edit Download
4.36 KB lrw-r--r-- 2022-09-21 02:15:38
Edit Download
433 B lrw-r--r-- 2021-12-23 04:54:36
Edit Download
8.75 KB lrw-r--r-- 2022-09-21 02:15:38
Edit Download
230 B lrw-r--r-- 2022-05-23 02:58:22
Edit Download
3.40 KB lrw-r--r-- 2022-09-21 02:15:38
Edit Download
4.60 KB lrw-r--r-- 2022-09-21 01:18:40
Edit Download
924 B lrw-r--r-- 2021-12-23 04:54:36
Edit Download
4.36 KB lrw-r--r-- 2022-09-21 02:15:38
Edit Download
657 B lrw-r--r-- 2021-12-23 04:54:36
Edit Download
10.66 KB lrw-r--r-- 2022-09-21 02:15:38
Edit Download
523 B lrw-r--r-- 2022-01-19 01:56:08
Edit Download
551 B lrw-r--r-- 2021-12-23 04:54:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).