Skip to content
Open navbar menu
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 (36)
    Nava10Y
    Nava10Y
    1 month ago

    Database V5

    Added Feature:

    • none

    Bugs/Fixes:

    • does not return ""extraCapsuleData": null" when recalling data from endpoint "/auth/extra-capsule-worker.php" i

    Files Changed:

    • database/extra-capsule-db-function.php
    • auth/extra-capsule-worker.php

    Files Added:

    • none
    Nava10Y
    Nava10Y
    1 month ago

    Database V5

    Added Feature:

    • Added API functionality for data management in the extraCapsule table.

    API Features:

    • Add Data (aPlus):
      • Endpoint: POST request to "/auth/extra-capsule-worker.php" with "aPlus" parameter.
      • Required Parameters: userID, extraCapsuleID, extraCapsuleData or indexNumber (only if you want to edit a certain extra-capsule sub capsule)
    • Create extraCapsule (cPlus):
      • Endpoint: POST request to "/auth/extra-capsule-worker.php" with "cPlus" parameter.
      • Required Parameters: userID, extraCapsuleID, extraCapsuleData
    • Retrieve Data (rPlus):
      • Endpoint: POST request to "/auth/extra-capsule-worker.php" with "rPlus" parameter.
      • Required Parameters: userID, extraCapsuleID or indexNumber (only if you want to see a certain extra-capsule sub capsule) and byitself
    • Delete Data (dPlus):
      • Endpoint: POST request to "/auth/extra-capsule-worker.php" with "dPlus" parameter.
      • Required Parameters: userID, extraCapsuleID

    Bugs/Fixes:

    • none

    Files Changed:

    • database/sql-connect.php
    • auth/tools.php

    Files Added:

    • auth/extra-capsule-worker.php
    • database/extra-capsule-db-function.php
    Nava10Y
    Nava10Y
    5 months ago

    Database V4

    Added Feature:

    • Now you may use a device that is already logged in to scan a QR code to connect into an account on a separate device.

    Bugs/Fixes:

    • none

    Files Changed:

    • database/sql-connect.php
    • database/accounts-db-function.php

    Files Added:

    • auth/qr-code.php
    Nava10Y
    Nava10Y
    6 months ago

    Database V4

    Added Feature:

    • None currently

    Bugs/Fixes:

    • Fixed: quick login has been updated, so that the code that is generated has a expiry time of 1 min and the code is deleted when it hits the expiry time.

    Files Changed:

    • database/sql-connect.php
    • database/accounts-db-function.php
    • pages/qlcode-worker.php
    • js/qlcode-worker.js

    Files Added:

    • None currently
    MoussaKamian
    MoussaKamian
    8 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
    8 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
    9 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
    9 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
    10 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
    10 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
  • e

    Cover page
    Made with HTML, CSS, JS

    Send this to your friend and family this Eid.

    Recent comments (5)
    Buhron
    Buhron
    1 year ago

    image

    Buhron
    Buhron
    1 year ago

    Eid Mubarak!

    SnarkyDev
    SnarkyDev
    1 year ago

    @Nava10Y This is so thoughtful -ty

    Nava10Y
    Nava10Y
    1 year ago

    open the link in browser

    Nava10Y
    Nava10Y
    1 year 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

Nava10Y
Nava10Y
published an Update
β€’1 month ago
19
database
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 26
Database V5 > ## Added Feature: > * none > ## Bugs/Fixes: > * does not return ""extraCapsuleData": null" when recalling data from endpoint "/auth/extra-capsule-worker.php" i > ## Files Changed: > * database/extra-capsule-db-function.php > * auth/extra-capsule-worker.php > ## Files Added: > * none
#php
#javascript
#html
+2
Nava10Y
Nava10Y
published an Update
β€’1 month ago
19
database
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 25
Database V5 > ## Added Feature: > * Added API functionality for data management in the extraCapsule table. > ## API Features: > * Add Data (aPlus): > * Endpoint: POST request to "/auth/extra-capsule-worker.php" with "aPlus" parameter. > * Required Parameters: userID, extraCapsuleID, extraCapsuleData or indexNumber (only if you want to edit a certain extra-capsule sub capsule) > * Create extraCapsule (cPlus): > * Endpoint: POST request to "/auth/extra-capsule-worker.php" with "cPlus" parameter. > * Required Parameters: userID, extraCapsuleID, extraCapsuleData > * Retrieve Data (rPlus): > * Endpoint: POST request to "/auth/extra-capsule-worker.php" with "rPlus" parameter. > * Required Parameters: userID, extraCapsuleID or indexNumber (only if you want to see a certain extra-capsule sub capsule) and byitself > * Delete Data (dPlus): > * Endpoint: POST request to "/auth/extra-capsule-worker.php" with "dPlus" parameter. > * Required Parameters: userID, extraCapsuleID > ## Bugs/Fixes: > * none > ## Files Changed: > * database/sql-connect.php > * auth/tools.php > ## Files Added: > * auth/extra-capsule-worker.php > * database/extra-capsule-db-function.php
Nava10Y
Nava10Y
published an Update
β€’5 months ago
19
database
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 24
Database V4 > ## Added Feature: > * Now you may use a device that is already logged in to scan a QR code to connect into an account on a separate device. > ## Bugs/Fixes: > * none > ## Files Changed: > * database/sql-connect.php > * database/accounts-db-function.php > ## Files Added: > * auth/qr-code.php
n-v
n-v
@Nava10Y nice it works5 months ago
lalmaitt
lalmaitt
@n-v same5 months ago
Nava10Y
Nava10Y
published an Update
β€’6 months ago
19
database
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 23
Database V4 > ## Added Feature: > * None currently > ## Bugs/Fixes: > * Fixed: quick login has been updated, so that the code that is generated has a expiry time of 1 min and the code is deleted when it hits the expiry time. > ## Files Changed: > * database/sql-connect.php > * database/accounts-db-function.php > * pages/qlcode-worker.php > * js/qlcode-worker.js > ## Files Added: > * None currently
Nava10Y
Nava10Y
published a Repl
β€’7 months ago
3
qr-code-to-login
qr-code-to-loginyou can login with qr code (not secure yet)
Nava10Y
Nava10Y
published an Update
β€’8 months ago
19
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
Nava10Y
Nava10Y
published an Update
β€’9 months ago
19
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
β€’9 months ago
19
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
β€’9 months ago
9
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
β€’10 months ago
9
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
β€’10 months ago
19
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
β€’10 months ago
19
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
β€’10 months ago
19
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
β€’10 months ago
19
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
β€’10 months ago
19
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
β€’10 months ago
19
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
β€’10 months ago
9
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
β€’10 months ago
9
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
β€’10 months ago
9
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
β€’11 months ago
9
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