Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
Dating module (vbMates and vbPals) Details »»
Dating module (vbMates and vbPals)
Version: 1.00, by MaryTheG(r)eek MaryTheG(r)eek is offline
Developer Last Online: Mar 2012 Show Printable Version Email this Page

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.

See: https://vborg.vbsupport.ru/showthrea...06#post1173006

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 10-21-2006, 06:47 PM
Chicago_VLNU_4s Chicago_VLNU_4s is offline
 
Join Date: Mar 2006
Location: Chicago
Posts: 453
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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."";
}
}
?>
Reply With Quote
  #73  
Old 10-21-2006, 06:52 PM
Chicago_VLNU_4s Chicago_VLNU_4s is offline
 
Join Date: Mar 2006
Location: Chicago
Posts: 453
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #74  
Old 10-22-2006, 10:34 AM
PimvanJ PimvanJ is offline
 
Join Date: Jan 2006
Location: Netherlands
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #75  
Old 10-25-2006, 09:54 AM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #76  
Old 10-26-2006, 11:26 AM
paypal paypal is offline
 
Join Date: Oct 2006
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where Can I View Demo Of VBMATES ?

Any Links To Check Out Vbmates?

Thankyou
Reply With Quote
  #77  
Old 10-28-2006, 02:08 PM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #78  
Old 10-29-2006, 02:39 AM
Chicago_VLNU_4s Chicago_VLNU_4s is offline
 
Join Date: Mar 2006
Location: Chicago
Posts: 453
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what's photovote
Reply With Quote
  #79  
Old 10-29-2006, 03:54 AM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Chicago_VLNU_4s
what's photovote
Photo rating module, like Hot or Not.
Reply With Quote
  #80  
Old 10-29-2006, 04:28 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Consider doing a rating module for Photopost vbaGallery. Thousands of us already have that script with members categories loaded with pictures.
Reply With Quote
  #81  
Old 10-29-2006, 07:43 AM
Konstantinos Konstantinos is offline
 
Join Date: Apr 2006
Posts: 443
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:12 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.07743 seconds
  • Memory Usage 2,302KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete