Skip to content
Sign UpLog In
Profile icon

Nava Majumdar

@Nava10Y
I am .Nava.
  • database

    Cover page
    Made with PHP Web Server

    Connect your website to A Google authenticator (clone) that is easy to use. login or register now.

    Recent comments (30)
    MoussaKamian
    MoussaKamian
    2 months ago

    The most important thing for any database engine is usability, security and reliability, but most important is the ability to export data or integrate with modeling and visualization tools for analysis. My choice to work with sql is ERD Lab. This tool works properly and is very optimized for multiple tabs

    Nava10Y
    Nava10Y
    2 months ago

    Database V4

    Added Feature:

    • None currently

    Bugs/Fixes:

    • Fixed: a bug that occasionally prevents users from logging in after registering. However, it was corrected by providing options when hashing. nah i changed it back to md5 😑 (31/01/2023)

    Files Changed:

    • database/accounts-db-function.php
    • auth/apps-api-auth.php
    • auth/register.php

    Files Added:

    • None currently
    Nava10Y
    Nava10Y
    3 months ago

    Database V4

    Added Feature:

    • secure token

    Bugs/Fixes:

    • Security Update: Hash > transition from md5() to password_hash( password,PASSWORD_ARGON2I ) nah i changed it back to md5 😑 (31/01/2023)

    Files Changed:

    • database/token-db-function.php
    • auth/login.php
    • auth/register.php
    • user/index.php

    Files Added:

    • None currently
    Nava10Y
    Nava10Y
    3 months ago

    Database V3

    Added Feature:

    • None currently

    Bugs/Fixes:

    • Security Update: Hash > transition from md5() to password_hash( password,PASSWORD_ARGON2I ) nah i changed it back to md5 😑 (31/01/2023)

    Files Changed:

    • database/accounts-db-function.php
    • auth/login.php
    • auth/register.php
    • user/index.php

    Files Added:

    • None currently
    Nava10Y
    Nava10Y
    4 months ago

    Database V3

    Added Feature:

    • None currently

    Bugs/Fixes:

    • Quick Login code does note get deleted after login in : Now it gets deleted after login

    Files Changed:

    • database/accounts-db-function.php
    • pages/qlcode-worker.php
    • auth/tools.php
    • auth/login.php

    Files Added:

    • None currently
    Nava10Y
    Nava10Y
    4 months ago

    Database V3

    Added Feature:

    • quick login allows you login with code that you can get from user setting in database.

    Bug fixed:

    • None found yet

    Files Changed:

    • database/accounts-db-function.php
    • database/sql-connect.php
    • auth/login.php
    • pages/index.php

    Files Added:

    • pages/qlcode-worker.php
    • pages/qlcode-worker.js
    Nava10Y
    Nava10Y
    4 months ago

    Database V3

    Added Feature:

    • None Currently

    Bug fixed:

    • password gets deleted with the account
    • all capsule/capsule container gets deleted with the account

    Files Changed:

    • database/capsule-db-function.php
    • database/accounts-db-function.php

    Files Added:

    • None currently
    Nava10Y
    Nava10Y
    4 months ago

    Database V3

    Added Feature:

    • None Currently

    Bug fixed:

    • api login/register: not working because of a weird error caused by post/get request and so apps-api-auth.php was created to fix that error

    Files Changed:

    • auth/capsule-worker.php
    • database/capsule-db-function.php
    • database/accounts-db-function.php
    • auth/login.php
    • auth/register.php

    Files Added:

    • auth/apps-api-auth.php
    Nava10Y
    Nava10Y
    4 months ago

    Database V3

    Added Feature:

    • API login/register - i think that how i should call it?
    • The ability to save user json data, as well as update and retrieve it.

    Bug fixed:

    • when you register it will take you to the login page,

    Files Changed:

    • database/accounts-db-function.php
    • database/sql-connect.php
    • auth/login.php
    • auth/register.php
    • pages/nav.php

    Files Added:

    • css/capsule.css
    • auth/capsule-worker.php
    • user/capsule.php
    • database/capsule-db-function.php
    Nava10Y
    Nava10Y
    4 months ago

    Bug fixed:

    • now if you login from a chrome browser it will say that the website is safe
    • login/register is faster

    Files Changed:

    • database/accounts-db-function.php
    • auth/login.php
    • auth/register.php
    • css/auth.css
  • e

    Cover page
    Made with HTML, CSS, JS

    Send this to your friend and family this Eid.

    Recent comments (5)
    Buhron
    Buhron
    11 months ago

    image

    Buhron
    Buhron
    11 months ago

    Eid Mubarak!

    rbaqai
    rbaqai
    11 months ago

    @Nava10Y This is so thoughtful -ty

    Nava10Y
    Nava10Y
    11 months ago

    open the link in browser

    Nava10Y
    Nava10Y
    11 months ago

    It is going to be Eid on Monday and continue on to Tuesday so why don't you send something to surprise your friends and family.

    and i am not very good at English

Repls
Community
Nava10Y
Nava10Y
published a Repl
1 month ago
3
qr-code-to-login
qr-code-to-loginyou can login with qr code (not secure yet)
Nava10Y
Nava10Y
published an Update
2 months ago
18
database
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 22
Database V4 > ## Added Feature: > * None currently > ## Bugs/Fixes: > * Fixed: a bug that occasionally prevents users from logging in after registering. However, it was corrected by providing options when hashing. nah i changed it back to md5 😑 (31/01/2023) > ## Files Changed: > * database/accounts-db-function.php > * auth/apps-api-auth.php > * auth/register.php > ## Files Added: > * None currently
#php
#javascript
#html
+2
Nava10Y
Nava10Y
published an Update
3 months ago
18
database
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 21
Database V4 > ## Added Feature: > * secure token > ## Bugs/Fixes: > * Security Update: Hash > transition from md5() to passwordhash( password,PASSWORDARGON2I ) nah i changed it back to md5 😑 (31/01/2023) > ## Files Changed: > * database/token-db-function.php > * auth/login.php > * auth/register.php > * user/index.php > ## Files Added: > * None currently
Nava10Y
Nava10Y
published an Update
3 months ago
18
database
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 20
Database V3 > ## Added Feature: > * None currently > ## Bugs/Fixes: > * Security Update: Hash > transition from md5() to passwordhash( password,PASSWORDARGON2I ) nah i changed it back to md5 😑 (31/01/2023) > ## Files Changed: > * database/accounts-db-function.php > * auth/login.php > * auth/register.php > * user/index.php > ## Files Added: > * None currently
Nava10Y
Nava10Y
published an Update
3 months ago
8
chat-n
chat-nGlobal Chat where you can meet people through chat
Update 11
changed files: > * database/accounts-db-function.php > * js/index.js > * pages/logout.php > # added features: > * auto login without going to database (but you have to press login button)
Nava10Y
Nava10Y
published an Update
4 months ago
8
chat-n
chat-nGlobal Chat where you can meet people through chat
Update 10
changed files: > * js/index.js > * pages/worker.php > # added features: > * you can add link without keyword
Nava10Y
Nava10Y
published an Update
4 months ago
18
database
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 19
Database V3 > ## Added Feature: > * None currently > ## Bugs/Fixes: > * Quick Login code does note get deleted after login in : Now it gets deleted after login > ## Files Changed: > * database/accounts-db-function.php > * pages/qlcode-worker.php > * auth/tools.php > * auth/login.php > ## Files Added: > * None currently
Nava10Y
Nava10Y
published an Update
4 months ago
18
database
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 18
Database V3 > ## Added Feature: > * quick login allows you login with code that you can get from user setting in database. > ## Bug fixed: > * None found yet > ## Files Changed: > * database/accounts-db-function.php > * database/sql-connect.php > * auth/login.php > * pages/index.php > ## Files Added: > * pages/qlcode-worker.php > * pages/qlcode-worker.js
Nava10Y
Nava10Y
published an Update
4 months ago
18
database
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 17
Database V3 > ## Added Feature: > * None Currently > ## Bug fixed: > * password gets deleted with the account > * all capsule/capsule container gets deleted with the account > ## Files Changed: > * database/capsule-db-function.php > * database/accounts-db-function.php > ## Files Added: > * None currently
Nava10Y
Nava10Y
published an Update
4 months ago
18
database
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 16
Database V3 > ## Added Feature: > * None Currently > ## Bug fixed: > * api login/register: not working because of a weird error caused by post/get request and so apps-api-auth.php was created to fix that error > ## Files Changed: > * auth/capsule-worker.php > * database/capsule-db-function.php > * database/accounts-db-function.php > * auth/login.php > * auth/register.php > ## Files Added: > * auth/apps-api-auth.php
Nava10Y
Nava10Y
published an Update
4 months ago
18
database
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 15
Database V3 > ## Added Feature: > * API login/register - i think that how i should call it? > * The ability to save user json data, as well as update and retrieve it. > ## Bug fixed: > * when you register it will take you to the login page, > ## Files Changed: > * database/accounts-db-function.php > * database/sql-connect.php > * auth/login.php > * auth/register.php > * pages/nav.php > ## Files Added: > * css/capsule.css > * auth/capsule-worker.php > * user/capsule.php > * database/capsule-db-function.php
Nava10Y
Nava10Y
published an Update
4 months ago
18
database
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 14
Bug fixed: > * now if you login from a chrome browser it will say that the website is safe > * login/register is faster > # Files Changed: > * database/accounts-db-function.php > * auth/login.php > * auth/register.php > * css/auth.css
Nava10Y
Nava10Y
published an Update
4 months ago
8
chat-n
chat-nGlobal Chat where you can meet people through chat
Update 9
changed files: > * js/index.js > * user/index.html > * pages/nav.php > * pages/worker.php > # added features: > * more background colour/color > * you can delete your message
Nava10Y
Nava10Y
published an Update
4 months ago
8
chat-n
chat-nGlobal Chat where you can meet people through chat
Update 8
changed files: > * css/nav-bar.css > * js/index.js > * user/index.html > * pages/nav.php > * pages/worker.php > # added features: > * you can change background colour > * you can send youtube videos
Nava10Y
Nava10Y
published an Update
4 months ago
8
chat-n
chat-nGlobal Chat where you can meet people through chat
Update 7
changed files: > * css/style.css > * js/index.js > * user/index.html > # added features: > * click on link to open pop up which ask you if you want to open link to another page > * click on image to open pop up which will show you enlarged image that you clicked on > # bugs fixed: > * can't open links > * image size to big
Nava10Y
Nava10Y
published an Update
5 months ago
8
chat-n
chat-nGlobal Chat where you can meet people through chat
Update 6
changed files: > * css/style.css - css for the hidden menu > * js/index.js - hidden menu that contains the keyword > * js/index.js - helper with the keyword > # added features: > * write this (img[]-... in the input to open a menu that can help you with the keyword for adding image, link and heading
Nava10Y
Nava10Y
published an Update
5 months ago
8
chat-n
chat-nGlobal Chat where you can meet people through chat
Update 5
changed files: > * pages/worker.php - heading on text > # added features: > * you can make heading by doing (h-your_text) > * you can add style to heading by doing (h[styleoftext]-your_text)
Nava10Y
Nava10Y
published an Update
5 months ago
8
chat-n
chat-nGlobal Chat where you can meet people through chat
Update 4
changed files: > * user/index.php - new buttons: See all messages, ⏬ > * css/index.css - colour change to messages, css for the buttons > * pages/nav.php - shortened text for the buttons > * css/nav-bar.css - new colour for the navbar and rounded buttons > * js/index.js - functions for the new buttons > * pages/worker.php - shows all messages or 10 messages depending on if the button is pressed or not > # added features: > * see all messages - shows all message when pressed but in default mode it will show you 10 messages > * scroll to the bottom button