Directory Submission Email Validation...How to ???

Discussion in 'Directories' started by selvam_cbe, Jan 26, 2008.

  1. #1
    Hello,
    Anyone can tell me how can i validate for my directory Submissions...All are powered by phpLD. Most of the submission Emails are Wrong or Inbox full...:mad:
     
    selvam_cbe, Jan 26, 2008 IP
  2. yogesh sarkar

    yogesh sarkar Well-Known Member

    Messages:
    1,740
    Likes Received:
    75
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Why do you want to validate their emails? Just check if the links are worth putting in your directory or if in case of paid links, if they have paid or not.
     
    yogesh sarkar, Jan 26, 2008 IP
  3. selvam_cbe

    selvam_cbe Peon

    Messages:
    181
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Most of the Directory submissions not Done Manually...and we don't know weather email is valid or not?
     
    selvam_cbe, Jan 26, 2008 IP
  4. dargre

    dargre Peon

    Messages:
    1,007
    Likes Received:
    161
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You can't stop submitters from typing fake emails.
    Then your system sends submission confirmation to such email and it's back as the email is fake.
    You can stop sending emails for each submission.
    Just comment 1 line in file 'submit.php'
    
    send_submit_notifications($data, $RegularLink_notif);
    
    Code (markup):
    change to:
    
    //send_submit_notifications($data, $RegularLink_notif);
    
    Code (markup):
    Emails won't be send for each submitted link.
    However will be sbmitted for payed links and when you approve link to display.

    - D.
     
    dargre, Jan 26, 2008 IP