mani mod/phpnuke

Post Reply
Buster
A regular
A regular
Posts: 51
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Feb 27, 2005 2:47 pm
Contact:

mani mod/phpnuke

Post by Buster »

has any1 got mani 2 work with out lag issues after the new update?
does any1 know how 2 play hidden music in phpnuke
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

As far as I know, there are still problems with even the latest mani release (1.1.0zf_a). However, it will give you some functionality.

For hidden sounds, you could probably use the html tag <EMBED, and use height=0, width=0, autostart="true" and hidden="true". So, something like this:
<EMBED SRC="http://path.to.your/music/file/your.musicfile" VOLUME="50" HEIGHT="0" WIDTH="0" HIDDEN="TRUE" AUTOSTART="TRUE">
Buster
A regular
A regular
Posts: 51
Joined: Sun Feb 27, 2005 2:47 pm
Contact:

Post by Buster »

so make block or add it 2 index.php?
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

you could probably get away with either.
maybe even overall_header.tpl if you want it to play on every page. (I think phpnuke uses .tpl?)
Buster
A regular
A regular
Posts: 51
Joined: Sun Feb 27, 2005 2:47 pm
Contact:

Post by Buster »

i tryed the index.php but there was errors.
any other code for this? the mp3 is in the root so i got this

<EMBED SRC="Bang.mp3" VOLUME="50" HEIGHT="0" WIDTH="0" HIDDEN="TRUE" AUTOSTART="TRUE">
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

That's the only one I know of.
Post Reply