글 삭제

작성자 본인만 삭제할 수 있습니다

← 홈으로
익명 · 2023.07.08 · 조회 11,990
그누보드 ip보이기 설정 | 디시인사이드 처럼 아이피 두자리만 보이게 하기 (5.5.8.x 버전만 가능)
<p><span style="font-size: 12pt;">/config.php 에서</span></p><p>&nbsp;</p><p><span style="font-size: 12pt;">아래의 코드를&nbsp;</span></p><p><span style="font-size: 12pt; background-color: rgb(70, 70, 70); color: rgb(255, 232, 232);">// ip 숨김방법 설정</span></p><p><span style="font-size: 12pt; background-color: rgb(70, 70, 70); color: rgb(255, 232, 232);">/* 123.456.789.012 ip의 숨김 방법을 변경하는 방법은</span></p><p><span style="font-size: 12pt; background-color: rgb(70, 70, 70); color: rgb(255, 232, 232);">\\1 은 123, \\2는 456, \\3은 789, \\4는 012에 각각 대응되므로</span></p><p><span style="font-size: 12pt; background-color: rgb(70, 70, 70); color: rgb(255, 232, 232);">표시되는 부분은 \\1 과 같이 사용하시면 되고 숨길 부분은 ♡등의</span></p><p><span style="font-size: 12pt; background-color: rgb(70, 70, 70); color: rgb(255, 232, 232);">다른 문자를<span style="background-color: rgb(70, 70, 70); color: rgb(255, 232, 232);">​</span> 적어주시면 됩니다.</span></p><p><span style="font-size: 12pt; background-color: rgb(70, 70, 70); color: rgb(255, 232, 232);">*/</span></p><p><span style="font-size: 12pt; background-color: rgb(70, 70, 70); color: rgb(255, 232, 232);">define('G5_IP_DISPLAY', '\\1.♡.\\3.\\4');</span>&nbsp;</p><p>&nbsp;</p><p><span style="font-size: 12pt;">아래와 같은 코드로 수정합니다.</span></p><p><span style="font-size: 12pt; background-color: rgb(70, 70, 70); color: rgb(255, 232, 232);">// ip 숨김방법 설정</span></p><p><span style="font-size: 12pt; background-color: rgb(70, 70, 70); color: rgb(255, 232, 232);">/* 123.456.789.012 ip의 숨김 방법을 변경하는 방법은</span></p><p><span style="font-size: 12pt; background-color: rgb(70, 70, 70); color: rgb(255, 232, 232);">\\1 은 123, \\2는 456, \\3은 789, \\4는 012에 각각 대응되므로</span></p><p><span style="font-size: 12pt; background-color: rgb(70, 70, 70); color: rgb(255, 232, 232);">1.2 는 ip 123.456 으로 표시됩니다.</span></p><p><span style="font-size: 12pt; background-color: rgb(70, 70, 70); color: rgb(255, 232, 232);">*/</span></p><p><span style="font-size: 12pt; color: rgb(255, 232, 232); background-color: rgb(70, 70, 70);">define('G5_IP_DISPLAY', '\\1.2');</span>&nbsp;</p>
삭제된 게시글은 복구할 수 없습니다