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
In this version SEO title optimization was made for: news, blogs, pictures, videos, events, hotornot page.
It takes information from Blog titles, video descriptions, etc.
So, for example, if you read a blog with title "My first blog" - the <title> of the page looks like this:
 
My first blog | Member | Yoursite name
 
Well, I think you have the idea.
Just replace your title with new SEO optimized code.
 
Available here:
DOWNLOAD LINK
 
It's much better than it was before) Keywords and Descrption addon a bit later.
Let me know your ideas)
Thank you
View Comments & Reply...

New template at LuvPoint.com

07/22/2009 04:54 AM | inatmo in Templates
645 1 5 View Entry
Hello Everyone.
Just want to let you know that at LuvPoint.com new template is available.
Welcome Brilliant Love: clean and nice template)
More information is here
Let me know your thoughts)
Cheers
View Comments & Reply...

F5: User statuses

07/21/2009 11:06 AM | radioact in Marketplace
429 2 7 View Entry
Please press F5 button couple times for new .css file to refresh in your browser.
Do you see "What are you doing?" question now?
 
Inspired by godyn's post here and on vldForum I decided to develop it for vldCrowd and for extending my paid services. BTW I helped as I could Godyn with his work.
 
This mod website needn't me to alter database structure at all.
 
I'm not sure if dating websites need this feature but if you have community website you certainly need this feature :) and you can get it for $49 as vldCrowd member and for $149 if you are not :D
View Comments & Reply...

facebook functions

07/18/2009 02:23 AM | godyn in General
406 2 7 View Entry
Hi fellows,
I think VLD would benefit from some small facebook functions:
 
- the users' status: Sven: is reading VLDcrowd now
- a page with all the statusses
- comments on it
- icon with nr of new comments
 
Would it be easy to implement a status system?
Or maybe use the blog function for it? And put on the frontpage an input field?
View Comments & Reply...
The following are instructions for the CUSTOM PAGE COMMENT MOD. Tested on and being used on vldPersonals 2.5.3 at http://www.filipina-lady.net.
 
You can find out more about vldCrowd mods at: http://www.vldcrowd.com/
 
With this mod you can add a comment section to your custom pages. You also have the option to NOT add comments to a custom page. For example, you may NOT want to add comments to your TOS custom page but may want to have comments for a custom page you created on a topic you want feedback or discussion on. A great way to let your members interact with your custom pages and to create more content for google to index.
 
Backing up is always recommended before making changes to current site.
 
To download the files needed click http://www.filipina-lady.net/test253/CUS_COM_page.zip
 
After download, unzip folder. You may want to take your site off line while making changes.
 
COPY THE FOLLOWING DOWNLOADED FILES TO YOUR SITE ACCORDING TO THE FOLDER STRUCTURE BELOW. The dowloaded files will either replace or be additional files. Recommend backing up original files if being replaced.
 
includes/cp/cp.pages.php
includes/lib/lib.pages.php
includes/templates/pages.php
includes/templates/pages_comments.php
includes/templates/pages_comments_edit.php
includes/templates/pages_edit.php
 
yourtemplate/page_default.tpl
 
SQL UPDATE. You must make changes to your vldPersonals database for this mod to work. If you do not know how to make a sql query, recommend you do not install this mod. Recommend backing up your database before making changes.
 
NOTE: Do the following sql queries one by one.
 
Text
CREATE TABLE `vld_pages_comments` (
 `comment_id` bigint(12) unsigned NOT NULL auto_increment,
 `page_id` int(9) unsigned NOT NULL,
 `poster_id` int(9) unsigned NOT NULL,
 `body` text NOT NULL,
 `postdate` int(9) unsigned NOT NULL,
 PRIMARY KEY (`comment_id`),
 KEY `page_id` (`page_id`),
 KEY `poster_id` (`poster_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1
Text
ALTER TABLE `vld_pages` ADD `comments` TINYINT( 1 ) UNSIGNED DEFAULT '0' NOT NULL ,
ADD `totalcomments` SMALLINT( 5 ) UNSIGNED DEFAULT '0' NOT NULL ;
Text
INSERT INTO `vld_settings_groups` ( `group_id` , `label` , `orderid` )
VALUES (
'', 'pages', '67'
);
Text
INSERT INTO `vld_settings` VALUES ('', 'boolean', 'enable_page_comments', '1', 1, 'pages', 'comments');
INSERT INTO `vld_settings` VALUES ('', 'number', 'pages_comment_max_length', '500', 2, 'pages', 'comments');
INSERT INTO `vld_settings` VALUES ('', 'number', 'pages_comments_per_page', '8', 3, 'pages', 'comments');
INSERT INTO `vld_settings` VALUES ('', 'boolean', 'pages_comments_captcha', '1', 4, 'pages', 'comments');
Text
INSERT INTO `vld_settings_subgroups` ( `subgroup_id` , `group_id` , `label` , `orderid` )
VALUES (
'', 'pages', 'comments', '1'
);
IMAGE EXAMPLE OF A QUERY FOR ONE OF THE ABOVE QUERY STATEMENTS
 

 
Add the following to lang.lib.pages.php
 
"total_comments" =>
"Comments",
 
"add_comment" =>
"Add comment",
 
"comments" =>
"comments",
 
"comments_list" =>
"Comments/Discussion",
 
"submit" =>
"Submit",
 
"verify_number" =>
"Verification number",
 
"empty_comment_body" =>
"Comment cannot be empty.",
 
"comment_saved" =>
"Comment has been successfully added.",
 
"comment_too_long" =>
"Comment cannot exceed %max% characters.",
 
"comments_not_allowed" =>
"Comments are not allowed for this page.",
 
"invalid_catcha" =>
"Invalid verification number.",
 
Add the following to lang.cp.pages.php
 
"app_comments" =>
"Comments",
 
"app_comments_edit" =>
"Edit comment",
 
"nav_comments" =>
"Comments",
 
"nav_comments_edit" =>
"Edit comment",
 
"edit_comment" =>
"Edit comment",
 
"comments" =>
"Comments",
 
"delete_comment" =>
"Delete comment",
 
"delete_comment?" =>
"Are you sure you want to delete this comment?",
 
"allow_comments" =>
"Enable comments",
 
"comments_off" =>
"Disabled",
 
"comment" =>
"Comment",
 
"view" =>
"View",
 
"author" =>
"Author",
 
"postdate" =>
"Post date",
 
Make the following changes to includes/hp/hp.comments.php
 
FIND:
 
$type = isset($_POST['type']) && in_array($_POST['type'], array('blog','picture','video','event','news')) ? trim($_POST['type']) : '';
 
CHANGE TO:
 
$type = isset($_POST['type']) && in_array($_POST['type'], array('blog','picture','video','event','news','page')) ? trim($_POST['type']) : '';
 
HOW TO USE
 

 

 

 

 
IMPORTANT NOTE
 
If you created external custom pages, you may have to re-create custom pages to use the new page_default.tpl. That is what I had to do. But it was easy. All I did was copy the content and pasted it in the new external template (rename your external template, do not overwrite page_default.tpl).
 
There are plenty of instructions on the forum on how to create both a custom page from the CP or an external custom page.
 
Here is a link to one of my older posts you can use as a guide to understand the difference between custom pages created in the CP and external custom pages: http://www.vldpersonals.com/forum/viewtopic.php?id=2656
View Comments & Reply...

cool

07/14/2009 12:38 PM | jenny in General
162 0 1 View Entry
lovely if we can also search for friend online
View Comments & Reply...

vldCrowd on hotcripts

07/03/2009 07:05 AM | db3204 in General
228 1 0 View Entry
vldCrowd is now on hotscripts. Hopefully this will give vldCrowd more exposure.
 
I encourage all fans of vldCrowd to stop by hotscripts and give a 5 star review on vldCrowd site. I already gave my view telling the world if they own vldPersonals, they need to check out vldCrowd
 
Ok, below is the link. If it is not clickable, click the title of this post to display on the main blog page and it should be clickable.
 
You will find the listing at:
 
vldCrowd on Hotscripts
View Comments & Reply...

Image Replacement

07/01/2009 07:19 AM | db3204 in Templates
281 2 3 View Entry
Image replacement is a simple css technique that helps with SEO. Let me explain why you would use it.
 
A lot of webmasters like to use a graphic program like photoshop to create a text heading in jpg, png, gif, etc, format. Usually they use a graphic program because they can be more creative with their heading design.
 
However, search engines prefer regular text over graphic text for indexing a site.
 
Image replacement is a technique that allows you to use a graphic program to make fancy headings, yet satisfy search engines preference for regular text.
 
MAKE THE FOLLOWING CHANGES TO YOUR HEADER TAG IN SITE.CSS BY ADDING TEXT-INDENT TO THE FOLLOWING CODE TO HIDE THE TEXT FROM THE VISITOR, BUT IT IS STILL VISIBLE FOR SEARCH ENGINES TO INDEX.
 
div#header h1 {
text-indent: -9999px;
padding-left: 60px;
float: left;
font: bold 26px/83px Trebuchet MS, tahoma, arial, sans-serif;
color: #ffffff; }
 
The proof is in the source code. I will use my site as an example. If you go to http://www.filipina-lady.net and look at the source code you will see what google's spider sees:
 
<h1><span>Filipina Lady, Asian Dating, Filipina Penpal, Asian Personals, Asian Girls, Asian Singles</span></h1>
 
(the above text was entered in the CP - Settings - Name your site:)
 
However, because of Image Replacement, you DO NOT see the above text when you look at the front end. Instead you see my graphic heading:
 
"Filipina Lady & Asian Dating" created with a graphic program like Fireworks, Photoshop, etc.
 
So basically by using Image Replacement you satisfy two requirements: (1) Provide regular text with your keywords in it to help index and get your site ranked in google yet is not visible on the front end and (2) you use a graphic program to create a graphic title for the front that stands out for the visitor.
View Comments & Reply...

Once again, Links and Content

06/29/2009 01:00 PM | db3204 in General
324 1 7 View Entry
I have been analyzing some vldPersonal sites these past few days and from the evidence, you can once again conclude that content (pages) and inbound links are the strongest player in getting traffic to your site.
 
For example: my site has over 17,000 inbound links and only 6305 pages. Another site (site B) has only 8000 inbound links but over 33,000 pages. Which one do you think gets the most traffic? In this case, the site with the most pages wins – site B. To get some good inbound links, site B needs to get more sites linking to him but the fact site B has so many pages indexed by google also means they own a lot more internet territory than I do. My 17,000 inbound links keeps it close but to pass site B in traffic, I need to generate more pages. Since I have 17,000 inbound links, I may not need 33,000 pages to pass him as long as site B's inbound links don't increase.
 
Once again, a strong SEO approach is to get as many inbound links as possible and keep creating pages for your site. With vldPersonals, you can create pages with blogs, news, and custom pages. Wouldn’t it be great if you could get every member of your site to write at least 10 blogs a day? Sorry Ramil, I can’t even do for my own site :)
 
If you check vldPersonals sitemap (generated using cron job or link) custom pages are included in the sitemap. A big plus for when google crawls your site.
 
As a side note, when I checked my backlinks I had over 300 links from vldPersonals Forum. I don’t know why members do not put a link in their signature on the Forum. vldForum is one of the few forums who allows dofollow links while more and more do not these days. Now if we could only get vldCrowd to allow signatures in blogs with links, we would have two places that may give us backlinks :)
View Comments & Reply...

stop spam

06/29/2009 03:44 AM | gugu in Tutorials/Mods
243 1 0 View Entry
Tired of spammers send their email addresses on your site, the solution is simple "bad word".
 
go to cp - settings - members - messaging - filtereds words - @yahoo.com
 
example : filterereds words - @yahoo.com = ****
example : filterereds words - yahoo.com = ****
example : filterereds words - @ = ****
 
so then a member write:
hi I am ... and my name is ... and my mail is myname@yahoo.com
it will be like this:
hi I am ... and my name is ... and my mail is myname****
 
fill the list with all words and mail adresses you not will show then members send messages.
I try it now in few weeks and my spammer get away :) I understand them :)
 
vldpersonal have so many funktions to get it to the best datingscript ever ... thumb up ...
 
and my view is, why send each other mail addresses when they are on our sites
it might be nice to them will email each other inside our site instead :)
 
and of course you can change **** to * so it not be so many * :)
and insert 1 2 3 4 5 6 7 8 9 in the list so members not can show phonenumber.
 
example : filterereds words - 1 = *
example : filterereds words - 9 = *
 
it will be like this:
my mail is myname**** and my phonenumber is 0********
View Comments & Reply...