vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Dating module (vbMates and vbPals) (https://vborg.vbsupport.ru/showthread.php?t=128985)

Chicago_VLNU_4s 10-21-2006 06:47 PM

Quote:

Originally Posted by MicroHellas
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."";
}
}
?>

Chicago_VLNU_4s 10-21-2006 06:52 PM

Quote:

Originally Posted by MicroHellas
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

PimvanJ 10-22-2006 10:34 AM

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?

MaryTheG(r)eek 10-25-2006 09:54 AM

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

paypal 10-26-2006 11:26 AM

Where Can I View Demo Of VBMATES ?

Any Links To Check Out Vbmates?

Thankyou

MaryTheG(r)eek 10-28-2006 02:08 PM

Hello,

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.

Take care
Maria

Chicago_VLNU_4s 10-29-2006 02:39 AM

what's photovote

MaryTheG(r)eek 10-29-2006 03:54 AM

Quote:

Originally Posted by Chicago_VLNU_4s
what's photovote

Photo rating module, like Hot or Not.

Lionel 10-29-2006 04:28 AM

Consider doing a rating module for Photopost vbaGallery. Thousands of us already have that script with members categories loaded with pictures.

Konstantinos 10-29-2006 07:43 AM

is there any way to force the same username and email that they have in the forums ?


All times are GMT. The time now is 01:09 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03093 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete