Dirobyte
Verified
Since Mar 2025
Followers 0
Lovely mr baldy
Profile
Message
All Products
About
Reviews
Search store
Category
All
Agriculture & Industrial
Electronics & Gadgets
Fashion & Beauty
Health & Personal Care
Home & Furniture
Jobs & Services
Kids & Babies
Others
Real Estate & Property
Sports & Outdoors
Vehicles & Automotive Cars
Min ₦
Max ₦
Sort
Newest
Price: Low → High
Price: High → Low
Apply
happy
₦100,000
Horizon
₦63
sdvlkjbfl
₦75,585,785
abuja
flds;vdclsack;
₦56,463,546
lagos
goldmdlkb
₦6,868
oghara
About Dirobyte
Lovely mr baldy
On Dirosales since Mar 2025
Reviews are coming soon. (We can wire this to a `store_reviews` table with ratings, comments, photos.)
Follow
Share
Welcome Back
Login
Or continue with
Google
Facebook
Forgot Password?
Create a new account
By continuing you agree to the
Terms
and
Policies
.
(function(){ // Follow/Unfollow (requires /api/store-follow.php to be implemented) var btn = document.getElementById('followBtn'); if (btn) { btn.addEventListener('click', function(){ if (btn.disabled) return; // If not logged in, open login modal if exists; else go to /login.php var modal = document.getElementById('loginModal'); if (modal) { var t = document.querySelector('[data-bs-target="#loginModal"]'); if (t) t.click(); else window.location.href = '/login.php'; } else { window.location.href = '/login.php'; } return; var endpoint = btn.getAttribute('data-endpoint') || '/api/store-follow.php'; var storeId = btn.getAttribute('data-store'); var following = /bookmark-check/.test(btn.innerHTML); var action = following ? 'unfollow' : 'follow'; btn.disabled = true; fetch(endpoint, { method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded' }, body: 'action=' + encodeURIComponent(action) + '&store_id=' + encodeURIComponent(storeId) }) .then(function(r){ return r.ok ? r.json() : Promise.reject(); }) .then(function(json){ if (json && json.success) { // Toggle state following = !following; btn.innerHTML = '
' + (following ? 'Following' : 'Follow') + '
'; } else { alert((json && json.message) || 'Could not update follow.'); } }) .catch(function(){ alert('Network error updating follow.'); }) .finally(function(){ btn.disabled = false; }); }); } // Share var shareBtn = document.getElementById('shareBtn'); var shareBtnTop = document.getElementById('shareBtnTop'); function handleShare(btn){ var shareUrl = window.location.href.split('#')[0]; var title = document.title; if (navigator.share) { navigator.share({ title: title, url: shareUrl }).catch(function(){}); } else if (navigator.clipboard) { navigator.clipboard.writeText(shareUrl).then(function(){ btn.textContent = 'Link copied!'; setTimeout(function(){ btn.innerHTML = '
Share'; }, 1200); }); } } if (shareBtn) { shareBtn.addEventListener('click', function(){ handleShare(shareBtn); }); } if (shareBtnTop) { shareBtnTop.addEventListener('click', function(){ handleShare(shareBtnTop); }); } } else { navigator.clipboard && navigator.clipboard.writeText(shareUrl).then(function(){ shareBtn.textContent = 'Link copied!'; setTimeout(function(){ shareBtn.innerHTML = '
Share'; }, 1200); }); } }); } })();