yadong.best
Open in
urlscan Pro
104.16.237.12
Public Scan
Submitted URL: http://yadong.best/
Effective URL: https://yadong.best/
Submission: On November 05 via manual from KR — Scanned from DE
Effective URL: https://yadong.best/
Submission: On November 05 via manual from KR — Scanned from DE
Form analysis
6 forms found in the DOMName: tsearch — GET /bbs/getk.php
<form class="w-full mx-auto" name="tsearch" method="get" action="/bbs/getk.php" onsubmit="return tsearch_submit(this);" role="form">
<input type="hidden" name="srow" value="20">
<input type="hidden" name="gr_id" value="">
<input type="hidden" name="sfl" value="wr_subject">
<input type="hidden" name="sop" value="and">
<div class="sm:container mx-auto px-4">
<div :class="{ 'pb-2': searchHistory.length, 'pb-4': ! searchHistory.length }" class="flex justify-between items-center">
<div class="flex rounded-md shadow-sm w-full mx-auto">
<div class="flex items-stretch grow">
<input x-ref="search" type="text" name="stx" value="" placeholder="검색어를 입력하세요"
class="bg-nord1 appearance-none border-2 border-nord9 rounded-none rounded-l w-full py-2 px-4 text-nord9 leading-tight focus:outline-none focus:bg-nord0 focus:ring-0 focus:border-nord9" maxlength="50">
</div>
<button
class="-ml-px relative inline-flex items-center px-4 py-2 border-2 border-nord9 text-sm whitespace-nowrap leading-5 font-medium rounded-r-md text-norddark bg-nord9 hover:bg-opacity-90 focus:outline-none focus:border-nord8 active:bg-opacity-80 transition ease-in-out duration-150">
<svg class="h-5 w-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
</svg>
<span class="ml-2">검색</span>
</button>
</div>
</div>
<div x-cloak="" x-show="searchHistory.length" class="pb-2">
<div x-cloak="" class="flex items-start justify-between">
<div>
<template x-for="(keyword, index) in searchHistory">
<span>
<a x-text="decodeURIComponent(keyword)" @click.prevent="search(decodeURIComponent(keyword))" href="#" class="text-nord13"></a><span x-show="index < searchHistory.length - 1" class="text-nord4">, </span>
</span>
</template>
</div>
<a @click.prevent="clearSearchHistory" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="inline h-5 w-5 text-secondary hover:text-primary" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"></path>
</svg>
</a>
</div>
</div>
</div>
</form>
Name: tsearch — GET /bbs/getk.php
<form class="w-full mx-auto" name="tsearch" method="get" action="/bbs/getk.php" onsubmit="return tsearch_submit(this);" role="form">
<input type="hidden" name="srow" value="20">
<input type="hidden" name="gr_id" value="">
<input type="hidden" name="sfl" value="wr_subject">
<input type="hidden" name="sop" value="and">
<div class="flex rounded-md shadow-sm w-full mx-auto">
<div class="relative flex items-stretch grow focus-within:z-10">
<input type="text" name="stx"
class="block w-full rounded-none rounded-l-md p-3 border border-gray-300 transition ease-in-out duration-150 sm:leading-5 focus:outline-none focus:border-primary focus:ring focus:ring-nord11 focus:ring-opacity-50 placeholder-gray-400"
placeholder="검색어를 입력하세요" maxlength="50">
</div>
<button
class="-ml-px relative inline-flex items-center px-4 py-2 border border-gray-300 text-sm leading-5 font-medium rounded-r-md text-gray-700 bg-gray-50 hover:text-gray-500 hover:bg-white focus:outline-none focus:ring-blue-500 focus:border-blue-300 active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150">
<svg class="h-5 w-5 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
</svg>
<span class="ml-2 w-full">검색</span>
</button>
</div>
<div x-show="searchHistory.length" class="w-full mt-2 mx-auto text-left" style="display: none;">
<div class="flex items-start justify-between">
<div>
<template x-for="(keyword, index) in searchHistory">
<span>
<a x-text="decodeURIComponent(keyword)" @click.prevent="search(decodeURIComponent(keyword))" href="#" class="text-nord13"></a><span x-show="index < searchHistory.length - 1" class="text-nord4">, </span>
</span>
</template>
</div>
<a @click.prevent="clearSearchHistory" href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="inline h-5 w-5 text-secondary hover:text-primary" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"></path>
</svg>
</a>
</div>
</div>
</form>
POST /bbs/login_check.php
<form x-show="currentPage==='login'" action="/bbs/login_check.php" method="post" class="space-y-4 sm:space-y-6">
<div>
<h2 class="text-center text-2xl text-nord4"> 계정에 로그인 </h2>
<p class="mt-2 text-center text-sm leading-5 text-nord5 max-w"> 또는 <a @click.prevent="currentPage='register'" href="#" class="font-medium text-nord13 hover:text-nord8 focus:outline-none focus:underline">
새 계정 등록 </a>
</p>
</div>
<div x-show="Object.keys(errors.login).length" class="rounded-md bg-red-50 p-4 text-sm text-red-700" style="display: none;">
<ul role="list" class="list-disc pl-5 space-y-1">
<template x-for="error in errors.login">
<li x-text="error[0]"></li>
</template>
</ul>
</div>
<div class="text-group">
<div :class="{ 'bg-red-100': errors.login.email }" class="rounded-b-none">
<label :class="{ 'text-red-800': errors.login.email }" for="login_email" class="">이메일</label>
<input type="text" id="login_email" name="mb_id" required="">
</div>
<div :class="{ 'bg-red-100': errors.login.password }" class="rounded-t-none">
<label :class="{ 'text-red-800': errors.login.password }" for="login_password" class="">비밀번호</label>
<input type="password" id="login_password" name="mb_password" required="">
</div>
</div>
<!--
<div class="relative flex items-start justify-between">
<div class="text-sm">
<a @click.prevent="currentPage='forget'" href="#" class="font-medium text-nord13 hover:text-nord8 focus:outline-none focus:underline">
비밀번호 재설정 </a>
</div>
</div>
-->
<div class="block w-full rounded-md shadow-sm">
<button type="submit" class="button-primary button-block" disable="">
<svg x-show="loading.login" class="animate-spin h-4 w-4 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" style="display: none;">
<circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
<path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
</svg> 로그인 </button>
</div>
</form>
POST /bbs/register_form_update.php
<form x-show="currentPage==='register'" action="/bbs/register_form_update.php" method="post" class="space-y-4 sm:space-y-6" style="display: none;">
<input type="hidden" name="w" value="">
<input type="hidden" name="url" value="%2Fbbs%2Fregister_form.php">
<input type="hidden" name="pim" value="">
<input type="hidden" name="agree" value="1">
<input type="hidden" name="agree2" value="1">
<input type="hidden" name="cert_type" value="">
<input type="hidden" name="cert_no" value="">
<input type="hidden" name="mb_sex" value="">
<input type="hidden" name="mb_name" value="rand_63055621">
<input type="hidden" name="mb_email" value="rand_75554322@fakedomain.com">
<div>
<h2 class="text-center text-2xl text-nord4"> 새 계정 등록 </h2>
<p class="mt-2 text-center text-sm leading-5 text-nord5 max-w"> 또는 <a @click.prevent="currentPage='login'" href="#" class="font-medium text-nord13 hover:text-nord8 focus:outline-none focus:underline">
계정에 로그인 </a>
</p>
</div>
<div x-show="Object.keys(errors.register).length" class="rounded-md bg-red-50 p-4 text-sm text-red-700" style="display: none;">
<ul role="list" class="list-disc pl-5 space-y-1">
<template x-for="error in errors.register">
<li x-text="error[0]"></li>
</template>
</ul>
</div>
<div class="text-group">
<div :class="{ 'bg-red-100': errors.register.email }" class="rounded-b-none">
<label :class="{ 'text-red-800': errors.register.email }" for="register_email" class="">아이디</label>
<input type="text" id="register_email" name="mb_id" required="">
</div>
<div :class="{ 'bg-red-100': errors.register.username }" class="rounded-t-none">
<label :class="{ 'text-red-800': errors.register.username }" for="register_username" class="">사용자 이름</label>
<input type="text" id="register_username" name="mb_nick" required="">
</div>
</div>
<div class="text-group">
<div :class="{ 'bg-red-100': errors.register.password }" class="rounded-b-none">
<label :class="{ 'text-red-800': errors.register.password }" for="register_password" class="">비밀번호</label>
<input type="password" id="register_password" name="mb_password" required="">
</div>
<div :class="{ 'bg-red-100': errors.register.password_confirmation }" class="rounded-t-none">
<label :class="{ 'text-red-800': errors.register.password_confirmation }" for="register_password_confirmation" class="">비밀번호 확인</label>
<input type="password" name="mb_password_re" id="register_password_confirmation" required="">
</div>
</div>
<div class="block w-full rounded-md shadow-sm">
<button type="submit" class="button-primary button-block">
<svg x-show="loading.register" class="animate-spin h-4 w-4 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" style="display: none;">
<circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
<path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
</svg> 등록하다 </button>
</div>
</form>
<form x-show="currentPage==='forget'" @submit.prevent="forget" class="space-y-4 sm:space-y-6" style="display: none;">
<div>
<h2 class="text-center text-2xl text-nord4"> 비밀번호 분실? </h2>
<p class="mt-2 text-center text-sm leading-5 text-nord5 max-w"> 또는 <a @click.prevent="currentPage='login'" href="#" class="font-medium text-nord13 hover:text-nord8 focus:outline-none focus:underline">
계정에 로그인 </a>
</p>
</div>
<div x-show="Object.keys(errors.forget).length" class="rounded-md bg-red-50 p-4 text-sm text-red-700" style="display: none;">
<ul role="list" class="list-disc pl-5 space-y-1">
<template x-for="error in errors.forget">
<li x-text="error[0]"></li>
</template>
</ul>
</div>
<div class="rounded-md bg-emerald-50 p-4" x-show="success.forget" style="display: none;">
<div class="flex">
<div class="shrink-0">
<svg class="h-5 w-5 text-emerald-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"></path>
</svg>
</div>
<div class="ml-3">
<p class="text-sm font-medium text-emerald-800"> 비밀번호 재설정 링크를 이메일로 전송했습니다! </p>
</div>
</div>
</div>
<div x-show="! success.forget" class="text-group" style="display: none;">
<div :class="{ 'bg-red-100': errors.forget.email }" class="">
<label :class="{ 'text-red-800': errors.forget.email }" for="forget_email" class="">이메일</label>
<input x-model="email" :class="{ 'bg-red-100': errors.forget.email }" type="text" id="forget_email" required="" class="">
</div>
</div>
<div x-show="! success.forget" class="block w-full rounded-md shadow-sm" style="display: none;">
<button :disabled="loading.forget" type="submit" class="button-primary button-block" disabled="disabled">
<svg x-show="loading.forget" class="animate-spin h-4 w-4 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" style="display: none;">
<circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
<path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
</svg> 암호를 재설정 </button>
</div>
</form>
<form x-show="currentPage==='change_password'" @submit.prevent="changePassword" class="space-y-4 sm:space-y-6" style="display: none;">
<div>
<h2 class="text-center text-2xl text-nord4"> 비밀번호 변경 </h2>
</div>
<div x-show="Object.keys(errors.changePassword).length" class="rounded-md bg-red-50 p-4 text-sm text-red-700" style="display: none;">
<ul role="list" class="list-disc pl-5 space-y-1">
<template x-for="error in errors.changePassword">
<li x-text="error[0]"></li>
</template>
</ul>
</div>
<div class="rounded-md bg-emerald-50 p-4" x-show="success.changePassword" style="display: none;">
<div class="flex">
<div class="shrink-0">
<svg class="h-5 w-5 text-emerald-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"></path>
</svg>
</div>
<div class="ml-3">
<p class="text-sm font-medium text-emerald-800"> 비밀번호 변경됨 </p>
</div>
</div>
</div>
<div x-show="! success.changePassword" class="text-group" style="display: none;">
<div :class="{ 'bg-red-100': errors.changePassword.old_password }" class="rounded-b-none">
<label :class="{ 'text-red-800': errors.changePassword.old_password }" for="change_password_old_password" class="">기존 비밀번호</label>
<input x-model="old_password" :class="{ 'bg-red-100': errors.changePassword.old_password }" type="password" id="change_password_old_password" required="" class="">
</div>
<div :class="{ 'bg-red-100': errors.changePassword.password }" class="rounded-b-none">
<label :class="{ 'text-red-800': errors.changePassword.password }" for="change_password_password" class="">새 비밀번호</label>
<input x-model="password" :class="{ 'bg-red-100': errors.changePassword.password }" type="password" id="change_password_password" required="" class="">
</div>
<div :class="{ 'bg-red-100': errors.changePassword.password_confirmation }" class="rounded-t-none">
<label :class="{ 'text-red-800': errors.changePassword.password_confirmation }" for="change_password_password_confirmation" class="">비밀번호 확인</label>
<input x-model="password_confirmation" :class="{ 'bg-red-100': errors.changePassword.password_confirmation }" type="password" id="change_password_password_confirmation" required="" class="">
</div>
</div>
<div x-show="! success.changePassword" class="block w-full rounded-md shadow-sm" style="display: none;">
<button :disabled="loading.changePassword" type="submit" class="button-primary button-block" disabled="disabled">
<svg x-show="loading.changePassword" class="animate-spin h-4 w-4 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" style="display: none;">
<circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
<path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
</svg> 비밀번호 변경 </button>
</div>
</form>
Text Content
YADONGBEST 검색 繁體中文 简体中文 English 日本語 한국의 Melayu ไทย Deutsch Français 메뉴 한국야동 한국야동 BJ야동 BJ야동 일본노모 FC2 노모유출 HEYZO 1pondo 도쿄핫 10musume caribbeancom caribbeancompr gachinco 유부녀야동 XXX-AV pacopacomama naughty0930 naughty4610 일본AV AV유모 AV신작 자막야동 아마추어 SIRO 내 컬렉션 내 비디오 컬렉션 내 재생 목록 나의 여배우 컬렉션 시청 기록 한국야동 한국야동 BJ야동 BJ야동 일본노모 FC2 노모유출 HEYZO 1pondo 도쿄핫 10musume caribbeancom caribbeancompr gachinco 유부녀야동 XXX-AV pacopacomama naughty0930 naughty4610 일본AV AV유모 AV신작 자막야동 아마추어 SIRO 내 컬렉션 내 비디오 컬렉션 내 재생 목록 나의 여배우 컬렉션 시청 기록 검색 繁體中文 简体中文 English 日本語 한국의 Melayu ไทย Deutsch Français 검색 , 모든 영상 검색 검색 , 한국야동 더보기 [한국야동] 한국야동-육덕녀와 거친 침대 플… [한국야동] 한국야동-개추2 [한국야동] 한국야동-엘리자베스 올슨 베드신… [한국야동] 한국야동-네토라레 당하기3 [한국야동] 한국야동-슴만 내놓고 뒤치기 [한국야동] 한국야동-네토라레 당하기2 [한국야동] 한국야동-한국야동 - 배X은 [한국야동] 한국야동-온동네방네 여자들을 후… BJ야동 더보기 [BJ야동] 부산 대학병원간호사 2번따먹기 [BJ야동] 브랫수연 과외선생님컨셉 (1) [BJ야동] 브랫수연 과외선생님컨셉 (2) [BJ야동] 뚱남 담떡남 담배사주고 따먹은 … [BJ야동] 푸름 2023-05-04 [BJ야동] 푸름 2023-05-03 [BJ야동] 단한별 이시아 비키니 0621 [BJ야동] [한국] 김천 왕가슴녀 업스케일… FC2PPV 더보기 2023-07-21 [FC2ppv] FC2-PPV-3601531… 2023-07-21 [FC2ppv] FC2-PPV-3602845… 2023-07-21 [FC2ppv] FC2-PPV-3591473… 2023-07-21 [FC2ppv] FC2-PPV-3601911… 2023-07-21 [FC2ppv] FC2-PPV-3601449… 2023-07-21 [FC2ppv] FC2-PPV-3601855… 2023-07-21 [FC2ppv] FC2-PPV-3602875… 2023-07-21 [FC2ppv] FC2-PPV-3601969… 일본야동 더보기 2023-07-21 [일본야동] DASS-195 사우나에서 이키… 2023-07-21 [일본야동] HMN-421 나를 꾸짖어 온 … 2023-07-21 [일본야동] JUQ-330 부원수 1명, 고… 2023-07-15 [일본야동] SOAN-093 베로마 ○ 코 … 2023-07-21 [일본야동] HUNBL-139 「친구 부를 … 2023-07-21 [일본야동] HUNBL-142 마○코가차 무… 2023-07-21 [일본야동] ROYD-135 「내 일이 약해… 2023-07-21 [일본야동] DASS-193 앞으로 당신은 … 보행인 YADONGBEST 야동베스트는 매일 쉴새 없이 수많은 야동이 업데이트 됩니다. 야동을 고화질 최고의 속도로 즐겨보십시오. 회원가입을 하시면 자신만의 야동 플레이 리스트를 만들수 있습니다. 비디오 * 한국야동 * 국산야동 * 일본야동 * BJ야동 검색 * 배우별 * 장르별 연결 * 광고문의 * 18 U.S.C. 2257 * 이용약관 * 악용사례 신고 또한보십시오 * 섹스 웹캠 * JerkDolls © 2022 YADONGBEST 계정에 로그인 또는 새 계정 등록 이메일 비밀번호 로그인 새 계정 등록 또는 계정에 로그인 아이디 사용자 이름 비밀번호 비밀번호 확인 등록하다 비밀번호 분실? 또는 계정에 로그인 비밀번호 재설정 링크를 이메일로 전송했습니다! 이메일 암호를 재설정 비밀번호 변경 비밀번호 변경됨 기존 비밀번호 새 비밀번호 비밀번호 확인 비밀번호 변경