Eckmars Dark Web Marketplace Script Latest Version

$150.00

1. If you’ll leave us feedback with a video AKA “Vouch” you will get 10% ($15) cashback in BTC for this product.

2. Once you place the order please wait 2 hours for us to process your order.

Buy Eckmars Dark Web Marketplace Script Latest VersionEckmars Dark Web Marketplace Script Latest Version for sale

 

PLEASE READ THIS CAREFULLY 

This is a listing for “Eckmar’s Marketplace Script” that we purchased for $599 through the link below:

https://bitcointalk.org/index.php?topic=5124640.0 (link will open in a new window)

If you are looking to operate your own Dark Web Marketplace then this script is a must-have we can sell this to you for $150 only, we can also set that up for you for FREE of cost on your server if required.

WHAT ARE THE SERVER REQUIREMENTS? 

  • VPS with at least 2GB of RAM
  • Daemon for each coin that is enabled on the marketplace

Server requirements: (what software is needed on VPS)

  • PHP 7 (recommended and tested on 7.2)
  • SQL Database (MySQL, PostgreSQL, SQLite, SQL Server)
  • Elasticsearch (Search interface that will keep track of search records and provide great search performance)
  • Redis (Optional, but will greatly increase app performance)

Eckmar’s Dark Web Marketplace Script (Latest Version)

WHAT ARE THE FEATURES? 

CATEGORIES

The category system is very dynamic. Categories can be nested indefinitely. Creating, deleting and editing of categories is handled in the admin panel.

DETAILED HOME PAGE

There is a placeholder text on the home page at the moment that will represent the most important features of your marketplace.

On top of that, all users can see Top Vendors (Vendors with most sales), Latest Orders (Products of orders completed most recently, as well as order value, but no information about buyer or seller), Rising Vendors (Vendors with most sales in the specified time frame, defaults to 7 days).

Official mirrors are a place where you can specify on what other links your website can be reached.

PASSWORD RESET

Password can be reset with PGP Key added on account (more about PGP below) or with a Mnemonic key provided during signup. The mnemonic key is shown only once and should be written down on paper. During signup, it is hashed (bcrypt) instantly and only stored in operating memory for a short time during display after which is cleared from memory manually as an addition to automatic PHP Garbage Collection.

PGP

Each user can add their PGP key which is used for multiple features. Vendors must have PGP and 2FA enabled before they are allowed to upgrade from user to vendor status. If you have an active PGP key you can reset your password with it or enable 2FA for your login. Each PGP key must be confirmed before is linked to the account, and if you want to add a new key you must first sign a message from the old one.
Messages can also be encrypted with the user’s PGP key if its present (this is not enforced, its user’s choice).

2FA (Two-Factor Authentication)

If the user has a PGP key linked to their account, they can enable 2FA. If enabled, log in to the marketplace will be prevented unless a randomly generated message is signed from the key.

WISHLIST

Buyers do not need to save product links for later. On each product, there is an “Add to wishlist” button that can be used, and they are stored in the user’s personal list for later.

VENDORS

Normal users cannot post products on the Marketplace. In order to post products, you must become a vendor. Before you can upgrade you must have PGP key and 2FA Enabled in your profile. Vendor prices can be set in the marketplace config. The vendor can use any of the coins available to purchase vendor status. Out of each vendor sale, a percentage of sale value goes to marketplace addresses.

Vendor profile customization

Vendors are able to customize their profile with pre-defined profile backgrounds and short personal description.

Vendor levels and XP

Each new vendor starts at Level 0 and progresses further based on performance. XP and the Amount of levels are dynamic and configurable. Multipliers determine how much XP is granted to/taken from vendors for each action. XP is granted/taken by the formula: USDvalue*multiplier
Example:
product_delivered multiplier is 20
USD value of the product is 100$
When the vendor successfully delivers the product, he will receive 100*20=2000 XP
This is an example from the experience config file:

Code:
    'multipliers' => [
        'product_delivered' => 10,
        'product_dispute_lost' =>20,
        // How much XP per star (given/taken based on feedback type)
        'feedback_per_star' => 2,
        // how much XP per USD value of transaction (given/taken based on feedback type)
        'feedback_per_usd' => 5,
    ]

Feedback

After each completed purchase, vendors are able to leave feedback. Feedback types are Positive, Neutral and Negative and they will affect vendor score as well as product score.

MULTIPLE COINS

Probably the most important system is the Coin System. Its completely dynamic, which means new coins can be added at any time. The standard version of the marketplace comes with Bitcoin and Monero included. For each coin added, in marketplace config, there can be set an unlimited amount of marketplace addresses (used for receiving fees from purchases), and in case more than one address is present, the address for receiving fees will be chosen randomly (for each purchase).

PRODUCT TYPES

There are two product types. Physical and Digital products. Based on the type, different options are displayed during product creating and purchase.

Both Digital and Physical products support offers and custom units of measure (Item, kg, gram, piece …). With offers, vendors can give discounts on purchases based on quantity. For example:

The price for 1 product is 100$
The price of 10 products is 90$
The price for 20+ products is 80$
Each of those is considered an offer and can be added/removed at any time.

Digital products support automatic delivery which is optional. If checked, the autofill system is used. Each line in the text area is treated as a single item and will be the product’s quantity. It will be instantly sent to the user upon purchase.

Physical products have delivery options. Each delivery option consists of: Name, Price, Expected delivery duration, Minimum quantity for delivery, Maximum Quantity for delivery. Physical products can also include/exclude countries from shipping.

MARKDOWN STYLING

Instead of just plain text, product description and rules support markdown styling. Every tag is supported except URL tag.

PURCHASING

When the user chooses to purchase any product, he is able to pay with any coin supported by the market (and vendor, since vendors can choose which coins they want on each product). There are no wallets or anything similar. Users do not need to keep money on the marketplace at all times. For each purchase random address is generated, and its use for that purchase only.

ESCROW

Escrow is present on every purchase by default. Upon purchase, a marketplace address is generated that will hold funds. If the purchase is completed if it’s marked as delivered or dispute is resolved. If the buyer is unhappy with the purchase he can open a dispute and potentially (based on the admin’s decision) get his money back. Upon purchase completion, based on the result money will be sent from the temporary purchase address to the buyer/vendor and to one of the marketplace holding addresses.

CART

If the user wants to buy more than one product (maybe from different sellers too), they can add them all to a cart and then checkout only once.

MESSAGES

The most important feature of messages is security. Marketplace uses the latest algorithms and standards in Public Key Cryptography (like XChaCha20-Poly1305-IETF) to encrypt messages between users. Upon registration, Public and Private keys are created for each user. Based on the user’s password an encryption key is derived, and that key is used to encrypt the Private key, while Public Key is exposed. When user A whats to send a message to user B, a key exchange happens. User A encrypts the message with User B’s public key, and that message is stored in the database. Only user B can read that message when he logs in and decrypts his messages with a password. This system makes messages secure and unreadable by anyone, including marketplace administrator or basically anyone who can possibly get access to the database.

Messages are organized in conversations. Multiple conversations can be started at the same time.

NOTIFICATIONS

Users will get notifications for most actions that happen in the marketplace regarding them. Some of the examples are New message, Purchase status update (product sent, product delivered, etc.), Vendor actions (Feedback), and so on. They can be read in the User Account Panel and deleted at any time.

BITMESSAGE

The marketplace can possibly connect to Bitmessage daemon. If connected, users can choose to add their Bitmessage addresses and get their notifications forwarded there. This means they will still get notifications even if they are not currently logged in, and they don’t need to refresh anything. Before being able to forward notifications, Bitmessage addresses must be confirmed first.

JAVASCRIPT WARNING

An optional warning can be enabled in the marketplace config. If a visitor has JavaScript enabled, a message will be displayed notifying them about security issues.

SUPPORT

Users can open support tickets regarding any problem they encounter. Administrators/Moderators will see these tickets in the admin panel and can reply, or close them.

ADMIN PANEL

Most of the stuff happening on the marketplace can be viewed directly on the admin panel. Administrators can access every feature on the admin panel.

MODERATORS

A modular permission system is currently supported, which means admins can give/take some access to moderators (For example, support staff can only answer tickets and resolve disputes, the community manager can only send mass messages, etc.). Currently supported features:

  • Index – Basic information
  • Categories – Add/Edit/Remove Categories
  • Mass Messages – Ability to send messages to users by the marketplace (Can be filtered to user groups)
  • Users – View users, search, filter, and edit each user individually.
  • Products – View, search, filter by user, or edit product
  • Log – Activity log of all Administrators/Moderators inside Admin Panel Example:
Code:
User: eckmar Type: change Description: Administrator status taken from user Performed on: exampleUser123 Date: 2019-03-20 11:36:52
  • Bitmessage – Status of Bitmessage service (performs test), and view of marketplace bitmessage address
  • Disputes – View and resolve purchase disputes
  • Tickets – View and resolve support tickets
  • Purchases – List of all purchases
  • Vendor Purchases – List of vendor purchases

SUPPORTED COINS

The marketplace currently supports these coins:

  • Bitcoin – Included in the standard version
  • Monero – Included in the standard version
  • Litecoin
  • DASH
  • PIVX
  • Verge
  • Bitcoin Cash

INSTALLATION:

Marketplace installation instructions are included. These are not 100% copy paste but they do explain how must of the things work in detail.

 HOW LONG WILL THE DELIVERY TAKE? 

We take up to a maximum of 2 hours to process this order that’s AFTER you make the payment, we cannot make it any quicker there is no exception to this, please don’t ask.

If you want we can set this script up for you for FREE of cost on your server.

Any questions? Please Contact Us after placing your order.

Sometimes things can go wrong unexpectedly, although it’s rare it does happen from time to time, if this happens in your case please inform us and we will remedy the problem.

 OUR TERMS FOR THIS: 

You will be covered under our guarantee if something goes wrong and that is not your fault, just talk to us.

Reviews

There are no reviews yet.

Be the first to review “Eckmars Dark Web Marketplace Script Latest Version”

Your email address will not be published. Required fields are marked *

Shopping Basket
Eckmars Dark Web Marketplace Script Latest Version
$150.00