Bitcoin Forum
June 20, 2024, 11:53:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: onion marketplace script tor script onion developer  (Read 200 times)
tordeveloper (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
February 10, 2020, 07:16:09 AM
Last edit: November 26, 2023, 03:17:08 AM by tordeveloper
 #1

onion marketplace script tor developer

onion eCommerce Marketplace Script V1<br>This is a complete rewrite of my old script:&nbsp; onion eCommerce Marketplace Script. The two share some similarities (functional), but a new version is written from scratch, meaning no code is shared between them.

Contact details


Demo website link onion eCommerce Marketplace Script https://darkwebdeveloper.com/shop/
Telegram:@develoerhacker(Best way to reach me)
Bitcointal https://bitcointalk.org/index.php?action=profile Private Message




About script


onion eCommerce Marketplace Script v1 is also written in PHP with Laravel framework. It is using the latest standards for encryption (like Sodium library) and security. Its made without the use of JavaScript, so its optimized for TOR, but can also be run normally like any other web app (as you can see on demo).


Requirements





<ul><li>VPS with at least 2GB of RAM</li><li>Daemon for each coin that is enabled on marketplace</li></ul>



Server requirements:&nbsp;(what software is needed on VPS)<br>


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



Features


Categories<br>Category system is very dynamic. Categories can be nested indefinitely. Creating, deleting and editing of categories is handled in admin panel.


Detailed home page<br>There is placeholder text on the home page at the moment that will represent the most important features of your marketplace.<br>On top of that, all users can see Top Vendors (Vendors with most sales), Latest Orders (Products of orders&nbsp;completed&nbsp;most recently, as well as order value, but no information about buyer or seller), Rising Vendors (Vendors with most sales in specified time frame, defaults to 7 days).<br>Official mirrors are a place where you can specify on what other links your website can be reached.


Password reset<br>Password can be reset with PGP Key added on account (more about PGP below) or with 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 the short time during display after which is cleared from memory manually as an addition to automatic PHP Garbage Collection.


PGP<br>Each user can add their on 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 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 account, and if you want to add new key you must first sign a message from the old one.<br>Messages can also be encrypted with user's PGP key if its present (this is not enforced, its user's choice).


<figure class="wp-block-image size-large"><img src="https://tor.wittyanswer.com/wp-content/uploads/2020/01/Screenshot-2020-01-03-at-10.24.26-PM-1-1024x517.png" alt="" class="wp-image-754"/></figure>



2FA (Two-Factor Authentication)


If user has PGP key linked to their account, they can enable 2FA. If enabled, log in to 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 "Add to wishlist" button that can be used, and they are stored in user's personal list for later.


Vendors


Normal users cannot post products on Marketplace. In order to post products you must become vendor. Before you can upgrade you must have PGP key and 2FA Enabled in your profile. Vendor price can be set in 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.


<em>Vendor profile customization</em>


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


<em>Vendor levels and XP</em>


Each new vendor starts at Level 0 and progresses further based on performance. XP and the Amount of levels is dynamic and configurable. Multipliers determine how much XP is granted to/taken from vendors for each action. XP is granted/taken by formula: USDvalue*multiplier<br>Example:<br>&nbsp;&nbsp; &nbsp; product_delivered multiplier is 20<br>&nbsp;&nbsp; &nbsp; USD value of product is 100$<br>&nbsp;&nbsp; &nbsp; When vendor successfully delivers product, he will receive 100*20=2000 XP<br>&nbsp;&nbsp; &nbsp; This is an example from experience config file:<br><code>Code:&nbsp; &nbsp;'multipliers' =&gt; [<br>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;'product_delivered' =&gt; 10,<br>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;'product_dispute_lost' =&gt;20,<br>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;// How much XP per star (given/taken based on feedback type)<br>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;'feedback_per_star' =&gt; 2,<br>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;// how much XP per USD value of transaction (given/taken based on feedback type)<br>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;'feedback_per_usd' =&gt; 5,<br>&nbsp;&nbsp; &nbsp;]</code><br><em>Feedback</em>


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 Coin System. Its completely dynamic, which means new coins can be added at any time. Standard version of marketplace comes with Bitcoin and Monero included. For each coin added, in marketplace config there can be set unlimited amount of marketplace addresses (used for receiving fees from purchases), and in case more than one address is present, address for receiving fee will be choosen randomly (for each purchase).


Product types<br>There are two product types. Physical and Digital products. Based on the type, different options are displayed during product creating and purchase.<br>Both Digital and Physical products support offers and custom units of measure (Item, kg, gram, piece ...). With offers, vendors can give discounts on a purchase based on quantity. For example:<br>Price for 1 product is 100$<br>Price for 10 products is 90$<br>Price for 20+ products is 80$<br>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 textarea is treated as a single item and will be the product's quantity. It will be instantly sent on 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<br>Instead of just plain text, product description and rules support markdown styling. Every tag is supported except URL tag.


Purchasing


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


Escrow


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

<!-- wp:image {"id":756,"sizeSlug":"large"} -->
<figure class="wp-block-image size-large"><img src="https://tor.wittyanswer.com/wp-content/uploads/2020/01/Screenshot-2020-01-03-at-10.23.51-PM-1-1024x475.png" alt="" class="wp-image-756"/></figure>
<!-- /wp:image -->


Cart


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


Messages


Most important feature of messages is security. Marketplace uses latest algorithms and standards in Public Key Cryptography&nbsp;(like<em>&nbsp;XChaCha20-Poly1305-IETF</em>)&nbsp;to encrypt messages between users. Upon registration, Public and Private keys are created for each user. Based on user's password an encryption key is derived, and that key is used to encrypt Private key, while Public Key is exposed. When user A whats to send message to user B, a key exchange happens. User A encrypts message with User B's public key, and that message is stored in database. Only user B can read that message when he logs in and decrypts his messages with 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 on marketplace regarding them. Some of the examples are: New message, Purchase status update (product sent, product delivered etc.), Vendor actions (Feedback) and so on.<br>They can be read in User Account Panel and deleted at any time.


Bitmessage


Marketplace can possibly connect to Bitmessage daemon. If connected, users can chose 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.<br>Before being able to forward notifications, Bitmessage addresses must be confirmed first.


JavaScript Warning


Optional warning can be enabled in marketplace config. If 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 this tickets in admin panel and can reply, or close them.


Admin Panel


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


<em>Moderators</em><br>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, community manager can only send mass messages etc.). Currently supported features:





<ul><li>Index - Basic information</li><li>Categories - Add/Edit/Remove Categories</li><li>Mass Messages - Ability to send messages to users by marketplace (Can be filtered to user groups)</li><li>Users - View users, search, filter, and edit each user individually.</li><li>Products - View, search, filter by user, or edit product</li><li>Log - Activity log of all Administrators/Moderators inside Admin Panel Example:</li></ul>






<ul><li>Bitmessage - Status of Bitmessage service (performs test), and view of marketplace bitmessage address</li><li>Disputes - View and resolve purchase disputes</li><li>Tickets - View and resolve support tickets</li><li>Purchases - List of all purchases</li><li>Vendor Purchases - List of vendor purchases</li></ul>



Supported coins


Marketplace currently supports these coins:





<ul><li>Bitcoin - Included in standard version</li><li>Monero - Included in standard version</li><li>Litecoin</li><li>DASH</li><li>PIVX</li><li>Verge</li><li>Bitcoin Cash</li></ul>



Installation


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


Selling terms and conditions:<br>


<ul><li>I'm selling the only script, I will help you install it with extra charges, edit it or whatever you want to do after you purchase it (I can do this for the right price and if I have time, contact me to check)</li><li>After purchase, you cannot resell or share this script</li><li>Script is tested for bugs but In case you find any, or any error in code it will be fixed with no additional charge</li><li>I will not give you files first in any case. I don't care who you are, if you don't trust me we will use escrow</li><li>In case of escrow I will deal only with bitcointalk trusted escrow (You can find list&nbsp;<a href="https://bitcointalk.org/index.php?topic=2439910.0">here</a>)</li><li>Price stated below is for one copy of the script, which means I intend to sell it multiple times. In case you want to be the only buyer please contact me</li></ul>



<a href="https://darkwebdeveloper.com/shop/">DEMO LINK</a>


Current price is: 1400$ in BTC equivalent;(please note that this can be changed at any time)<br>For this price, you get a standard version of the marketplace with two coins (Bitcoin and Monero). If you want additional coins, they are charged separately.<br>Litecoin, DASH, PIVX are 50$ each, Verge is 60$ and Bitcoin Cash is 90$


Multi-Currency Module<br>Default marketplace currency is USD (converted to crypto at the moment of purchase). This module allows user to select local currency in profile (EUR, GBP, JPY...) and every price on marketplace will be converted to that. This module is optional and priced at 100$


There is 100$ discount available for anyone who bought original script&nbsp;onion eCommerce Marketplace Script<br>In order to apply for a discount, you must sign a message from an address that sent coins for purchase.


Contact details<br>


<ul><li>Telegram:&nbsp;@develoerhacker &nbsp;(Best way to reach me)</li><li>Bitcointalk <a href="https://bitcointalk.org/index.php?action=profile">Private Message</a></li></ul>
Shonis
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
February 10, 2020, 02:37:31 PM
 #2

hello pm me
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!