1
difenduandada
2024-10-15 7fd2948ee35c8e147ed35ce6d8502f94a98ddd22
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
9a87e854-81cd-4618-86bc-f38740426158
 
 
location / {
    try_files $uri $uri/ @rewrite_url;
}
 
location @rewrite_url {
    rewrite ^/(.*)$ /index.php?viewpage=$1 last;
}
First step
 
Upload all of these files (cloudarcade.zip & unpack.php) to your server or root domain with FTP
 
After all file uploaded, open yourdomain.com/unpack.php
 
The script will be extracting "cloudarcade.zip". after file extracted, "cloudarcade.zip" and "unpack.zip" will be removed.
 
The main advantage of this script is you can upload and extract it easily, it's recommended instead of using SSH due to root owner or file permissions.