Pinned Repositories
animated-epic-php-user-management-system
Complete User Management System. Animated Epic Login, Register, Reset Password, Email Verification and more PHP Script.
bootstrap-codes
hostelsystem
hostel system management
how-to-create-forget-password-in-oops
how-to-create-forget-password-in-oops
login-signup-2022
Login & Registration Form In PHP And MySQL 2022
login-signup-form
A login and signup form using HTML, PHP, and MySQL. This form allows users to register and login. All information is stored in a MySQL database. After successful login the user is redirected to their dashboard. Project Website:
login-system
Messenger-Python
Messenger web app
php-login-advanced
A simple, but secure PHP login script. Register, login, logout, email verification, password reset, edit user data, gravatars, captchas, remember me / stay logged in cookies, login with email, mail sending via PHPMailer (SMTP or PHP's mail() function/linux sendmail).
PHP-Login-System
Embeddable and Secure PHP Authentication System with Login, Signup, User Profiles, Profile Editing, Account Verification via Email, Password Reset System, Remember-Me Feature and more.
mahdizand137797's Repositories
mahdizand137797/animated-epic-php-user-management-system
Complete User Management System. Animated Epic Login, Register, Reset Password, Email Verification and more PHP Script.
mahdizand137797/bootstrap-codes
mahdizand137797/hostelsystem
hostel system management
mahdizand137797/how-to-create-forget-password-in-oops
how-to-create-forget-password-in-oops
mahdizand137797/login-signup-2022
Login & Registration Form In PHP And MySQL 2022
mahdizand137797/login-signup-form
A login and signup form using HTML, PHP, and MySQL. This form allows users to register and login. All information is stored in a MySQL database. After successful login the user is redirected to their dashboard. Project Website:
mahdizand137797/login-system
mahdizand137797/Messenger-Python
Messenger web app
mahdizand137797/php-login-advanced
A simple, but secure PHP login script. Register, login, logout, email verification, password reset, edit user data, gravatars, captchas, remember me / stay logged in cookies, login with email, mail sending via PHPMailer (SMTP or PHP's mail() function/linux sendmail).
mahdizand137797/PHP-Login-System
Embeddable and Secure PHP Authentication System with Login, Signup, User Profiles, Profile Editing, Account Verification via Email, Password Reset System, Remember-Me Feature and more.
mahdizand137797/secure-php-login-registration
PDO based secure php login registration as well as forget password script. recover password to send the mail through PHPMailer
mahdizand137797/Sliding-Sign-In-Sign-Up-Form
mahdizand137797/SMTP-Simple-Mail-Transfer-Protocol-with-python-socket-programming
SMTP (Simple Mail Transfer Protocol) to send email to a user account on a mail server.
mahdizand137797/smtp_email_client
A simple email client in python which uses sockets to connect to SMTP and IMAP servers to send and receive emails(containing attachements)
mahdizand137797/sorenahostel
mahdizand137797/TCP-Email-Client-for-Gmail-in-Python
In this part, the student will acquire a better understanding of the SMTP protocol. The student will gain experience in implementing a standard protocol using Python. Develop a simple mail client that sends email to any recipient. Your client will need to connect to a mail server, dialogue with the mail server using the SMTP protocol, and send an email message to the mail server. Python provides a module, called smtplib, which has built in methods to send mail using SMTP protocol. However, we will NOT be using this module in this lab, because it hide the details of SMTP and socket programming. In order to limit spam, some mail servers do not accept TCP connection from arbitrary sources. For the experiment described below, you may want to try connecting both to your university mail server and to a popular Webmail server, such as a GMAIL mail server. You may also try making your connection both from your home and from your university campus.