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...
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.
Most of the Directory submissions not Done Manually...and we don't know weather email is valid or not?
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.