Jul 25, 2008

Trouble With Phpbb Email

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > PHP Programming

free web hosting

Trouble With Phpbb Email

unys
Hi guys,

I want to know if there is anything you can do for sending confirmation email to your users automatically when they have just regeistered, when the host server does not support SMTP (Simple Mail Transfer Protocol). ?
Thanks alot.

Reply

Tetraca
If SMTP is disabled and POP3 isn't available then the next best thing would be to simply have a good URL CAPTCHA. I can tell you right now email confirmations don't really stop spambots all too well anymore, and phpBB's CAPTCHA sucks, so you're going to have to install a mod if you want to stem any flows of spambots that would come your way.

You can always wait until you get a hosting account here as well. I don't think it will hurt too much after you import your database to here.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : phpbb email

  1. An Interesting Approach To Email Verification... - (6)
  2. Php Email Validation - A PHP data validation class with many functions (1)
    I've been reading through my old php book (PHP 4.1) and came across this data validation class.
    It can check a number of things ranging from telephone numbers , credit card number formats, email
    address and some others. I checked out some of the methods although I didnt expect it to work 100%
    because I've found source code errors thoughout the book and CD. I tested out a few of the
    methods to check and some of them did return expected results but some didnt either so the data
    validation class was not perfect and it didnt really bother me. The cool thing I found...
  3. Encode Your Email Address - Confuse the Spam Bots, but not your viewing clients (5)
    Spam bots often 'scrape' pages to glean information and collect email addresses. I don't
    like that. To combat the Bots from collecting my address off of my site, I wrote a script that
    includes 'obscures' the address in several ways. It adds 'AT' where the '@'
    sign is and then replaces the '.' with 'DOT' so it is humanly readable, but not by
    the Bots. Also, it encodes the 'mailto' and the address used in the 'mailto' so it
    shows okay on the web page and on:hover, but it is actually encode into hex value...
  4. Creating A Login Box That Links To My Phpbb Forum - Have my phpBB Forum Intergrated with my Website (4)
    Can someone please give me a code that I can use to put a login box on my website, that will login a
    user into my phpBB Forum? Sort of like Having my phpBB Forum Intergrated with my Website? Thank you
    so much if you can! /angel.gif" style="vertical-align:middle" emoid=":angel:" border="0"
    alt="angel.gif" /> Ex. ...
  5. Phpbb Or Ip.b? - Which is better? (11)
    This is just a poll on which forum soolution you like better. I like both - I just want to see
    what's YOUR opinion....
  6. Forum Troubles - In phpbb (2)
    I am having forum trouble in phpbb. Whenever I go to post something or add someone to a group or
    anything else, I get an error that looks like this: Could not find email template file ::
    topic_notify DEBUG MODE Line : 111 File : emailer.php The email template thing changes but the
    Line 111 and File emailer.php are always the same. It's getting really annoying. Can anyone
    help me with this?...
  7. Email Sending. - email sending with php. (1)
    this script allow user to send an email for you. i hope you enjoy /wink.gif"
    style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> CODE
    [color="#0000ff"][indent]<?      $top='<html
    dir="rtl">      <head>   <meta http-equiv="Content-Language"
    content="fa">   <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8">   </head>      <body>      <div
    align="center">       <p style="margin-top&...
  8. Error On Emailer.php & Smtp.php At Phpbb - ERROR on emailer.php & smtp.php at PhpBB (2)
    Are you use free webhosting??? smtp.php and emailer.php are general error on CMS like phpBB . It
    make email verification disabled.Why??? because free webhosting not allow us use smtp port .they
    afraid their server will atacking with spam !! so what solution to solve this problem?? You
    can search on google or join at phpBB forum !!! but if it can not solve all this problem
    it only able 1 trick ..you must download emailer MOD at www.phpbbhacks.com to inactive emailer.php
    or smtp.php ...
  9. Add Users On Email Program With Php? - (1)
    First of all Marry Christmas, Well so i am in some kind of a problem, i can't find out how to
    add users to my mail service, i have no idea what SMTP/IMAP program the server runs, neither does
    the system administrator. But it should be kinda the same thing for all of them if i am not wrong,
    Anyways i have full access to server so i can do whatever i want to do, i have SSH access too (Root
    access /rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0"
    alt="rolleyes.gif" /> )...
  10. Email Header Inject Test - (0)
    So I'm trying to write a script to check if someone is trying to do a header inject using my web
    based email form. The problem is that, regardless of the content, it is being tagged as hijacked.
    The following is the relevant part of my code: CODE $ip=$_POST['ip'];
            $httpref=$_POST['httpref'];
            $httpagent=$_POST['httpagent'];
            $visitor=$_POST['visitor'];
            $visitormail=$_POST['visitormail'];         $s...
  11. Wappymail_v1.50 - wap free mail/ email admin script :-) (15)
    Here is my new wap mail script. You can use it as a free email sending service or an email admin
    form (can set this option in config.php) its extremly simple to install and you will find full
    instructions in the zip file. Please feel free to comment, rate, or update this script :-)
    /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> ...
  12. Email Form - Very Simple (12)
    This is another little script that I devised. It's very simple. As the name suggests, it's
    a script that lets the user send an email via a form. CODE SENDMAIL.PHP echo "<form
    action='form-send.php' method='get'>"; echo "To: <input
    type='text' name='email' size=20>"; echo "Subject: <input
    type='text' name='title' size=20>"; echo "Message: <textarea
    cols=50 rows=25 name='message'></textarea>"; echo "<input typ...
  13. Phpbb Customization? - wappy is not so great with web scripts :-) (7)
    ok i feel a little silly posting this as im sure the answers are simple but im really not used to
    working with pre-made web scripts that have so many files: Q1. I have added a real cool army theme
    to my phpBB with a matching smiley set and its looking good, i also have the matching rank icons but
    where on earth do i upload them in the script? Q2. Which file in my template/style/script do i need
    to edit to place some extra links at the bottom of my index page, for example a link back to my main
    site or some link exchange links/web partners?...
  14. Phpbb Forums - (11)
    Hey you guys no how people host free Phpbb forums And they all have ads on them Well i making a
    setup like that with no ads at all I do not no when i will have this setup..... Also i may set up
    a ibp forum If you would like to see this let me know if you do not i wont make it smile.gif So
    let me know...
  15. Yet Another Problem With A Form Script - Maybe I should just use email? lol (6)
    Okay, here is what I got. I know, three topics on form scripts, but hey, I am learning. I used a
    generator, and then put it on, but it is giving me a santax (is that how you spell it) on line 13
    with an unexpected = sign. I recited taht the best I could. Anyway, so I need some help. The form
    is located in http://inneed.mxweb.co.uk/askandanswer.html The script behind the whole works, I
    named, aaform.php. Moving right along here, I got this error, so here is the code that I called
    aaform.php, you know the one that works the whole thing: CODE <?php // Webs...
  16. Email Server Help Please - I need noob detailed help on setting up a email server on windows XP (0)
    Hello I would like to say thank you for any help you might give me. I'm new to Apache / PHP and
    MySQL I have all them up and running propertly I think. I want to make a PHP online game and I need
    to set up an email server so I can have and authincation system. When the player creates an account
    I want the computer to email the player a link the have to click on to make there account active.
    I have a Comcast 8mbits broadband connection My server is running at http://192.168.1.105 My
    PHPinfo file is http://192.168.1.105/phpinfo.php My FormMail File http://192...
  17. Phpbb Password Protector - Any Good Ones Out There? (3)
    I have searched and searhed and searched for a good Password Protection Mod for the PHPBB Forums,
    but i cannot find one that will work, i have uploaded the files necessary to the Admin/mods section,
    then i do what it says in the file that tells me how to do it, but they never work for me.. im
    Getting this.. QUOTE Warning: main(./extension.inc): failed to open stream: No such file or
    directory in /home/phillip/public_html/rpg/admin/mods/Password-protected forums
    0.5.1/phpbb_root_path/db_update.php on line 22 Warning: main(./extension.inc): failed to open
    stream: No...
  18. How To Make Oscommerce Work With Phpbb - making oscommerce work with phpbb (1)
    i'd like to make oscommerce work with phpbb.imean that any person register to phpbb is
    automatically regitered to oscommerce and vice versa. if you have any advice or idea that may help
    plz send it.(any help would be appricated)...
  19. Phpbb Shoutbox Possible? - (6)
    Hi people, i'm running a phpbb forum and now i've to put a shoutbox on it.. Is it possible?
    If yes from where do i get the script? And in which folder should i upload the file..anyhelp would
    be much appreciated.. Thanks again...
  20. Phpbb Install Error - help w/ phpbb plz.... (2)
    ok, i type in eveything that phpbbb asked to install, and i use the info i got in the mail and made
    a db, but it doesn't work at all.......instaed it says "An error occurred trying to update the
    database You have an error in your SQL syntax; check the manual that corresponds to your MySQL
    server version for the right syntax to use near ''' at line 1" what does this mean and
    how do i fix this and install the forum?? i have tried to install this many times now but it never
    works /sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /> .....
  21. Sending Attachments Using Email Function In Php - (2)
    I'm trying to send an attachment using the mail Php function. It gets caught by the email
    server with an error. It seems to have a problem with the separator or who knows what. The server
    says something like "invalid separator on mime type." The code is: Code: CODE  // subject
    $subject  = "Hello There "; $mime_boundary =
    "<<<--==-->>>";        // headers        $headers  =
    "From: " . 'Tom' . " <" . 'texample@aol.com' .
    ">\r\n"; �...
  22. Protecting Web Email Forms - (3)
    i have a web form on my site which can be filled in with a customers email, name and question or
    comment. when the form is submitted an email is sent to an address i setup with all the info.
    recently i've been getting alot of spam/junk coming from the web form. for the most part, they
    usually come pretty close together, which makes it seem like just one spammer (at least at a time).
    also i'm talking like 5-10 messages at a time. i'm wondering if people have any
    suggestions how to protect these types of web forms from spammers. any ideas/help is appreciate...
  23. Form To Pdf, With Email? - Wanting to Submitt Data to PDF (3)
    Hi all, This sounds like a good place to ask this, I have a form Click Here to View that when
    submitted will put the values into the PDF Here Is there a way in which to have the filled in
    form both viewed to the user? and also have it emailed to me as an attachment. Any code or help
    would be good... I get basics, but this stuff is hard to get to work and i can't get it to....
  24. Trouble With Emailer.php - failed sending email error (5)
    Whenever someone registers at my forum, they get this error: Failed sending email :: PHP :: DEBUG
    MODE Line : 234 File : emailer.php however, the account will be sucessfully registered. It is
    weird because i did not change the original emailer.php at all. O__O||| anyone know whats up with
    it?...
  25. Phpbb V2.0.16 Has Been Released - Release Date 06/27/05 (4)
    QUOTE phpBB Group announces the release of phpBB 2.0.16. This release addresses some bugfixes
    and one critical security issue. http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=302011 ...
  26. Script: Phpbb Mod, Total Users Registered - Display the total users anywhere on your site. (1)
    This is for phpBB V2+ It displays the total number of registered users anywhere you want. This file
    is called: phpbb-totalusers.php CODE <?php /** * ©2005 Craig lloyd. All rights reserved. * *
    Mod Title:   Total Registered Users * Author:      Craig Lloyd * Description: Shows
    total number of registered users * Release:     v1.2, 10th May 2005 *** * Demo:            
       http://www.toxicsims.co.uk/ (stats box) * Installation Level:  Easy *
    Installation Time:   1 minute * Files To Edit:       This one * Included Files...
  27. Phpbb 2.0.13 Important - (6)
    A new exploit is already out for phpbb 2.0.13. I've asked the phpbb development team about it,
    and they say it will be fixed in version 2.0.14. It's a way to make yourself admin through
    exploitation of cookie data. Here's the fix anyway: Add $userdata = USER; after every
    $userdata = ANONYMOUS; in session.php...
  28. I Need Help Installing Phpbb Fully Moded - PLEASE HELP (6)
    I NEED HELP INSTALING PHPBBFM(FULLY MODED PHPBB) CAN ANYONE PLEASE HELP IF THEY GOT AN IDEA BECUASE
    heres a screenshot it might take a while to load depending on our internet conection: please add me
    on msn at rudeturk@hotmail.com if u want to tell the answer more easyly or just reply thanks for
    helping /sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /> I moved it here
    from the tutorial section, it's not a tutorial so it don't belong there /smile.gif'
    border='0' style='vertical-align:middle' alt='smile.gif' /> I'm not sure if this i...
  29. Phpbb 2.0.12 - released!!! (8)
    Today I got this message in my inbox: I wanted to share it with you all /cool.gif' border='0'
    style='vertical-align:middle' alt='cool.gif' /> Hi everyone, phpBB Group announces the release
    of phpBB 2.0.12. This release addresses a couple of potential exploits and fixes a number of issues
    involving path disclosures, etc. It also introduces a new ACP based version check (language package
    maintainers please note the additional localisation required for this). For further information
    please see our announcements forum at phpBB.com : http://www.phpbb.com/phpBB/viewto...
  30. I Need Some Help On Phpbb - About the Attach MOD (9)
    I've installed the attach MOD on my board, but it only works when I use SubSilver theme! I
    want to use it in other themes, just like BlackandWhite (I use it). Can somebody help me? Thx...



Looking for trouble, phpbb, email

Searching Video's for trouble, phpbb, email
An
Interesting
Approach To
Email
Verification
...
Php Email
Validation A
PHP data
validation
class with
many
functions
Encode Your
Email
Address
Confuse the
Spam Bots,
but not your
viewing
clients
Creating A
Login Box
That Links
To My Phpbb
Forum Have
my phpBB
Forum
Intergrated
with my
Website
Phpbb Or
Ip.b? Which
is better?
Forum
Troubles In
phpbb
Email
Sending.
email
sending with
php.
Error On
Emailer.php
&
Smtp.php At
Phpbb ERROR
on
emailer.php
&
smtp.php at
PhpBB
Add Users On
Email
Program With
Php?
Email Header
Inject Test
Wappymail_v1
.50 wap free
mail/ email
admin script
:-)
Email Form
Very Simple
Phpbb
Customizatio
n? wappy is
not so great
with web
scripts :-)
Phpbb Forums
Yet Another
Problem With
A Form
Script Maybe
I should
just use
email? lol
Email Server
Help Please
I need noob
detailed
help on
setting up a
email server
on windows
XP
Phpbb
Password
Protector
Any Good
Ones Out
There?
How To Make
Oscommerce
Work With
Phpbb making
oscommerce
work with
phpbb
Phpbb
Shoutbox
Possible?
Phpbb
Install
Error help
w/ phpbb
plz....
Sending
Attachments
Using Email
Function In
Php
Protecting
Web Email
Forms
Form To Pdf,
With Email?
Wanting to
Submitt Data
to PDF
Trouble With
Emailer.php
failed
sending
email error
Phpbb
V2.0.16 Has
Been
Released
Release Date
06/27/05
Script:
Phpbb Mod,
Total Users
Registered
Display the
total users
anywhere on
your site.
Phpbb 2.0.13
Important
I Need Help
Installing
Phpbb Fully
Moded PLEASE
HELP
Phpbb 2.0.12
released!
;!!
I Need Some
Help On
Phpbb About
the Attach
MOD
advertisement



Trouble With Phpbb Email



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE