• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
Pickbazar - Multivendor Laravel Ecommerce React, Next Js, GraphQL & REST API

NULLED Pickbazar - Multivendor Laravel Ecommerce React, Next Js, GraphQL & REST API 11.10.0 NULLED

raz0r updated Pickbazar - Multivendor Laravel Ecommerce React, Next Js, GraphQL & REST API with a new update entry:

Pickbazar Laravel 11.10.0 NULLED

LINK PROTECTION PASSWORD FOR THIS UPDATE


v11.10.0 13 May 2024-Toasts issue fixed in shop update [issue fixed]
-Transferred shop request status update functionality update [feature update]
-Transferred shop status update button enable/disable functionality update [issue fixed]

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
  • Like
  • Love
Reactions: yos12, hardihardi and terabox
backendView attachment 29626
Post automatically merged:

install success, but when entering the admin, it appears on the license verification screen
for GraphQL open file admin\graphql\src\pages\verify-license.tsx
find code:
Code:
  const [verifyLicenseKey, { loading: isLoading }] = useLicenseKeyMutation({
    onCompleted: () => {
      toast.success(
        t('common:PICKBAZAR_MESSAGE.LICENSE_VERIFIED_SUCCESSFULLY'),
      );
      setTimeout(() => router.replace(Routes.dashboard), 700);
    },
    onError: () =>
      toast.error(t('common:PICKBAZAR_MESSAGE.INVALID_LICENSE_KEY')),
  });
replace with
Code:
    const [verifyLicenseKey, { loading: isLoading }] = useLicenseKeyMutation({
      onCompleted: () => {
        t('common:PICKBAZAR_MESSAGE.LICENSE_VERIFIED_SUCCESSFULLY');
        setTimeout(() => router.replace(Routes.dashboard), 700);
      }
    });
then enter 36 digits in license field

for REST open file admin\rest\src\data\user.ts
find and delete code:

Code:
        if (err.response?.status === 417) {
          router.replace(Routes.verifyLicense);
          return;
        }
 
raz0r 's signature
Reacted by:
  • Like
Reactions: terabox
for GraphQL open file admin\graphql\src\pages\verify-license.tsx
find code:
Code:
  const [verifyLicenseKey, { loading: isLoading }] = useLicenseKeyMutation({
    onCompleted: () => {
      toast.success(
        t('common:PICKBAZAR_MESSAGE.LICENSE_VERIFIED_SUCCESSFULLY'),
      );
      setTimeout(() => router.replace(Routes.dashboard), 700);
    },
    onError: () =>
      toast.error(t('common:PICKBAZAR_MESSAGE.INVALID_LICENSE_KEY')),
  });
replace with
Code:
    const [verifyLicenseKey, { loading: isLoading }] = useLicenseKeyMutation({
      onCompleted: () => {
        t('common:PICKBAZAR_MESSAGE.LICENSE_VERIFIED_SUCCESSFULLY');
        setTimeout(() => router.replace(Routes.dashboard), 700);
      }
    });
then enter 36 digits in license field

for REST open file admin\rest\src\data\user.ts
find and delete code:

Code:
        if (err.response?.status === 417) {
          router.replace(Routes.verifyLicense);
          return;
        }
I'm using rest, it keeps reloading the page all the time
 
Reacted by:
This user BANNED from NullCave forum!
This procedure not working sir



for REST open file admin\rest\src\data\user.ts
find and delete code:

Code:
if (err.response?.status === 417) {
router.replace(Routes.verifyLicense);
return;
}
 
Reacted by:
This procedure not working sir



for REST open file admin\rest\src\data\user.ts
find and delete code:

Code:
if (err.response?.status === 417) {
router.replace(Routes.verifyLicense);
return;
}
Ok, then give me some time, will look later.
 
raz0r 's signature
Reacted by:
  • Like
Reactions: terabox and enigmagirl
This was the toughest one among scripts that i nulled, Daaammmnnn, but at last I nulled it fully. Great job providing this service @raz0r , you have a big heart.

1727391035230.png
 
Reacted by:
Top