#counter
#nofollow
#norelated
#contents
* Google Apps [#ndbcf3b0]
- /skin/pukiwiki.skin.php
- <head>...</head>
-- <meta name="google-site-verification" content="ftAclHtcfWGde1x2jw6JMRJyHuclHK1VzBHEf61ExSA" />
-- Input above <meta.../> and save

* Modified Edit Pages Memo [#n271606c]
|Freese for SEO SPAM|


** Pukiwiki Install [#p516c8bd]
- Download file and uncompress
 # tar zxvf pukiwiki-1.4.7_notb_utf8.tar.gz
 # mv pukiwiki-1.4.7_notb_utf8 /home/<user_dir>/wiki
 # cd /home/<user_dir>/wiki/

- three point of pukiwiki.ini.php
 // Title of your Wikisite (Name this)
 // Also used as RSS feed's channel name etc
   $page_title = 'GISUP, International';
 // name for modifier
    $modifier = 'Byungdug Jun';
 // modifier's homepage
    $modifierlink = 'http://gisup.org/';
 // administrato password
 // results written by md5('pass')
    $adminpass = '{x-php-md5}???';

- setting for permission
|dir|permission|h
|./|(755)|
|./attach|(777)|
|./backup|(777)|
|./cache|(777)|
|./counter|(777)|
|./diff|(777)|
|./image|(755)|
|./image/face|(755)|
|./lib|(755)|
|./plugin|(755)|
|./skin|(755)|
|./trackback|(777)|

 # chmod 755 <target_dir or file_name>

- Finally, *.dat of cache dir changes permission to 666, and *.txt of wiki dir changes permission to 666. [#oe7fc0b8]

** publish encode [#t2cb0c27]
- /index.php?cmd=md5

** expand the text area [#f57e88cf]
- /home_page/root/default.ini.php, 42-44 lines
- /////////////////////////////////////////////////&br;
// cols number&br;
$cols = 100; &br;
change to ''--> $cols = 119;''

** Change to English version from Japan [#p1805dd0]
- pukiwiki.ini.php
 /////////////////////////////////////////////////
 // Language / Encoding settings&br;
 // LANG - Internal content encoding ('en', 'ja', or ...)
 define('LANG', 'en');

** Upload size change [#y761a58c]
- php file --> /etc/php.ini
 ; Maximum allowed size for uploaded files.
 ;upload_max_filesize = 2M
 upload_max_filesize = 8M

- pukiwiki file --> /plugin/attach.inc.php 
 // peace eduの場合--> /home/webmast/html/gisup/

 // Max file size for upload on PHP (PHP default: 2MB)
 //ini_set('upload_max_filesize', '2M');
 ini_set('upload_max_filesize', '8M');
 
 // Max file size for upload on script of PukiWikiX_FILESIZE
 //define('MAX_FILESIZE', (1024 * 1024)); // default: 1MB
 define('MAX_FILESIZE', (8 * 1024 * 1024)); // change: 8MB

Front page   Edit Diff History Attach Copy Rename Reload   New Page list Search Recent changes   Help   RSS of recent changes