How convert NSZ to NSP for easy installing on Goldleaf + Quark?

Last updated: 20210509

 

Step 1:

Download and run https://github.com/dezem/SAK

 

Step 2:

Select “NSZ to NSP”

 

Step 3:

Set the original NSZ files to unlock read-only.

Select “Open NSZ” and find/select the .NSZ file for converting. It takes about 3 minutes per 1GB of conversion. So if your game is 10GB, it will take up to 30 minutes.

PS: You will not see any progress bar, just “please wait” flashing. That’s normal.

 

Step 4:

Once complete, your will find your .NSP converted files in the SAME FOLDER where “SAK.exe” is at. Strange.. but that’s that.

Now install your game using the converted .NSP file.

 

 

 

How to change WordPress username and also fix Super Admin problem?

Last updated: 20210407

 

Reference:

https://wordpress.org/support/topic/change-the-admin-user-name/

 

Step 1:

Use the Username Changer plugin.

 

Step 2:

If you notice the Admin user now loses Super Admin privileges on your WordPress Network (cannot add plugin or add themes)..

Then open your current theme’s functions.php.

Add this to line 1 so it executes when you visit your site.

grant_super_admin(1);

 

Visit your site once, then remove the above line from the code.

 

Your user should now have Super Admin privileges.