View Blog
PHP Quick Login adds Login System on your websites
Posted By Ankur Gupta On 05 Feb 2015 17:53:46 Under New and Updates
With “PHP Quick Login” you can add login system on your website without using database and only with only three lines of code.
require_once 'quicklogin/quicklogin.class.php'; $quicklogin = new QuickLogin(); $quicklogin->check();
Since this script does not uses the database, it stores username and passwords in a configuration file. Configuration file has following parameters
return array( //Username and Passwords "username" => "admin", "password" => "admin", //Login and logout urls "login_url" => "http://example.com/quicklogin/login.php", "logout_url" => "http://example.com/quicklogin/logout.php", //Default redirect url "default_redir" => "http://example.com/index.php", //Maximum failed login attempts "max_attempts" => 5, //Lock the login system for the following duration due to failed login login attempts "lock_duration" => 30, );
To purchase this script click here: Quick Login System for PHP Projects
If you have any questions or queries you can contact us
About the Author
Ankur Gupta
Ankur Gupta is a seasoned software developer and entrepreneur with over 20 years of experience in building innovative digital solutions. He is the founder of Vedanta Software, a SAAS-based platform specializing in Newsportal CMS and ePaper CMS for publishers across India and beyond. With deep expertise in PHP, Yii2, CodeIgniter, ReactJS, Server Management, Linux, and a growing proficiency in Node.js, Ankur is passionate about creating scalable, user-friendly web applications. He is known for his hands-on approach and dedication to quality, mentoring his team to deliver robust and efficient software solutions tailored for the digital publishing industry.
News and Updates

Vedanta Software revises SaaS pricing for Epaper & Newsportal CMS from Oct 1st, 2025. Renew now at current prices till Oct 31st. Learn more.

Vedanta Software has been recognized by Apna as India’s Top Job Creator 2025 for its role in generating employment and empowering businesses with innovative SAAS solutions like Newsportal CMS and Epaper CMS.

🚀 New Feature Alert! Vedanta Software introduces the Video Tutorial Button – your one-click gateway to instant, context-based help inside the admin dashboard. 🎯 Whether managing content or exploring features, get relevant video guides without leaving the page. 📹 Learn faster, work smarter – explore all tutorials anytime from the second tab!

Vedanta Software has been awarded “Software Company of the Year” at the Excellency Iconic Awards 2025 for its innovation in digital news publishing and CMS platforms for ePaper and Newsportal websites.

Is your website's link thumbnail not appearing when you share it on WhatsApp? In this video post, we'll walk you through the steps to resolve this issue, which has been affecting many users after the latest #WhatsApp update.