Mailster and The7

purity

Well-known member
Trusted Uploader
Nov 4, 2018
664
3,027
100
Gemany
Here You have Mailster v2.3.17


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.
 

Latest posts

Forum statistics

Threads
69,435
Messages
909,671
Members
239,372
Latest member
teminijesu

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu