A free and open-source Automatic Account Creator (AAC) written in Javascript Stack;

Overview
ElectroAAC

A free and open-source Automatic Account Creator (AAC) written in Javascript Stack.

Badge Badge Badge Badge


👨🏾‍💻 Techs

Front-end

Backend

Services used

  • Email service used for testing:

  • 👨🏾‍💻 Branchs

    This project follows the framework based on git-flow, a release-based software workflow. More Information

    That means, we use:

  • Master branch, for current stable release
  • Develop branch, for development version (next release)
  • Feature branch, for features etc

  • 👨🏾‍💻 Commits

    This repository follows the semantic commit pattern, with the addition of the tag [BACK] for a commit related to the backend, and [FRONT] for a commit related to the frontend. More Information

    👨🏾‍💻 Functionalities

    Authentication

    View character informations

    • Show character info
    • Show character items
    • Show character skills
    • Show character deaths
    • Show character achievements

    Manage Account

    • Page Account informations
    • List account characters
    • Create new character
    • Change character name
    • Delete character
    • Account Logs

    Highscores

    • Widget Highscores
    • Show Highscores
    • Create/Apply Filters

    Dashboard - ADMIN

    • Validate permissions
    • Home Page
    • Show Highscores
    • Create/Apply Filters

    Show-Off

    Create Character Page


    Dashboard - ADMIN - Home Page

    👤 Author

    Waliston Belles

  • Github: @walistonbelles
  • Linkedin: Waliston Belles
  • Discord: Waliston#0145

  • You might also like...

    This Lens Protocol module allows you to create a Transparent Promotion system in which the post creator can add a reward for who (ex: influencers) mirror it.

    promote-module (in progress) This Lens Protocol module allows you to create a Transparent Promotion system in which the post creator can add a reward

    Oct 2, 2022

    Authenticate users into a web2 database to build a hybrid web2+web3 creator platform!

    Creator Platform This project demonstrates how you can connect your web2 backend and integrate it with web3 using sign in with ethereum. Tools: React

    Dec 16, 2022

    This project is for hacktoberfest to encourage new developer and open source developers to contribute to open source and improve skills which require debugging, write testable code, industry standards, problem solving and many more,

    This project is for hacktoberfest to encourage new developer and open source developers to contribute to open source and improve skills which require debugging, write testable code, industry standards, problem solving and many more,

    🚀 Blog project for hacktoberfest In this repository, you can find issues related to a blog project that is built on top of Next.js. The project is a

    Oct 9, 2022

    In 2012 the King of Spain, Juan Carlos I, transferred 65 million euros to a friend from a secret account in Switzerland. What lies actually behind this rare donation? This repository contains the full source code of the website ladonacion.es.

    La Donación full source code and documentation This documentation draft is a work in progress. I expect to have it completed by September 24, 2022. ⭐

    Dec 24, 2022

    Encode WEB-Dev is a open source project which contains different projects of Html, CSS, Javascript and MERN Stack etc.

    HACKTOBERFEST 2022 Encode WEB-Dev is an open source project which contains different projects of Html, CSS, Javascript and MERN Stack etc. which makes

    Oct 31, 2022

    An Open-Source Platform to certify open-source projects.

    An Open-Source Platform to certify open-source projects.

    OC-Frontend This includes the frontend for Open-Certs. 📜 After seeing so many open-source projects being monetized 💵 without giving any recognition

    Oct 23, 2022

    This is a project for open source enthusiast who want to contribute to open source in this hacktoberfest 2022. 💻 🎯🚀

    This is a project for open source enthusiast who want to contribute to open source in this hacktoberfest 2022.  💻 🎯🚀

    HACKTOBERFEST-2022-GDSC-IET-LUCKNOW Beginner-Hacktoberfest Need Your first pr for hacktoberfest 2k22 ? come on in About Participate in Hacktoberfest b

    Oct 29, 2022

    Recompo is a free and open-source project that is designed for customizability and speed and is easy to use and powerful.

    Recompo is a free and open-source project that is designed for customizability and speed and is easy to use and powerful.

    About Recompo is a free and open-source project that is designed for customizability and speed and is easy to use and powerful Installation recompo is

    Mar 20, 2022

    A free and open-source point-of-sale (POS) system for retail and wholesale businesses with support for multiple branches, stockkeeping locations, POS profiles and price lists.

    Note: This is a beta version of the software. You are advised to proceed with caution! Overview A free and open-source point-of-sale (POS) system for

    Jan 27, 2022
    Comments
    • Improvement suggestions

      Improvement suggestions

      Hey, wanted to give this a go for TFS ( https://github.com/otland/forgottenserver ) but seems there are some differences when it comes to creating the database so it's not compatible with TFS.

      My setup is as follows: Docker (Swarm) Ubuntu 22.04 (also had to manually download newer node.js as it was missing a few modules for Ubuntu when just installing NPM, which also installed an older node.js version (14.xx something))

      Since I am using docker, and using internal docker name resolving, there is initially a few issues with a few ts scripts validation on your side, specifically of the host name doesn't accept just "docker_mysql" as host name, but seems to require IP to make this work. I fixed this by doing some work around and disabling this validation, but it's not pretty. This is an issue in the docker world in general, one of the benefits is not having to use static IP's

      Initially your SQL schema seems to missing the following tables: (compared to https://github.com/otland/forgottenserver/blob/master/schema.sql) account_storage market_history market_offers player_inboxitems player_storeinboxitems

      I've gotten backend to work with docker as well (not just the mysql db, but also by using node.js docker image directly with ElectroAAC), I just need to initiate the database from inside the docker, and create sample users.

      opened by Slipehr 1
    Releases(v1.9.1)
    • v1.9.1(Nov 20, 2022)

    • v1.8.1(Jul 11, 2022)

      Features

      • Added endpoint to check server status
      • Added endpoint to list maximum amount of players
      • Added server status widget

      Fixes

      • Missing table migrations to support tfs
      Source code(tar.gz)
      Source code(zip)
    • v1.7.7(May 29, 2022)

      Features

      • Added player outfit in Raking, Online list and Highscores Widget
      • Added endpoint to fetch all player storages
      • Added list of achievements (Quests) in character view
      • Improved character screen interface
      • Death's stores, items, skills and storage are now accessed separately from the character's store
      • Added creature migration
      • Added items migration
      • Added reading monsters.xml
      • Added reading items.xml
      • Added creatures page
      • Added items page

      Fixes

      • Adjusted character skills reading
      • Adjusted character deaths reading
      • Adjusted character items reading
      • Adjusted responsiveness in character preview
      • Adjusted toast for mobile devices
      • Fixed bug of some pages updating when accessed
      • Fixed equipment loading in character view
      Source code(tar.gz)
      Source code(zip)
    • v.1.4.12(May 22, 2022)

      New version of ElectroAAC v1.4.12, what's new:

      Release:

      • New default layout on the website.
      • Store added in frontend
      • Store added to the Dashboard, being possible to register and edit Categories and Items.
      • Added alert for when there are no deaths recorded
      • Added alert message when trying to access a screen without being authenticated.
      • Added guild routes in the header.
      • Added animation on the download screen.
      • Added Tibia logo.
      • Added endpoint to view a category and store item.

      Fixes:

      • Adjusted request methods accepted by the backend.
      • Adjusted admin account verification for tfs 1.3 on frontend
      • Adjustment in checking non-guild characters per account
      • Adjusted post creation endpoint
      • Adjusted base ranking type when loading the Ranking screen.
      • Adjusted payload received when updating a store item.

      Good use everyone!

      Source code(tar.gz)
      Source code(zip)
    • v1.1.4(May 8, 2022)

      New version of ElectroAAC v1.1.4, what's new:

      • Added support for tfs 1.3, from now on the project will support tfs 1.3+ and not 0.x
      • Added shop-system (Back-end)
      • Added migrations for all tfs 1.3 tables
      • Added seeders for admin account and character sample
      • Added guild management

      Good use everyone!

      Source code(tar.gz)
      Source code(zip)
    • v0.0.2(Feb 5, 2022)

      New version of ElectroAAC v0.0.2, what's new:

      What's New on the Dashboard:

      • Find and Update an Account
      • Find and Update a Character
      • Responsive screens

      What's new on the site:

      • Ranking with filters for all skills
      • Responsive menu 
      • Optimized code and structure in the backend

      Good use everyone!

      Source code(tar.gz)
      Source code(zip)
    • v0.0.1(Jan 28, 2022)

      First version of the ElectroAAC project. It is not yet a stable version to be used in 1 real project. What you will find in it:

      HomePage

      • Show lastnews

      Account Management:

      • Create an account
      • Create Character
      • Change Character name
      • Delete Character

      Ranking:

      • View the top players, with pagination and choose the amount of data on screen.
      • Top 5 player widget in side menu.

      Character information

      • View character information
      • View character items
      • View character skills
      • View character deaths
      • View character achievements

      Guilds

      • Show all Guilds
      • View Guilds
      • Create Guild

      Online

      • Online Pages
      • Widget Players Online

      Lastkills

      • Lastkill Page

      Download

      • Download Page

      Customize Layout

      • Customize Layout Structure

      Dashboard - ADMIN

      • Validate permissions
      • Home Page
      • News Page
      • Create new post
      • List all post
      • Edit post
      • Delete post
      Source code(tar.gz)
      Source code(zip)
      electro-0.0.1.zip(31.83 MB)
    Owner
    null
    ⚡️ Free, open-source and easy to setup tempmail written in Node.JS!

    tempmail-js ⚡️ Free, open-source and easy to setup tempmail written in Node.JS! tempmail.js uses MongoDB to store it's data. Installation Installing t

    vida 2 Nov 7, 2022
    This is a full-stack exercise tracker web application built using the MERN (MongoDB, ExpressJS, ReactJS, NodeJS) stack. You can easily track your exercises with this Full-Stack Web Application.

    Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

    WMouton 2 Dec 25, 2021
    ish.ninja is a free online platform to allocate a unique ish.ninja sub handle name for a BlueSky account.

    ish.ninja ish.ninja is a free online platform to allocate a unique ish.ninja sub handle name for a BlueSky account. It is built using Next.js, Xata, T

    Ishaan Bedi 6 May 9, 2023
    Reference for How to Write an Open Source JavaScript Library - https://egghead.io/series/how-to-write-an-open-source-javascript-library

    Reference for How to Write an Open Source JavaScript Library The purpose of this document is to serve as a reference for: How to Write an Open Source

    Sarbbottam Bandyopadhyay 175 Dec 24, 2022
    TRAB is a Chrome extension that gives you a single button to mark tweet as spam, and block the tweet's creator

    TRAB - Tweet Reporter and Blocker TRAB is a Chrome extension that gives you a single button to do two things with a single click: Mark a Tweet as spam

    Amit Ruparel 16 May 4, 2022
    A GitHub app to report failed workflow job actions and notify pull request creator with custom report message for the failed workflow job.

    Workflow Reporter A GitHub App built with Probot that reports failed workflow job actions and notify the pull request creator with custom report messa

    Divyanshu Shekhar 14 Nov 12, 2022
    starter kit for interacting with zora api, protocol, and creator toolkit

    This is a Next.js project bootstrapped with create-next-app. Getting Started First, run the development server: npm run dev # or yarn dev Open http://

    tranqui.eth 40 Oct 20, 2022
    Official fork of XREngine for The Nexus by the creator of XREngine.

    Nexus Engine Official fork of XREngine for The Nexus by the creator of XREngine. Web3-enabled, ethically run, interoperability focused, always free an

    The Nexus 4 Feb 23, 2022
    Powerd by Cocos Creator 3.4.2

    Cocos_Fc_Tank Powerd by Cocos Creator 3.4.2 and https://github.com/ocfbnj/CocosCreatorTank 1.疫情封在家,学一学Cocos Creator,边学边做,索性就把ocfbnj的老项目移植到Cocos Creato

    Ron Tang 12 Oct 31, 2022
    Ossama Mehmood (ossamamehmood.me) 🚀 Digital Creator / 🎗️ Graphic Designer / 🔮 User Interface (UI) & Experience (UX)

    Ossama Mehmood 샘 (ossamamehmood.me) Greetings..! I'm Ossama Mehmood DIGITAL CREATOR OSSAMAMEHMOOD Home About me Skills Resume Testimonials Portfolio C

    Ossama Mehmood 샘 2 Jun 17, 2022