Brilliant plugin!
I had to add one line of code to ‘shortcode.php’ within the admin folder.
At roughly line 66:
$wpdb->insert( dc_tbl_downloads(),
array( 'code' => $code->ID, 'IP' => $IP),
array( '%d', '%s') );
Other than that, seems great!
-
This topic was modified 4 years, 11 months ago by
chrisbakeruk.