Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Verifying Email

  1. #1
    Join Date
    Apr 2007
    Posts
    9

    Default Verifying Email

    Hi,

    I have uploaded the script a couple of times and have got the same problem. when someone signs up, no email is sent out to verify ther email address, so nobody can upload videos.

  2. #2
    Join Date
    May 2007
    Posts
    686

    Default

    Yes i have had people email over the same issue. Heel "" i received a confirmation email but when i clik it, it does nothing.

  3. #3
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Just download the update package now.

    There was problem with "confirm_email.php" and is fixed, reuploading the file will fix it.

  4. #4
    Join Date
    May 2007
    Posts
    588

    Default

    has this just been fixed and added to the update file today?

  5. #5

    Default

    Quote Originally Posted by leki
    has this just been fixed and added to the update file today?
    Looks like it Leki, I just downloaded it, and it has a different date on it.
    Look, it's not steep till you need to stop ok !

  6. #6
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    My "email verification" isn't working either. I created another video site and I downloaded the latest version from the original download link when I first bought this. It is my understanding that the original download link will always have the latest version of the script. No email is being sent.

    Version Information
    You Are using vShare version: 2.3 Release: 20070730

    Latest vShare version is: 2.3 Release: 20070730

    You are using latest version of vShare.
    If it's not fun, stop doing it!

  7. #7
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Email not sent, problem must be in the mail server.

    To verify, create a text file (in notepad) with following content

    [email protected] - replace with your domain.

    Code:
    <?php
    mail('[email protected]', 'My Subject', "Test Email");
    echo "Mail Send";
    ?>
    name it mail.php

    Upload it to your server, and call it.

    http://yourdomain.extn/mail.php

    Check if you got a mail in your email account, if not it should be problem with your server.

  8. #8
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    It's not the mail server because I have many other scripts that mail stuff ok, and I already had this "send mail test" when I first signed up with my webhost and it worked fine. But I'll check it again.
    If it's not fun, stop doing it!

  9. #9
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Can you check it now and if mail works now ?

  10. #10
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    Ok, there is a mystery afoot.

    I have other php "contact us" forms which function perfectly, but the "mail.php" send mail test isn't working for any of my domains. I'll contact tech support and find out if there's an issue that needs to be resolved on their end.

    The php contact us forms are working, just not this tester, which makes absolutely no sense whatsoever.

    Thanks ever so much for such quick responses admin!
    If it's not fun, stop doing it!

Page 1 of 2 12 LastLast

Similar Threads

  1. Email does not work- Please help!
    By mudstock in forum Installation Support
    Replies: 1
    Last Post: 04-13-2009, 03:51 PM
  2. Restriction Email Signups to a certain email domain!
    By porkd in forum Template Modifications
    Replies: 0
    Last Post: 02-21-2008, 03:28 AM
  3. email confirmation
    By dropk1d in forum Fixed Bugs
    Replies: 4
    Last Post: 01-20-2008, 03:25 AM
  4. Email to ALL
    By browniegirl in forum Template Modifications
    Replies: 0
    Last Post: 10-07-2007, 11:05 PM
  5. "Email Settings --> Add Email Template" feature
    By leki in forum General Discussions
    Replies: 1
    Last Post: 08-29-2007, 07:49 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •