-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
26 lines (16 loc) · 941 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---------------------------------------------------------
| |
| SilverBurd.com (C) 2014 [email protected] |
| |
---------------------------------------------------------
- Simple image uploader.
- Default user name is "mssuser" and password is "fix".
---------------------------------------------------------
Change/Create user name and password
1.) Make a directory for your new user name in users/ and create two files "password" and "username".
2.) Edit the user name file to your new user name(Ex. printf "username" > username).
3.) Change the password by editing the password.php in "users/". Change the directory path to '$file' to your new username (Default. ./users/username/password/) and the $pass variable to you new password.
4.) Run the password.php file using:
php password.php
5.) Delete "mssuser" account in "users/".
----------------------------------------------------------