[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: AccountMenuComponent.vue
<template> <div class="py-6 lg:rounded-2xl lg:shadow-card bg-white"> <div class="flex flex-col items-center justify-center mb-5"> <RouterLink to="#" class="w-20 h-20 mb-3 rounded-full border border-primary"> <img :src="profile.image" alt="avatar" class=" w-full h-full object-cover rounded-full border-2 border-white"> </RouterLink> <h3 class="capitalize text-lg font-semibold text-center mb-0.5">{{ profile.name }}</h3> <p class="text-center text-text" v-if="profile.phone">{{ profile.country_code }}{{ profile.phone }}</p> </div> <nav class="flex flex-col"> <router-link class="profile-link font-medium flex items-center gap-4 capitalize py-3 px-4 group hover:text-primary transition-all duration-500" :to="{ name: 'frontend.account.overview' }"> <i class="lab lab-fill-dashboard text-[#A0A3BD] group-hover:text-primary transition-all duration-500"></i> <span>{{ $t('menu.overview') }}</span> </router-link> <router-link class="profile-link font-medium flex items-center gap-4 capitalize py-3 px-4 group hover:text-primary transition-all duration-500" :to="{ name: 'frontend.account.orderHistory' }"> <i class="lab lab-fill-bag text-[#A0A3BD] group-hover:text-primary transition-all duration-500"></i> <span>{{ $t('menu.order_history') }}</span> </router-link> <router-link class="profile-link font-medium flex items-center gap-4 capitalize py-3 px-4 group hover:text-primary transition-all duration-500" :to="{ name: 'frontend.account.returnOrders' }"> <i class="lab lab-fill-refresh text-[#A0A3BD] group-hover:text-primary transition-all duration-500"></i> <span>{{ $t('menu.return_orders') }}</span> </router-link> <router-link class="profile-link font-medium flex items-center gap-4 capitalize py-3 px-4 group hover:text-primary transition-all duration-500" :to="{ name: 'frontend.account.accountInfo' }"> <i class="lab lab-fill-user text-[#A0A3BD] group-hover:text-primary transition-all duration-500"></i> <span>{{ $t('menu.account_info') }}</span> </router-link> <router-link class="profile-link font-medium flex items-center gap-4 capitalize py-3 px-4 group hover:text-primary transition-all duration-500" :to="{ name: 'frontend.account.changePassword' }"> <i class="lab lab-fill-key text-[#A0A3BD] group-hover:text-primary transition-all duration-500"></i> <span>{{ $t('menu.change_password') }}</span> </router-link> <router-link class="profile-link font-medium flex items-center gap-4 capitalize py-3 px-4 group hover:text-primary transition-all duration-500" :to="{ name: 'frontend.account.address' }"> <i class="lab lab-fill-location text-[#A0A3BD] group-hover:text-primary transition-all duration-500"></i> <span>{{ $t('menu.address') }}</span> </router-link> </nav> </div> </template> <script> export default { name: "AccountMenuComponent", data() { return { image: "", name: "", phone: "", }; }, computed: { profile: function () { return this.$store.getters.authInfo; }, } }; </script>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.85 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285