Jump to content

LaraClassifier - Classified Ads Web Application + Plugins

Featured Replies

17 hours ago, julianocunha said:

What am I doing wrong?

Probably nothing, the authors of this script are either amateurs or simply do not test their system before releasing it. They only look at profit. Not to mention the cost of their messed up scripts. I have set up Subscriptions as follows:

Screenshot.png

Screenshot1(1).png

  • Replies 118
  • Views 21.5k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • hi After install   "Invalid purchase code. The code must be 36 characters (including dashes)." // app/Http/Middleware/Install/CheckPurchaseCode.php:74

  • VERSION 14.0.1 NULLED + PLUGIN STRIPE v3.0.0 This is the hidden content, please Sign In or 5adb6f5320b554

  • BRUNO RIBEIRO
    BRUNO RIBEIRO

    Thank you so much!  

Most Helpful Posts

Posted Images

I checked this part of the code in the app/Models/Package.php file.

Note that the month interval is set to 7 days:

protected function periodEnd(): Attribute
{
return Attribute::make(
get: function () {
$today = now();

$intervalInDays = $this->promotion_time ?? 30;

$isSubsPackage = (isset($this->type) && $this->type == 'subscription');
if ($isSubsPackage) {
$interval = !empty($this->interval) ? $this->interval : 'month';
$intervalInDays = 7;

if ($interval == 'month') {
$intervalInDays = $today->daysInMonth ?? 30;
}
if ($interval == 'year') {
$intervalInDays = $today->daysInYear ?? 365;
}
}

return $today->addDays($intervalInDays)->endOfDay();
},
);
}

 

Please check if your code is different.

В 20.08.2023 в 17:53, Andrew Amtana сказал:

@Mahmoud Hello sir thank you for your efforts. kindly i have an enquiry, am trying to install this laraclassifier script, but it is asking for the license code.

kindly how do I get it please? I thought since it is nullified, it will install automatically.

i downloaded the latest version.

Check attachment 

Screenshot 2023-08-20 at 19.52.02.png

Hi. Is there a solution to this problem?

17 hours ago, julianocunha said:

I checked this part of the code in the app/Models/Package.php file.

Note that the month interval is set to 7 days:

protected function periodEnd(): Attribute
{
return Attribute::make(
get: function () {
$today = now();

$intervalInDays = $this->promotion_time ?? 30;

$isSubsPackage = (isset($this->type) && $this->type == 'subscription');
if ($isSubsPackage) {
$interval = !empty($this->interval) ? $this->interval : 'month';
$intervalInDays = 7;

if ($interval == 'month') {
$intervalInDays = $today->daysInMonth ?? 30;
}
if ($interval == 'year') {
$intervalInDays = $today->daysInYear ?? 365;
}
}

return $today->addDays($intervalInDays)->endOfDay();
},
);
}

 

Please check if your code is different.

my code is the same

 

This is my cron settings:

cron.png.2a711d583171defe89b458c7ab20d598.png

Edited by DieHard

1 hora atrás, DieHard disse:

my code is the same

 

This is my cron settings:

cron.png.2a711d583171defe89b458c7ab20d598.png

If your code is the same, notice that something is wrong. Note that there is no Week option. The first option is Month and set to 7 days.
Run a test on your website, note that when purchasing any subscription package, even if you have set it to expire in 90 days, after approving the Offline payment, it will show the expiration in 7 days.

36 minutes ago, julianocunha said:

If your code is the same, notice that something is wrong. Note that there is no Week option. The first option is Month and set to 7 days.
Run a test on your website, note that when purchasing any subscription package, even if you have set it to expire in 90 days, after approving the Offline payment, it will show the expiration in 7 days.

I do not use Offline payment

am looking specifically for all the laraclassifier-v1420 plugins alone any help would be appreciated,, i already have the script file but no extra pluggins inside it ..

4 hours ago, vladimirb1 said:

impossibile installare ottenere 500

2024-05-19_114513.png

modifica quel file elimandando la scritta al numero 300, salvi e poi ti farà fare listallazione pulita

18 часов назад, Gio Eva сказал:

modifica quel file elimandando la scritta al numero 300, salvi e poi ti farà fare listallazione pulita

it's no work, error php code

Why does this error always happen 

500

 Internal Server Error

Undefined array key "allows_null"

 

 

Edited by my games jo

36 минут назад, my games jo сказал:
Why does this error always happen 

500

 Internal Server Error

Undefined array key "allows_null"

 

 

yes same here 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Latest Updated Files