yadong.best Open in urlscan Pro
104.16.237.12  Public Scan

URL: https://yadong.best/bj/16959
Submission: On November 15 via manual from KR — Scanned from DE

Form analysis 5 forms found in the DOM

Name: tsearchGET /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>

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_88173377">
  <input type="hidden" name="mb_email" value="rand_58407448@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


검색
,



VIP팬방 네추럴 자연산가슴 BJ 누드댄스
3개화면 남자들의로망 와이셔츠 섹시 댄스
VIP팬방 미션 댄스 제로투 카운트다운
VIP팬방 단골미션 제로투 댄스
KBJ 여캠 은꼴 섹시댄스
한국BJ 슴부먼트 오지는 섹시은꼴댄스 2
한국BJ 슴부먼트 오지는 섹시은꼴댄스 1
아이엠어 섹시걸 틱톡댄스
bj야동 Couple 2024041907
bj야동 Couple 2024041903
게시물이 없습니다.


갱이 2023-08-20 4

저장하기 재생 목록 SNS공유

복사
Whatsapp Telegram Twitter

--------------------------------------------------------------------------------

재생 목록 만들기
VIP야동
성인전용 소개팅 (섹파매칭)
성인 웹툰
프리미엄 야동 보기
오피(업소) 무료쿠폰
세부
갱이 2023-08-20
자세히보기
재생시간:
장르 bj
품번:


BJ야동-아프리카티비 19금 BJ하루 댄스 코 카 인
bj야동 2024040907
BJ세연 하얀원피스 비번방5
과즙세연 친언니 팝콘tv 장선생 헌팅 방송
bj청조오늘 방송분
bj야동 Couple 2024040604
솜먼지 20231025
시공영희 1월 올노 VIP 영상 + 팬영상 PART3 (5)
BJ 합방 야동 2024041102
문신거유 BJ 팬들과 라이브 소통방송
인스타 라방 신작
bj문떠2311
BJ야동-은꼴 섹시 미녀 BJ하루 댄스 제로투 VR 영상
10월31일 화요일 스터디여캠 강종
갓세시우팬방
아프리카 BJ 백수2
수수 2023-10-27
bj야동 2024041204
친구와 함께 인스타 라방 (6)
아프 파이 풀빌라에서 비키니입고 엉덩이 흔드는장면 업스케일
게시물이 없습니다.


보행인

YADONGBEST

야동베스트는 매일 쉴새 없이 수많은 야동이 업데이트 됩니다. 야동을 고화질 최고의 속도로 즐겨보십시오. 회원가입을 하시면 자신만의 야동 플레이
리스트를 만들수 있습니다.


비디오

 * 한국야동
 * 국산야동
 * 일본야동
 * BJ야동


검색

 * 배우별
 * 장르별


연결

 * 광고문의
 * 18 U.S.C. 2257
 * 이용약관
 * 악용사례 신고


또한보십시오

 * 섹스 웹캠
 * JerkDolls

© 2022 YADONGBEST


계정에 로그인

또는 새 계정 등록


이메일
비밀번호
로그인


새 계정 등록

또는 계정에 로그인


아이디
사용자 이름
비밀번호
비밀번호 확인
등록하다


비밀번호 분실?

또는 계정에 로그인



비밀번호 재설정 링크를 이메일로 전송했습니다!

이메일
암호를 재설정


비밀번호 변경



비밀번호 변경됨

기존 비밀번호
새 비밀번호
비밀번호 확인
비밀번호 변경