본문 바로가기

지식/인터넷

온클럽 광고를 없애자

온클럽에서 하단 한줄텍스트광고를 시작했습니다.
제거합시다. 짜증납니다.
뭐..온클럽 운영하시는 분들께는 좀 죄송하기도 하지만..
그래도 역시 광고는 짜증납니다. (....)

<iframe frameborder=0 width=150 height=150 src="http://onclub.co.kr/onclub/index.php?clubname=gdong.net&nickname=<?= $member[name] ?>"></iframe>

기존에 온클럽 이렇게 주소를 넣으셨을 겁니다. (제로보드 연동시의 주소로 되어있습니다.)

방법은 "간단"합니다. iframe을 이중으로 써주면 됩니다.
html파일을 하나 새로 만드세요.
전 onclub.htm으로 만들었습니다.
왼쪽과 위쪽 여백을 없애기 위해 body태그는
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
이렇게 써주시고요.
그 아래에
<iframe frameborder=0 width=150 height=173 src="http://onclub.co.kr/onclub/index.php?clubname=gdong.net&nickname=<?= $member[name] ?>"></iframe>
써주세요. 주소는 자기 온클럽 주소로 수정해야겠죠? 높이는, 원래 들어가야 할 사이즈보다 23픽셀 크게 만듭니다.


제로보드 연동하시는 분은 제일 위에
<?
  $_zb_url = "";
  $_zb_path = "";
  include $_zb_path."outlogin.php";
?>
이것도 넣어 주셔야겠죠?


그리고, 원래 온클럽이 들어가는 iframe이 있는 자리는
<iframe frameborder=0 width=150 height=150 src="onclub.htm" scrolling=no></iframe>
이렇게 바꿔주면 끝납니다.
하단 광고부를 화면에 안보이게 해주는 것이죠.

별것도 아닌 방법이지만, 생각할 수 있느냐 없느냐가 문제인것 같습니다..^^;