<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[vldPersonals Forum]]></title>
	<link rel="self" href="http://www.vldpersonals.com/forum/feed/atom/"/>
	<updated>2012-02-03T20:23:25Z</updated>
	<generator>PunBB</generator>
	<id>http://www.vldpersonals.com/forum/</id>
		<entry>
			<title type="html"><![CDATA[picture zoom may be damaged after change language to rtl]]></title>
			<link rel="alternate" href="http://www.vldpersonals.com/forum/topic/10373/picture-zoom-may-be-damaged-after-change-language-to-rtl/new/posts/"/>
			<summary type="html"><![CDATA[<p>hi <br />i&#039;ve Change my language decoration to RTL but after i do this picture zoom for profile or etc be damaged and picture zoom borders changed to rtl </p><p>see this <br /><a href="http://up.dostpersian.net/images/mkci6vh3uax6yg7i2al.png">http://up.dostpersian.net/images/mkci6v &#133; g7i2al.png</a><br />Black lines are borders</p>]]></summary>
			<author>
				<name><![CDATA[saeidtahan]]></name>
				<uri>http://www.vldpersonals.com/forum/user/9620/</uri>
			</author>
			<updated>2012-02-03T20:23:25Z</updated>
			<id>http://www.vldpersonals.com/forum/topic/10373/picture-zoom-may-be-damaged-after-change-language-to-rtl/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How to list 2 countries of members on homepage]]></title>
			<link rel="alternate" href="http://www.vldpersonals.com/forum/topic/10400/how-to-list-2-countries-of-members-on-homepage/new/posts/"/>
			<summary type="html"><![CDATA[<p>hello,</p><p>I posted previously about how to list one country on the homepage at, </p><p><a href="http://www.vldpersonals.com/forum/topic/9790/how-to-list-new-members-in-usa-on-homepage/">http://www.vldpersonals.com/forum/topic &#133; -homepage/</a><br />{members:limit=30,photos=1,cache_time=0,cache_name=&quot;new&quot;,profile_country=1}</p><p>it worked good.</p><p>However, I can&#039;t make it to work to list 2 or 3 countries on the homepage.<br />{members:limit=30,photos=1,cache_time=0,cache_name=&quot;new&quot;,profile_country=1,2}</p><p>where 1= usa and 2=Canada</p><p>Please advice.</p><p>Thanks.</p>]]></summary>
			<author>
				<name><![CDATA[tadisaus2]]></name>
				<uri>http://www.vldpersonals.com/forum/user/1118/</uri>
			</author>
			<updated>2012-02-03T19:49:27Z</updated>
			<id>http://www.vldpersonals.com/forum/topic/10400/how-to-list-2-countries-of-members-on-homepage/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Trusted User Profil]]></title>
			<link rel="alternate" href="http://www.vldpersonals.com/forum/topic/10398/trusted-user-profil/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hello,</p><p>we want to give the user the possibility to verify his account as a trusted user.<br />So we want to reduce the number of fake account and the user enter the security.</p><p>We would be interested if anyone has such a function already in use.</p><p>If so, in what form you have realized this and implemented?</p><p>We would be pleased to get feedback.</p><p>Steff</p>]]></summary>
			<author>
				<name><![CDATA[sTomnitz]]></name>
				<uri>http://www.vldpersonals.com/forum/user/9139/</uri>
			</author>
			<updated>2012-02-03T14:33:23Z</updated>
			<id>http://www.vldpersonals.com/forum/topic/10398/trusted-user-profil/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Search Adjustment]]></title>
			<link rel="alternate" href="http://www.vldpersonals.com/forum/topic/10385/search-adjustment/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi,</p><p>I want to modify my search so that the search is not man/woman seeking woman/man selection.&nbsp; I would simply prefer to have a singe choice for looking for man/woman choice.&nbsp; I would also want the search to work correctly since it is no longer the default search.</p><p>Can anyone advise please.</p><p>Thanks, Brian</p>]]></summary>
			<author>
				<name><![CDATA[BrianC]]></name>
				<uri>http://www.vldpersonals.com/forum/user/7621/</uri>
			</author>
			<updated>2012-02-03T04:53:37Z</updated>
			<id>http://www.vldpersonals.com/forum/topic/10385/search-adjustment/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Free woman paid account]]></title>
			<link rel="alternate" href="http://www.vldpersonals.com/forum/topic/9126/free-woman-paid-account/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi, for those who need it, i have made a Hack, so womans have after register a free paid account...(Not the best way, but it works)</p><p>So, in file includes/lib/lib.account_register.php</p><p>around line 255 you will see:</p><p>save_register($type_id, $index_type_id, $username, $password, $password_confirm, $email, $email_confirm, $photo, $tos, $captcha, $fields, $default_fields);</p><p>change it to:</p><p>save_register($type_id, $index_type_id, $username, $password, $password_confirm, $email, $email_confirm, $photo, $tos, $captcha, $fields, $default_fields, $_POST[&#039;gender1&#039;]);<br />// $_POST[&#039;gender1&#039;] is the sex type of the user... be carefull with this you may have to change to your own.</p><p>next, around line 361</p><p>//------------------------------------------------<br />// Save registration form<br />//------------------------------------------------<br />function save_register($type_id, $index_type_id, $username, $password, $password_confirm, $email, $email_confirm, $photo, $tos, $captcha, $fields, $default_fields)</p><p>change to:</p><p>//------------------------------------------------<br />// Save registration form<br />//------------------------------------------------<br />function save_register($type_id, $index_type_id, $username, $password, $password_confirm, $email, $email_confirm, $photo, $tos, $captcha, $fields, $default_fields, $type_sex)<br />// $type_sex is the value passed to the function (in my case Womans value = 2 )</p><p>Next, around line 961 you will see:</p><p>$DB-&gt;query(&quot;INSERT INTO &quot; . DB_PREFIX . &quot;members (group_id, type_id, username, password, email, ipaddress, picture, picture_active, picture_date, ..........................</p><br /><p>Change to:</p><p>if($type_sex==&#039;2&#039;){ <br />&nbsp; &nbsp; $group = &#039;5&#039;; (Group_id -&gt; Paid members) (You may have to chenge to your own)<br />}else{<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $group = ($PREFS-&gt;conf[&#039;activation_type&#039;] == 1 ? $PREFS-&gt;conf[&#039;regular_member_group&#039;] : $PREFS-&gt;conf[&#039;pending_member_group&#039;]);&nbsp; &nbsp; <br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; $DB-&gt;query(&quot;INSERT INTO &quot; . DB_PREFIX . &quot;members (group_id, type_id, username, password, email, ipaddress, picture, picture_active, picture_date,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; joindate, expirationdate, active, totalfavorites, totalaguestbooks, totalimessages, newmessages, totalalbums, referral_id, totalcredits)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; VALUES (&#039;&quot; . $group . &quot;&#039;, &#039;$type_id&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#039;$username&#039;, &#039;&quot; . md5($password) . &quot;&#039;, &#039;$email&#039;, &#039;$ipaddress&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot; . ( isset($picname) &amp;&amp; $picname ? &quot;&#039;&quot;.substr($picname, 6).&quot;&#039;&quot; : &quot;&#039;&#039;&quot; ) . &quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot; . ( isset($picname) &amp;&amp; $picname &amp;&amp; $actpic ? 1 : 0 ). &quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot; . ( isset($picname) &amp;&amp; $picname ? time() : 0 ). &quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#039;&quot; . $joindate . &quot;&#039;, &#039;$expiration&#039;, &#039;1&#039;, &#039;$totalfavorites&#039;, &#039;$totalaguestbooks&#039;, &#039;$totalimessages&#039;, &#039;$newmessages&#039;, &#039;$totalalbums&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#039;$refid&#039;, &#039;&quot;.$PREFS-&gt;conf[&#039;trial_member_credits&#039;].&quot;&#039;)&quot;);</p><br /><p>Thats it, hope this helps someone</p>]]></summary>
			<author>
				<name><![CDATA[zdate]]></name>
				<uri>http://www.vldpersonals.com/forum/user/9267/</uri>
			</author>
			<updated>2012-02-03T01:34:01Z</updated>
			<id>http://www.vldpersonals.com/forum/topic/9126/free-woman-paid-account/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Wall Facebook style]]></title>
			<link rel="alternate" href="http://www.vldpersonals.com/forum/topic/10395/wall-facebook-style/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi team,</p><br /><p>It will be nice to have a feature so members can post messages on other people&#039;s walls just like Facebook.<br />What do you guys think?</p>]]></summary>
			<author>
				<name><![CDATA[zoltar]]></name>
				<uri>http://www.vldpersonals.com/forum/user/2100/</uri>
			</author>
			<updated>2012-02-02T19:35:39Z</updated>
			<id>http://www.vldpersonals.com/forum/topic/10395/wall-facebook-style/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Automated email matchmaking...]]></title>
			<link rel="alternate" href="http://www.vldpersonals.com/forum/topic/5486/automated-email-matchmaking/new/posts/"/>
			<summary type="html"><![CDATA[<p>That feature would be awesome <img src="http://www.vldpersonals.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></summary>
			<author>
				<name><![CDATA[gugu]]></name>
				<uri>http://www.vldpersonals.com/forum/user/4773/</uri>
			</author>
			<updated>2012-02-02T15:59:10Z</updated>
			<id>http://www.vldpersonals.com/forum/topic/5486/automated-email-matchmaking/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Simple chat / IM log viewer script]]></title>
			<link rel="alternate" href="http://www.vldpersonals.com/forum/topic/10391/simple-chat-im-log-viewer-script/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi folks,<br />I wanted to have a tool that displays the current log history of the private chat (instant messenger), depending on the user in chronological order.<br />So today I hacked a short and very stupid PHP script which just does ... that. It&#039;s neither perfect nor complete, only reads out the vld_chats table and displays simple HTML text. <img src="http://www.vldpersonals.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />Copy &amp; paste the following code to a file like &quot;vld_chats.php&quot;, fill in your DB data and upload it to your community server.</p><div class="codebox"><pre><code>&lt;?php

    $dbcfg = array( &quot;db&quot;=&gt;&quot;dbname&quot;,&quot;user&quot;=&gt;&quot;dbuser&quot;,&quot;password&quot;=&gt;&quot;dbpassword&quot;,&quot;host&quot;=&gt;&quot;dbhost&quot; );
    $tz = 0; /* hours, e.g. +8 */


    $dbhandle = @mysql_connect($dbcfg[&quot;host&quot;], $dbcfg[&quot;user&quot;], $dbcfg[&quot;password&quot;]);
    if ($dbhandle) {
    $exists = mysql_select_db($dbcfg[&quot;db&quot;], $dbhandle);

    echo(&quot;&lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;vld_chats viewer&lt;/TITLE&gt;&lt;/HEAD&gt;&lt;BODY&gt;&quot;);

    if ($_GET[&quot;username&quot;]) {
        $sql = &quot;SELECT mid1 FROM vld_chats WHERE username = &#039;&quot; .$_GET[&quot;username&quot;]. &quot;&#039; LIMIT 1&quot;;
        $result = mysql_query($sql, $dbhandle);
        $row = mysql_fetch_array($result, MYSQL_ASSOC);

        $sql = &quot;SELECT message_id, username, body, timeposted, unread FROM vld_chats WHERE mid1 = &#039;&quot; . $row[&quot;mid1&quot;] . &quot;&#039; OR mid2 = &#039;&quot; .  $row[&quot;mid1&quot;] . &quot;&#039; ORDER BY timeposted ASC&quot;;
        $result = mysql_query($sql, $dbhandle);
        $count = mysql_num_rows($result);

        if($count) {
            while ($row = mysql_fetch_array($result, MYSQL_ASSOC)) {
                $msg = $row[&quot;body&quot;];
                if ($row[&quot;unread&quot;]) $msg = &#039;&lt;I&gt;&#039; . $msg . &#039;&lt;/I&gt;&#039;;
                echo(&quot;&lt;B&gt;&quot; . $row[&quot;username&quot;] . &quot; (&quot; . date(&#039;Y-m-d H:i:s&#039;, $row[&quot;timeposted&quot;]+$tz*3600) . &quot;, #&quot; . $row[&quot;message_id&quot;] . &quot;):&lt;/B&gt;&lt;BR&gt;&quot; . $msg . &quot;&lt;BR&gt;\n&quot;);
            }
        }
    } else {
        $sql = &quot;SELECT distinct username FROM vld_chats ORDER BY username ASC&quot;;
        $result = mysql_query($sql, $dbhandle);
        $count = mysql_num_rows($result);

        if($count) {
            while ($row = mysql_fetch_array($result, MYSQL_ASSOC)) {
                echo(&quot;&lt;A HREF=\&quot;&quot; . $_SERVER[&quot;SCRIPT_NAME&quot;] . &quot;?username=&quot;.$row[&quot;username&quot;].&quot;\&quot;&gt;&quot; . $row[&quot;username&quot;] . &quot;&lt;/A&gt;&lt;BR&gt;\n&quot;);
            }
        }
    }

    echo(&quot;&lt;/BODY&gt;&quot;);
    } else {
    die (&quot;Error: Could not connect to MySQL-Server!&quot; . mysql_error());
    }

    mysql_close($dbhandle);
?&gt;</code></pre></div><p>It shows a list of all users that have sent a message, and when clicking on a username it shows all conversations (sent and received) top down including date/time and message id. An italic text means unread message. At the moment only the sender name is shown.</p><p>Feel free to copy or edit it ... whatever you like.</p>]]></summary>
			<author>
				<name><![CDATA[jensrenner]]></name>
				<uri>http://www.vldpersonals.com/forum/user/9889/</uri>
			</author>
			<updated>2012-02-02T14:49:49Z</updated>
			<id>http://www.vldpersonals.com/forum/topic/10391/simple-chat-im-log-viewer-script/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[New EU Law on Cookies]]></title>
			<link rel="alternate" href="http://www.vldpersonals.com/forum/topic/10396/new-eu-law-on-cookies/new/posts/"/>
			<summary type="html"><![CDATA[<p>Vlad, there is a new law on cookies coming into effect this year. See <a href="http://www.cookielaw.org/">http://www.cookielaw.org/</a> for details. My understanding is that when a user first visits your site (assuming your site is UK or Europe based), they need to give their permission for the site to store cookies.</p><p>I am sure a quick fix for this would be a cookie.tpl file that we could all download from VLD and then add &lt;!-- INCLUDE cookie.tpl --&gt; into header.tpl?</p><p>What do&nbsp; you think?</p>]]></summary>
			<author>
				<name><![CDATA[vlad]]></name>
				<uri>http://www.vldpersonals.com/forum/user/9600/</uri>
			</author>
			<updated>2012-02-02T14:12:17Z</updated>
			<id>http://www.vldpersonals.com/forum/topic/10396/new-eu-law-on-cookies/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Flashing tab message at new chat]]></title>
			<link rel="alternate" href="http://www.vldpersonals.com/forum/topic/10394/flashing-tab-message-at-new-chat/new/posts/"/>
			<summary type="html"><![CDATA[<p>Anybody knows the parameter for an active chat?<br />This way we can flash the tab message when a new chat pops up.</p><p>&lt;!-- IF newmsg --&gt;<br />this script:<br /><a href="http://heyman.info/2010/sep/30/jquery-title-alert/">http://heyman.info/2010/sep/30/jquery-title-alert/</a></p>]]></summary>
			<author>
				<name><![CDATA[godyn]]></name>
				<uri>http://www.vldpersonals.com/forum/user/6649/</uri>
			</author>
			<updated>2012-02-02T12:14:52Z</updated>
			<id>http://www.vldpersonals.com/forum/topic/10394/flashing-tab-message-at-new-chat/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[cache problem]]></title>
			<link rel="alternate" href="http://www.vldpersonals.com/forum/topic/10386/cache-problem/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi</p><p>I just created a new page and it looks crappy with firefox. I test it with other browsers and it looks normal with them so i decided to remove individual cookies from the site and everything got back to normal. After few clicks on the site the problem appeared again and again and again. What should i do?<br />thanks</p><p>PS: I have deleted also all files from tmp directory.<br />Tested again with google chrome,opera and I.E. and after i log with my admin username and pass the page it is broken!!!</p>]]></summary>
			<author>
				<name><![CDATA[franklucas]]></name>
				<uri>http://www.vldpersonals.com/forum/user/9495/</uri>
			</author>
			<updated>2012-02-02T10:52:08Z</updated>
			<id>http://www.vldpersonals.com/forum/topic/10386/cache-problem/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[payment gateways]]></title>
			<link rel="alternate" href="http://www.vldpersonals.com/forum/topic/7168/payment-gateways/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hello,</p><p>I`d like to see in next update some other payment gateway included, not only Authorize and Paypal. I tried to make account in Authorize, and I noticed that only USA and Canada were supported. Since I live in Bosnia and Herzegovina, I am unable to receive money to my PayPal account (I can only make payments, and not receive the money). Integrating 2checkout or some similar system would be great. I think that there is a lot of people that have the same problem like me.</p><p>Cheerz!</p>]]></summary>
			<author>
				<name><![CDATA[fadhil]]></name>
				<uri>http://www.vldpersonals.com/forum/user/5000/</uri>
			</author>
			<updated>2012-02-01T22:27:50Z</updated>
			<id>http://www.vldpersonals.com/forum/topic/7168/payment-gateways/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How Much Control Over Public VS Member Information Do We Have?]]></title>
			<link rel="alternate" href="http://www.vldpersonals.com/forum/topic/10389/how-much-control-over-public-vs-member-information-do-we-have/new/posts/"/>
			<summary type="html"><![CDATA[<p>In other words, with vld personals, within a member&#039;s profile page there are quite a few pages, like pictures, videos, music, friends, events, gifts, blog, guestbook.</p><p>I&#039;d like to only a number of those are open to the public and other&#039;s aren&#039;t. </p><p>I&#039;d like pictures and blog to be public but of course events and friends should be private (only to members). </p><p>How possible is this? Do I need a script/hack/mod or is this in settings?</p>]]></summary>
			<author>
				<name><![CDATA[vlad]]></name>
				<uri>http://www.vldpersonals.com/forum/user/10402/</uri>
			</author>
			<updated>2012-02-01T02:44:52Z</updated>
			<id>http://www.vldpersonals.com/forum/topic/10389/how-much-control-over-public-vs-member-information-do-we-have/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[VLD Personals and Facebook Connect]]></title>
			<link rel="alternate" href="http://www.vldpersonals.com/forum/topic/10393/vld-personals-and-facebook-connect/new/posts/"/>
			<summary type="html"><![CDATA[<p>OK this should be my last question for the night, thank you everyone for your time too!</p><p>So, is there a mod or script or setting within VLD Personals for Facebook connecting?</p>]]></summary>
			<author>
				<name><![CDATA[vlad]]></name>
				<uri>http://www.vldpersonals.com/forum/user/10402/</uri>
			</author>
			<updated>2012-02-01T02:44:01Z</updated>
			<id>http://www.vldpersonals.com/forum/topic/10393/vld-personals-and-facebook-connect/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Blog Post Moderation Of VLD Personals]]></title>
			<link rel="alternate" href="http://www.vldpersonals.com/forum/topic/10392/blog-post-moderation-of-vld-personals/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hello again, and thank you to everyone for their time. </p><p>I&#039;m wondering, if users can post links in their blog posts, is there an ability for the admin to moderate those posts before they go public?</p>]]></summary>
			<author>
				<name><![CDATA[vlad]]></name>
				<uri>http://www.vldpersonals.com/forum/user/10402/</uri>
			</author>
			<updated>2012-02-01T02:43:36Z</updated>
			<id>http://www.vldpersonals.com/forum/topic/10392/blog-post-moderation-of-vld-personals/new/posts/</id>
		</entry>
</feed>

