Features | Requirements | Installation | Screenshots | Changelog | Support | Donate | Demos | Download
Installation Methods (0.12.x | 0.11.x | 0.10.x):
WARNING: Haven't fully updated this for 0.11.x...
- Read Requirements
- Make sure PHP4 already works in the directory you're going to place Zina.
- If you want to use all features make sure _zina/cache directory exists and is writable by webserver user (easiest and most insecure way is to make it world writable).
If not, set "Use Cache" to false under "Settings" after you log in. - Point your webrowser to the Zina script.
- Make sure demo site works.
- Log in.
- Go to "Settings" and change your password and MP3 directory.
Installation: Postnuke/PHPnuke Module
- Read Requirements
- Unzip zina into modules directory
- Make sure zina directory is named 'zina' and not 'zina-x.x.x'
- If you want to use all features make sure the _zina directory exists and is writable by webserver user (easiest and most insecure way is to make it world writable).
- Point your webrowser to the Zina script (not via *Nuke).
- Make sure demo site works (not via *Nuke).
- Log into Zina.
- Go to "Settings" and change your password and MP3 directory and set "Embed" to appropriate *Nuke.
- Log into your *Nuke site as administrator.
- Do whatever Postnuke requires you to do to add it as a module
- NOTE: When you are logged in as an administrator in Postnuke, you are an administrator in Zina. Go to the normal zina page and you will see more options and a settings icon in the upper right hand corner. There are no settings under the Administration section of p-nuke.
Installation: Embedded into website
- Get Zina working in stand-alone mode.
- The 0.11.x series introduces Themes.
- Go to the _zina/themes directory. Copy a theme directory. Modify it to your hearts content.
HINT: Start with a page from your own website. Copy stuff from template-main.html into that. Rename your page to template-main.html. - One band/album hint: You can use links (per embedded example) ala
zina.php?p=dirwhere dir is path to appropriate directory (and %20 represents a space in a directory name, %2C for commas, etc.) (for ease, use right click "copy link location" in your browser in embedded example and replace '+' with '%20'). - See here for demos.
- Install Zina (version 0.11.09 or higher) under XOOPSDIR/module/zina li>If you want to use all features make sure _zina/cache directory exists and is writable by webserver user (easiest and most insecure way is to make it world writable).
- Download separate Xoops files and put in same directory.
- Open XOOPSDIR/module/zina/index.php and set $z_embed = 3; near top of file.
- Login as Xoops admin.
- Install Zina module via Xoops
- Change Zina settings to your liking.
- Adjust Xoops Group permissions if you want.
If not, set "Use Cache" to false under "Settings" after you log in.
- Download separate Mambo wrapper component and install via Mambo.
- Copy regular Zina files (version 0.11.09 or higher) into MAMBODIR/components/com_zina/ (so that zina.php and index.php are in the same directory)
- Open MAMBODIR/components/com_zina/index.php and set $z_embed = 4; near top of file.
- While still logged in as Mambo admin, change Zina settings to your liking.
- If you want to use all features make sure _zina/cache directory exists and is writable by webserver user (easiest and most
insecure way is to make it world writable).
If not, set "Use Cache" to false under "Settings" after you log in.
- Paul Roberts says: The problem with IIS is that it doesn't have some of the server variables that Apache does (specifically DOCUMENT_ROOT and SERVER_ADDR). To overcome this you need to add them to the System Environmental Variables (Control Panel->System->Advanced->Environmental Variables) and it will all work ok.
e.g.
DOCUMENT_ROOT C:\Inetpub\wwwroot
SERVER_ADDR 127.0.0.1 - Continue with one of the installation methods above or for 0.10.x
