Icy Phoenix
Old Customizations - Media Mod For Icy Phoenix RC1
DWho [ Tue 02 Dec, 2008 19:08 ]
Post subject: Re: Media Mod For Icyphoenix
I have the embed code working fine on my test site I just need to know what media formats are working or not..
I have quicktime, mp3, wmv, flv, flash,wma, midi works in firefox but not IE
wav does not work....
some of these formats will not work on your sites as I need to test the file for the codes to work...
I will add the updated package as soon as find out what formats others have got to work or wish to work...
The problem on the formats a lot do not like to be embeded... I downloaded realplayer which I hate and that wanted me to fill out a load of info before it would let me use their software.. so I uninstalled it...
If anyone has a problem watching anything let me know what format they are trying to watch so I can test it.
Once we figure out what can be viewed and what cannot I can emend my first post with all the correct code and what video formats work
xmenfile [ Tue 02 Dec, 2008 19:29 ]
Post subject: Re: Media Mod For Icyphoenix
as far as i know MP3, WMA and Youtube work. My site has Googlevideo, Megaupload, Veoh, Daily BBCode installed, if you can add those to media mod. I appreciate it
Thank you,
xmenfile.
DWho [ Tue 02 Dec, 2008 20:35 ]
Post subject: Re: Publicity In My Icyphoenix?
With the new embed code working all the sites you named above will work....
I am going to upgrade my first post with the newer version... I recommend you undo everything and then start from scratch to be honest as this was not as easy as I first thought and there are a lot of changes..
I have updated my first post...again sorry for the inconveniance just want to get it working right.
xmenfile [ Fri 05 Dec, 2008 16:14 ]
Post subject: Re: Media Mod For Icyphoenix
I found a bug on music_cat, select methor sort is not working.
DWho [ Fri 05 Dec, 2008 17:52 ]
Post subject: Re: Media Mod For Icyphoenix
Which part...?
my sort method is working fine...
have you this bit of code in your music_cat.tpl
<form action="{S_MUSIC_ACTION}" method="post">
xmenfile [ Fri 05 Dec, 2008 19:31 ]
Post subject: Re: Media Mod For Icyphoenix
I do have it and somehow the bottom "select sort method" of music_cat is not working.
here is the code and
Link
<tr>
<td class="catBottom" colspan="7" align="center" height="28"> <span class="gensmall">{L_SELECT_SORT_METHOD}:
<select name="sort_method">
<option {SORT_TIME} value='song_time'>{L_TIME}</option>
<option {SORT_SONG_TITLE} value='song_title'>{L_SONG_TITLE}</option>
<option {SORT_SINGER} value='song_singer'>{L_SINGER}</option>
<option {SORT_USERNAME} value='username'>{L_USERNAME}</option>
<option {SORT_VIEW} value='song_view_count'>{L_VIEW}</option>
{SORT_RATING_OPTION}
{SORT_COMMENTS_OPTION}
{SORT_NEW_COMMENT_OPTION}
</select>
{L_ORDER}:
<select name="sort_order">
<option {SORT_ASC} value='ASC'>{L_ASC}</option>
<option {SORT_DESC} value='DESC'>{L_DESC}</option>
</select>
<input type="submit" name="submit" value="{L_SORT}" class="liteoption" />
</span> </td>
</tr>
ps: is there anyway i can make a pop up media player windows instead of direct to music_page. i want my users able to browse my site while playing music
Thanks,
DWho [ Fri 05 Dec, 2008 19:56 ]
Post subject: Re: Media Mod For Icyphoenix
Hi
I just tested your link and it is working on your site... well from my end it is
this is time ascending
and this is time descending
it list the files in order as it should
or is there something else I missed..
let me know
When you mean a pop up do you mean when you go to the video play page you can then have a link to open a pop up of the video so you can then go to another page...?
If so I can have a look for you...

xmenfile [ Fri 05 Dec, 2008 20:04 ]
Post subject: Re: Media Mod For Icyphoenix
That is wired, i tried to sort by username, singer, song... and nothing changed at all. Can you try that for me? or maybe because of IE7 brownser?
DWho [ Fri 05 Dec, 2008 20:25 ]
Post subject: Re: Media Mod For Icyphoenix
definately an IE problem
find
<form action="{S_MUSIC_ACTION}" method="post">
and remove
find
and remove
find
<select name="sort_method">
<option {SORT_TIME} value='song_time'>{L_TIME}</option>
<option {SORT_SONG_TITLE} value='song_title'>{L_SONG_TITLE}</option>
<option {SORT_SINGER} value='song_singer'>{L_SINGER}</option>
<option {SORT_USERNAME} value='username'>{L_USERNAME}</option>
<option {SORT_VIEW} value='song_view_count'>{L_VIEW}</option>
{SORT_RATING_OPTION}
{SORT_COMMENTS_OPTION}
{SORT_NEW_COMMENT_OPTION}
</select>
{L_ORDER}:
<select name="sort_order">
<option {SORT_ASC} value='ASC'>{L_ASC}</option>
<option {SORT_DESC} value='DESC'>{L_DESC}</option>
</select>
<input type="submit" name="submit" value="{L_SORT}" class="liteoption" />
</span>
and replace with
<form action="{S_MUSIC_ACTION}" method="post">
<select name="sort_method">
<option {SORT_TIME} value='song_time'>{L_TIME}</option>
<option {SORT_SONG_TITLE} value='song_title'>{L_SONG_TITLE}</option>
<option {SORT_SINGER} value='song_singer'>{L_SINGER}</option>
<option {SORT_USERNAME} value='username'>{L_USERNAME}</option>
<option {SORT_VIEW} value='song_view_count'>{L_VIEW}</option>
{SORT_RATING_OPTION}
{SORT_COMMENTS_OPTION}
{SORT_NEW_COMMENT_OPTION}
</select>
{L_ORDER}:
<select name="sort_order">
<option {SORT_ASC} value='ASC'>{L_ASC}</option>
<option {SORT_DESC} value='DESC'>{L_DESC}</option>
</select>
<input type="submit" name="submit" value="{L_SORT}" class="liteoption" />
</span></form>
let me know
xmenfile [ Fri 05 Dec, 2008 21:57 ]
Post subject: Re: Media Mod For Icyphoenix

i have made the changes above and not working, it came out "No File"
When you mean a pop up do you mean when you go to the video play page you can then have a link to open a pop up of the video so you can then go to another page...?
If so I can have a look for you...

I have
DM Music Mod installed on
my board take a look and I want to combine this with Media Mod. When you click on the link, new windows will pop up.
DWho [ Fri 05 Dec, 2008 22:46 ]
Post subject: Re: Media Mod For Icyphoenix
try this file back up your old one and replace it with this one
I will have look at the pop up on your site
xmenfile [ Sat 06 Dec, 2008 07:06 ]
Post subject: Re: Media Mod For Icyphoenix
That works

and i found other bug; flv is not playing and it may cause by IE. Take a look at
this i am so sorry Dwho for keep asking for my errors

DWho [ Sat 06 Dec, 2008 12:30 ]
Post subject: Re: Media Mod For Icyphoenix
i am so sorry Dwho for keep asking for my errors

Not a problem if we iron out the bugs then we can have a good finished mod...
here is the fix.. I missed a bit of code for IE
open music_page.tpl and find
<param name="flashvars" value="file={U_SONG}&image={U_IMG}&shuffleOnLoad=no" />
replace with
<param name="flashvars" value="file={U_SONG}&type=flv&image=preview.png&shuffleOnLoad=no" />
let me know

xmenfile [ Sun 07 Dec, 2008 03:20 ]
Post subject: Re: Media Mod For Icyphoenix
That works Dwho more bug, upload embeded code is fine, but if any reason needs to edit it even just edit title or description/lyric then video won't play anymore. It shows code only.
example: I want to edit title or description/lyric only and after finish edited. It won't play video anymore and it only shows embed code.
DWho [ Sun 07 Dec, 2008 12:06 ]
Post subject: Re: Media Mod For Icyphoenix
I thought I fixed that problem... my bad...
open music_edit.php
and find
$song_url = str_replace("'", "''", htmlspecialchars(trim($_POST['song_url'])));
replace with
$song_url = str_replace("'", "''", $_POST['song_url']);
that will fix it....
Also regarding your pop up where do you want it in music_cat... and do you want to be able to still go to music page...
This will not work with the chart mod you have as the code is not the same but it will open a pop up in the same way..
Let me know

xmenfile [ Thu 11 Dec, 2008 01:46 ]
Post subject: Re: Media Mod For Icyphoenix
I thought I fixed that problem... my bad...
open music_edit.php
and find
$song_url = str_replace("'", "''", htmlspecialchars(trim($_POST['song_url'])));
replace with
$song_url = str_replace("'", "''", $_POST['song_url']);
that will fix it....
that works very good
Also regarding your pop up where do you want it in music_cat... and do you want to be able to still go to music page...
This will not work with the chart mod you have as the code is not the same but it will open a pop up in the same way..
Let me know

DWho, if you can place it on top, that would be fine.
Thank you
DWho [ Thu 11 Dec, 2008 10:38 ]
Post subject: Re: Media Mod For Icyphoenix
Hi
Please find attach files for the pop up... but I have added other features so might be better to uses the new updated version in my first post..
I have updated my first post with a newer version includes fixes and new features..
spydie [ Thu 11 Dec, 2008 15:24 ]
Post subject: Re: Media Mod For Icyphoenix
is there a way to put this into FK_nuke ??
DWho [ Thu 11 Dec, 2008 15:33 ]
Post subject: Re: Media Mod For Icyphoenix
Follow the install guide and just upload the templates file from the root/templates/mg_themes folder and upload them to
FK_nuke template folder...
there should be no problem but if there is give me a link so i can see what the problem might be..

spydie [ Thu 11 Dec, 2008 15:43 ]
Post subject: Re: Media Mod For Icyphoenix
there´s the complete file please???
i see so many file´s to download here
DWho [ Thu 11 Dec, 2008 16:31 ]
Post subject: Re: Media Mod For Icyphoenix
Ok
you need to open up the install file and follow the guide....
the files are set up in the root folder to go into the same place on your site
(remember to back up everything first in case something goes wrong)
instead of uploading the template files that are in the folder mg_themes upload them to your fk_nuke folder
goto your phpmyadmin and run the sql queries (they add the data table to your database) from the sql text file..
chmod the 2 folders and you should be good to go..

spydie [ Thu 11 Dec, 2008 21:49 ]
Post subject: Re: Media Mod For Icyphoenix
get an error message
Warning: require(../language/lang_spanish/lang_main_music.php) [function.require]: failed to open stream: No such file or directory in /mnt/web7/20/54/51902354/htdocs/spydie/ip/adm/admin_music_config.php on line 38
everything iss in it´s place but i get this
and ive edited all files mentioned
SQL Error : 1146 Table 'DB481591.ip_music_config' doesn't exist
SELECT * FROM ip_music_config
Line : 49
File : music_common.php
there is a table calles ip_music but no table ip_music_config
DWho [ Thu 11 Dec, 2008 22:13 ]
Post subject: Re: Media Mod For Icyphoenix
these are your database tables you need to add them to your database in your phpmyadmin on your server...
use the music_mysql.sql to add the tables..
spydie [ Thu 11 Dec, 2008 22:32 ]
Post subject: Re: Media Mod For Icyphoenix
i wonder but it still doesn´t run on fk_nuke
all tables are created . but im still getting this message
Warning: require(../language/lang_english/lang_main_music.php) [function.require]: failed to open stream: No such file or directory in /mnt/web7/20/54/51902354/htdocs/spydie/ip/adm/admin_music_config.php on line 38
DWho [ Thu 11 Dec, 2008 22:39 ]
Post subject: Re: Media Mod For Icyphoenix
you have not uploaded the lang files.....
as fk_nuke is just a template and not the main core of your site.. the media mod will work just fine....
you just need to follow the install guide and upload the files in the correct folders...
Have you not added mods to a cms before...?
spydie [ Thu 11 Dec, 2008 23:07 ]
Post subject: Re: Media Mod For Icyphoenix
what you mean with lang files
got english and spanish installt
and yes i did do before but i must say i´m quiet new in this
DWho [ Thu 11 Dec, 2008 23:12 ]
Post subject: Re: Media Mod For Icyphoenix
ok my bad I for got the language files... sry please redown load the rar in my first post...

spydie [ Thu 11 Dec, 2008 23:20 ]
Post subject: Re: Media Mod For Icyphoenix
ok this looks better
sorted
but i think i´ve got to translate lang to spanish aswell
DWho [ Thu 11 Dec, 2008 23:59 ]
Post subject: Re: Media Mod For Icyphoenix
ok this looks better
sorted
but i think i´ve got to translate lang to spanish aswell
Yes sorry you will have to translate as I have no skill there... glad you got it working though...
spydie [ Fri 12 Dec, 2008 10:55 ]
Post subject: Re: Media Mod For Icyphoenix
here comes spanisch translation
up and running on
http://www.spydiesworld.com/ip/
DWho [ Fri 12 Dec, 2008 11:08 ]
Post subject: Re: Media Mod For Icyphoenix
Thank you very much I will include a link in my first post to your post in case anyone would like it..
Thanks again

spydie [ Fri 12 Dec, 2008 11:47 ]
Post subject: Re: Media Mod For Icyphoenix
just one thing
the size alowed of file should be in kb o mb not in bytes.
that could drive a newbie crazy
a and the media player that shows up there doesn´t run.
i mean ive uploaded a song in mp3 for testing and aproved . but theres no way that player starts playing the song
i use IE could that be the problem ??
DWho [ Fri 12 Dec, 2008 12:03 ]
Post subject: Re: Media Mod For Icyphoenix
Have you a link I can have a look at as mp3 works in both IE and firefox for me...
spydie [ Fri 12 Dec, 2008 13:25 ]
Post subject: Re: Media Mod For Icyphoenix
a and it seems like there iss some buttons missing
like download and upload
DWho [ Fri 12 Dec, 2008 16:59 ]
Post subject: Re: Media Mod For Icyphoenix
There is no image for download.... and the image for upload is upload.gif in mg_themes template... if you are using another template then you may need to make the button...
As for mp3 working I tried to test it on your site but I couldnt upload one... but I have tested it on 2 sites and it works in IE and Firefox...
Anyone else not geting mp3 to play..?
xmenfile [ Tue 16 Dec, 2008 08:08 ]
Post subject: Re: Media Mod For Icyphoenix
Anyone else not geting mp3 to play..?
mine is working fine on my site. I found a bug, guess can't view it. It does not give unauthorized message, except 404 error page. Also, I have a question which video files are bigger than audio. Is there any way can we make 2 different settings 1 for audio and 1 for video?
Thank you,
xmenfile
SkyOne1982 [ Wed 04 Mar, 2009 15:14 ]
Post subject: Re: Media Mod For Icyphoenix
The download in topic is upgrade with fix of all post?
It is compatible with thw new beta 2?
Italian translation?
DWho [ Wed 04 Mar, 2009 15:28 ]
Post subject: Re: Media Mod For Icyphoenix
For fresh install just follow the install file...

SkyOne1982 [ Wed 04 Mar, 2009 15:47 ]
Post subject: Re: Media Mod For Icyphoenix
For fresh install just follow the install file...

It is compatible with thw new beta 2?
DWho [ Wed 04 Mar, 2009 16:48 ]
Post subject: Re: Media Mod For Icyphoenix
Sorry no not at this time but it will be upgraded upon final release

SkyOne1982 [ Tue 17 Mar, 2009 14:14 ]
Post subject: Re: Media Mod For Icyphoenix
Sorry no not at this time but it will be upgraded upon final release

Ok, not to forget it!

DWho [ Fri 27 Mar, 2009 21:28 ]
Post subject: Re: Media Mod For Icyphoenix
Just a quick update
I have just finished recoding this to beta2 and have added a couple of new features...
I will add the code and install file when the first official RC is released for anyone to test..

pax [ Sat 28 Mar, 2009 14:50 ]
Post subject: Re: Media Mod For Icyphoenix
Great news Dwho!
Italian translate?
DWho [ Wed 01 Apr, 2009 14:40 ]
Post subject: Re: Media Mod For Icyphoenix
Great news Dwho!
Italian translate?
As soon as I have finished the mod for rc1 release I will post the files... an italian translation would be fantastic thanks

pax [ Wed 01 Apr, 2009 16:00 ]
Post subject: Re: Media Mod For Icyphoenix
give me the language files in pm.
DWho [ Wed 01 Apr, 2009 16:23 ]
Post subject: Re: Media Mod For Icyphoenix
give me the language files in pm.
pm sent

DWho [ Tue 07 Apr, 2009 00:21 ]
Post subject: Re: Media Mod For Icyphoenixrc1
First post updated with RC1 release
Any problems let me know and I will correct them as fast as I can
Enjoy

Chaotic [ Tue 07 Apr, 2009 01:36 ]
Post subject: Re: Media Mod For Icyphoenixrc1
Very awesome!
I'll be adding this to my website...NOW.
I'll let you know how it goes.
EDIT- By the way, do you still happen to have the .27c version of your MOD? I was just thinking some folks that want to continue using .27c regardless of the new version may want to use the older version of the Media MOD. Not saying you have to support it, but just throw it out there if you want.

It's too good of a MOD to be restricted to the next version only!
DWho [ Tue 07 Apr, 2009 13:56 ]
Post subject: Re: Media Mod For Icyphoenixrc1
ummm lol you do not make things easy do you.... lol
I will check if I did not delete it....
Edit
added version .27c back to fron page

Chaotic [ Tue 07 Apr, 2009 16:16 ]
Post subject: Re: Media Mod For Icyphoenixrc1
LOL
You could also create different topics for each version...that's if you wanted to...
