Quantcast
Channel: forum.coppermine-gallery.net
Viewing all articles
Browse latest Browse all 9424

Re: Not sure whats happening with emails

$
0
0
You can get all email addresses of your inactive users with a script like that:
[code]<?php

define('IN_COPPERMINE', 1);
require 'include/init.inc.php';

if (!GALLERY_ADMIN_MODE) {
    cpg_die(ERROR, $lang_errors['access_denied'], __FILE__, __LINE__);
}

...

Viewing all articles
Browse latest Browse all 9424

Trending Articles