What is vldPersonals?

vldPersonals is a very easy to use dating/social software. It allows you to create a fully functioning & modern dating website in a matter of minutes. If You think it's too complicated - check vldPersonals!
Know more about how You can become a dating website owner

What is vldCrowd?

vldCrowd.com is the biggest unofficial community of vldPersonals owners. It is a place to share ideas and thoughts about Your dating website. It is a place to answer questions and receive answers.
Do You own a vldPersonals license? Don't hesitate and join!

Connect Today

Community members help each other to take their dating websites to the next level. Can You make your vldPersonals website better? Join and find out...

Connect With More Than 500 Dating Website Owners! Sign Up Today
New mp3 player in member_audio with playlist ^_^
 
Image:

 
Install:
Open: member_audio.tpl
 
Find:
Text
<!-- INCLUDE message.tpl -->
<!-- IF hide_content != "1" -->

After add:
 
Text
<object type="application/x-shockwave-flash" data="http://yousite/media/utils/liveplayer.swf" width="500" height="350">
<param name="bgcolor" value="1e1e1e" />
<param name="movie" value="http://yousite/media/utils/liveplayer.swf" />
<param name="FlashVars" value="mp3=<!-- BEGIN profile_audio -->{top.virtual_pic_path}{audio_filename}|<!-- END profile_audio -->&amp;title=<!-- BEGIN profile_audio -->{audio_name}|<!-- END profile_audio -->&amp;bgcolor1=609ed6&amp;bgcolor2=2669ca&amp;buttoncolor=ffffff&amp;buttonovercolor=0&amp;slidercolor1=185c9a&amp;slidercolor2=2451aa&amp;sliderovercolor=275690&amp;textcolor=0&amp;playlistcolor=609ed7&amp;currentmp3color=ffffff&amp;scrollbarcolor=5f7f9c&amp;scrollbarovercolor=415a71&amp;showvolume=1&amp;width=500&amp;height=350" />
</object>
<p>&copy - by Invision</p>
 

Upload liveplayer.swf in www/media/utils
edit code find http://yousite replace you website =)
 
End =)
 

Files:

http://rapidshare.com/files/410761299/liveplayer.swf
http://depositfiles.com/files/t77jcv25x
http://letitbit.net/download/24179.244283d4824b56ec5e5633ebc/liveplayer.swf.html

 
Thank you all! =)

Comments

Invision

  • Posted on 08/03/2010 04:32 AM
Do not use the symbols: & and ' in audio name =)
Fix
Open: account_audio_edit.tpl
 
find:
<!-- INCLUDE header.tpl -->
after add:
 
<script>
function checkSimb(input) {
var value = input.value;
var re = /[&]+/;
var re2 = /[']+/;
if (re.test(value)) {
value = value.replace(re, 'and');
input.value = value;
}
if (re2.test(value)) {
value = value.replace(re2, '"');
input.value = value;
}
}
</script>
 
find:
<input type="text" id="field_title" name="title" value="{audio_name}" class="text text_small" ... maxlength="64">
 
replace:
<input type="text" id="field_title" name="title" value="{audio_name}" class="text text_small" onkeyup="return checkSimb(this);" maxlength="64" />
 
User unable symbols: ' and &
 
P.S Vote for the my block! thx ^_^

Log in to leave a comment