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
Please sign in or sign up to be able to access this page.
563 -1 0 View Entry
My style for vldpersonals.
Now for version 2.5.2 ^_^
 
Screenshot:
 

 
bespoke work accept. private.
 
For russia:
Ты из россии? Этот шаблон думаю для твоей версии) Стучи в Invision@vtomske.ru или ICQ: 571212305
View Comments & Reply...
My mod for NinkoBB - full integration!
 
Screenshot:
 
homepage.tpl
 
New forum message:
 

 
------------
 
Forum index:
 

 

 
Topic:
 

 
------------
 
Integration:
- All members
- Member avatar
- Activites
- Member total msg
 
Price contract! Privat.
View Comments & Reply...
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! =)
View Comments & Reply...

1) Ajax status system.
 

2) Last music upload
 

3) All user music + copying user music + download + ajax & flash player + playlist
 

4) Quick Reply Ajax + Quick Reply PM in public_comments.tpl ^_^
 

 
5) Full integration Ajax IM chat.

Statistic:
- Who in chat? (user name)
- Stat in account home:
-- Sent messages
-- Rank
-- Last active time
-- Status chat
and more...
 
6) Footer panel
- Online now
- Chat online now
- Points
 
7) Points system
User can get point:
- upload music / video / create blog.
Then he can change your nickname etc.
 
8) Live search music and video!
 
9) Flash site stat for users
 
10) New user settings! Visual style!!
User can add new block (блоки) etc
 
11) SMS System.
- Groups
- Rating
- UP foto, video
etc...
--------------------------------------------------

12) Video Ajax view and new player
 
13) Gifts for vldpersonals 2.5.2-2.5.3
 
And other modifications / visual modifications (Ajax)
-----
Sorry, bad english!
You want see demo? http://live.tomsk.ru/ - russian site! user proxy http://spys.ru/proxylist/ and go!
 
Demo account:
Login: Fenix
Pass: Fenix
---------------
 
You want buy or order mod? Write in my pivate!
sorry,very bad english ^_^
 
You want buy mod now! - http://invision.plati.ru
Ты можешь купить большую часть модификация прямо сейчас - http://invision.plati.ru
 
My mod all music - http://invision.plati.ru/asp/pay.asp?id_d=954487
View Comments & Reply...

CometChat & VLDPersonals

07/27/2010 02:36 AM
417 0 0 View Entry
Need integration CometChat and VLDPersonals =) Please help..
View Comments & Reply...

Module Pack by Invision

05/17/2010 05:17 AM
504 -2 4 View Entry
1) All music mod + live search music + copy music

 
---
 

 
---
 

 
---
 

 
2) Gifts for 2.5.2-2.5.3
3) Full Russian Lang
4) SMS System
5) Protection you Admin CP
 
Download:
ALL MUSIC MOD 15$
GIFTS FOR 2.5.2-2.5.3 2$ =)
Full Russian lang 5$
SMS Services 1$
Protection CP 0.5$
 
Contact me: Invision@vtomske.ru
View Comments & Reply...
449 1 0 View Entry
Online in AjaxChat.
Mod integration AjaxChat and VLDPersonals.
 
Text
<?
$databaseHost = 'localhost';
$databaseLogin = 'db_login';
$databasePassword = 'db_pass';
$databaseName = 'db_name';
 
mysql_connect($databaseHost,$databaseLogin,$databasePassword) or die (mysql_error());
 
mysql_select_db($databaseName) or die(mysql_error());
 
$query = ("SELECT * FROM ajax_chat_online ");
 
$result = mysql_query($query) or die(mysql_error());
 
$num=mysql_numrows($result);
 
echo "Online chat: (<strong>$num</strong>)";
 
?>
View Comments & Reply...
My integration VLDPersonals and AjaxChat :)
1) Download and install AjaxChat - [Download]
2) Create new page.
Option:

3) Create file chat_login.tpl
add in www/templates/you_theme/
 
Text
<!-- INCLUDE header.tpl -->
 
<div class="header_wrap">
        <div class="location_wrap">
                <div class="location">
                        <h1>{app_page}</h1>
                </div>
        </div>
        <div class="options_wrap">
                <div class="title">
                        <h1>{app_page}</h1>
                </div>
                <div class="clear"></div>
        </div>
        <div class="clear"></div>
</div>
 
<!-- INCLUDE message.tpl -->
 
<!-- IF hide_content != "1" -->
 
        <div class="outter page_default">
 
                <div class="typepage">
                        <div class="dataitem single">
                                <div class="entry">
                               
                               
                               
                               
                <!--[if lt IE 7]>
                <link rel="stylesheet" type="text/css" href="css/ie5-6.css"/>
        <![endif]-->
        <script src="http://YOUSITE.COM/chat/js/chat.js" type="text/javascript" charset="UTF-8"></script>
        <script src="http://YOUSITE.COM/chat/js/lang/ru.js" type="text/javascript" charset="UTF-8"></script>
        <script src="http://YOUSITE.COM/chat/js/config.js" type="text/javascript" charset="UTF-8"></script>
        <script type="text/javascript">
                // <![CDATA[
                        function initializeLoginPage() {
                                document.getElementById('userNameField').focus();
                                if(!ajaxChat.isCookieEnabled()) {
                                        var node = document.createElement('div');
                                        var text = document.createTextNode(ajaxChatLang['errorCookiesRequired']);
                                        node.appendChild(text);
                                        document.getElementById('errorContainer').appendChild(node);
                                }
                        }
                       
                        ajaxChatConfig.sessionName = 'ajax_chat';
                        ajaxChatConfig.cookieExpiration = parseInt('365');
                        ajaxChatConfig.cookiePath = '/';
                        ajaxChatConfig.cookieDomain = '';
                        ajaxChatConfig.cookieSecure = '';
 
                        ajaxChat.init(ajaxChatConfig, ajaxChatLang, true, true, false);
                // ]]>
        </script>
</head>
 
<body onload="initializeLoginPage();">
        <div id="loginContent">
                <div id="loginHeadlineContainer">
                        <h5>Chat login</h5>
                </div>
                <form id="loginForm" action="http://http://YOUSITE.COM/chat/" method="post" enctype="application/x-www-form-urlencoded">
                        <div id="loginFormContainer">
                                <input type="hidden" name="login" id="loginField" value="login"/>
                                <input type="hidden" name="redirect" id="redirectField" value=""/>
&copy 2010 by Invision
<hr>
                                <input value="{session.username}" type="hidden" name="userName" id="userNameField" maxlength="16"/></div>
                               
                                <br>    <!-- IF loggedin == "1" -->
                                <font size="2">Name: <b>{session.username}</b></font><br>
 
                                <br>
                                <div><input type="submit" name="submit" id="loginButton" value="Login"/></div><!-- ENDIF -->
                               
                                <!-- IF loggedin == "0" -->
                                                {anchor:url1="account/register/",url2="index.php?m=account_register",name="core|menu_register_chat"}
                                        <!-- ENDIF -->
                                </div>
                                <div class="clear"></div>
                        </div>
                </div>
                <div class="clear"></div>
 
        </div>
 
<!-- ENDIF -->
 
<!-- INCLUDE footer.tpl -->

Edit http://YOUSITE.COM in code!
 
------------------------
 

------------------------
View Comments & Reply...
Random user picture for vldPersonals all version.
 

 
Create ext.random_profile.php
 
Text

 
<?php
 
function vldext_random_profile ($gender = '', $adult = 0)
{
 global $DB, $SESSION, $PREFS;
 
 //------------------------------------------------
 // Get member
 //------------------------------------------------
 $result = $DB->query("SELECT p.member_id, p.filename, p.picture_id, p.album_id FROM " . DB_PREFIX . "pictures as p, " . DB_PREFIX . "members_data as d WHERE d.data_id=p.member_id AND p.active='1' AND p.adult='" . ($adult ? 1 : 0) . "' " . ($gender ? "AND d.field_1='" . mysql_real_escape_string($gender) . "'" : "") . " ORDER BY RAND() LIMIT 1");
 
 //------------------------------------------------
 // Check if resultset contains any rows
 //------------------------------------------------
 if ($DB->num_rows($result))
 {
 //------------------------------------------------
 // Fetch resultset
 //------------------------------------------------
 $obj = $DB->fetch_object($result);
 
 //------------------------------------------------
 // Display image tag
 //------------------------------------------------
 $picture = $obj->filename ? $PREFS->conf['thumbnail_prefix'] . 'picture_' . $obj->filename : "";
                $picture_id = $obj->picture_id ;
                $album_id = $obj->album_id ;
 $link = $PREFS->conf['fancy_urls'] ? "" . $obj->member_id . "" : "" . $obj->member_id;
 echo '<a href="' . VIR_PATH . 'member/'. $link .'/pictures/view/'. $album_id .'/'. $picture_id .'/"><img src="' . VIR_PIC_PATH . $picture . '" border="0" /></a><br>';
 }
 
 //------------------------------------------------
 // Clean up
 //------------------------------------------------
 unset($result);
 unset($obj);
}
 
?>

Upload in includes\ext
 
In any template to add:
Text
{random_profile:}

FIX: Url - user image
View Comments & Reply...
New version my mod - allmusic + Search.
 
Screenshot:
 


 
Search page:

 
Possibility:
Light Green Audio Player
Author
Upload date
Download mp3
Search
 
In the following version:
Top100 music (ratings)
 
Files:
Will appear in the following version (6.0)
 
Soon...
View Comments & Reply...