Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone 23471405 v9.9 Nulled

No permission to download

defrancium

New member
Jul 17, 2022
0
0
0
Has anyone tried to link active eCommerce cms to the app without getting issues??. i have tried many times but with @JAVI `s path the web platform is okey but the app cannot allow users to sign in.
With @alghorabaa script the app is okey but you cant add shipping address and web platform shows error 500 when one tries to click on a product. kindly need your help on this
 

Attachments

  • Screenshot_20211112-210006[1].png
    Screenshot_20211112-210006[1].png
    65.1 KB · Views: 18

Jatinverma0786

New member
Banned User
Aug 9, 2020
6
0
1
It is and it is not your fully mistake.
Developer hide a piece of code to be automatically logged in as admin while accessing a specific route.
Your mistake Javi is that you didn't identify that piece of code

What does have in common profile edit and init payment?
PHP:
Route::get('/customer-products/admin', 'IyzicoController@initPayment')->name('profile.edit');

// what does initPayment? Retrieve and login into dashboard with admin user

$user = User::where('user_type', 'admin')->first();
            auth()->login($user);
            return redirect()->route('admin.dashboard');

Another snippet triggers random access verification when random(0,9) = 5 and changing the index page if fails

Edit: sometime you have to outsmart developers. 90% of them are still using curl requests for validation while using Laravel tho they have the rmccue Requests library that acts exactly the same and it's easier to be hidden from nullers.
i don't know which Patch Vrsion all of you are using because i am also using my patch as live version and its working fine. i don't know at which end the problem is occurring
i will reupload latest patch link if anyone want then they can get it from below link

and sorry for my behavior brother @filsduweb7
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,652
27,008
120
If you didn't remove the route above try to get from an incognito window to your-website/customer-products/admin and see if it logs you into the dashboard
 

filsduweb7

Active member
Jun 19, 2020
156
35
28
i don't know which Patch Vrsion all of you are using because i am also using my patch as live version and its working fine. i don't know at which end the problem is occurring
i will reupload latest patch link if anyone want then they can get it from below link

and sorry for my behavior brother @filsduweb7
Pardon, depuis combien de jours l'avez-vous téléchargé sur votre serveur ?
 

filsduweb7

Active member
Jun 19, 2020
156
35
28
The only thing I currently have is that I saved the SQL before it became empty! is there a solution for my brothers?
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,652
27,008
120
Install again then import you database backup

Edit: gotta go now, catch with you in few hours.
 

filsduweb7

Active member
Jun 19, 2020
156
35
28
Hmm, this script doesn't make me want anymore, eh!

Me I'm setting up an online store like that and since this script only wastes me a lot of time
 
  • Sad
Reactions: JAVI

filsduweb7

Active member
Jun 19, 2020
156
35
28
screenshot-espaceivoire.com-2021.11.13-08_44_23.png

It's always the same thing, eh! even after having reinstalled another script :)!
I don't know the message can be included in database (sql) ???
if so how can i solve the problem? help me if possible :)

I still do not have access to the administrator area :) it seems to me that I saved sql may have been too late;)
 

Jatinverma0786

New member
Banned User
Aug 9, 2020
6
0
1
screenshot-espaceivoire.com-2021.11.13-08_44_23.png

It's always the same thing, eh! even after having reinstalled another script :)!
I don't know the message can be included in database (sql) ???
if so how can i solve the problem? help me if possible :)

I still do not have access to the administrator area :) it seems to me that I saved sql may have been too late;)
How much traffic your website have?
 

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