Giter VIP home page Giter VIP logo

code-boxx / i-was-here-php-attendance-system Goto Github PK

View Code? Open in Web Editor NEW
20.0 2.0 9.0 4.34 MB

Student attendance system with passwordless and NFC login. Let students scan QR code to take attendance.

Home Page: https://code-boxx.com/i-was-here-php-attendance-system/

PHP 85.53% Hack 0.06% JavaScript 9.18% HTML 5.24%
php mysql html javascript attendance-system attendance-management-system

i-was-here-php-attendance-system's Issues

New Bug Report

Same issue bro dude !! Did You got corrected !! @code-boxx help me to solve it
Screenshot (1)

if (opt.loading) { cb.loading(true); } fetch(opt.url, { method:"POST", credentials:"include", body:data }) .then(async res => { if (res.status==200) { return res.text(); } else { console.error(await res.text()); cb.modal("SERVER ERROR", "Bad server response - " + res.status); if (opt.onerr) { opt.onerr(); } throw new Error("Bad server response"); } }) .then(txt => opt.onpass(txt)) .catch(err => { cb.modal("AJAX ERROR", err.message); console.error(err); if (opt.onerr) { opt.onerr(); } }) .finally(() => { if (opt.loading) { cb.loading(false); } }); },

this line certainly it does that error produced , I need rhis really for my proeject for my Student event management

W.S Toh - Do you do paid consultation work?

Hi WS Toh,

Do you do paid consultation work?

I ran into your "I was here PHP attendance system" when researching password-less auth for a client. NFC was the my first thought, then I started researching USB Fingerprint readers, but I can't seem to find anything that helps it work with the web.

If I could just pay you to answer some questions and point me in the right direction to solve the issue it would be great.

Cheers, Chris DeDavid

AJAX ERROR - Bad server response

Every time I install the script I got the same error
Using xampp-windows-x64-8.2.4
Mod Rewrite enabled
PHP MYSQL PDO Extension enabled
PHP OpenSSL Extension enabled
PHP 8.2.4
Any help please?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.