Virtual Kiss

The Webscribble Webdate Users Lounge. This Forum Is For Webdate Site Owners To Talk About Anything Other Than Bugs. Share Experience. Find Partners Or Anything Else.

Virtual Kiss

Postby mutton on Mon Jul 28, 2008 6:15 pm

The Virtual Kiss is painfully short on information. If one is forwarded to me from my host as part of an AOL spam complaint there's not enough info there to tell who received it.

Seems to me that at the very least it should show the recipients user name and email address.

Dear LuckyMember,

At the top I added
<br>
Dear MassageTraders.com member:
<br>


I did modify it in two places to say:

<a href="{PROFILE_LINK}"><b>{SENDERS_LOGIN}</b>, <i>{PROFILE_NAME}</i></a>

Instead of the "Name", which in a lot of cases doesn't mean anything and is NOT a name anyhow, and that painful-to-the-eyes link. But the senders login is not showing up.

Also really important for abuse complaints is the recipients email address. This should be easy to find and it should be visible in ANY email send out by the software.

So what I'm asking for is to display the username/membername and email address of the recipient, and the username/membername of the sender.
mutton
 
Posts: 100
Joined: Mon Feb 11, 2008 11:47 pm

Re: Virtual Kiss

Postby mutton on Sun Aug 10, 2008 4:57 pm

OK, this required changes to send_vkiss.php

near the top

$f_memberx = f(q("SELECT login FROM dt_members WHERE id='$fMember[id]'"));

Added in the middle because it's missing from this or most of the site:

$profile_name = $f_profile[ name ];
// block banned words from title
$qWords = q("SELECT name FROM dt_badwords");
while($fWords = f($qWords))
{
$replace = "";
for($i = 0; $i < strlen($fWords[name]); $i++) $replace .= "*";
$profile_name = eregi_replace($fWords[name], $replace, $profile_name);
}


I also added the above code to browse and search pages today.

Then added $senders_login = $f_memberx[ login ];
mutton
 
Posts: 100
Joined: Mon Feb 11, 2008 11:47 pm

Re: Virtual Kiss

Postby mutton on Fri Aug 22, 2008 9:48 pm

The battle with these headlines (called name by eastern europeans) continues. We're also getting them uncensored in Matchfinder and Tell-a-friend.

Does anyone have a clue if this will work:

from matchfinder.php:

$fprofile = f(q("SELECT m.login, p.id, p.name, p.state, p.city, p.general_info AS info, m.age, c.name AS country FROM dt_profile AS p, dt_members AS m, dt_countries AS c WHERE m.id='$queue[mmih_id]' AND p.member_id=m.id AND p.country=c.id"));

will I break it by adding:

// block banned words from title
$qWords = q("SELECT name FROM dt_badwords");
while($fWords = f($qWords))
{
$replace = "";
for($i = 0; $i < strlen($fWords[name]); $i++) $replace .= "*";
$profile_name = eregi_replace($fWords[name], $replace, $fprofile[name]);
}
mutton
 
Posts: 100
Joined: Mon Feb 11, 2008 11:47 pm


Return to Webdate Users Lounge

Who is online

Users browsing this forum: No registered users and 5 guests

cron