Create a Netflix clone from Scratch: JavaScript PHP + MySQL

seeders: 1
leechers: 0
Added 3 years ago by cybil18 in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Create a Netflix clone from Scratch: JavaScript PHP + MySQL (Size: 21.68 GB)
  01 Introduction
  001 Intro video.en.srt 2.53 KB
  001 Intro video.mp4 26.34 MB
  002 Xampp installation.en.srt 9.5 KB
  002 Xampp installation.mp4 64.82 MB
  003 Downloading a text editor.en.srt 1.24 KB
  003 Downloading a text editor.mp4 6.84 MB
  004 Creating our index page.en.srt 6.87 KB
  004 Creating our index page.mp4 43.85 MB
  004 reeceflix-indexPage.zip 1.25 KB
  02 RegisterLogin Page - Front end
  005 Creating the users table.en.srt 11.37 KB
  005 Creating the users table.mp4 87.35 MB
  006 Creating the register page.en.srt 10.36 KB
  006 Creating the register page.mp4 57.65 MB
  006 reeceflix-registerPage.zip 3.89 KB
  007 Styling our form column.en.srt 12.08 KB
  007 Styling our form column.mp4 64.73 MB
  007 reeceflix-columnStyle.zip 4.08 KB
  008 Creating the input fields.en.srt 9.87 KB
  008 Creating the input fields.mp4 55.45 MB
  008 reeceflix-inputForm.zip 4.18 KB
  009 Quick preview of handling the form submission.en.srt 5.87 KB
  009 Quick preview of handling the form submission.mp4 36.57 MB
  009 reeceflix-testFormSubmit.zip 4.39 KB
  010 Styling the input fields.en.srt 9.91 KB
  010 Styling the input fields.mp4 74.54 MB
  010 reeceflix-inputStyle.zip 4.44 KB
  011 Creating the title section.en.srt 15.48 KB
  011 Creating the title section.mp4 105.87 MB
  011 reeceflix-headerStyle.zip 4.6 KB
  012 Adding a site logo.en.srt 9.77 KB
  012 Adding a site logo.mp4 70.85 MB
  012 reeceflix-siteLogo.zip 25.51 KB
  013 Styling the login link.en.srt 8.09 KB
  013 Styling the login link.mp4 68.02 MB
  013 reeceflix-loginLink.zip 88.98 KB
  014 Creating the login page.en.srt 3.14 KB
  014 Creating the login page.mp4 22.9 MB
  014 reeceflix-loginPage.zip 91.67 KB
  03 RegisterLogin Page - Back end
  015 Sanitising the users first name.en.srt 15.49 KB
  015 Sanitising the users first name.mp4 92.1 MB
  015 reeceflix-sanitizeString.zip 93.72 KB
  016 Form sanitizer class.en.srt 9.1 KB
  016 Form sanitizer class.mp4 50.24 MB
  016 reeceflix-FormSanitizerClass.zip 96.19 KB
  017 Sanitation methods.en.srt 7.97 KB
  017 Sanitation methods.mp4 54.03 MB
  017 reeceflix-sanitationMethods.zip 101.03 KB
  018 Config file.en.srt 8.43 KB
  018 Config file.mp4 41.62 MB
  018 reeceflix-configFile.zip 104.68 KB
  019 Connecting to the database.en.srt 12.78 KB
  019 Connecting to the database.mp4 63.46 MB
  019 reeceflix-connectDatabase.zip 108.07 KB
  020 Creating the Account class.en.srt 7.39 KB
  020 Creating the Account class.mp4 37.77 MB
  020 reeceflix-AccountClass.zip 112.27 KB
  021 Validating the first name.en.srt 6.96 KB
  021 Validating the first name.mp4 38.05 MB
  021 reeceflix-validateFirstName.zip 115.5 KB
  022 Displaying errors to the user.en.srt 8.18 KB
  022 Displaying errors to the user.mp4 54.98 MB
  022 reeceflix-getError.zip 119.17 KB
  023 Using constants for our error messages.en.srt 5.44 KB
  023 Using constants for our error messages.mp4 32.7 MB
  023 reeceflix-constants.zip 123.67 KB
  024 Validating the last name.en.srt 8.72 KB
  024 Validating the last name.mp4 56.88 MB
  024 reeceflix-validateLastName.zip 128.05 KB
  025 Validating the username.en.srt 10.8 KB
  025 Validating the username.mp4 67.87 MB
  025 reeceflix-validateUsername.zip 132.72 KB
  026 Validating the email.en.srt 13.22 KB
  026 Validating the email.mp4 85.35 MB
  026 reeceflix-validateEmail.zip 143.06 KB
  027 Validating the passwords.en.srt 6.85 KB
  027 Validating the passwords.mp4 48.4 MB
  027 reeceflix-validatePasswords.zip 143.13 KB
  028 Stying the error messages.en.srt 3.33 KB
  028 Stying the error messages.mp4 23.23 MB
  028 reeceflix-errorMessageStyle.zip 148.07 KB
  029 Inserting the users details to the table.en.srt 11.86 KB
  029 Inserting the users details to the table.mp4 82.81 MB
  029 reeceflix-insertUserDetails.zip 151.33 KB
  030 Lets try the insert query out.en.srt 7.76 KB
  030 Lets try the insert query out.mp4 57.81 MB
  030 reeceflix-testInsertQuery.zip 155.95 KB
  031 How to debug MySQL queries.en.srt 5.44 KB
  031 How to debug MySQL queries.mp4 40.4 MB
  031 reeceflix-debugQueries.zip 156.98 KB
  032 Writing the login function.en.srt 11.46 KB
  032 Writing the login function.mp4 73.68 MB
  032 reeceflix-loginFunction.zip 160.75 KB
  033 Lets try the login function out.en.srt 6.47 KB
  033 Lets try the login function out.mp4 40.55 MB
  033 reeceflix-testLogin.zip 162.86 KB
  034 Storing the session.en.srt 9.09 KB
  034 Storing the session.mp4 52.43 MB
  034 reeceflix-sessions.zip 166.62 KB
  035 Remembering the last entered values.en.srt 6.68 KB
  035 Remembering the last entered values.mp4 36.75 MB
  035 reeceflix-getInputValue.zip 168.86 KB
  036 Remembering the values entered on the register page.en.srt 5.18 KB
  036 Remembering the values entered on the register page.mp4 32.54 MB
  036 reeceflix-registerValues.zip 171.05 KB
  04 Creating the video preview
  037 Setting our our tables.en.srt 9.35 KB
  037 Setting our our tables.mp4 77.47 MB
  037 categories.sql 1.72 KB
  037 entities.sql 5.75 KB
  037 videos.sql 393.56 KB
  038 Adding sample video files and images.en.srt 7.34 KB
  038 Adding sample video files and images.mp4 65.78 MB
  038 sample-data.zip 150.33 MB
  039 Explanation of the tables.en.srt 7.44 KB
  039 Explanation of the tables.mp4 70.15 MB
  040 Creating the preview provider class.en.srt 8.35 KB
  040 Creating the preview provider class.mp4 42.47 MB
  040 reeceflix-PreviewProvider.zip 233.2 MB
  041 Getting a random entity from the table.en.srt 9 KB
  041 Getting a random entity from the table.mp4 59.55 MB
  041 reeceflix-getRandomEntity.zip 233.21 MB
  042 Creating the entity class.en.srt 8.71 KB
  042 Creating the entity class.mp4 41.85 MB
  043 Entity getter functions.en.srt 7.98 KB
  043 Entity getter functions.mp4 48.72 MB
  043 reeceflix-entityFunctions.zip 233.21 MB
  044 Showing the preview video.en.srt 5.39 KB
  044 Showing the preview video.mp4 39.21 MB
  044 reeceflix-previewVideo.zip 233.21 MB
  045 Splitting code into a header file.en.srt 6.38 KB
  045 Splitting code into a header file.mp4 38.95 MB
  045 reeceflix-header.zip 233.22 MB
  046 Creating the preview overlay.en.srt 8.62 KB
  046 Creating the preview overlay.mp4 89.08 MB
  046 reeceflix-previewOverlay.zip 233.22 MB
  047 Preview details element.en.srt 6.66 KB
  047 Preview details element.mp4 67.53 MB
  047 reeceflix-mainDetails.zip 233.22 MB
  048 Styling the buttons.en.srt 10.45 KB
  048 Styling the buttons.mp4 97.09 MB
  048 reeceflix-buttonStyle.zip 233.23 MB
  049 Font Awesome icons.en.srt 9.78 KB
  049 Font Awesome icons.mp4 87.02 MB
  049 reeceflix-fontAwesome.zip 233.23 MB
  050 Button hover state.en.srt 2.74 KB
  050 Button hover state.mp4 21.1 MB
  050 reeceflix-buttonHover.zip 233.24 MB
  051 Muting and unmuting the preview video.en.srt 8.54 KB
  051 Muting and unmuting the preview video.mp4 64.49 MB
  051 reeceflix-muteToggle.zip 233.24 MB
  052 Changing the icon on muteunmute.en.srt 5.1 KB
  052 Changing the icon on muteunmute.mp4 38.15 MB
  052 reeceflix-toggleIcon.zip 233.24 MB
  053 Showing the image when the preview has ended.en.srt 4.2 KB
  053 Showing the image when the preview has ended.mp4 29.31 MB
  053 reeceflix-previewEnded.zip 233.25 MB
  05 Displaying movies and tv shows
  054 Adding some style to the page background.en.srt 3.96 KB
  054 Adding some style to the page background.mp4 37.28 MB
  054 reeceflix-wrapperStyle.zip 233.25 MB
  055 Creating the category container class.en.srt 7.17 KB
  055 Creating the category container class.mp4 53.99 MB
  055 reeceflix-categoryContainers.zip 233.25 MB
  056 Showing all categories.en.srt 8.16 KB
  056 Showing all categories.mp4 60.4 MB
  056 reeceflix-showllCategories.zip 233.26 MB
  057 Creating the Entity provider class.en.srt 14.82 KB
  057 Creating the Entity provider class.mp4 86.85 MB
  058 Looping over each entity.en.srt 7.63 KB
  058 Looping over each entity.mp4 52.01 MB
  058 reeceflix-loopEntities.zip 233.26 MB
  059 Outputting the html for each entity.en.srt 7.22 KB
  059 Outputting the html for each entity.mp4 49.58 MB
  059 entityPreview.mp4 325.32 MB
  060 Styling the entity previews.en.srt 7.01 KB
  060 Styling the entity previews.mp4 59.04 MB
  060 reeceflix-previewContainerSmall.zip 233.27 MB
  061 Styling the category sections.en.srt 10.71 KB
  061 Styling the category sections.mp4 85.28 MB
  061 reeceflix-categoryStyle.zip 233.27 MB
  Download Paid Udemy Courses For Free.url 116 B
  GetFreeCourses.Co.url 116 B
  How you can help GetFreeCourses.Co.txt 182 B
  06 Creating the entity page
  062 Creating the entity page.en.srt 10.7 KB
  062 Creating the entity page.mp4 81.3 MB
  062 reeceflix-entityPage.zip 233.28 MB
  063 Error message class.en.srt 7.71 KB
  063 Error message class.mp4 44.93 MB
  063 reeceflix-errorMessage.zip 233.28 MB
  064 Creating the season provider.en.srt 6.31 KB
  064 Creating the season provider.mp4 38.02 MB
  064 reeceflix-SeasonProvider.zip 233.29 MB
  065 Getting the seasons.en.srt 7 KB
  065 Getting the seasons.mp4 51.7 MB
  065 reeceflix-getSeasons.zip 233.29 MB
  066 Creating the video class.en.srt 11.18 KB
  066 Creating the video class.mp4 81.04 MB
  066 reeceflix-videoClass.zip 233.29 MB
  067 Creating the season class.en.srt 12.46 KB
  067 Creating the season class.mp4 81.11 MB
  067 reeceflix-seasonsClass.zip 233.3 MB
  068 Outputting the season numbers.en.srt 6.51 KB
  068 Outputting the season numbers.mp4 40.43 MB
  068 reeceflix-outputSeasonNum.zip 233.3 MB
  069 Getting the video properties.en.srt 5.92 KB
  069 Getting the video properties.mp4 39.76 MB
  069 reeceflix-videoProperties.zip 233.3 MB
  070 Outputting the episodes.en.srt 6.84 KB
  070 Outputting the episodes.mp4 49.95 MB
  070 reeceflix-outputVideo.zip 233.31 MB
  071 Styling the episodes.en.srt 11.97 KB
  071 Styling the episodes.mp4 109.86 MB
  071 reeceflix-stylingVideos.zip 233.31 MB
  072 Showing you might also like section.en.srt 12.63 KB
  072 Showing you might also like section.mp4 108.8 MB
  072 reeceflix-youMightLike.zip 233.32 MB
  07 Creating the watch video page
  073 Incrementing the video views.en.srt 6.7 KB
  073 Incrementing the video views.mp4 51.64 MB
  073 reeceflix-incrementViews.zip 233.32 MB
  074 Displaying the video.en.srt 6.32 KB
  074 Displaying the video.mp4 45.96 MB
  074 reeceflix-videoTag.zip 233.32 MB
  075 Creating the back button.en.srt 10.44 KB
  075 Creating the back button.mp4 81.08 MB
  075 reeceflix-videoBackButton.zip 233.33 MB
  076 Back button functionality.en.srt 1.71 KB
  076 Back button functionality.mp4 13.9 MB
  076 reeceflix-goBack.zip 233.33 MB
  077 Hiding the video controls after 2 seconds.en.srt 7.89 KB
  077 Hiding the video controls after 2 seconds.mp4 48.5 MB
  077 reeceflix-startHideTimer.zip 233.33 MB
  078 Video progress table.en.srt 3.66 KB
  078 Video progress table.mp4 28.07 MB
  079 Initialising the video.en.srt 5.48 KB
  079 Initialising the video.mp4 35.49 MB
  080 Making an ajax call.en.srt 9.22 KB
  080 Making an ajax call.mp4 40.19 MB
  081 Passing data in our ajax call.en.srt 8.67 KB
  081 Passing data in our ajax call.mp4 40.86 MB
  082 Inserting the initial video progress into the table.en.srt 9.97 KB
  082 Inserting the initial video progress into the table.mp4 56.63 MB
  082 reeceflix-insertDuration.zip 233.34 MB
  083 Creating the video progress timer.en.srt 6.6 KB
  083 Creating the video progress timer.mp4 52.67 MB
  083 reeceflix-durationTimer.zip 233.34 MB
  084 Updating the video progress as the video plays.en.srt 10.01 KB
  084 Updating the video progress as the video plays.mp4 66.08 MB
  085 Marking the video as seen.en.srt 7.39 KB
  085 Marking the video as seen.mp4 43.24 MB
  085 reeceflix-setFinished.zip 233.35 MB
  086 Resume playing where we left off.en.srt 15.62 KB
  086 Resume playing where we left off.mp4 98.02 MB
  086 reeceflix-getProgress.zip 233.35 MB
  08 The up next overlay
  087 Getting the up next video.en.srt 11.4 KB
  087 Getting the up next video.mp4 52.18 MB
  087 reeceflix-VideoProvider.zip 233.35 MB
  088 Up next video when theres no more episodes.en.srt 5.7 KB
  088 Up next video when theres no more episodes.mp4 33.73 MB
  088 reeceflix-VideoProviderFallbackVideo.zip 233.35 MB
  089 Up next title.en.srt 10.75 KB
  089 Up next title.mp4 69.94 MB
  089 reeceflix-upNextTitle.zip 233.36 MB
  090 Displaying the season and episode number.en.srt 4.77 KB
  090 Displaying the season and episode number.mp4 33.15 MB
  090 reeceflix-seasonAndEpisode.zip 233.36 MB
  091 The play next video button.en.srt 2.46 KB
  091 The play next video button.mp4 17.31 MB
  091 reeceflix-playNextButton.zip 233.36 MB
  092 Styling the up next controls.en.srt 5.85 KB
  092 Styling the up next controls.mp4 45.66 MB
  092 reeceflix-upNextStyle.zip 233.37 MB
  093 Restart video button.en.srt 4.55 KB
  093 Restart video button.mp4 30.64 MB
  093 reeceflix-restartVideo.zip 233.37 MB
  094 Play button functionality.en.srt 2.85 KB
  094 Play button functionality.mp4 23.19 MB
  094 watchVideoLink.mp4 143.26 MB
  095 Showing the overlay when the video ends.en.srt 3.12 KB
  095 Showing the overlay when the video ends.mp4 26.6 MB
  095 showUpNextOverlay.mp4 210.03 MB
  096 Getting the entity id for a video.en.srt 11.38 KB
  096 Getting the entity id for a video.mp4 108.48 MB
  097 Getting the next video for that entity.en.srt 9.3 KB
  097 Getting the next video for that entity.mp4 53.87 MB
  097 entityVideoUser.mp4 282.4 MB
  098 Hooking up the play button on the video preview.en.srt 5.56 KB
  098 Hooking up the play button on the video preview.mp4 55.07 MB
  099 Subtitle of the video preview.en.srt 6.3 KB
  099 Subtitle of the video preview.mp4 47.31 MB
  100 Play button text.en.srt 8.48 KB
  100 Play button text.mp4 63.8 MB
  101 Displaying a check mark on seen videos.en.srt 8.72 KB
  101 Displaying a check mark on seen videos.mp4 76.11 MB
  09 Navigation bar
  102 Navigation bar html.en.srt 8.2 KB
  102 Navigation bar html.mp4 54.51 MB
  103 Styling the navigation bar.en.srt 10.26 KB
  103 Styling the navigation bar.mp4 112.39 MB
  104 Changing the background color on scroll.en.srt 8.6 KB
  104 Changing the background color on scroll.mp4 71.92 MB
  105 Hiding the navigation on the watch page.en.srt 4.9 KB
  105 Hiding the navigation on the watch page.mp4 33.9 MB
  10 TV Shows movies and category pages
  106 TV shows page.en.srt 9.69 KB
  106 TV shows page.mp4 77.5 MB
  107 TV show preview video.en.srt 7.01 KB
  107 TV show preview video.mp4 48.02 MB
  108 TV show categories.en.srt 6.5 KB
  108 TV show categories.mp4 51.78 MB
  109 Movies page preview video.en.srt 5.49 KB
  109 Movies page preview video.mp4 36.8 MB
  110 Movies page categories.en.srt 3.07 KB
  110 Movies page categories.mp4 27.2 MB
  111 Category page preview video.en.srt 5.71 KB
  111 Category page preview video.mp4 36.49 MB
  112 Category page entities.en.srt 1.15 KB
  112 Category page entities.mp4 9.98 MB
  Download Paid Udemy Courses For Free.url 116 B
  GetFreeCourses.Co.url 116 B
  How you can help GetFreeCourses.Co.txt 182 B
  11 Search page
  113 Creating the search page html.en.srt 7.58 KB
  113 Creating the search page html.mp4 51.13 MB
  114 Searching after 500 milliseconds.en.srt 7.14 KB
  114 Searching after 500 milliseconds.mp4 34.39 MB
  115 Implementing the search ajax.en.srt 6.87 KB
  115 Implementing the search ajax.mp4 36.78 MB
  116 Creating the search results provider.en.srt 4.96 KB
  116 Creating the search results provider.mp4 21.6 MB
  117 Writing the search query.en.srt 7.82 KB
  117 Writing the search query.mp4 40.54 MB
  118 Outputting the search results.en.srt 6.05 KB
  118 Outputting the search results.mp4 36.95 MB
  12 Account page
  119 Profile page html.en.srt 8.93 KB
  119 Profile page html.mp4 47.49 MB
  120 Pre filling the text box values.en.srt 12.3 KB
  120 Pre filling the text box values.mp4 68.8 MB
  121 Styling the forms.en.srt 8.98 KB
  121 Styling the forms.mp4 76.42 MB
  122 Handling the user details form submission.en.srt 11.94 KB
  122 Handling the user details form submission.mp4 69.08 MB
  123 Checking if the data is valid.en.srt 7.41 KB
  123 Checking if the data is valid.mp4 41.72 MB
  124 Updating the users details.en.srt 5.19 KB
  124 Updating the users details.mp4 31.56 MB
  125 Showing a successerror message.en.srt 7.9 KB
  125 Showing a successerror message.mp4 52.91 MB
  126 Password form submission.en.srt 5.13 KB
  126 Password form submission.mp4 36.7 MB
  127 Updating the password.en.srt 10.97 KB
  127 Updating the password.mp4 67.34 MB
  128 Logging out.en.srt 4.36 KB
  128 Logging out.mp4 24.95 MB
  Download Paid Udemy Courses For Free.url 116 B
  GetFreeCourses.Co.url 116 B
  How you can help GetFreeCourses.Co.txt 182 B
  13 PayPal payment subscription integration
  129 The subscribe html code.en.srt 6.67 KB
  129 The subscribe html code.mp4 45.4 MB
  129 reeceflix-subscriptionHtml.zip 233.52 MB
  130 Adding the PayPal SDK.en.srt 2.07 KB
  130 Adding the PayPal SDK.mp4 15.32 MB
  130 reeceflix-payPalSdk.zip 234.01 MB
  131 PayPal configuration credentials.en.srt 8.21 KB
  131 PayPal configuration credentials.mp4 53.51 MB
  131 reeceflix-paypalConfig.zip 234.01 MB
  132 Creating a billing plan.en.srt 12.28 KB
  132 Creating a billing plan.mp4 86.46 MB
  132 reeceflix-billingPlan.zip 234.02 MB
  133 Creating a billing agreement.en.srt 9.02 KB
  133 Creating a billing agreement.mp4 59.96 MB
  133 reeceflix-billingAgreement.zip 234.03 MB
  134 Testing out the payment system.en.srt 6.75 KB
  134 Testing out the payment system.mp4 55.18 MB
  134 reeceflix-testPayments.zip 234.03 MB
  135 Executing the billing agreement.en.srt 7.61 KB
  135 Executing the billing agreement.mp4 55.63 MB
  135 reeceflix-executeAgreement.zip 234.03 MB
  136 Charging a setup fee.en.srt 8.83 KB
  136 Charging a setup fee.mp4 72.67 MB
  136 reeceflix-setupFee.zip 234.04 MB
  137 Showing an error message.en.srt 2.74 KB
  137 Showing an error message.mp4 22.33 MB
  137 reeceflix-cancelMessage.zip 234.04 MB
  138 Storing the transaction details.en.srt 9.27 KB
  138 Storing the transaction details.mp4 62.76 MB
  138 reeceflix-billingDetails.zip 234.04 MB
  139 Setting the users account to subscribed.en.srt 10.55 KB
  139 Setting the users account to subscribed.mp4 78.71 MB
  139 reeceflix-updateAccount.zip 234.05 MB
  140 What about cancellations.en.srt 3.26 KB
  140 What about cancellations.mp4 23.29 MB
  141 Preventing users watching videos if not subscribed.en.srt 3.64 KB
  141 Preventing users watching videos if not subscribed.mp4 32.44 MB
  141 reeceflix-complete-source-code.zip 234.25 MB
  Download Paid Udemy Courses For Free.url 116 B
  GetFreeCourses.Co.url 116 B
  How you can help GetFreeCourses.Co.txt 182 B
  ▲ 392 total files

Description


Create a Netflix clone from Scratch: JavaScript PHP + MySQL

Learn JavaScript, PHP and MySQL by making the ultimate Netflix clone website completely from scratch!

Udemy Link - https://www.udemy.com/course/netflix-clone/

Please seed as much as you can!

Related Torrents

torrent name size uploader age seed leech
15
1
0
5
0