as @fairfax explained belowNot working @Tomz Please help for it tomz
What is the Password for unzip the file ? to null itVersion 3.59.0 (22 November 2022) - Untouched.
NEW: Option to filter the comments and skip comments containing a specific keyword
NEW: Youtube new tag [vid_duration_in_seconds] for duration filteration
NEW: Make permalink link directly to the source now works for custom post types
Fix: Instagram featured image now works correctly
Fix: Workaround added to sort WordPress adding line breaks inside JavaScript
Fix: Fixing relative paths algorithm improved
Fix: Tiktok can now import from users with dot in username
Fix: CareerJet now reset page index after 1000 results
Fix: Search and replace now aware of encoded chars like & char
Fix: Tags/Categories extraction now removes unnecessary slashes
Fix: Amazon now returns book description
Fix: Amazon now returns correct description/item features
Fix: Envato now reset page after reaching page 60
*** Hidden text: cannot be quoted. ***
NEW: Option to filter the comments and skip comments containing a specific keyword
NEW: Youtube new tag [vid_duration_in_seconds] for duration filteration
NEW: Make permalink link directly to the source now works for custom post types
Fix: Instagram featured image now works correctly
Fix: Workaround added to sort WordPress adding line breaks inside JavaScript
Fix: Fixing relative paths algorithm improved
Fix: Tiktok can now import from users with dot in username
Fix: CareerJet now reset...
is work update campagin old no delete tanks To ALLAH tanks broAnd here is nulled version. Somebody pls test
I did, not worked.as @fairfax explained below
"find file wp-automatic.php and add these two lines on second line
PHP:
update_option( 'wp_automatic_license', 'wp-automatic-license' );
update_option( 'wp_automatic_license_active', 'active' );"
exclude the comments lines. probably you will need to add the above php code on line 14. try it. it works like magic
Tested! Thank you.And here is nulled version. Somebody pls test
You need to unzip the file and find installation folder. Upload the plugin file from installation.Unpacking the package…
Installing the plugin…
The package could not be installed. No valid plugins were found.
Plugin installation failed.
This works but it's uses an additional check to see if the activation date is within a certain limit.as @fairfax explained below
"find file wp-automatic.php and add these two lines on second line
PHP:
update_option( 'wp_automatic_license', 'wp-automatic-license' );
update_option( 'wp_automatic_license_active', 'active' );"
exclude the comments lines. probably you will need to add the above php code on line 14. try it. it works like magic
update_option( 'wp_automatic_license', '7080a27b-94c6-c6f1-46f3-b89b0a04d9ba' );
update_option( 'wp_automatic_license_active', 'active' );
update_option( 'wp_automatic_license_active_date', '2238292195' );
$licExists = get_option('wp_automatic_license','');
if (trim($licExists) == '') {
update_option( 'wp_automatic_license', '7080a27b-94c6-c6f1-46f3-b89b0a04d999' );
update_option( 'wp_automatic_license_active', 'active' );
update_option( 'wp_automatic_license_active_date', '2238292195' );
}
Thank you for the share; I will try to do it if it works I will share it here because I do need itThis works but it's uses an additional check to see if the activation date is within a certain limit.
I have tested small modification to the existing NULL method above. Try the following:
"find file wp-automatic.php and add these two lines on second line"
PHP:update_option( 'wp_automatic_license', '7080a27b-94c6-c6f1-46f3-b89b0a04d9ba' ); update_option( 'wp_automatic_license_active', 'active' ); update_option( 'wp_automatic_license_active_date', '2238292195' );
The addition of "wp_automatic_license_active_date" is set to the year 2040. Every time the Setting page of the plugin loads, it checks this date against a given value. If this check fails it will delete wp_automatic_license_active inside database.
To avoid constant database query on every time the settings page loads, you can use this instead:
PHP:$licExists = get_option('wp_automatic_license_active_date',''); if (trim($licExists) == '') { update_option( 'wp_automatic_license', '7080a27b-94c6-c6f1-46f3-b89b0a04d999' ); update_option( 'wp_automatic_license_active', 'active' ); update_option( 'wp_automatic_license_active_date', '2238292195' ); }
I also attached a repacked ZIP of Untouched version containing the Nulled plugin. It's for those not familiar with editing PHP code.
Feedback appreciated![]()
Here I had fixed that problem it is working on the new install and on the upgrade. Hope you will enjoy it was a small glitch to get it working but it did Here is the file and some images of proofThis works but it's uses an additional check to see if the activation date is within a certain limit.
I have tested small modification to the existing NULL method above. Try the following:
"find file wp-automatic.php and add these two lines on second line"
PHP:update_option( 'wp_automatic_license', '7080a27b-94c6-c6f1-46f3-b89b0a04d9ba' ); update_option( 'wp_automatic_license_active', 'active' ); update_option( 'wp_automatic_license_active_date', '2238292195' );
The addition of "wp_automatic_license_active_date" is set to the year 2040. Every time the Setting page of the plugin loads, it checks this date against a given value. If this check fails it will delete wp_automatic_license_active inside database.
To avoid constant database query on every time the settings page loads, you can use this instead:
PHP:$licExists = get_option('wp_automatic_license_active_date',''); if (trim($licExists) == '') { update_option( 'wp_automatic_license', '7080a27b-94c6-c6f1-46f3-b89b0a04d999' ); update_option( 'wp_automatic_license_active', 'active' ); update_option( 'wp_automatic_license_active_date', '2238292195' ); }
I also attached a repacked ZIP of Untouched version containing the Nulled plugin. It's for those not familiar with editing PHP code.
Feedback appreciated![]()