10-22-2016, 07:08 AM
Another way to null AVADA 5.02:
1: go to your phpmyadmin
2: select database name where your site is installed
3: select table wp_options then select SQL (to open sql commands to run)
4: copy&paste this and run:
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES
('fusion_registered', 'a:2:{s:5:"avada";b:1;s:6:"scopes";a:5:{i:0;s:7:"default";i:1;s:13:"user:username";i:2;s:17:"purchase:download";i:3;s:13:"purchase:list";i:4;s:15:"purchase:verify";}}', 'yes'),
('fusion_registration', 'a:1:{s:5:"avada";a:1:{s:5:"token";s:10:"0123456789";}}', 'yes');
------------------------------
no need to modify files or other. have fun :)
ps: tested on localhost and on line web environment.
1: go to your phpmyadmin
2: select database name where your site is installed
3: select table wp_options then select SQL (to open sql commands to run)
4: copy&paste this and run:
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES
('fusion_registered', 'a:2:{s:5:"avada";b:1;s:6:"scopes";a:5:{i:0;s:7:"default";i:1;s:13:"user:username";i:2;s:17:"purchase:download";i:3;s:13:"purchase:list";i:4;s:15:"purchase:verify";}}', 'yes'),
('fusion_registration', 'a:1:{s:5:"avada";a:1:{s:5:"token";s:10:"0123456789";}}', 'yes');
------------------------------
no need to modify files or other. have fun :)
ps: tested on localhost and on line web environment.