wpForo WordPress Forum Plugin Premium Addons

wpForo WordPress Forum Plugin Premium Addons wpforo addon update 20.12.24

No permission to download

gilbau

New member
Dec 22, 2020
10
14
3
Hi this original versions files at 2021-09-18 but not nulled. If someone can nulled the plugins
wpforo\
wpforo-ad-manager\
wpforo-advanced-attachments\
wpforo-embeds\
wpforo-emoticons\
wpforo-mycred\
wpforo-polls\
wpforo-private-messages\
wpforo-topic-custom-fields\
wpforo-user-custom-fields\
 

Attachments

  • 20210918_wpforo_and_plugins.zip
    12.3 MB · Views: 98

SpidiMan

Member
Dec 1, 2019
38
9
8
Hi this original versions files at 2021-09-18 but not nulled. If someone can nulled the plugins
wpforo\
wpforo-ad-manager\
wpforo-advanced-attachments\
wpforo-embeds\
wpforo-emoticons\
wpforo-mycred\
wpforo-polls\
wpforo-private-messages\
wpforo-topic-custom-fields\
wpforo-user-custom-fields\

thank you,

Is someone was trying to install the un-nulled maybe?
 

gilbau

New member
Dec 22, 2020
10
14
3
For nulled vesrion i think you have to modify in all the \includes\gvt-api-manager.php
For me it seems to be okay

and remove all this part of code at about line 275

Code:
  public function autoApdateSettingHtml($html, $plugin_file, $plugin_data) {
            if ($this->plugin_slug . '/' . $this->plugin_filename === $plugin_file && $this->getSecret()) {
                global $status, $page;
                $html = [];
                $auto_updates = (array) get_site_option('auto_update_plugins', array());
                if (in_array($plugin_file, $auto_updates, true)) {
                    $text = __('Disable auto-updates');
                    $action = 'disable';
                    $time_class = '';
                } else {
                    $text = __('Enable auto-updates');
                    $action = 'enable';
                    $time_class = ' hidden';
                }

                $query_args = array(
                    'action' => "{$action}-auto-update",
                    'plugin' => $plugin_file,
                    'paged' => $page,
                    'plugin_status' => $status,
                );

                $url = add_query_arg($query_args, 'plugins.php');

                if ('unavailable' == $action) {
                    $html[] = '<span class="label">' . $text . '</span>';
                } else {
                    $html[] = sprintf(
                        '<a href="%s" class="toggle-auto-update aria-button-if-js" data-wp-action="%s">', wp_nonce_url($url, 'updates'), $action
                    );

                    $html[] = '<span class="dashicons dashicons-update spin hidden" aria-hidden="true"></span>';
                    $html[] = '<span class="label">' . $text . '</span>';
                    $html[] = '</a>';
                }

                if (!empty($plugin_data['update'])) {
                    $html[] = sprintf(
                        '<div class="auto-update-time%s">%s</div>', $time_class, wp_get_auto_update_message()
                    );
                }

                $html = implode('', $html);
            }
            return $html;
        }
 
Last edited:

testolo

New member
Mar 4, 2019
13
8
3
Hi everbody, i just downloaded attachment plugin, and changed only this file
\wp-content\plugins\wpforo-advanced-attachments\includes\gvt-api-manager.php
line number 9
from
private $api_url = 'https://gvectors.com/gvt-api.php';
to
private $api_url ='';


and working without any issue now. I think this trick works other files.
 
Last edited:
  • Like
Reactions: lekhanhky

gilbau

New member
Dec 22, 2020
10
14
3
The begining of \wp-content\plugins\wpforo-advanced-attachments\includes\gvt-api-manager.php is already
Code:
<?php
if (!defined('ABSPATH')) {
    exit();
}
if (!class_exists('GVT_API_Manager')) {
    class GVT_API_Manager {
        private $api_url;


there is no
Code:
private $api_url = 'https://gvectors.com/gvt-api.php';

And the last wordpress 5.9 make lthe old 2.06 version of wpForo Advanced Attachments not compatible

The last version of wpForo Advanced Attachments is 2.1.2 and it would be fine to get it
 

Enio

New member
Feb 3, 2021
2
0
1
I'm looking for the Blog Cross Posting one too lmao. Thank you for the work already done !
 

adesure

New member
May 19, 2022
14
1
3
Hi this original versions files at 2021-09-18 but not nulled. If someone can nulled the plugins
wpforo\
wpforo-ad-manager\
wpforo-advanced-attachments\
wpforo-embeds\
wpforo-emoticons\
wpforo-mycred\
wpforo-polls\
wpforo-private-messages\
wpforo-topic-custom-fields\
wpforo-user-custom-fields\
The link is not working, can you resend it?
 
  • Like
Reactions: Unilorin forum

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