Skip to main content

Posts

Showing posts with the label script

Edump For collect Mailist script

Edump- Extract mails <?php /* ------------------------------------------------------------------------------- [ E-DUMP ]--------------------------------------------------------------------- - Extracts email addresses from a MySQL database. ------------------------------------------------------------------------------- [ TO RUN THE SCRIPT ]---------------------------------------------------------- PHP Version 5.6.8 php5-cli Lib MySQL support Enabled MySQL version 5.0.11 Permission Writing ------------------------------------------------------------------------------- */ ini_set('error_log',NULL); ini_set('log_errors',FALSE); ini_set('display_errors', FALSE); ini_set('max_execution_time', FALSE); $oo = getopt('h::', ['help::', 'host:', 'user:', 'pass:', 'dbname:', 'save:', 'no-info']); function cores($nome){ $cores = array("r" => "\033[1;31m", "g" => &qu