Features [0] | Requirements [0] | Installation | Screenshots [0] | Changelog [0] | Support [1] | Donate [1] | Demos [1] | Download [2]
Installation Methods (0.12.x [2] | 0.11.x [2] | 0.10.x):
- Stand Alone [2]
- Postnuke [2]
- Phpnuke [2]
- Embedded into website [2]
- Embedded into website - Single Band/Album [2]
Requirements [2]
If not, set $z_cache = false; in zina.ini.php settings file.<?php ?>, mmm-kay?):
<?php
#put settings you've changed in here, so when upgrading, your preferences are kept
$z_mp3_dir = "mp3s";
?>$z_login = true; Add changes to zina.ini.php file.
Requirements [2]
If not, set $z_cache = false; in "DEFAULT SETTINGS" section of zina script or your zina.ini.php settings file.
<?php$z_postnuke = true;
$z_width = "100%";
# give access only to logged in users
$z_pn_users = false;
$z_root_dir = "modules/zina";
$z_img_dir = "$z_root_dir/_images/";
$z_dir = "$z_root_dir/_zina";
$z_mp3_dir = "modules/zina";
?>
Postnuke [2] except $z_phpnuke = true; instead of $z_postnuke = true;
stand-alone mode [2].
Embedded mode [2].
zina
/ <-- this is your website or something
/zina/
/index.html/zina/zina.ini.php file.
<?php
$z_mp3_dir = "zina"; # if you've changed this variable, prefix 'zina/'
# i.e. think path relative to website root directory!
$z_root_dir = "zina";
$z_img_dir = "$z_root_dir/_images/";
$z_dir = "$z_root_dir/_zina";
$z_embed = true;
#You can mess with these later...
$z_width = "100%"; # width of zina, can also be in pixels
#Change the stuff between the double quotes only! (Unless you know php, of course).
$z_page_hdr_title = 'echo "$z_table<tr><td class=z_title><b>" . htmlentities($title) . "</b></td></tr></table>";';
?>/zina.php <-- create this file and put the following in it:
<?php ob_start(); ?>
<html><body><? include("zina/index.php"); ?></body></html>yourdomain.com/zina.php. it'll look pretty ugly! But you can now put these two lines into an existing website (or put an existing website aroung these two lines) and through the magic of CSS, it'll look pretty!zina.ini.php file and uncomment and change the $z_width and $z_page_hdr_title to match your website. zina.ini.php file:
$z_playlists = false;
$z_dir_list = false;
$z_random = false;
$z_search = false;
$z_nav = false;zina.php?p=dir where 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').