| installation requirements |
|
|
| PDO PHP Extension |
| GD PHP extension |
| JSON PHP Extension |
|
|
| installation |
|
|
| 1 Extract Zip file |
| 2 Open config folder find app.php. set your database connection |
| 3 open link http://www.yoursite.com/hcg-upload/install |
| 4 click install |
| 5 Enter your email password Log into the Admin page |
|
|
|
|
| ---------------------------------------------------- |
| password change |
|
|
| Create a password.php page, add this code, save it, and run the page. Then you'll get password hash text copy it and go to the database (_image_users) table and replace this new hashed password in the password column |
|
|
| <?php |
| $new_password = 'abcd12345'; |
| echo password_hash($new_password, PASSWORD_BCRYPT); |
| ?> |
|
|
|
|
| phpmyadmin database table (hcg_image_users) password column replace password |