A free and open-source Automatic Account Creator (AAC) written in PHP

Overview

MyAAC

MyAAC é um Automatic Account Creator (AAC) gratuito e de código aberto escrito em PHP. É uma bifurcação do projeto Gesior. Ele suporta apenas bancos de dados MySQL.

Informações

Changed box shadow image to css

Changed buttons, removed image and added by css

Created new buttons based on colors (green and red)

Added page load, configurable in config.php

Added status bar with configurable social networks

Added slide and collapse status bar, configurable in config.php

Added swipe effect in menu

Created client download page, configurable link in config.php

Created event calendar, getting information directly from events.xml

Char Bazaar with configurable rates in config.php

Changed login by email

Configuração

Verifique config.php para obter mais informações. Use config.local.php para suas alterações de configuração local.

Créditos

Slawkens MyAAC

Comments
  • Last step from Char-bazaar

    Last step from Char-bazaar

    createcharacterauction.php(1708): PDO->exec('INSERT INTO `my...')

    SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '11:56:32, 20220223 11:56:32)' at line 1

    $insert_auction = $db->exec('INSERT INTO myaac_charbazaar (account_old, account_new, player_id, price, date_end, date_start) VALUES (' . $account_old .', ' . $account_new .', ' . $player_id .', ' . $price .', ' . $date_end .', ' . $date_start .')');

    image

    opened by Berzekz 4
  • Server Save box - Não está considerando timezone

    Server Save box - Não está considerando timezone

    Oi,

    Percebi que box de server save ao lado >>> está pegando a hora local do navegador e não está considerando o timezone do servidor. Por ex, o servidor está com horario local no BR, e eu estou na europa... Em tese o server save deveria ser (agora no momento que estou digitando) dentro de 11 horas, só que ele está mostrando como se o server seve fosse ocorrer daqui 6 horas.

    Curse.

    opened by sircurse 2
  • Missing Tibia Coins function

    Missing Tibia Coins function

    Missing Tibia Coins function at account management page Catching PremDays $account_coins = $account_logged->getPremDays();

    https://github.com/lucaslking/myaac/blob/7d79b88224b817534fdec6d93f2ca83df3184b78/system/pages/accountmanagement.php#L76

    opened by Berzekz 2
  • Add modifications to new folder organizations of canary

    Add modifications to new folder organizations of canary

    Removed old code that prevented config from loading "if, then, else, end" etc Added the "core" folder in the config for the site to read XML files.

    opened by dudantas 0
  • why bug reports are closed  without solutions

    why bug reports are closed without solutions

    Why do they close the bug reports, and don't let the community come up with a possible solution? they just close them without any comment on how to solve :/

    opened by flowbomba 0
  • Guilds Bugs Players can't accept invitation to guild

    Guilds Bugs Players can't accept invitation to guild

    WhatsApp Image 2022-04-22 at 8 44 42 PM

    the players are invited, but the button to accept entering the guild does not appear the leave guild button appears, and there is no character inside

    opened by flowbomba 0
  • Online Page - Abrindo todos submenus

    Online Page - Abrindo todos submenus

    Notei que toda vez que você acessa a página de usuários online todos submenus do lado esquerdo expandem. Um comportamento um tanto estranho, já que qualquer outra página quando você acessa ele mantém aberto apenas os que já estavam previamente.

    opened by sircurse 0
  • Widget Box  na lateral - como ativar/desativar eles?

    Widget Box na lateral - como ativar/desativar eles?

    Isso não seria um problema e sim mais uma dúvida, como faz pra ativar ou desativar os box laterais? Tem alguns que não são necessário no meu caso e não sei como desativar eles.

    Seria alguma configuração do config.local.php?

    Curse.

    opened by sircurse 0
  • House Auction - plugin do slaw/gesior

    House Auction - plugin do slaw/gesior

    Oi,

    Seria possível adaptar o plugin de house auction do Slaw/Gesior para funcionar com essa essa versão do myaac/canary? Adoro esse plugin, mas da erro na hora de executar o bid.

    Curse.

    opened by sircurse 0
Owner
Lucas Giovanni
Lucas Giovanni
It's authorization form, login button handler and login to your personal account, logout button

Authorization-form It's authorization form, login button handler and login to your personal account, logout button Each file is: header.php - html-fil

Galina 2 Nov 2, 2021
This system will provide security and comfortable opportunities to protect your gaming account.

VK Security – Auth system VK Security provides the ability to use game authorization inside in conjunction with the official VKontakte groups. Conveni

Victor Kasko 4 Dec 21, 2022
Sign into your Flarum forum with your Amazon account

Log In With Amazon A Flarum extension. Log in to your Flarum forum with Amazon. An addon for FoF OAuth Installation Install with composer: composer re

Ian Morland 0 May 4, 2022
Open source social sign on PHP Library. HybridAuth goal is to act as an abstract api between your application and various social apis and identities providers such as Facebook, Twitter and Google.

Hybridauth 3.7.1 Hybridauth enables developers to easily build social applications and tools to engage websites visitors and customers on a social lev

hybridauth 3.3k Dec 23, 2022
KeyAuth is an open source authentication system with cloud-hosted subscriptions available aswell

KeyAuth is an open source authentication system with cloud-hosted subscriptions available aswell

null 158 Dec 23, 2022
UserFrosting is a secure, modern user management system written in PHP and built on top of the Slim Microframework, Twig templating engine, and Eloquent ORM.

UserFrosting is a secure, modern user management system written in PHP and built on top of the Slim Microframework, Twig templating engine, and Eloquent ORM.

UserFrosting 1.6k Jan 1, 2023
This is registration and authentication forms written in PHP, JQuery

Registration-form This is registration and authentication forms written in PHP, JQuery Each file is: header.php - html-file for links "Главная", "Реги

Galina 2 Nov 2, 2021
Library emulating the PHP internal reflection using just the tokenized source code

PHP Token Reflection In short, this library emulates the PHP reflection model using the tokenized PHP source. The basic concept is, that any reflectio

Ondřej Nešpor 190 Jul 25, 2022
Open Id Connect Api

flux-open-id-connect-api Open Id Connect Api Installation Native Download RUN (mkdir -p /%path%/libs/flux-open-id-connect-api && cd /%path%/libs/flux-

null 1 Dec 12, 2022
A SimpleSamlPHP module for using ReadID as authentication source

ReadID simpleSAMLphp auth module This module adds ReadID Ready App as auth source to simpleSAMLphp. ReadID Ready is an app that can read the data from

SURF 2 Nov 12, 2021
PHP library to verify and validate Apple IdentityToken and authenticate a user with Apple ID.

Sign-in with Apple SDK Installation Recommended and easiest way to installing library is through Composer. composer require azimolabs/apple-sign-in-ph

Azimo Labs 79 Nov 8, 2022
PHP Client and Router Library for Autobahn and WAMP (Web Application Messaging Protocol) for Real-Time Application Messaging

Thruway is an open source client and router implementation of WAMP (Web Application Messaging Protocol), for PHP. Thruway uses an event-driven, non-blocking I/O model (reactphp), perfect for modern real-time applications.

Voryx 662 Jan 3, 2023
User registration and login form with validations and escapes for total security made with PHP.

Login and Sign Up with PHP User registration and login form with validations and escapes for total security made with PHP. Validations Required fields

Alexander Pérez 2 Jan 26, 2022
A complete Login and Register page using a Mysql Database and php

Login With Mysql A complete Login and Register page using a Mysql Database ?? Built with ⚙️ ?? Description A login with Frontend, Backend and Database

Marc Medrano 1 Nov 5, 2021
A Native PHP MVC With Auth. If you will build your own PHP project in MVC with router and Auth, you can clone this ready to use MVC pattern repo.

If you will build your own PHP project in MVC with router and Auth, you can clone this ready to use MVC pattern repo. Auth system is implemented. Works with bootstrap 5. Composer with autoload are implemented too for future composer require.

null 2 Jun 6, 2022
Laravel Auth is a Complete Build of Laravel 8 with Email Registration Verification, Social Authentication, User Roles and Permissions, User Profiles, and Admin restricted user management system.

Laravel Auth is a Complete Build of Laravel 8 with Email Registration Verification, Social Authentication, User Roles and Permissions, User Profiles, and Admin restricted user management system. Built on Bootstrap 4.

Jeremy Kenedy 2.8k Dec 31, 2022
It's a Laravel 8 authentication markdown that will help you to understand and grasp all the underlying functionality for Session and API Authentication

About Auth Starter It's a Laravel 8 authentication markdown that will help you to understand and grasp all the underlying functionality for Session an

Sami Alateya 10 Aug 3, 2022
Tech-Admin is Laravel + Bootstrap Admin Panel With User Management And Access Control based on Roles and Permissions.

Tech-Admin | Laravel 8 + Bootstrap 4 Tech-Admin is Admin Panel With Preset of Roles, Permissions, ACL, User Management, Profile Management. Features M

TechTool India 39 Dec 23, 2022
Laravel Passport is an OAuth2 server and API authentication package that is simple and enjoyable to use

Introduction Laravel Passport is an OAuth2 server and API authentication package that is simple and enjoyable to use. Official Documentation Documenta

The Laravel Framework 3.1k Dec 31, 2022