Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by gritche (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 09-23-2001 Last Update: Never Installs: 0
 
No support by the author.

Hi !

Somebody can help me to adapte vBulletin for working with the email( function of Online.fr ?

here is the email( doc.

http://www.online.net/support/fr/php/email.html

Please help me, i replace mail( by email( in all .php3 files and add the missing syntax but that don't work.

Help me please.

Many thanks

a French guy.

Show Your Support

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

Comments
  #2  
Old 09-24-2001, 04:45 AM
Martin Martin is offline
 
Join Date: Jan 2002
Location: Honolulu
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

first, you need to put your license info in your profile, second this doesn't belong in the installations forum
Reply With Quote
  #3  
Old 09-24-2001, 05:38 AM
gritche
Guest
 
Posts: n/a
Default

Ok, i updated my profil setup with licence informations.
Reply With Quote
  #4  
Old 09-24-2001, 02:30 PM
JamesUS's Avatar
JamesUS JamesUS is offline
 
Join Date: Oct 2001
Posts: 347
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What doesn't work about it? We need more details.
Reply With Quote
  #5  
Old 09-24-2001, 03:24 PM
gritche
Guest
 
Posts: n/a
Default

Hi

I install vBulletin 2.0.3 on my web site. My web site is hosted by www.online.fr

vBulletin works but it can't send email (exemple : the email send when a new user is registered.)

I see that Online.fr disable the php3 "mail(" function. They replace it bye "email(" function.

here is the info about email( function :

http://www.online.net/support/fr/php/email.html

I replace "mail(" by "email(" and modify the syntax parameters in all .php3 files of vBulletin. But that dont work.

Thx again for the help
Reply With Quote
  #6  
Old 09-24-2001, 03:43 PM
JamesUS's Avatar
JamesUS JamesUS is offline
 
Join Date: Oct 2001
Posts: 347
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes but what doesn't work? After you change the functions to email(), what doesn't work about it?
Reply With Quote
  #7  
Old 09-24-2001, 04:39 PM
gritche
Guest
 
Posts: n/a
Default

The problem is simple, vBulletin doesn't send the email notification, when i add a post or when i resend login and password to an registered user.
Reply With Quote
  #8  
Old 09-24-2001, 05:34 PM
ozone2000 ozone2000 is offline
 
Join Date: Nov 2001
Location: Denmark
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you mean that when you replace mail( with email( it still doesnt work?
Reply With Quote
  #9  
Old 09-24-2001, 06:37 PM
JamesUS's Avatar
JamesUS JamesUS is offline
 
Join Date: Oct 2001
Posts: 347
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So no errors are displayed; it just doesn't send?

If so you need to send an email to the host asking for help, as it is their function that doesn't work.
Reply With Quote
  #10  
Old 10-03-2001, 08:35 PM
gritche
Guest
 
Posts: n/a
Default

Hi

I found the solution of my problem.

I do a script test to know if my settings are good on Online.fr

Here is my script, and now that works.

Thanks everybody for the help.

---------------------------
<?php
$sujet="Test de mail";
$msg="Bonjour,\n ceci est un mail par php3";

if(!email("webmaster","destination@fai.com",$sujet ,$msg)){
print "le mail n'a ?t? envoy?<br>";
}
?>
----------------------------

I hope that can help another persons with the same problem.

Thx again.

Mathieu
Reply With Quote
Reply


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 11:46 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.04135 seconds
  • Memory Usage 2,273KB
  • Queries Executed 23 (?)
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
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (5)postbit_onlinestatus
  • (10)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
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_imicons
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete