Counter: 1541,
today: 2,
yesterday: 0
Google Apps†
- /skin/pukiwiki.skin.php
- <head>...</head>
- <meta name="google-site-verification" content="ftAclHtcfWGde1x2jw6JMRJyHuclHK1VzBHEf61ExSA" />
- Input above <meta.../> and save
Modified Edit Pages Memo†
Pukiwiki Install†
- 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 |
./ | (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†
expand the text area†
- /home_page/root/default.ini.php, 42-44 lines
- /////////////////////////////////////////////////
$cols = 100;
change to --> $cols = 119;
Change to English version from Japan†
- pukiwiki.ini.php
/////////////////////////////////////////////////
// Language / Encoding settings&br;
// LANG - Internal content encoding ('en', 'ja', or ...)
define('LANG', 'en');
Upload size change†
- pukiwiki file --> /plugin/attach.inc.php
// 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