本站已收录 番号和无损神作磁力链接/BT种子 

[FreeCourseSite.com] Udemy - Build a Complete Registration and Login System using PHP MVC

种子简介

种子名称: [FreeCourseSite.com] Udemy - Build a Complete Registration and Login System using PHP MVC
文件类型: 视频
文件数目: 106个文件
文件大小: 592.7 MB
收录时间: 2021-3-29 10:58
已经下载: 3
资源热度: 299
最近下载: 2024-7-2 22:26

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:4948a0edff5054e9ea27137cfea2a06c72ea194c&dn=[FreeCourseSite.com] Udemy - Build a Complete Registration and Login System using PHP MVC 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeCourseSite.com] Udemy - Build a Complete Registration and Login System using PHP MVC.torrent
  • 1. Introduction and project setup/1. Introduction.mp42.85MB
  • 1. Introduction and project setup/2. Install a PHP web server and a database server on your computer.mp44.2MB
  • 1. Introduction and project setup/3. Install the PHP MVC framework.mp43.21MB
  • 1. Introduction and project setup/4. Configure the web server to use the framework.mp42.62MB
  • 1. Introduction and project setup/5. Create a new database and configure the framework to use it.mp45.62MB
  • 10. Password reset part 2 securely reset a forgotten password/1. Add an action to process the link and get the token from the URL.mp43.98MB
  • 10. Password reset part 2 securely reset a forgotten password/2. Get the user based on the token and check the expiry.mp47.79MB
  • 10. Password reset part 2 securely reset a forgotten password/3. Create and display the password reset form.mp45.48MB
  • 10. Password reset part 2 securely reset a forgotten password/4. Extract repeated JavaScript code out into a separate file.mp43.58MB
  • 10. Password reset part 2 securely reset a forgotten password/5. Process the password reset form in the controller.mp44.98MB
  • 10. Password reset part 2 securely reset a forgotten password/6. Remove duplicated code and add an expired token view.mp46.68MB
  • 10. Password reset part 2 securely reset a forgotten password/7. Validate the password reset form on the server.mp412.53MB
  • 10. Password reset part 2 securely reset a forgotten password/8. Reset the user's password and clear the token and expiry.mp47.72MB
  • 11. Account activation confirm the user's email address before allowing login/1. Account activation confirm the user's email address.mp44.45MB
  • 11. Account activation confirm the user's email address before allowing login/2. Add account activation fields to the user table in the database.mp42.95MB
  • 11. Account activation confirm the user's email address before allowing login/3. Generate a unique activation token upon signup.mp43.83MB
  • 11. Account activation confirm the user's email address before allowing login/4. Send the account activation email to the user.mp47.09MB
  • 11. Account activation confirm the user's email address before allowing login/5. Restrict login if account not activated.mp43.84MB
  • 11. Account activation confirm the user's email address before allowing login/6. Process the account activation link and activate the account.mp410.22MB
  • 12. User profile let users update their own profile data/1. User profile let the user update their own details.mp44.89MB
  • 12. User profile let users update their own profile data/2. Get the current logged-in user and display their profile data.mp46.24MB
  • 12. User profile let users update their own profile data/3. Create and display the edit profile form.mp46.31MB
  • 12. User profile let users update their own profile data/4. Validate the email address is unique, allowing for the existing user record.mp47.4MB
  • 12. User profile let users update their own profile data/5. Make changing the password optional, but still validate it if supplied.mp45.49MB
  • 12. User profile let users update their own profile data/6. Validate and save the profile data on the server.mp411.95MB
  • 12. User profile let users update their own profile data/7. Clean up duplicated code in the profile controller.mp48.4MB
  • 12. User profile let users update their own profile data/8. Add site navigation with a link to the profile page.mp44.61MB
  • 13. Add styling use a CSS UI framework/1. Use a CSS UI framework to add styling and layout.mp44MB
  • 13. Add styling use a CSS UI framework/2. Include the Bootstrap framework.mp44.12MB
  • 13. Add styling use a CSS UI framework/3. Add a container element and style the general layout.mp42.8MB
  • 13. Add styling use a CSS UI framework/4. Add styles to forms and input controls.mp45.71MB
  • 13. Add styling use a CSS UI framework/5. Add styles to buttons.mp43.13MB
  • 13. Add styling use a CSS UI framework/6. Turn the navigation links into a navbar component.mp43.73MB
  • 13. Add styling use a CSS UI framework/7. Replace the flash message styles.mp42.19MB
  • 13. Add styling use a CSS UI framework/8. Add styles when showing the user's profile data.mp41.61MB
  • 14. Conclusion/1. Conclusion.mp42.26MB
  • 2. New user signup create the registration form and save the data in the database/1. Uniquely identify users username or email address.mp44.3MB
  • 2. New user signup create the registration form and save the data in the database/10. Add a user model with a save method.mp48.52MB
  • 2. New user signup create the registration form and save the data in the database/2. Store passwords as securely as possible in the database.mp47.27MB
  • 2. New user signup create the registration form and save the data in the database/3. Generate secure salted password hashes.mp47.78MB
  • 2. New user signup create the registration form and save the data in the database/4. Create a database table to store user accounts.mp45.78MB
  • 2. New user signup create the registration form and save the data in the database/5. Create and display the signup page.mp44.04MB
  • 2. New user signup create the registration form and save the data in the database/6. Add the form to the signup page.mp46.25MB
  • 2. New user signup create the registration form and save the data in the database/7. Create the signup action in the controller.mp42.82MB
  • 2. New user signup create the registration form and save the data in the database/8. Understand the danger from SQL injection attacks.mp46.92MB
  • 2. New user signup create the registration form and save the data in the database/9. Avoid SQL injection attacks using PDO.mp47.22MB
  • 3. Validate the signup data on the server/1. Validate the data before saving the new user record.mp49.42MB
  • 3. Validate the signup data on the server/2. Validate the email address is unique in the user table.mp45.08MB
  • 3. Validate the signup data on the server/3. Display validation error messages in the signup form.mp46.13MB
  • 3. Validate the signup data on the server/4. Prevent duplicate form submissions using the Post Redirect Get pattern.mp43.61MB
  • 3. Validate the signup data on the server/5. Redirecting to another page using PHP how, why and best practices.mp49.45MB
  • 3. Validate the signup data on the server/6. Redirect to the success page after a successful signup.mp42.06MB
  • 4. Validate the signup data in the browser/1. Why you should validate data on the server as well as the client.mp44.7MB
  • 4. Validate the signup data in the browser/2. Validate the signup page in the browser using HTML5 validation.mp45.52MB
  • 4. Validate the signup data in the browser/3. Add a JavaScript validation library.mp46.96MB
  • 4. Validate the signup data in the browser/4. Validate the signup page in the browser using JavaScript.mp45.84MB
  • 4. Validate the signup data in the browser/5. Validate the format of the password with a custom validation method.mp44.32MB
  • 4. Validate the signup data in the browser/6. Validate the email address is unique using an Ajax request.mp49.44MB
  • 4. Validate the signup data in the browser/7. The password confirmation field why it's a problem and how to fix it.mp45.26MB
  • 4. Validate the signup data in the browser/8. Remove the password confirmation field and add a show password button.mp45.06MB
  • 5. Login authenticate the user using their email address and password/1. Create and display the login page.mp45.85MB
  • 5. Login authenticate the user using their email address and password/10. Destroy the session to log the user out.mp44.58MB
  • 5. Login authenticate the user using their email address and password/11. Sessions in PHP prevent session fixation attacks.mp47.77MB
  • 5. Login authenticate the user using their email address and password/2. Create the login action in the controller.mp43.55MB
  • 5. Login authenticate the user using their email address and password/3. Find the user object using the email address.mp49.22MB
  • 5. Login authenticate the user using their email address and password/4. Authenticate the user by verifying their password is correct.mp46.08MB
  • 5. Login authenticate the user using their email address and password/5. Redisplay the email address in the login form when authentication fails.mp42.48MB
  • 5. Login authenticate the user using their email address and password/6. Add a redirect method to the core controller.mp43.73MB
  • 5. Login authenticate the user using their email address and password/7. Sessions in PHP make the web browser remember you.mp48.65MB
  • 5. Login authenticate the user using their email address and password/8. Use the session to remember the login and view the logged-in status.mp47.34MB
  • 5. Login authenticate the user using their email address and password/9. Sessions in PHP completely destroy a session, even without closing the browser.mp46.32MB
  • 6. Restrict access to authenticated users only/1. Add a class to organise the authentication code in one place.mp47.58MB
  • 6. Restrict access to authenticated users only/2. Restrict a page to logged-in users only.mp44.97MB
  • 6. Restrict access to authenticated users only/3. Redirect back to the originally requested page after login.mp45.34MB
  • 6. Restrict access to authenticated users only/4. Add a method to the core controller for requiring login.mp43.64MB
  • 6. Restrict access to authenticated users only/5. Require login for all action methods in a controller.mp43.48MB
  • 6. Restrict access to authenticated users only/6. Add a base controller that requires login for all action methods.mp45.83MB
  • 6. Restrict access to authenticated users only/7. Get the current authenticated user in controllers and views.mp46.43MB
  • 6. Restrict access to authenticated users only/8. Simplify the code remove the isLoggedIn method.mp44.85MB
  • 7. Flash messages display status messages to users/1. Flash notification messages display status messages to users.mp44.86MB
  • 7. Flash messages display status messages to users/2. Add a flash message when requiring login.mp44.45MB
  • 7. Flash messages display status messages to users/3. Display the flash messages to the user.mp45.5MB
  • 7. Flash messages display status messages to users/4. Add flash messages when logging in.mp43.12MB
  • 7. Flash messages display status messages to users/5. Add a flash message when logging out.mp43.55MB
  • 7. Flash messages display status messages to users/6. Add a CSS style sheet and style the flash messages.mp43.03MB
  • 7. Flash messages display status messages to users/7. Add flash message types and give them different styles.mp48.67MB
  • 8. Remember me give users the option of remembering the login/1. How to remember the login after closing the browser.mp47.66MB
  • 8. Remember me give users the option of remembering the login/10. Prevent automatic login if the remember token has expired in the database.mp45.33MB
  • 8. Remember me give users the option of remembering the login/11. Forget the remembered login when logging out.mp48.46MB
  • 8. Remember me give users the option of remembering the login/2. Generate unique, random tokens and secure hashes.mp46.77MB
  • 8. Remember me give users the option of remembering the login/3. Add a class to generate and create hashes of random tokens.mp46.65MB
  • 8. Remember me give users the option of remembering the login/4. Create a database table to store remembered logins.mp44.53MB
  • 8. Remember me give users the option of remembering the login/5. Add a remember me checkbox to the login form.mp46.26MB
  • 8. Remember me give users the option of remembering the login/6. Remember the login in the database.mp47.09MB
  • 8. Remember me give users the option of remembering the login/7. Cookies in PHP the basics.mp48.97MB
  • 8. Remember me give users the option of remembering the login/8. Remember the login in a cookie.mp44.3MB
  • 8. Remember me give users the option of remembering the login/9. Log in automatically using the token in the cookie.mp48.41MB
  • 9. Password reset part 1 securely request reset of a forgotten password/1. Allow users to securely reset their passwords when they forget them.mp44.44MB
  • 9. Password reset part 1 securely request reset of a forgotten password/2. Get access to an email service.mp47.02MB
  • 9. Password reset part 1 securely request reset of a forgotten password/3. Add a class to send emails.mp46.32MB
  • 9. Password reset part 1 securely request reset of a forgotten password/4. Create and display the forgotten password page.mp42.53MB
  • 9. Password reset part 1 securely request reset of a forgotten password/5. Process the forgotten password form in the controller.mp44.42MB
  • 9. Password reset part 1 securely request reset of a forgotten password/6. Add password reset fields to the user table in the database.mp43.14MB
  • 9. Password reset part 1 securely request reset of a forgotten password/7. Save a new password reset token and expiry with the user record.mp44.38MB
  • 9. Password reset part 1 securely request reset of a forgotten password/8. Send the password reset email to the user.mp46.09MB
  • 9. Password reset part 1 securely request reset of a forgotten password/9. Get the email content from a view template.mp46.86MB