• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

How we can replicate or achieve this website service

Shandar

Active member
Oct 31, 2020
273
91
28
Earth
Hello, first of all, i hope that all members are fine !
thank you for reading my thread,
for people who don't know toolsminati ( toolsminati.co ) it's a service that ofer many tools like ( envato elements, shuterstock, semrush, netflix, amazon prime, placeit, & many other website ) you need to purchace subscription & install chrome extension & use all this paid service like you have an account.

how it work ? any exemple or github repository im interested to know how it work.

Thank you :D
 
  • Like
Reactions: Syntaxbyte
Any Wordpress theme with woocommers or any digital store theme it don’t matter what your selling
but when you login on ther website & click on envato you connection to envato element will be proxied to their server & you will find envato already logged & and you can download what you want, same for netflix or other service, also the header & banner of website like envato change on navigator to the name of toolsminati
 
Of cause you have to have your own products to sell no one on this earth is going to give you free tool to make accounts with them places 😂
don't get you !! im asking about how architectur of this system work ! how we can have a panel to let user connect throug our server & our account purchaced from all this services & can download from this website without the need to give to this user user & password for each website we offer !
 
Code it yourself is the only option no one is going to give you a panel nothing like that
you are just talking to say nothing... read my pos "how it work ? any exemple or github repository im interested to know how it work."
im not asking for a ready made code, i want to know the architecture of this system to learn this & try to code it!
 
Hello, first of all, i hope that all members are fine !
thank you for reading my thread,
for people who don't know toolsminati ( toolsminati.co ) it's a service that ofer many tools like ( envato elements, shuterstock, semrush, netflix, amazon prime, placeit, & many other website ) you need to purchace subscription & install chrome extension & use all this paid service like you have an account.

how it work ? any exemple or github repository im interested to know how it work.

Thank you :D
They can be use cookie for their account? because you mentioned "install chrome extension" I think they handled this way.
 
Hello, first of all, i hope that all members are fine !
thank you for reading my thread,
for people who don't know toolsminati ( toolsminati.co ) it's a service that ofer many tools like ( envato elements, shuterstock, semrush, netflix, amazon prime, placeit, & many other website ) you need to purchace subscription & install chrome extension & use all this paid service like you have an account.

how it work ? any exemple or github repository im interested to know how it work.

Thank you :D
@ukgamer
 
They can be use cookie for their account? because you mentioned "install chrome extension" I think they handled this way.
i think it's something like a proxy, yes you need to install 2 chrome extention, for example when you are logged to the dashboard & click on envato element, a new page are launchde the link are not https://envato.com... but the web adresse are https://envato.toolsminati.com/ also the header & footer are changed when page loaded
 
Hello, first of all, i hope that all members are fine !
thank you for reading my thread,
for people who don't know toolsminati ( toolsminati.co ) it's a service that ofer many tools like ( envato elements, shuterstock, semrush, netflix, amazon prime, placeit, & many other website ) you need to purchace subscription & install chrome extension & use all this paid service like you have an account.

how it work ? any exemple or github repository im interested to know how it work.

Thank you :D
Since you have some glance of how they purchase their plans, you can start from there. Meaning you'll have to learn Browser Extension development with header(api, cookie) hooks. then build your website the way you want it to interact with the API. That's my thought
Good luck ahead!
 
  • Love
Reactions: Shandar
Since you have some glance of how they purchase their plans, you can start from there. Meaning you'll have to learn Browser Extension development with header(api, cookie) hooks. then build your website the way you want it to interact with the API. That's my thought
Good luck ahead!
thank you for the time you accord to my thread, i will see this suggestion,
in chrome extention there is many .js file encoded & a manifest.json with some line like this
"background": {
"scripts": [ "x46x34.js" ]
},
"browser_action": {
"default_icon": {
"128": "logo.png"
},
"default_popup": "index.html",
"default_title": "ToolsMinati"
},
"content_scripts": [
{
"all_frames": true,
"js": [ "x46x05.js", "x46x08.js" ],
"matches": [ "*://*.domcop.com/*" ],
"run_at": "document_end"
}
& this on the end of files
"description": "This is an official extension by ToolsMinati, provided to access their tools. All rights are reserved.",
"externally_connectable": {
"matches": [ "*://*.toolsminati.com/*" ]
},
"web_accessible_resources":[
"logo.png"
],
"author": ".toolsminati.com",
"homepage_url": "http://app.toolsminati.com/",
"icons": {
"128": "logo.png"
},
"manifest_version": 2,
"minimum_chrome_version": "26.0",
"name": "ToolsMinati",
"key": "KILfMA0GCSqiQKBgQDJhLK6fk/JAYEvJhywpk7jDe4A2r0bGXGOLZW4/AdBp3IiD9o9nx4YjLAtv0tIPxi7MvFd/GUUbQBwHT5wQWONJj1z/0Rc2qBkiJA0yqXh42p0snuB8dCfdlhOLsp7/XTMEwAVasjV5hC4awl78eKfJYlZ+8fM/UldLWJ/76WSHUIDBQAB",
"permissions": [ "<all_urls>", "webRequest", "storage", "webRequestBlocking", "tabs", "proxy", "gcm", "storage", "notifications", "identity", "cookies", "management", "http://*/*", "https://*/*" ],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2.0"
}
 
Now your asking the right type of questions

i found something similar on github see this if you want https://github.com/nicosantangelo/shareaccount
Making shared accounts is the easy part , 1 way is login netflix or anywhere export the cookie ( stay logged in always ) then import that cookie from a different pc and it will auto login the account , maintaining them account is a lot harder , breaking up the cooking for importing is easy :)

Since you have some glance of how they purchase their plans, you can start from there. Meaning you'll have to learn Browser Extension development with header(api, cookie) hooks. then build your website the way you want it to interact with the API. That's my thought
Good luck ahead!

this is perfect for doing a site from scratch, coding a api to do this can be done but would take sometime , headless chrome can be useful as well
 
Now your asking the right type of questions


Making shared accounts is the easy part , 1 way is login netflix or anywhere export the cookie ( stay logged in always ) then import that cookie from a different pc and it will auto login the account , maintaining them account is a lot harder , breaking up the cooking for importing is easy :)



this is perfect for doing a site from scratch, coding a api to do this can be done but would take sometime , headless chrome can be useful as well
for cookie sharing yes it's easy, but make it auto it's better, actually if my plan are expired on toolsminati website, i can't access services, like the chrome extension communicate with backend to grant me access or not ! & also it's not really for cookie sharing, because my communication to the website go throug the toolsminati website
example for envato elements https://envato.toolsminati.com/ or some time toolsminati.com/www/url/skillshare im not sure about the second url but something like this
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock