yadongbest.org Open in urlscan Pro
104.16.237.222  Public Scan

URL: https://yadongbest.org/china/14243?sst=wr_good&sod=desc&sop=and&page=363
Submission: On August 07 via manual from US — 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_58957953">
  <input type="hidden" name="mb_email" value="rand_10756379@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
LUXU AV
GANA AV
PRESTIGE PREMIUM AV
S-CUTE AV
ARA AV
중국야동
내 컬렉션
내 비디오 컬렉션 내 재생 목록 나의 여배우 컬렉션 시청 기록

한국야동
한국야동

BJ야동
BJ야동

일본노모
FC2
노모유출
HEYZO
1pondo
도쿄핫
10musume
caribbeancom
caribbeancompr
gachinco
유부녀야동
XXX-AV
pacopacomama
naughty0930
naughty4610

일본AV
AV유모
AV신작
자막야동

아마추어
SIRO
LUXU AV
GANA AV
PRESTIGE PREMIUM AV
S-CUTE AV
ARA AV
중국야동

내 컬렉션
내 비디오 컬렉션 내 재생 목록 나의 여배우 컬렉션 시청 기록
검색
繁體中文
简体中文
English
日本語
한국의
Melayu
ไทย
Deutsch
Français


검색
,





지리는 몸매의 애교녀
트젠 두명으로도 부족해
후장 따이는 모습이 예뻐 미치겠네
힘들어 하면서도 은근 즐기는 SM녀
사랑에 빠질 것만 같은 그녀의 외모
스터디카페 보냈더니 공부는 안하고 떡만치는것들
약에 취해 잠든 그녀 두명에게 돌림빵
역시 어린 봉지가 최고야
우리집이 복층인 이유
ayakofuji 아직도 사이가 좋은 부부
게시물이 없습니다.


남자화장실 약에취해 쓰러져있는 미시녀 강제로~ 0

저장하기 재생 목록 SNS공유

복사
Whatsapp Telegram Twitter

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

재생 목록 만들기
성인전용 소개팅 (섹파매칭)
VIP야동
프리미엄 야동 보기
오피(업소) 무료쿠폰
세부
영상정보


2023-07-22
PME100 못된 큰 가슴 자매 와 큰 가슴 과 brainless 단 정치 못한 여자 와 큰 형사
2022-01-10
MD0109 엉뚱한 창녀를 모집하고 엉뚱한 몸을 바친다
https://sendvid.com/embed/cr60qs4f
바디 페인팅한 그녀의 맛잇는 입봉지
https://vod.cocodive.net/vod/chn_mov/6632f9d81f5724549c35af161d972058/6632f9d81f5724549c35af161d972058.m3u8
야시시한눈빛 크림뿜는 금발미녀 ~ 온리팬스 kitty2002102
2022-12-15
CUS-1338 여신체전 10회 그립맥스 정상에 오르다
2023-04-22
CUS-1624 히치하이킹을 하던 아내가 차를 잃어 돈을 팔아
https://vz-cf934235-0b9.b-cdn.net/07856200-4173-4e17-9142-8f387ded24ba/playlist.m3u8
서양 오타쿠녀와 협동해서 정액배출
리얼 커플 호텔섹스 유출영상
https://sendvid.com/embed/75sd0bxa
흑봉을 넣을 생각에 눈에서 빛이 나는 그녀
2022-05-18
CUS-919 왕실 중국식 낡은 습식 기계는 하프 스위트 가게의 대학생들을 길들이며 작업 첫날 무료로 건조되…
https://sendvid.com/embed/4qkm12ju
qiobnxingcai 오피스룩은 언제나 환영
2023-01-21
PME009 언니가 없는 동안 뻔뻔하게 남편을 유혹하다
2022-11-11
MDHS0005 Madou College Sex and Physical Fitness 1v1 방과후 과외
https://vod.cocodive.net/vod/chn_mov/48118be8813c55605c2e19a911b94065/48118be8813c55605c2e19a911b94065.m3u8
홈트중인 레깅스여친이 너무 섹시해 못참고 그만 ~
https://vz-598a4ede-cfb.b-cdn.net/17fdcff2-53a7-495b-805f-738c93639d5b/playlist.m3u8
너무나도 상큼한 그녀의 전동자위
대륙 중부 따르릉걸 클래스 Tanhua lixunhuan (2)
2023-10-04
MFK0023 아내 남자
https://vz-b060a114-a66.b-cdn.net/c364ab1c-3d03-4581-8717-4ddd7324a98f/playlist.m3u8
집안일을 하다가도 틈만나면 박히는
2022-01-10
CUS-121 커플 섹스 챌린지 ep1 아야나미 레이
중국야동-23083009(1)
게시물이 없습니다.


보행인

YADONGBEST

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


비디오

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


검색

 * 배우별
 * 장르별


연결

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


또한보십시오

 * 섹스 웹캠
 * JerkDolls

© 2022 YADONGBEST


계정에 로그인

또는 새 계정 등록


이메일
비밀번호
로그인


새 계정 등록

또는 계정에 로그인


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


비밀번호 분실?

또는 계정에 로그인



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

이메일
암호를 재설정


비밀번호 변경



비밀번호 변경됨

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