Version: 1.00, by MaryTheG(r)eek
Developer Last Online: Mar 2012
Category: Add-On Releases -
Version: 3.5.5
Rating:
Released: 10-12-2006
Last Update: Never
Installs: 26
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage
No support by the author.
Removed by the Author
till the time that People like Bubble #5 understand what means respection to honesty, respection to the time that someone spent for giving them something for free.
First of all where you did the test profile? In my demo site or in your installation? If it's in your installation have you setup your vB's config.php file to send you any database error by email? If yes could you please write here what this email says?
Thanks
Maria
its for my own use. i didnt see anything for the vbmates.php file that said to configure your e-mail, but here's the part i'm looking at
Quote:
// ################################################## #####################
// ########################## SEND MESSAGE ###############################
// ################################################## #####################
if ($_REQUEST['do'] == 'sendmessage'){
// Profile ID
$vbulletin->input->clean_array_gpc('r', array(
'profileid' => TYPE_UINT
));
$profileid = $vbulletin->GPC['profileid'];
if(empty($profileid)){
eval(standard_error(fetch_error('vbmates_profile_n otexists')));
}
// Member ID
$memberid = $vbulletin->userinfo[userid];
// Get profile
$profile = $vbulletin->db->query_first("
SELECT profiles.*
FROM " . TABLE_PREFIX . "vbmates_profiles AS profiles
WHERE profiles.profileid = $profileid
LIMIT 1
");
// Does profile Exist?
if(!$profile){
eval(standard_error(fetch_error('vbmates_profile_n otexists')));
}
$toemail = $profile[email];
// Get Member
$member = $vbulletin->db->query_first("
SELECT members.*
FROM " . TABLE_PREFIX . "vbmates_profiles AS members
WHERE members.userid = $memberid
LIMIT 1
");
$myemail = $member[email];
$myprofile = $member[profileid];
$mylink = $vbulletin->options['bburl'];
$mylink.="/vbmates.php?do=profile&profileid=";
$mylink.=$myprofile;
$priority="3";
$emailsubject=addslashes($_POST['emailsubject']);
$mymessage= $_POST['mymessage'];
//Headers
$headers="From: ".$myemail." <".$myemail.">\n";
$headers.="Reply-To: ".$myemail." <".$myemail.">\n";
$headers.="MIME-Version: 1.0\n";
$headers.="X-Sender: ".$_SERVER['REMOTE_ADDR']."\n";
$headers.="X-Mailer: PHP/".phpversion()."\n";
$headers.="X-Priority: ".$priority."\n";
$headers.="Return-Path: <".$myemail.">\n";
//Message
$message.=$mymessage;
$message.="\n";
$message.=$mylink;
$message.="\n";
// End the message
// Send the completed message
If(!mail($toemail,$emailsubject,$message,$headers) ) {
Exit("An error has occured, please report this to the website administrator.\n");
} Else {
$sent_mail=true;
eval(print_standard_redirect('vbmates_message_ok') );
$vbulletin->url="vbmates.php?do=profile&profileid=".$profilei d."";
}
}
?>
Here are some screenshoots of the upcoming version
Cheers
Maria
this looks nice. is it for the pro version? I like how you have the "Who has viewed your profile" and newest males/females. Thats almost next to the professional ones. You shold inclued in there a "Crush" sorta thing, like MiGente's "Amor Matches". Yeh, i could see your feature being one of the next big things on VB running boards.. Keep up the good work Maria
I'm Chmod the /photo dir to 777 but the files inside are 600 and show up only once and I have to set them manually to 777.
I'm not sure why the pictures not showing up anymore, I'm noticed before but I'm unable to reproduce at the moment, it happens after some time???
Is there a way to set a max filesize for the picture, some users have a huge one?
For those who're intersting for the special version of vbMates for Hot Dating sites, I'm posting a screenshoot of vbPals. Please note that due to nature of content, I can't post more screenshoots here. You can follow the project at: http://www.vbgreece.com/vbpalsdemo/vbpals.php
Please note that at least for today (Oct 25), demo should be very unstable. Finally good news for those who are intersting on buying the Premium version of vbMates. New price is $29.90 instead of $49
I'm happy to announce that vbPals, the special version of vbMates for Hot sites, has just released, but due to the nature of this version you can find it only in my site: http://www.vbgreece.com
Just for your information, I'm working now on a PhotoVote module.