접속자아이피클릭하면 자동으로 검색 정보
접속자아이피클릭하면 자동으로 검색첨부파일
본문
            
            
                        뭐... 중복일 가능성이 높지만 어쨌든.. 올려봅니다 ;;
간단하게 adm/visit_list.php에 덮어주시면 됩니다 ㅇㅅㅇ
현재접속자스킨에다가 해주셔도 좋을거 같습니다 ^^;
수정내용(adm/visit_list.php) --
82줄
<td>$ip</td>
--수정 >
<td><a href=\"#\" onclick=\"window.open('http://whoisdomain.kr/whois/pop_whois.php?from=left&domain=$ip&type=', 'visit_list', 'toolbar=no, status=no, menubar=no, scrollbars=yes, width=620, height=800');\">$ip</a></td>
--

*새창열기에 도움을 주신 말러님께 감사를 ...
                    
                
                
                간단하게 adm/visit_list.php에 덮어주시면 됩니다 ㅇㅅㅇ
현재접속자스킨에다가 해주셔도 좋을거 같습니다 ^^;
수정내용(adm/visit_list.php) --
82줄
<td>$ip</td>
--수정 >
<td><a href=\"#\" onclick=\"window.open('http://whoisdomain.kr/whois/pop_whois.php?from=left&domain=$ip&type=', 'visit_list', 'toolbar=no, status=no, menubar=no, scrollbars=yes, width=620, height=800');\">$ip</a></td>
--
*새창열기에 도움을 주신 말러님께 감사를 ...
                        
                추천
                
2
                
    2
댓글 9개
                
                    아이디어 좋습니다. ^^                
                
                
            
                    
                
                    기발하네요 ㅋ                
                
                
            
                    
                
                    utf-8 에서는 한글이 다 깨지던데요. 해당php 를 utf-8로만하면안될듯해요..
받아오는 결과를 utf-8 로 바꿀려면 어떻게해야하나요?
                    받아오는 결과를 utf-8 로 바꿀려면 어떻게해야하나요?
                
                    아.. 제가 올린 파일은 uft-8가 아닙니다
간단히 현재 가지고 계신 uft-8인 visit_list.php 에다가
82줄에 있는
<td>$ip</td>
를
<td><a href=\"#\" onclick=\"window.open('http://whoisdomain.kr/whois/pop_whois.php?from=left&domain=$ip&type=', 'visit_list', 'toolbar=no, status=no, menubar=no, scrollbars=yes, width=620, height=800');\">$ip</a></td>
로 수정하면 잘작동할것으로 보입니다ㅎ
                    간단히 현재 가지고 계신 uft-8인 visit_list.php 에다가
82줄에 있는
<td>$ip</td>
를
<td><a href=\"#\" onclick=\"window.open('http://whoisdomain.kr/whois/pop_whois.php?from=left&domain=$ip&type=', 'visit_list', 'toolbar=no, status=no, menubar=no, scrollbars=yes, width=620, height=800');\">$ip</a></td>
로 수정하면 잘작동할것으로 보입니다ㅎ

                
                    수고하셨습니다. 테스트 해봐야겠어요~^^                
                
                
            
                    
                
                    재미있네요. 추천 꽝!                
                
                
            
                    
                
                    감사합니다                
                
                
            
                    
                
                    감사합니다.                
                
                
            
                    
                
                    a