PHP 8.2.30
Preview: update_pass.php Size: 497 B
/var/softaculous/osupport/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);
	define('PASSWORD_DEFAULT', PASSWORD_BCRYPT);
}

$resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT);
echo '<update_pass>'.$resp.'</update_pass>';

?>

Directory Contents

Dirs: 5 × Files: 14

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2024-03-21 11:28:37
Edit Download
php53 DIR
- drwxr-xr-x 2024-03-21 11:28:37
Edit Download
php56 DIR
- drwxr-xr-x 2024-03-21 11:28:37
Edit Download
php71 DIR
- drwxr-xr-x 2024-03-21 11:28:37
Edit Download
php81 DIR
- drwxr-xr-x 2024-03-21 11:28:37
Edit Download
5.69 KB lrw-r--r-- 2022-09-21 09:20:06
Edit Download
200 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
4.42 KB lrw-r--r-- 2022-09-21 09:20:06
Edit Download
447 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
8.80 KB lrw-r--r-- 2022-09-21 09:20:06
Edit Download
40 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
2.54 KB lrw-r--r-- 2022-09-21 09:20:06
Edit Download
3.35 KB lrw-r--r-- 2022-09-21 08:18:40
Edit Download
924 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
6.41 KB lrw-r--r-- 2022-09-21 09:20:06
Edit Download
1.66 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
10.86 KB lrw-r--r-- 2022-09-21 09:20:04
Edit Download
415 B lrw-r--r-- 2022-01-22 06:06:02
Edit Download
497 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download

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