PATH:
home
/
lab2454c
/
omvstudio.com
/
storage
/
framework
/
views
<?php $__env->startSection('title', $movie->title); ?> <?php $__env->startSection('content'); ?> <div class="header__banner__main header__bnner__full__width"> <div class="header__banner___overlay"></div> <div class="image__box"> <img src="<?php echo e(isset($movie->cover_image) ? asset('storage/movies/'.$movie->cover_image) : ''); ?>" alt="" /> </div> <div class="banner__content"> <div class="container-fluid"> <div class="banner__container__inner"> <div class="banner__widgets"> <img src="<?php echo e(asset('front_assets/images/movie-title-img.jpg')); ?>" alt="" /> </div> </div> </div> </div> </div> <div class="body__container__wrapp body__container__wrapp__inner"> <div class="movie__details__wrapp"> <div class="container-fluid"> <div class="row"> <div class="col-xl-5 col-lg-5 col-md-5 col-sm-5"> <div class="deatils__widgets"> <div class="btn__wrapp"> <?php if(isset($user) && ( $user->is_one_time== '0' || $user->is_one_time== '3') && ($user->subscription('main') || ($user->subscription('main') && $user->subscription('main')->onGracePeriod())) ): ?> <a href="javascript:void(0)" class="banner__btn" data-bs-toggle="modal" data-bs-target="#videoModal"> <span>Watch Now</span><img src="<?php echo e(asset('front_assets/images/play.svg')); ?>" alt="" /> </a> <?php else: ?> <?php if(isset($user) AND $movie->payments->contains('user_id', $user->id) AND $movie->payments->where('user_id', $user->id)->where('movie_id', $movie->id)->sortByDesc('created_at')->first()->payment_validity > \Carbon\Carbon::now()): ?> <a href="javascript:void(0)" class="banner__btn" data-bs-toggle="modal" data-bs-target="#videoModal"> <span>Watch Now</span><img src="<?php echo e(asset('front_assets/images/play.svg')); ?>" alt="" /> </a> <?php else: ?> <a href="<?php echo e(route('movie.payment',$movie->slug)); ?>" class="banner__btn"> <span>Pay and Watch</span><img src="<?php echo e(asset('front_assets/images/play.svg')); ?>" alt="" /> </a> <?php endif; ?> <?php endif; ?> <div class="movie__price"> <span>Rent this movie at</span> $<?php echo e(env('PAYMENT_PRICE_ONETIME')); ?> </div> </div> <div class="btn__wrapp"> <a href="#" class="btn__action" id="shareDropdownMenuButton" data-bs-toggle="dropdown" aria-expanded="false"><img src="<?php echo e(asset('front_assets/images/share.svg')); ?>" alt="" /> </a> <ul class="dropdown-menu" aria-labelledby="shareDropdownMenuButton"> <li><a class="dropdown-item" target="_blank" href="<?php echo e(url('https://www.facebook.com/share.php?u='.URL::current())); ?>"> <i class="fa fa-brands fa-facebook"></i> </a></li> <li><a class="dropdown-item" target="_blank" href="<?php echo e(url('https://twitter.com/intent/tweet?text='.$movie->title.' - '.env('APP_NAME').' - '.URL::current())); ?>"><i class="fa fa-brands fa-twitter"></i></a></li> <li><a class="dropdown-item" href="<?php echo e(url('mailto:?subject=Check out of this link on '.env('APP_NAME').'!&body='.$movie->title.' - ' .env('APP_NAME').' - '.URL::current())); ?>"><i class="fa fas fa-envelope"></i> </a></li> </ul> <?php $is_exists = $movie->users->contains(auth()->user()); ?> <?php if(auth()->user() && $is_exists): ?> <a href="javascript:void(0)" class="btn__action btn__add__watchlist" data-id="<?php echo e($movie->id); ?>"> <img src="<?php echo e(asset('front_assets/images/plus.svg')); ?>" alt="In Watchlist" /> <span>In Watchlist</span> </a> <?php elseif(auth()->user() && empty(auth()->user()->email_verified_at)): ?> <a href="<?php echo e(route('dashboard')); ?>" class="btn__action btn__add__watchlist"> <img src="<?php echo e(asset('front_assets/images/plus.svg')); ?>" alt="Add To Watchlist" /> <span>Add To Watchlist</span> </a> <?php elseif(auth()->user() && !$is_exists): ?> <a href="javascript:void(0)" class="btn__action btn__add__watchlist" data-id="<?php echo e($movie->id); ?>"> <img src="<?php echo e(asset('front_assets/images/plus.svg')); ?>" alt="Add To Watchlist" /> <span>Add To Watchlist</span> </a> <?php else: ?> <a href="<?php echo e(route('login')); ?>" class="btn__action btn__add__watchlist"><img src="<?php echo e(asset('front_assets/images/plus.svg')); ?>" alt="" /> <span>Add To Watchlist</span> </a> <?php endif; ?> </div> </div> </div> <div class="col-xl-7 col-lg-7 col-md-7 col-sm-7"> <div class="deatils__widgets"> <div class="movie__title"> <h3><?php echo e($movie->title); ?></h3> <div class="user__review"> <div class="reatings"> <?php $rating_val_num = number_format($rating_value); ?> <ul> <?php for($i = 1; $i <= $rating_val_num ; $i++): ?> <li><i class="fa fa-star text-warning"></i></li> <?php endfor; ?> <?php for($j = $rating_val_num+1; $j <= 5 ; $j++): ?> <li><i class="fa fa-star text-white"></i></li> <?php endfor; ?> </ul> </div> <a <?php echo e($reviews->count() > 0 ? 'href=#user__rating__wrapp' : 'href=#no__user__rating__wrapp'); ?> > Audience reviews <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 414.9 185.3" style="enable-background:new 0 0 414.9 185.3;" xml:space="preserve"> <path class="st0" d="M216,100.4l167.6,0c1.8,0,2.6,2.1,1.4,3.4l-68.3,68.3c-3,3-3,7.9,0,11l0,0c3,3,7.9,3,11,0l79.4-79.4l5.5-5.5 c3-3,3-7.9,0-11l-5.5-5.5L327.7,2.3c-3-3-7.9-3-11,0v0c-3,3-3,7.9,0,11l68.3,68.3c1.2,1.2,0.4,3.4-1.4,3.4l-167.6,0 c-4.3,0-7.8,3.5-7.8,7.8v0C208.3,97,211.7,100.4,216,100.4z" /> </svg> </a> </div> </div> <div class="movie__info"> <div class="movie__info__widget"> <?php $date = date("F j, Y",strtotime($movie->created_at )); ?> <i class="ico__box"><img src="<?php echo e(asset('front_assets/images/calendar.svg')); ?>" alt=""></i> <?php echo e($date); ?> </div> <div class="movie__info__widget"> <i class="ico__box"><img src="<?php echo e(asset('front_assets/images/clock.svg')); ?>" alt=""></i><?php echo e($movie->movie_length); ?> </div> </div> <p><?php echo $movie->description; ?></p> <?php if(!empty($movie->trailer)): ?> <video id="my-video-2" class="video-js vjs-big-play-centered" controls preload="auto" poster="<?php echo e(asset('storage/movies/'.$movie->cover_image)); ?>" data-setup="{}" width="560" > <source src="<?php echo e(asset('storage/movies/trailer/'.$movie->trailer)); ?>" type="video/<?php echo e($movie->video_type); ?>" media=""> <p class="vjs-no-js"> To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="https://videojs.com/html5-video-support/" target="_blank" >supports HTML5 video</a > </p> </video> <?php endif; ?> <?php if(isset($star_cast)): ?> <p><span>Director:</span> <?php echo e(isset($star_cast->director) ? $star_cast->director : ''); ?></p> <p><span>Cast:</span> <?php echo e(isset($star_cast->cast) ? $star_cast->cast : ''); ?> </p> <?php if(isset($star_cast->genres)): ?> <p> <span>Genres:</span> <?php echo e($star_cast->genres); ?> </p> <?php endif; ?> <?php if(isset($star_cast->writer)): ?> <p> <span>Writer:</span> <?php echo e($star_cast->writer); ?> </p> <?php endif; ?> <?php endif; ?> </div> </div> </div> </div> </div> <div class="new__release"> <div class="container-fluid"> <div class="body__title__wrapp"> <div class="title__area__inner"> <h2>more like this</h2> </div> <div class="slider__controlar"></div> </div> </div> <div class="container-fluid"> <div class="category__carousal"> <div class="owl-carousel owl-theme carousel__moves__list"> <?php if(isset($related_movies)): ?> <?php $__currentLoopData = $related_movies; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $related_movie): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $related_movies_reviews = App\Models\Review::where('movie_id',$related_movie->id)->where('status','active')->orderByDesc('created_at')->get(); $related_movies_rating_sum = App\Models\Review::where('movie_id',$related_movie->id)->where('status','active')->sum('rating'); if ($related_movies_reviews->count() > 0) { //slove error if no review $related_movies_rating_value = $related_movies_rating_sum / $related_movies_reviews->count(); } else{ $related_movies_rating_value = 0; } $rating_val_num = number_format($related_movies_rating_value); ?> <div class="item movie__item"> <div class="image__box"> <img src="<?php echo e(isset($related_movie->cover_image) ? asset('storage/movies/'.$related_movie->cover_image) : ''); ?>" alt="" /> </div> <a href="<?php echo e(route('movie',$related_movie->slug)); ?>"> <div class="content__wrapp"> <div class="detail__wrapp"> <h3 class="movie__title"><?php echo e($related_movie->title); ?></h3> <ul class="movie__genre"> <?php $__currentLoopData = $related_movie->categories->take(2); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $cat): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><?php echo e($cat->title); ?></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <div class="movie__widget"> <div class="price">$<?php echo e(env('PAYMENT_PRICE_ONETIME')); ?></div> <div class="reatings"> <ul> <?php for($i = 1; $i <= $rating_val_num ; $i++): ?> <li><i class="fa fa-star text-warning"></i></li> <?php endfor; ?> <?php for($j = $rating_val_num+1; $j <= 5 ; $j++): ?> <li><i class="fa fa-star text-white"></i></li> <?php endfor; ?> </ul> </div> </div> <div class="action__wrapp"> <div class="play__action"><img src="<?php echo e(asset('front_assets/images/play.svg')); ?>" alt="" />Watch Now </div> <div class="duration"><?php echo e($related_movie->movie_length); ?></div> </div> </div> </div> </a> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </div> </div> </div> </div> <?php if($reviews->count() > 0): ?> <div class="user__rating__wrapp" id="user__rating__wrapp"> <div class="container"> <div class="row"> <div class="col-xl-5 col-lg-5 col-md-6"> <div class="rating__summary"> <h3>Audience rating summary</h3> <h2><?php echo e(number_format($rating_value,1)); ?></h2> <?php $rating_val_num = number_format($rating_value); ?> <ul> <?php for($i = 1; $i <= $rating_val_num ; $i++): ?> <li><i class="fa fa-star text-warning"></i></li> <?php endfor; ?> <?php for($j = $rating_val_num+1; $j <= 5 ; $j++): ?> <li><i class="fa fa-star text-white"></i></li> <?php endfor; ?> </ul> <p>Based on <?php echo e($reviews->count() > 0 ? $reviews->count() : 'no'); ?> reviews</p> <div class="progress__wrapp"> Excellent <div class="progress"> <div class="progress-bar" role="progressbar" style="width:<?php echo e($average[0]->excellent); ?>%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div> </div> </div> <div class="progress__wrapp"> Good <div class="progress"> <div class="progress-bar progress__good" role="progressbar" style="width:<?php echo e($average[0]->good); ?>%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div> </div> </div> <div class="progress__wrapp"> Average <div class="progress"> <div class="progress-bar progress__average" role="progressbar" style="width:<?php echo e($average[0]->average); ?>%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div> </div> </div> <div class="progress__wrapp"> Below Average <div class="progress"> <div class="progress-bar below__aerage" role="progressbar" style="width: <?php echo e($average[0]->belowaverage); ?>%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div> </div> </div> </div> </div> <div class="col-xl-7 col-lg-7 col-md-8"> <div class="review__details"> <?php if($exists_review): ?> <?php else: ?> <?php if(isset($user)): ?> <?php if((isset($user) && $verified_purches) || isset($user->stripe_id)): ?> <button class="wright__review" data-bs-toggle="modal" data-bs-target="#exampleModalReview"> <span>Add Review</span> <img src="<?php echo e(asset('front_assets/images/plus.svg')); ?>" alt="" /> </button> <?php else: ?> <a href="<?php echo e(route('movie.payment',$movie->slug)); ?>" class="btn btn-primary add__review"> <span>Add Review</span> <img src="<?php echo e(asset('front_assets/images/plus.svg')); ?>" alt="" /> </a> <?php endif; ?> <?php else: ?> <a class="btn btn-primary add__review" href="<?php echo e(route('login',)); ?>"> <span>Add Review</span> <img src="<?php echo e(asset('front_assets/images/plus.svg')); ?>" alt="" /> </a> <?php endif; ?> <?php endif; ?> <?php $__currentLoopData = $reviews->take(3); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $review): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <hr class="text-white"> <div class="review__card"> <div class="review__card__user__info"> <div class="image__box"> <?php if(!empty($review->user->profile_picture)): ?> <img src="<?php echo e(asset('storage/profiles/'.$review->user->profile_picture)); ?>" alt="" /> <?php else: ?> <img src="<?php echo e(asset('front_assets/images/default-user-image.png')); ?>" alt="" /> <?php endif; ?> </div> <div class="review__user"> <div class="uder__profile__name"> <?php echo e($review->user->first_name); ?> <?php echo e($review->user->last_name); ?> </div> <div class="review__date"> <?php echo e($review->created_at->diffForHumans()); ?> </div> </div> <h3><?php echo e($review->rating); ?></h3> <ul> <?php for($i = 1; $i <= $review->rating; $i++): ?> <li><i class="fa fa-star text-warning"></i></li> <?php endfor; ?> <?php for($i = $review->rating+1; $i <= 5; $i++): ?> <li><i class="fa fa-star text-white"></i></li> <?php endfor; ?> </ul> </div> <p><?php echo e($review->description); ?></p> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> </div> <?php else: ?> <div class="user__rating__wrapp" id="no__user__rating__wrapp"> <div class="container"> <div class="row"> <div class="col-xl-5 col-lg-5 col-md-4"> <div class="rating__summary"> <h3>No review for this movie</h3> <?php if((isset($user) && $verified_purches) || isset($user->stripe_id)): ?> <button class="btn btn-primary add__review" data-bs-toggle="modal" data-bs-target="#exampleModalReview"><span>Add Review</span> <img src="<?php echo e(asset('front_assets/images/plus.svg')); ?>" alt="" /></button> <?php else: ?> <a href="<?php echo e(route('movie.payment',$movie->slug)); ?>" class="btn btn-primary add__review"> <span>Add Review</span> <img src="<?php echo e(asset('front_assets/images/plus.svg')); ?>" alt="" /> </a> <?php endif; ?> </div> </div> </div> </div> </div> <?php endif; ?> </div> <!-- Start Modal For passcode --> <!-- End Modal For passcode --> <!-- Start Modal For video --> <div class="modal fade" id="videoModal" tabindex="-1" aria-labelledby="videoModalLabel" aria-hidden="true"> <div class="modal-dialog modal-fullscreen"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <video id="my-video" class="video-js vjs-big-play-centered" controls preload="auto" poster="<?php echo e(asset('storage/movies/'.$movie->cover_image)); ?>" data-setup="{}" > <source src="<?php echo e(asset('storage/movies/movie/'.$movie->video_upload)); ?>" type="video/<?php echo e($movie->video_type); ?>" media=""> <p class="vjs-no-js"> To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="https://videojs.com/html5-video-support/" target="_blank" >supports HTML5 video</a > </p> </video> </div> </div> </div> </div> <!-- End Modal For video --> <!-- Start Modal For Review & Rating --> <div class="modal fade" id="exampleModalReview" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Review Movie</h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <?php if((isset($user) && $verified_purches) || isset($user->stripe_id)): ?> <form action="<?php echo e(route('movie.add-review')); ?>" method="POST"> <?php echo e(csrf_field()); ?> <input type="hidden" name="movie_id" value="<?php echo e($movie->id); ?>"> <div class="mb-3"> <textarea name="description" id="description" cols="30" rows="10" class="form-control" placeholder="Add your review"></textarea> </div> <div class="mb-3"> <div class="rating-css"> <div class="star-icon"> <input type="radio" value="1" name="rating" checked id="rating1"> <label for="rating1" class="fa fa-star"></label> <input type="radio" value="2" name="rating" id="rating2"> <label for="rating2" class="fa fa-star"></label> <input type="radio" value="3" name="rating" id="rating3"> <label for="rating3" class="fa fa-star"></label> <input type="radio" value="4" name="rating" id="rating4"> <label for="rating4" class="fa fa-star"></label> <input type="radio" value="5" name="rating" id="rating5"> <label for="rating5" class="fa fa-star"></label> </div> </div> </div> <button type="submit" class="btn btn-primary">Submit</button> </form> <?php endif; ?> </div> </div> </div> </div> <!-- Start Modal For Review & Rating --> <?php $__env->stopSection(); ?> <?php $__env->startPush('frontend-styles'); ?> <link href="https://vjs.zencdn.net/7.20.2/video-js.css" rel="stylesheet" /> <style type="text/css"> /* rating */ .rating-css div { color: #ffe400; font-size: 30px; font-family: sans-serif; font-weight: 800; text-align: center; text-transform: uppercase; padding: 20px 0; } .rating-css input { display: none; } .rating-css input + label { font-size: 60px; text-shadow: 1px 1px 0 #8f8420; cursor: pointer; } .rating-css input:checked + label ~ label { color: #b4afaf; } .rating-css label:active { transform: scale(0.8); transition: 0.3s ease; } /* End of Star Rating */ </style> <?php $__env->stopPush(); ?> <?php $__env->startPush('frontend-scripts'); ?> <script src="https://vjs.zencdn.net/7.20.2/video.min.js"></script> <script src="<?php echo e(asset('front_assets/js/star-rating.js')); ?>"></script> <script type="text/javascript"> (function(el) { el(document).ready(function() { el('#videoModal').modal({ backdrop: 'static', keyboard: false }) el('#videoModal').on('hide.bs.modal', function() { var myPlayer = videojs("my-video"); myPlayer.pause(); }) el(document).on('click', ".btn__add__watchlist", function() { let objDom = el(this), movId = objDom.data('id'), objParent = objDom.parent() el.ajax({ url: "<?php echo e(route('add-to-watch-list')); ?>", data: { movie_id: movId, "_token": "<?php echo e(csrf_token()); ?>", }, type: 'POST', success: function(data) { console.log(data.status) if (data.status == 'add') { objDom.html(`<img src="<?php echo e(asset('front_assets/images/plus.svg')); ?>" alt="In Watchlist" /> <span>In Watchlist</span>`); } else if(data.status == 'delete') { objDom.html(`<img src="<?php echo e(asset('front_assets/images/plus.svg')); ?>" alt="Add Watchlist" /> <span>Add Watchlist</span>`); } } }) }) }) })(jQuery) /*======== start for passcode code ==========*/ /*$(document).ready(function(){ $('#passcodeModal').modal({ backdrop: 'static', keyboard: false }); }); $('#passcode-btn').on('click', function(){ let passcode = $('#passcode').val(); let movie_id = $('#movie_id').val(); $('#passcode_msg').hide(); $('.field_error').hide(); $.ajax({ url : "route('movie.passcode') ", data:{ passcode: passcode, movie_id: movie_id, "_token": " csrf_token()", }, type: "POST", success:function(result){ if(result.status == "required"){ $.each(result.required, function(key, val) { $('.field_error').show(); $('#'+key+'_error').html(val[0]); }); } if(result.status == "success"){ $('#videoModal').modal('show'); } if(result.status == "error"){ $('#passcode_msg').show(); $('#passcode_msg').html("<div class='alert alert-danger'>"+result.error+"</div>"); } } }) });*/ /*========= end for passcode code ==============*/ </script> <?php $__env->stopPush(); ?> <?php echo $__env->make('front.layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home3/a1627qye/public_html/SAP92022/flixstudio/dev/resources/views/front/movie-details.blade.php ENDPATH**/ ?>
[+]
..
[-] 1c0dcee6b8d1f7e3d5611c6473cb1a122ffba258.php
[edit]
[-] eb083c0eb3fafbc92bce46659c9c521fa60422ac.php
[edit]
[-] 60572be858556668d0f08a922ab162687abd960a.php
[edit]
[-] 2ccbcfe8b01bc31e655cd218ed4f21d9fbb2d8e3.php
[edit]
[-] b055c90a2303835430c1f38c0359cbd07823292e.php
[edit]
[-] a23ce974bdedd96017e870c5422e944597522a69.php
[edit]
[-] f0cef9294de39fe77c9e8d6777647bb81717ccd0.php
[edit]
[-] 91387c63721df6abe820110487cdcffe045a9d68.php
[edit]
[-] cbc5f7f2816b9de1fffede8e4b0b8a1b690823d1.php
[edit]
[-] 19be7e9a2340519e6a22310ba73aec96c85403b7.php
[edit]
[-] f499c9c93267c3ebcbe3e90ce5c60e8e40a51030.php
[edit]
[-] 631d13b64dde8f4588f1bf9d42c2326e85d13150.php
[edit]
[-] 4707941f157e74a072fc3115ce3264cc4aeb26e2.php
[edit]
[-] b0d56818bc080d0143d2f6480e4e8882ad8412d2.php
[edit]
[-] 73d7156d9e829b211bfc02966d9b03ddf88d4882.php
[edit]
[-] 994eddd442ee1f7bc77cbf0f2c79197ee3e6b967.php
[edit]
[-] bb174550c1eff2c9951d41faa92a5aa303340a55.php
[edit]
[-] 04fd0fd1a96074d7a9901b752672901c93bf6f5a.php
[edit]
[-] 4754accb69589ffc45fd59e0948b9b693b27301f.php
[edit]
[-] a572a6a0657678a223d1a70875c76bb978f5d7b8.php
[edit]
[-] 9050e9c3ab7fc31e0a1c183074ee106feb712f65.php
[edit]
[-] 67c45a44902a867e6e946942c8960703cd40baa7.php
[edit]
[-] 5c1fc383b5496c91f0a319ec92c2bdea222a7090.php
[edit]
[-] 59fee6c7c1ba015a196672b613616cb303769289.php
[edit]
[-] f11f43efa2a00328b40b4b9f3a83f48711e9b47a.php
[edit]
[-] 302f1a2cfd32618c0fec2c12df1d1bc8f3265fe0.php
[edit]
[-] f8518435723d099e2f2aac4c219329c1ae934d2a.php
[edit]
[-] 6d78a7200ed5f60591bed2354e6178a56bd76398.php
[edit]
[-] fe3b0b57aed4e39c62d95e09224c426585db6b8d.php
[edit]
[-] b22dce1f0c0ab22aaa40814c2ce6ea079d861259.php
[edit]
[-] 06ed441cbb35307fa04f6d824899ec91403da07b.php
[edit]
[-] 0dca42aae8077541ac2e6792a6d81b9342c66a17.php
[edit]
[-] 71dae78f600b0a70886cdd7d3ea681b462a2b2b9.php
[edit]
[-] 42bd670ad4639ff205746eabc5f0939d6742c51a.php
[edit]
[-] 93796b431c39a5295f07f1db8699732cd84e64c1.php
[edit]
[-] 37b895984b8b5e7c4c49702200b2e26a8d377d9c.php
[edit]
[-] e7cf8844ca532445422e0c89c70895d459d893ac.php
[edit]
[-] c7c3c1eb651e08bac28b8069eb322c88ef9bbf18.php
[edit]
[-] f691d11d5ad8be177db233695b9c34ba41852b63.php
[edit]
[-] a9850464666c385520f95fe4190312fd8e5554b0.php
[edit]
[-] 86f76f7688161aaee344b717dfc163052a93ce05.php
[edit]
[-] 131ecf8af8000cd3f3672e10d241875d132e3119.php
[edit]
[-] 1a0f473ed88a2f4bc172550819f301057f2f33d3.php
[edit]
[-] d58a819c16ff5fc06780671eafcdda726755b421.php
[edit]
[-] a05c594e5e1b280a3ac4f367a2bf279c71ad2d6c.php
[edit]
[-] bc15e63c0ac4602ab40ac6691b695922b1620b41.php
[edit]
[-] 01c5b309a80d0bbabbc67e53b0b6a0ef578a290b.php
[edit]
[-] dc2b561a076acee76ab8cf6e724e685aa34438b2.php
[edit]
[-] bc7619bf25b7017228f4db1e86d24ff401e8410e.php
[edit]
[-] 6760c4066081f0eb7a29ee0cbeac1ef7a0410aa8.php
[edit]
[-] 4b62f760f604adfa7c2d741dbcb23097d783d1d8.php
[edit]
[-] 29ecc14d9d894a5b57c26920a9534b1e408f563b.php
[edit]
[-] a607f1cb40d5d08706002af26a6b21899208a88a.php
[edit]
[-] e10259b811a93eb76edf49f56946558a053be52c.php
[edit]
[-] 742d5d976c4eae360d503c1e23ce5cb8ab6ddfb7.php
[edit]
[-] 8ee4bcdbd6cee3c1911479f7fb44091b1e41c590.php
[edit]
[-] 0fad02728066a9e9557c7ef426441c7965697ccb.php
[edit]
[-] e395aa43bb1804b6bfa072538460ff9834c31008.php
[edit]
[-] 4473f33b07f89da48aee596ed291b63fc151f4e0.php
[edit]
[-] 0a966c1877f5a936b7247c08faaff201d5dd645c.php
[edit]
[-] 6e0b983cb9525a057834091ece52d8cccc74a279.php
[edit]
[-] daa364b0f1a02df79095d0bbd1c491b62e40713f.php
[edit]
[-] 46c97f3e3b339e86a55a739e1de0b7d7e2a0b1a4.php
[edit]
[-] 029b5165d76fb8bd1ee50b48d64b017b974c9d6f.php
[edit]
[-] b4f98f9fe56346a1cfd969a5703a3997582f4b13.php
[edit]
[-] .gitignore
[edit]
[-] 6d613317810d6336c168f9311676dfa163bc769c.php
[edit]
[-] 2024d298dec8371b040ad2a2a879d565244d754c.php
[edit]
[-] f8b5077152a5faa8faef1b061c48911cacb00ddf.php
[edit]
[-] 862971247c436cb43a39accf6c57d18cb951232e.php
[edit]
[-] f3e2eaf457471c4defdf99549a74f33a521c7faa.php
[edit]
[-] d26ae69ff3e493682292d73273a2bc4687f76aa4.php
[edit]
[-] 5011075e400a4f555f52f2ac4f152161f68f1989.php
[edit]
[-] 25b0057432b73cde470b236c363cdf957da694a5.php
[edit]
[-] 2950921e07b37515cbecd7a14f82930a6de5622f.php
[edit]
[-] 8069220d687ccebfdb1df047ebd632c745ff7db6.php
[edit]
[-] 9f0fb100515750fb3495c44a4192043db515e755.php
[edit]
[-] b3e092b3cbe62c32ca75c2165a3033ebfc5a6f88.php
[edit]
[-] 210a020486eb4904320a348216d2346b2dea13d7.php
[edit]
[-] 1014ff0f93ad48ba6d2c8bba45f1c55312b982be.php
[edit]
[-] 9b51ca0ae4b51e894bb619878c1f74f89485319d.php
[edit]
[-] cdd564bee5d9b6a65bf2c47ddd29dc15b288c659.php
[edit]
[-] 9b0959b9bba5b6d63b4593b5d87bd28197d8a925.php
[edit]
[-] 8931c5508b742720301f481a4b4807465866eda2.php
[edit]
[-] f48b89285ae91cdb3034de24d0e9a4cf1836ca33.php
[edit]
[-] 51596d0ce8a48b75989df39c490cf40442f435c8.php
[edit]
[-] 8792ed39215175e06c696d99e4f75f773d17f9e4.php
[edit]
[-] 3851e7fb8b194dfffc84339861ba79b92fc89e72.php
[edit]
[-] 9a313ca83631e62d19737f9a15392614ec19dbfb.php
[edit]
[-] 7408fc8fc8a9c8baa2227252180b02b88da412f4.php
[edit]
[-] 0f19c8068e588aec4cf7d2649b8af6d11098692a.php
[edit]
[-] 25d8293402987d6549793b5262a061667d85b33a.php
[edit]
[-] 697ea509ea4651b7eabb33d62360d53f2a5127d1.php
[edit]
[-] 975f1056dc03b4a8faf3e8aa7e38e01a7b53ff70.php
[edit]
[-] 550d47136e0f9c6b42f968ad06f2a88aef876842.php
[edit]
[-] 4f26567b14012810ba2ab524117b0ab398688e2b.php
[edit]
[-] cc1ccf41972ef2521b41a794d906eba77b775029.php
[edit]
[-] 09387f8427178f3973c6aa4445533b59136f6a45.php
[edit]
[-] df68ce724f87bce9f2364e62c3c536e643000f9d.php
[edit]
[-] d83b49baa1033870f313284a3da9a1d471b8f894.php
[edit]
[-] 5bdebb17694c3449e1e90e96a14a71c60ce6065e.php
[edit]
[-] a6d5d98b171ec7f0f09850c131b7d25940af48c9.php
[edit]
[-] eb349706a79404e6bb1c4572f2b0bbb86f3803d6.php
[edit]
[-] f175585477fda61b10e646c615fda7e2c94a766c.php
[edit]
[-] cc800488947307020810919f3dd4ac0c022c659f.php
[edit]
[-] 0678332a8bde5f8f73e218fd9179cb52bd1d32b8.php
[edit]
[-] e07cd53bad0b9910f3a8516962a50213b6cca825.php
[edit]
[-] cd06a62ccd617d22650a94233fd53a6c37878f44.php
[edit]
[-] 2ba5e27d4e94bb308406143c45497b7b812924fc.php
[edit]
[-] 0d28659d2d9cacb5259304f64c82bed5f75f5829.php
[edit]
[-] 92e2735f4c1343c9f2641212c63464ccb41bfa0b.php
[edit]
[-] 95e137d97aaf57e0e0f15c76c77560a2910975ca.php
[edit]
[-] 5d67da044d636fbe5438399bc69b2aeafe11ef16.php
[edit]
[-] e503117f190e9cb3f69d3d7780e0299830ff1e53.php
[edit]
[-] 476b1cb1cd71ac15e5cb3bdb4d35c768d6fcd415.php
[edit]
[-] e6012e4995b0827a2a3018a965bd9ac32afe6b99.php
[edit]