• 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"

phpAnalytics - Web Analytics Platform

phpAnalytics - Web Analytics Platform 2023-01-28

No permission to download
Babak updated phpAnalytics - Web Analytics Platform with a new update entry:

phpAnalytics v2.9.0 Nulled

Download phpAnalytics v2.9.0 - Web Analytics Platform Nulled Free
v2.9.0 - 12 December 2021

  • Added the ability to exclude entire IP classes using CIDR notation
  • Added contextual menus on all table lists
  • Added email notification on Admin declined payments
  • Updated all the dependencies to their latest versions
  • Fixed an issue with specific currencies that would prevent the Checkout from working
  • Fixed several missing language strings
  • Other minor improvements

Read the rest of this update entry...
 
v2.9.0 is NOT NULLED!!!

To null it edit file: app/Http/Controllers/AdminController.php
Change lines 468 --> 494 from:

Code:
    public function updateLicense(UpdateSettingLicenseRequest $request)
    {
        $httpClient = new HttpClient(['timeout' => 10/*, 'verify' => false*/]);

        try {
            $response = $httpClient->request('POST', 'https://api.lunatio.com/api/v1/license/validate',
                [
                    'form_params' => [
                        'license_id' => $request->input('license_key'),
                        'product_id' => 6,
                        'url' => env('APP_URL')
                    ]
                ]
            );

            $output = json_decode($response->getBody()->getContents());

            if ($output->status == 200) {
                Setting::where('name', '=', 'license_key')->update(['value' => $request->input('license_key')]);
                Setting::where('name', '=', 'license_type')->update(['value' => $output->type]);
            }

            return redirect()->route('admin.dashboard');
        } catch (\Exception $e) {
            return redirect()->back()->with('error', $e->getMessage());
        }
    }

to...

Code:
    public function updateLicense(UpdateSettingLicenseRequest $request)
    {
        Setting::where('name', '=', 'license_key')->update(['value' => $request->input('license_key')]);
        Setting::where('name', '=', 'license_type')->update(['value' => 'Extended']);

        return redirect()->route('admin.dashboard');
    }

Then when you login to admin dashboard it will ask for license key. Type whatever you want e.g. 123456789.
That's it!

Cheers
 
Last edited:
Hey guys, is the script working fine?
Are the analytics working properly?
 
Akbaba updated phpAnalytics - Web Analytics Platform with a new update entry:

phpAnalytics - Web Analytics Platform

First, download and install version 2.4.0. then update the version 3.0.0 (file i bought - regular version) that I added as the producer said. You will continue to use it as an extended version. I use it this way and there is no problem

Changelog
3.0.0 - 18 April 2022
  • Added new filters on all table lists (column order, order direction, per page limits)
  • Added the ability to set the Plan's position on the Pricing listings
  • Added the ability to set custom CSS code based on the...

Read the rest of this update entry...
 
  • Like
Reactions: cremymoi
Here is 3.0.0 NULLED EXTENDED
Install mannually


1. import database
2. change database details and domain in .env file

enjoy 😊😊
 
Akbaba updated phpAnalytics - Web Analytics Platform with a new update entry:

phpAnalytics - Web Analytics Platform v.3.1.0 [Regular Version]

First, download and install version 2.4.0. then update the version 3.1.0 (file i bought - regular version) that I added as the producer said. You will continue to use it as an extended version. I use it this way and there is no problem.

Note: I do not use it anymore . Please try and let me know the result.

Password 👇🏻



3.1.0 — 26 June 2022
Please consult the Requirements section before upgrading.

Added new payment gateway: Paystack...

Read the rest of this update entry...
 
Akbaba updated phpAnalytics - Web Analytics Platform with a new update entry:

phpAnalytics - Web Analytics Platform v.3.2.0 [Regular Version]

Code:
First, download and install version 2.4.0. then update the version 3.2.0 (file i bought - regular version) that I added as the producer said. You will continue to use it as an extended version. I use it this way and there is no problem.

Note: I do not use it anymore . Please try and let me know the result.

Password 👇🏻



v.3.2.0 — 7 July 2022

- Improved adding new Website process: URL protocol is no longer required
- Improved the API Documentation
-...

Read the rest of this update entry...
 
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