• While creating requests or asking for support in the existing XenForo threads please maintain XenForo support policy strictly.

  • You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

[AddonFlare] (AJAX) Advanced Forum Stats

[AddonFlare] (AJAX) Advanced Forum Stats 1.7.1 Nulled

No permission to download

[AddonFlare] (AJAX) Advanced Forum Stats v1.7.1​

Added support for the [TH] Ignore More add-on. Content will not be displayed if it's ignored for the news feed within the [TH] Ignore More add-on
*** Hidden text: cannot be quoted. ***
Have password?
 
hello when i use Use full friendly URLs it fail to refresh and say we run into problem how can i fix this?????????????
 
remove branding adv forum stats no longer at listener . php
any clue....
1. Go to your Appearance->Styles->YourTheme and search PAGE_CONTAINER
2. Search line 654 or find this code :

Code:
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>
</xf:if>
163419223a1a3.jpg


3. Remove and place this code :
Code:
<div class="p-footer-copyright">
<center><b>I Love Babiato 2022</b></center>
</div>

4. and then click save and exit
 
  • Love
Reactions: Wijang
1. Go to your Appearance->Styles->YourTheme and search PAGE_CONTAINER
2. Search "code"
3. Remove and place this code :
Code:
<div class="p-footer-copyright">
<center><b>I Love Babiato 2022</b></center>
</div>
4. and then click save and exit
ayeeee success ! tyvm
 

Attachments

  • Screenshot (2).png
    Screenshot (2).png
    6.2 KB · Views: 20
  • Screenshot (1).png
    Screenshot (1).png
    2.9 KB · Views: 19
Last edited:
  • Love
Reactions: Shayan Xtreme
Help to fixed this

Error: Class "\ForumStats\Setup" not found in src/XF/AddOn/AddOn.php at line 455
  1. XF\AddOn\AddOn->checkRequirements() in src/XF/Admin/Controller/AddOn.php at line 841
  2. XF\Admin\Controller\AddOn->getAddOnWarningsAndErrors() in src/XF/Admin/Controller/AddOn.php at line 387
  3. XF\Admin\Controller\AddOn->actionInstall() in src/XF/Mvc/Dispatcher.php at line 352
  4. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
  5. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
  6. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
  7. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
  8. XF\App->run() in src/XF.php at line 524
  9. XF::runApp() in admin.php at line 13
 
1. Go to your Appearance->Styles->YourTheme and search PAGE_CONTAINER
2. Search line 654 or find this code :

Code:
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>
</xf:if>
163419223a1a3.jpg


3. Remove and place this code :
Code:
<div class="p-footer-copyright">
<center><b>I Love Babiato 2022</b></center>
</div>

4. and then click save and exit
@Shayan Xtreme admin panel
Screenshot 2023-09-15 202922.png
 
src\addons\AddonFlare\ForumStats\XF\Template\Templater.php

PHP:
    public function fnCopyright($templater, &$escape)
    {
        $return = parent::fnCopyright($templater, $escape);
        IDs::CR($templater, $return);
        return $return;
    }

edit like

PHP:
 public function fnCopyright($templater, &$escape)
    {
        $return = parent::fnCopyright($templater, $escape);
/*        IDs::CR($templater, $return); */
        return $return;
    }

and its gone
 
  • Like
Reactions: ubaid
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock