Board Digital goods
Topic OP
Tor Crypta XMR Multivendor marketplace PHP Laravel Script by
on
28/12/2023, 15:48:33 UTC Tor Crypta XMR Multivendor marketplace PHP Laravel secure Script with future update
Payment accepted :
Any Crypto and other debit credit card
Contact :
https://botdigit.com/item/tor-crypta-xmr-multivendor-marketplace
https://botdigit.com/item/tor-crypta-xmr-multivendor-marketplace
Tor Crypta - Documentation
Authentication:
Login: Allows users to log in.
Registration: Enables new user registration.
Reset Password: Functionality to reset user passwords.
Logout: Logs out the authenticated user.
Two-Factor Authentication: Additional security layer for certain routes.
User Related:
Settings:
Change Avatar
Change Password
Change PIN
Change Currency
Backup Wallet
Two-Factor Authentication
Change PGP Key (Verification Code, Confirmation, and Cancellation)
Account Index: Displays user account information.
Transfer & Withdraw: For account transactions.
Conversations & Messages: Communication features between users.
Favorites: Add or remove products to/from favorites.
Orders History & Statuses: View user's order history with different statuses.
Statistics: Displays user-specific statistics.
Affiliate: Affiliate-related functionalities.
Notifications: View and manage user notifications.
PGP Key: View user's PGP key details.
Seller Related:
Become a Seller: Allows users to become sellers.
Seller Dashboard: Dashboard specific to sellers.
Sales: View sales with different statuses.
Staff Related:
Notices: Viewing, Adding, Editing, and Deleting notices.
Products Management: View, feature/unfeature products.
Disputes: Handling disputes between users.
Reports: Viewing and deleting reports.
Support Handling: Managing user help/support requests.
Resolving Disputes: Specific actions related to dispute resolution.
Mass Messaging: Sending mass messages.
Admin Related:
Dashboard: Admin-specific dashboard.
Categories Management: View, Add, Edit, and Delete categories.
Users Management: View and Edit user details.
Exit Button: Functionality for exiting certain admin-related functionalities.
Product Related:
Images: View, Add, and Delete product images.
Offers: Add and Delete product offers.
Deliveries: Add and Delete delivery options.
Product Information: View and Add product information.
Delete Product: Functionality to delete a product.
Order Related:
View Order: Display details of a specific order.
Submit Feedback: Allows submitting feedback for an order.
Dispute Messaging: Sending messages related to a dispute.
Finalize Order Early: Option to finalize orders before completion.
Change Order Status: Functionality to change the status of an order.
Features:
Authentication and Security:
Multi-factor authentication.
PGP key integration for encrypted communication.
Two-factor authentication for enhanced security.
User Management:
User profile settings with customizable options.
Account transaction history and statistics.
Affiliate program functionality.
Seller Dashboard:
Tools for managing sales, products, and public profiles.
Option for users to become sellers.
Staff and Admin Tools:
Staff dashboard for handling disputes, managing reports, and supporting users.
Admin panel with control over categories, user management, and platform settings.
Product Management:
Multi-image support for products.
Offers, deliveries, and product information management.
Order Processing:
Detailed order view with feedback submission and dispute handling.
Early finalization of orders and status updates.
Version: 8
Changelog
Version 8.0 – Nov 30, 2023
- Revamp admin theme, make it super beautiful.
- Improve core code and performance
- Make it easier to customize
Version 8.83.27 – Oct 19, 2023
- Implement DDosFilter middleware for DDoS protection
- Add server load monitoring feature using sys_getloadavg() function
- Fix theme UI issues
Authentication and User Management:
User authentication routes include login, registration, password reset, logout, two-factor authentication verification, and master key management.
Users can set and manage their PGP keys after authentication and two-factor verification.
Various user settings management routes are provided, including changing avatars, passwords, PINs, currencies, backup wallets, two-factor authentication settings, and PGP key changes.
Users can manage their account activities like transfers, withdrawals, conversations, favorites, orders, history, statistics, affiliate settings, notifications, and PGP key viewing.
Seller-specific functionalities include becoming a seller, managing the seller dashboard, and handling sales.
Staff-specific functionalities include managing notices, products, disputes, reports, support requests, resolving disputes, mass messaging, etc.
Admin-specific functionalities include managing the admin dashboard, categories, users, and exit button.
Product and Order Management:
Product-related functionalities include managing images, offers, deliveries, and product information. Also, there's an option to delete products.
Orders can be viewed in detail, feedback can be submitted, dispute messages can be created, orders can be finalized early, and order statuses can be changed.
DDosFilter Middleware:
This middleware checks the server load average before allowing access to routes.
If the server load is above a defined threshold, it displays an error page indicating high load (503 error).
It also verifies if the user has already passed the DDos verification by checking a session variable. If not, it redirects to an anti-DDos page.
Documentation:
The provided code focuses on implementing a multi-functional e-commerce platform with user authentication, role-based access control (user, seller, staff, admin), product management, order handling, and security measures against DDoS attacks.
Each section of the codebase contains specific functionalities related to different user roles and aspects of the e-commerce platform.