メインへ

KJCLUB 日韓文化交流へようこそ。

誰かGO KOREAに教えてあげて

閲覧数 : 4,411
JA 0 nukayorokobi 3,277

こんなのが出ているようですが

 

Warning: stristr() [function.stristr]: Empty delimiter. in /nfs/webhosts/public_html/gokorea/config/config.php on line 70

 

config.phpファイルの中に

 

define(site_url , http://www.xxxxxxx.com); のような所があると思います。

これを

define(site_url , http://www.xxxxxxx.com/"); 

に変更すればうまくいきそうな気がする...


 


img {border: none;} #kicbox {width: 250; height: 100; overflow: auto; padding:7px; border:1 solid #DAEBDA; background-color:white;} body{scrollbar-face-color: #DEDEDE;scrollbar-shadow-color:#BDBDBD;scrollbar-highlight-color: #BDBDBD;scrollbar-3dlight-color: #F0F0F0;scrollbar-darkshadow-color: #F0F0F0;scrollbar-track-color: #F0F0F0;scrollbar-arrow-color: white;} function notice_open(url) { //v2.0 if (getCookie("Notice") != "done") { var ww = 500; var wh = 430; //var wl = (screen.availWidth - ww)/2; //var wt = (screen.availHeight - wh)/2; var wl = 0; var wt = 0; var nw = window.open(url, "nw","width="+ww+",height="+wh+",left="+wl+",top="+wt+",scrollbars=no"); } } function getCookie(name) { var nameOfCookie = name + "="; var x = 0; while (x <= document.cookie.length) { var y = (x+nameOfCookie.length); if (document.cookie.substring(x, y) == nameOfCookie) { if ((endOfCookie=document.cookie.indexOf(";", y)) == -1) endOfCookie = document.cookie.length; return unescape(document.cookie.substring(y, endOfCookie)); } x = document.cookie.indexOf(" ", x) + 1; if (x == 0) break; } return ""; } function ResizeiFrame(iframeObj){ var innerBody = iframeObj.contentWindow.document.body; var innerHeight = innerBody.scrollHeight + (innerBody.offsetHeight - innerBody.clientHeight); iframeObj.style.height = innerHeight; } -->

 


img {border: none;} #kicbox {width: 250; height: 100; overflow: auto; padding:7px; border:1 solid #DAEBDA; background-color:white;} body{scrollbar-face-color: #DEDEDE;scrollbar-shadow-color:#BDBDBD;scrollbar-highlight-color: #BDBDBD;scrollbar-3dlight-color: #F0F0F0;scrollbar-darkshadow-color: #F0F0F0;scrollbar-track-color: #F0F0F0;scrollbar-arrow-color: white;} function notice_open(url) { //v2.0 if (getCookie("Notice") != "done") { var ww = 500; var wh = 430; //var wl = (screen.availWidth - ww)/2; //var wt = (screen.availHeight - wh)/2; var wl = 0; var wt = 0; var nw = window.open(url, "nw","width="+ww+",height="+wh+",left="+wl+",top="+wt+",scrollbars=no"); } } function getCookie(name) { var nameOfCookie = name + "="; var x = 0; while (x <= document.cookie.length) { var y = (x+nameOfCookie.length); if (document.cookie.substring(x, y) == nameOfCookie) { if ((endOfCookie=document.cookie.indexOf(";", y)) == -1) endOfCookie = document.cookie.length; return unescape(document.cookie.substring(y, endOfCookie)); } x = document.cookie.indexOf(" ", x) + 1; if (x == 0) break; } return ""; } function ResizeiFrame(iframeObj){ var innerBody = iframeObj.contentWindow.document.body; var innerHeight = innerBody.scrollHeight + (innerBody.offsetHeight - innerBody.clientHeight); iframeObj.style.height = innerHeight; } -->
翻訳を見る

누군가 GO KOREA에 가르쳐 주어

이런 건이 나와 있는 것 같습니다만

 

Warning: stristr() [function.stristr]: Empty delimiter. in /nfs/webhosts/public_html/gokorea/config/config.php on line 70

 

config.php 파일안에

 

define(site_url , http://www.xxxxxxx.com); (와)과 같은 곳이 있다고 생각합니다.

이것을

define(site_url , http://www.xxxxxxx.com/"); 

(으)로 변경하면 잘 될 것 같은 생각이 든다. . .


 


img {border: none;} #kicbox {width: 250; height: 100; overflow: auto; padding:7px; border:1 solid #DAEBDA; background-color:white;} body{scrollbar-face-color: #DEDEDE;scrollbar-shadow-color:#BDBDBD;scrollbar-highlight-color: #BDBDBD;scrollbar-3dlight-color: #F0F0F0;scrollbar-darkshadow-color: #F0F0F0;scrollbar-track-color: #F0F0F0;scrollbar-arrow-color: white;} function notice_open(url) { //v2.0 if (getCookie("Notice") != "done") { var ww = 500; var wh = 430; //var wl = (screen.availWidth - ww)/2; //var wt = (screen.availHeight - wh)/2; var wl = 0; var wt = 0; var nw = window.open(url, "nw","width="+ww+",height="+wh+",left="+wl+",top="+wt+",scrollbars=no"); } } function getCookie(name) { var nameOfCookie = name + "="; var x = 0; while (x <= document.cookie.length) { var y = (x+nameOfCookie.length); if (document.cookie.substring(x, y) == nameOfCookie) { if ((endOfCookie=document.cookie.indexOf(";", y)) == -1) endOfCookie = document.cookie.length; return unescape(document.cookie.substring(y, endOfCookie)); } x = document.cookie.indexOf(" ", x) + 1; if (x == 0) break; } return ""; } function ResizeiFrame(iframeObj){ var innerBody = iframeObj.contentWindow.document.body; var innerHeight = innerBody.scrollHeight + (innerBody.offsetHeight - innerBody.clientHeight); iframeObj.style.height = innerHeight; } -->

 


img {border: none;} #kicbox {width: 250; height: 100; overflow: auto; padding:7px; border:1 solid #DAEBDA; background-color:white;} body{scrollbar-face-color: #DEDEDE;scrollbar-shadow-color:#BDBDBD;scrollbar-highlight-color: #BDBDBD;scrollbar-3dlight-color: #F0F0F0;scrollbar-darkshadow-color: #F0F0F0;scrollbar-track-color: #F0F0F0;scrollbar-arrow-color: white;} function notice_open(url) { //v2.0 if (getCookie("Notice") != "done") { var ww = 500; var wh = 430; //var wl = (screen.availWidth - ww)/2; //var wt = (screen.availHeight - wh)/2; var wl = 0; var wt = 0; var nw = window.open(url, "nw","width="+ww+",height="+wh+",left="+wl+",top="+wt+",scrollbars=no"); } } function getCookie(name) { var nameOfCookie = name + "="; var x = 0; while (x <= document.cookie.length) { var y = (x+nameOfCookie.length); if (document.cookie.substring(x, y) == nameOfCookie) { if ((endOfCookie=document.cookie.indexOf(";", y)) == -1) endOfCookie = document.cookie.length; return unescape(document.cookie.substring(y, endOfCookie)); } x = document.cookie.indexOf(" ", x) + 1; if (x == 0) break; } return ""; } function ResizeiFrame(iframeObj){ var innerBody = iframeObj.contentWindow.document.body; var innerHeight = innerBody.scrollHeight + (innerBody.offsetHeight - innerBody.clientHeight); iframeObj.style.height = innerHeight; } -->

いいね・コメントにはログインが必要です。

コメント ( 4 )

投稿一覧

3,277

  1. JA 0 Member_65571
  2. KO 0 Member_65572
  3. JA 0 印玄
  4. 閲覧数 : 6,079
    JA 0 Member_65571
  5. 305 d
    閲覧数 : 4,456
    KO 255 BoATHELIVE1
  6. KO 255 fergie
  7. 閲覧数 : 4,739
    JA 0 マンゴ
  8. JA 0 hato
  9. 309 test
    閲覧数 : 4,365
    JA 255 ddt1000
  10. 閲覧数 : 5,909
    JA 255 abomb
  11. 311 dd 1
    閲覧数 : 4,151
    KO 255 BoATHELIVE1
  12. JA 255 yunyun003
  13. JA 255 yunyun003
  14. 314 ggt
    閲覧数 : 5,306
    JA 0 竹島日本領
  15. 315 dd
    閲覧数 : 5,243
    KO 255 BoATHELIVE1
  16. 閲覧数 : 4,255
    JA 0 whitegoose
  17. JA 255 金正男将軍
  18. JA 0 sonsofslaves
  19. 閲覧数 : 3,605
    JA 0 Member_63730
  20. 閲覧数 : 3,739
    KO 0 Member_65570