WordPress Automatic Plugin 1904470 By ValvePress

WordPress Automatic Plugin 1904470 By ValvePress v3.110.0

No permission to download

shadyjeff110

Member
Nov 22, 2022
96
53
18
To activate put below line in theme function.php or in child theme function.php

PHP:
#######################################################
###### Verify Import Plugin ###########################
#######################################################
$verify = get_option( 'wp_automatic_license_active' );
if ($verify != "active"){
    update_option ( 'wp_automatic_license', "mRrB7um-N8bgyGz-9Kdh8V-THEMEFREE-COM" );
    update_option ( 'wp_automatic_license_active_date', time () );
    update_option ( 'wp_automatic_license_active', 'active' );
    update_option ( 'alb_license_active', 1 );
}
 
Last edited:

shivmeenaa

New member
Banned User
Dec 9, 2022
1
0
1
To activate put below line in theme function.php or in child theme function.php

PHP:
#######################################################
###### Verify Import Plugin ###########################
#######################################################
$verify = get_option( 'wp_automatic_license_active' );
if ($verify != "active"){
    update_option ( 'wp_automatic_license', "mRrB7um-N8bgyGz-9Kdh8V-THEMEFREE-COM" );
    update_option ( 'wp_automatic_license_active_date', time () );
    update_option ( 'wp_automatic_license_active', 'active' );
    update_option ( 'alb_license_active', '1' );
}
syntax error, unexpected single-quoted string "1", expecting ")" getting this error
 

mtp850

New member
Aug 28, 2022
1
1
3
All works perfectly!! Need to follow the rules for PHP syntax, if all is appropriately done, plugin works perfectly.

Once more, thnx to the guys who explained what needed to be done.
 
  • Like
Reactions: Cuprusreog

patrocle

Well Known Senior Member!
Trusted Uploader
Nov 17, 2018
966
1,571
100
Ca. Usa
babiato.tech
Version 3.59.1 (14 December 2022) - clean files-Untouched
NEW: option to extract and import amazon products from any page HTML
Fix: Facebook events import back to work after recent changes from FB
Fix: Youtube Auto-hyperlink URLs now correctly hyperlink links with @handle
Fix: Reddit flairs as categories/tags back to work
Fix: Tiktok back to work again after new changes
Fix: eBay all images extraction back to work after new changes from eBay

View hidden content is available for registered users!
 
  • Like
Reactions: suwgw and menteci

jimo

Member
May 4, 2022
53
13
8
Version 3.59.1 (14 December 2022) - clean files-Untouched
NEW: option to extract and import amazon products from any page HTML
Fix: Facebook events import back to work after recent changes from FB
Fix: Youtube Auto-hyperlink URLs now correctly hyperlink links with @handle
Fix: Reddit flairs as categories/tags back to work
Fix: Tiktok back to work again after new changes
Fix: eBay all images extraction back to work after new changes from eBay

*** Hidden text: cannot be quoted. ***
Hi @Tomz @patrocle

can you release the Null version?

Thank you
 

shadyjeff110

Member
Nov 22, 2022
96
53
18
Hi @Tomz @patrocle

can you release the Null version?

Thank you
easy-peasy

Add this to your theme function php

PHP:
#######################################################
###### Verify Import Plugin ###########################
#######################################################
$verify = get_option( 'wp_automatic_license_active' );
if ($verify != "active"){
    update_option ( 'wp_automatic_license', "mRrB7um-N8bgyGz-9Kdh8V-THEMEFREE-COM" );
    update_option ( 'wp_automatic_license_active_date', time () );
    update_option ( 'wp_automatic_license_active', 'active' );
    update_option ( 'alb_license_active', 1 );
}
 

kaboosh

Well-known member
May 4, 2022
103
322
53
United States
kaboosh updated WordPress Automatic Plugin 1904470 By ValvePress with a new update entry:

Version 3.59.1 (14 December 2022) - Untouched

NEW: option to extract and import amazon products from any page HTML
Fix: Facebook events import back to work after recent changes from FB
Fix: Youtube Auto-hyperlink URLs now correctly hyperlink links with @handle
Fix: Reddit flairs as categories/tags back to work
Fix: Tiktok back to work again after new changes
Fix: eBay all images extraction back to work after new changes from eBay

Read the rest of this update entry...
 
  • Like
Reactions: JRGWxRxZ and a7bab

Cuprusreog

New member
Nov 3, 2022
13
5
3
feedberita.com
easy-peasy

Add this to your theme function php

PHP:
#######################################################
###### Verify Import Plugin ###########################
#######################################################
$verify = get_option( 'wp_automatic_license_active' );
if ($verify != "active"){
    update_option ( 'wp_automatic_license', "mRrB7um-N8bgyGz-9Kdh8V-THEMEFREE-COM" );
    update_option ( 'wp_automatic_license_active_date', time () );
    update_option ( 'wp_automatic_license_active', 'active' );
    update_option ( 'alb_license_active', 1 );
}
tanks bro
 
  • Like
Reactions: always

always

New member
Nov 1, 2022
4
0
1
38
London
schedule24h.com
easy-peasy

Add this to your theme function php

PHP:
#######################################################
###### Verify Import Plugin ###########################
#######################################################
$verify = get_option( 'wp_automatic_license_active' );
if ($verify != "active"){
    update_option ( 'wp_automatic_license', "mRrB7um-N8bgyGz-9Kdh8V-THEMEFREE-COM" );
    update_option ( 'wp_automatic_license_active_date', time () );
[/QUOTE]

[QUOTE="shadyjeff110, post: 1083708, member: 210306"]
    update_option ( 'wp_automatic_license_active', 'active' );
    update_option ( 'alb_license_active', 1 );
}
Thank Bro
 

3979

Well-known member
Trusted Uploader
Jul 23, 2019
281
142
50
To activate put below line in theme function.php or in child theme function.php

PHP:
#######################################################
###### Verify Import Plugin ###########################
#######################################################
$verify = get_option( 'wp_automatic_license_active' );
if ($verify != "active"){
    update_option ( 'wp_automatic_license', "mRrB7um-N8bgyGz-9Kdh8V-THEMEFREE-COM" );
    update_option ( 'wp_automatic_license_active_date', time () );
    update_option ( 'wp_automatic_license_active', 'active' );
    update_option ( 'alb_license_active', 1 );
}
thank you somuch for this :))))
 
  • Like
Reactions: shadyjeff110

Ston

New member
Nov 15, 2018
21
12
3
To activate put below line in theme function.php or in child theme function.php

PHP:
#######################################################
###### Verify Import Plugin ###########################
#######################################################
$verify = get_option( 'wp_automatic_license_active' );
if ($verify != "active"){
    update_option ( 'wp_automatic_license', "mRrB7um-N8bgyGz-9Kdh8V-THEMEFREE-COM" );
    update_option ( 'wp_automatic_license_active_date', time () );
    update_option ( 'wp_automatic_license_active', 'active' );
    update_option ( 'alb_license_active', 1 );
}
Thanks @shadyjeff110 . It works for me.
 
  • Like
Reactions: shadyjeff110

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