Here You have Mailster v2.3.17
MEGA provides free cloud storage with convenient and powerful always-on privacy. Claim your free 20GB now
mega.nz
Nulling instructions:
In the file
mailster/classes/mailster.class.php
find this line around 2153
PHP:
public function is_verified( $force = false ) {
Add at the top of the function:
PHP:
mailster_remove_notice( 'verify' );
return true;
Now the registration stuff disappears. Just after line 17 which is
PHP:
public function __construct() {
Add:
PHP:
update_option( 'mailster_license', '853e9c5a-0d81-4a77-bf50-03936c88681a' );
update_option( 'mailster_email', '[email protected]' );
update_option( 'mailster_username', 'GPL Downloads' );
Replace the license, email, name with whatever you want.