Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
storyshare_www_encrypt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Analytics
Repository Analytics
Value Stream Analytics
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
goodmorning
storyshare
storyshare_www_encrypt
Commits
a98c2c5b
Commit
a98c2c5b
authored
May 11, 2020
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
9dbb7750
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
11 deletions
+40
-11
.htaccess
.htaccess
+1
-1
admin/controllers/index/index.php
admin/controllers/index/index.php
+0
-0
platyFramework/action.php
platyFramework/action.php
+0
-0
platyFramework/apps/admin/views/defaultTheme/app/config_mobileapp.html
...k/apps/admin/views/defaultTheme/app/config_mobileapp.html
+39
-10
No files found.
.htaccess
View file @
a98c2c5b
...
...
@@ -9,4 +9,4 @@ RewriteRule ^([^?]*) index.php/platyFrameworkRoute/$1 [L,QSA]
RewriteRule
"^(.*/)?\.git/" - [F,L]
# .gitignore 파일 제외
RewriteRule
".gitignore" - [F,L]
\ No newline at end of file
RewriteRule
".gitignore" - [F,L]
admin/controllers/index/index.php
View file @
a98c2c5b
No preview for this file type
platyFramework/action.php
View file @
a98c2c5b
No preview for this file type
platyFramework/apps/admin/views/defaultTheme/app/config_mobileapp.html
View file @
a98c2c5b
...
...
@@ -7,6 +7,9 @@ namespace platyFramework;
* @var ptyTableItemModel $item
*/
?>
<script
src=
"/platyFramework/apps/admin/views/defaultTheme/resources/plugins/ckeditor/ckeditor.js"
></script>
<script>
CKEDITOR
.
config
.
startupMode
=
'
wysiwyg
'
;
</script>
<form
class=
"form-horizontal"
method=
"post"
action=
"<?= $postUrl ?>"
enctype=
"multipart/form-data"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
...
...
@@ -136,35 +139,35 @@ namespace platyFramework;
<div
class=
"box-body"
>
<div
class=
'col-md-12'
>
<div
class=
"row"
>
<div
class=
'col-md-
9
'
>
<div
class=
'col-md-
7
'
>
<?= $form->getSelect("앱 시작시 전면 광고 여부", "admob_after_intro_full", array("항상 노출" => 1, "노출하지 않음" => 0), "", ""); ?>
</div>
<div
class=
'col-md-
3
'
>
<div
class=
'col-md-
5
'
>
<?= $form->getInput("광고ID", "admob_after_intro_full_adid", "placeholder='ca-app-pub-xxxxxxxxxxx/xxxxxxxxxx'", ""); ?>
</div>
</div>
<div
class=
"row"
>
<div
class=
'col-md-
9
'
>
<div
class=
'col-md-
7
'
>
<?= $form->getSelect("앱 종료시 배너 광고 여부", "admob_before_quit_pop", array("항상 노출" => 1, "노출하지 않음" => 0), "", ""); ?>
</div>
<div
class=
'col-md-
3
'
>
<div
class=
'col-md-
5
'
>
<?= $form->getInput("광고ID", "admob_before_quit_pop_adid", "", ""); ?>
</div>
</div>
<div
class=
"row"
>
<div
class=
'col-md-
9
'
>
<div
class=
'col-md-
7
'
>
<?= $form->getSelect("외부 유입의 게시글 보기 종료시 전면 광고 여부", "admob_after_snsboardview_full", array("항상 노출" => 1, "노출하지 않음" => 0), "", ""); ?>
</div>
<div
class=
'col-md-
3
'
>
<div
class=
'col-md-
5
'
>
<?= $form->getInput("광고ID", "admob_after_snsboardview_full_adid", "", ""); ?>
</div>
</div>
<? if (strstr($this->config->mobileapp->packageName, "com.storyshare.bookgoodstory") || strstr($this->config->mobileapp->packageName, "com.platyhouse.storyshare")) { ?>
<div
class=
"row"
>
<div
class=
'col-md-
9
'
>
<div
class=
'col-md-
7
'
>
<?= $form->getSelect("글 조회시 3회마다<br>전면 광고 노출 여부", "admob_show_full_fix", array("노출" => 1, "노출하지 않음" => 0), "", ""); ?>
</div>
<div
class=
'col-md-
3
'
>
<div
class=
'col-md-
5
'
>
</div>
</div>
...
...
@@ -172,15 +175,41 @@ namespace platyFramework;
<? if (FALSE) { ?>
<div
class=
"row"
>
<div
class=
'col-md-
9
'
>
<div
class=
'col-md-
7
'
>
<?= $form->getSelect("글 보기 전면 광고 여부", "admob_after_boardview_full", array("항상 노출" => 1, "3회마다 노출" => 3, "노출하지 않음" => 0), "", ""); ?>
</div>
<div
class=
'col-md-
3
'
>
<div
class=
'col-md-
5
'
>
<?= $form->getInput("광고ID", "admob_after_boardview_full_adid", "", ""); ?>
</div>
</div>
<? } ?>
</div>
<div
class=
"row"
>
<div
class=
'col-md-7'
>
<?= $form->getTextEdit("app-ads.txt 설정", "appadstxt"); ?>
</div>
<div
class=
'col-md-5'
>
<b>
특별한 사유가 없다면 왼쪽은 빈 여백으로 놔두세요! 시스템이 자동으로 생성합니다.
<a
href=
"http://<?=$_SERVER['HTTP_HOST']?>/app-ads.txt"
target=
"_blank"
>
확인하러 가기
</a></b><br>
(pub-xxxx 는 '전면 광고' 의 광고ID 값을 참조하게 됩니다)
<br>
<br>
아직 구글 플레이 콘솔에 '웹사이트 항목' 을 입력하지 않았다면
<br>
공지사항의 '[안내] app-ads.txt 를 위해 웹사이트 항목을 설정해 주세요' 글을 꼭 진행해 주세요
<br>
<br>
특별한 편집이 필요한 경우 왼쪽에 내용을 입력하여 변경할 수 있으며,
<br>
시스템 기본값을 원하시면 빈 여백으로 남겨두세요
<br>
<br>
<?
$pubs = $this->config->mobileapp->admob_after_intro_full_adid;
$pubs = explode("/", $pubs);
$pub = str_replace("ca-app-", "", $pubs[0]);
?>
<font
color=
"green"
>
[ 시스템 기본값 ]
</font><br>
google.com,
<?=$pub?>
, DIRECT, f08c47fec0942fa0
<br>
subdomain=
<?=$_SERVER['HTTP_HOST']?>
<br>
</div>
</div>
</div>
<div
class=
"box-footer"
>
<button
type=
"button"
class=
"btn btn-default ptyGoBack pull-right"
>
취소
</button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment