# make a backup of the old include/config.php (to allow for a rollback) # copy/merge include/config.php to include/config-local.php before CVS-update # and adjust to server-needs ----------- # see also CACHE_FOLDER in config.php # The Sourceforge devel server needs a soft link: (where temp is CACHE_FOLDER) # This is an example for the devel-server only mkdir /tmp/persistent/dragongoserver/temp/ chmod 775 /tmp/persistent/dragongoserver/temp/ ln -s -d /tmp/persistent/dragongoserver/temp /home/groups/d/dr/dragongoserver/htdocs/temp ----------- copy /images/favicon.ico into the root folder ----------- copy /images/star3.gif ----------- // added images for thread-post-list navigation copy /images/f_bottom.png copy /images/f_firstanswer.png copy /images/f_nextanswer.png copy /images/f_nextparent.png copy /images/f_prevanswer.png copy /images/f_prevparent.png copy /images/f_top.png ----------- copy /images/professional.gif copy /images/robot.gif copy /images/teacher.gif copy /images/team.gif ----------- # add english translation for all '#...'-texts, escpecially in waiting-room # revert 'Handicap#headerwr': remove abbreviation for waiting-room # adjust english translation for all '%#header%' # adjust english translation for all '%#%wr%' (waiting-room) # shorten '#'-texts for tournaments, esp. '%#tmsg' # better check all for potentially needed english (shorter) translation for '%#%' # mark News-forum as read-only ----------- # Adjust FAQ for observing own-games-trick: # - modified '&toggleobserve=' behaviour to avoid toggling on page refresh, # Former value '1' -> y&n: needs FAQ-adjustment for observing own-games-trick # Open links.php to seed links into database ----------- copy /images/blue.gif ----------- copy /images/picture.gif # see also USERPIC_FOLDER in config.php and description in INSTALL file # The Sourceforge devel server needs a soft link similar to CACHE_FOLDER # This is an example for the devel-server only mkdir /tmp/persistent/dragongoserver/temp/userpic # if link not already there: ln -s -d /tmp/persistent/dragongoserver/temp/userpic /home/groups/d/dr/dragongoserver/htdocs/temp/userpic ----------- copy /images/night.gif copy /images/vacation.gif copy /images/admin.gif copy /images/online.gif copy /images/wclock_stop.gif ----------- copy /images/table.gif ----------- copy /images/thread.gif copy /images/msg_first.gif ----------- # adjust config-local.php for allowed maintenance-users: $ARR_USERS_MAINTENANCE ----------- # Forum-behavior has been changed: Threads are no longer hidden if a thread # with more than one post has only the initial thread post hidden!! # # That means, some threads suddenly may appear, that have been hidden before. # In order to fix this, after all DDL-changes have been made and sources are updated, # run the forum-consistency-script and copy all the UPDATEs. You may want to hide # some of the now visible hidden threads. # Run it at least twice with "Validation it"-step. # On the first call note the changed post-threads, so later you can check them # on the site and hide all other posts in a thread if you want a thread to stay hidden. scripts/forum_consistency.php scripts/forum_consistency.php?do_it=1 scripts/forum_consistency.php?do_it=1 ----------- # added flags copy /images/flags/ai.gif copy /images/flags/an.gif copy /images/flags/as.gif copy /images/flags/aw.gif copy /images/flags/ax.gif copy /images/flags/bm.gif copy /images/flags/cc.gif copy /images/flags/ck.gif copy /images/flags/cx.gif copy /images/flags/eh.gif copy /images/flags/fk.gif copy /images/flags/fo.gif copy /images/flags/gg.gif copy /images/flags/gi.gif copy /images/flags/gl.gif copy /images/flags/gs.gif copy /images/flags/gu.gif copy /images/flags/im.gif copy /images/flags/je.gif copy /images/flags/ky.gif copy /images/flags/me.gif copy /images/flags/mp.gif copy /images/flags/ms.gif copy /images/flags/nf.gif copy /images/flags/nu.gif copy /images/flags/pf.gif copy /images/flags/pn.gif copy /images/flags/sh.gif copy /images/flags/tc.gif copy /images/flags/tk.gif copy /images/flags/vg.gif copy /images/flags/vi.gif copy /images/flags/xf.gif copy /images/flags/xk.gif # updated flags copy /images/flags/rs.gif # changed country-code copy /images/flags/tl.gif ( was former tp.gif ) copy /images/flags/xe.gif ( was former __.gif ) copy /images/flags/xi.gif ( was former ia.gif ) copy /images/flags/xo.gif ( was former eo.gif ) # remove old flags remove /images/flags/__.gif remove /images/flags/eo.gif remove /images/flags/ia.gif remove /images/flags/mj.gif remove /images/flags/tp.gif ----------- # added flags copy /images/flags/bl.gif copy /images/flags/gf.gif copy /images/flags/gp.gif copy /images/flags/io.gif copy /images/flags/mf.gif copy /images/flags/mq.gif copy /images/flags/nc.gif copy /images/flags/pm.gif copy /images/flags/re.gif copy /images/flags/wf.gif copy /images/flags/yt.gif # updated flags copy /images/flags/ai.gif copy /images/flags/bm.gif copy /images/flags/cc.gif copy /images/flags/ck.gif copy /images/flags/cx.gif copy /images/flags/fk.gif copy /images/flags/gs.gif copy /images/flags/im.gif copy /images/flags/ky.gif copy /images/flags/ms.gif copy /images/flags/nu.gif copy /images/flags/pn.gif copy /images/flags/sh.gif copy /images/flags/tc.gif copy /images/flags/vi.gif ----------- copy /images/game_comment.gif ----------- # added cron-entry for tournaments (see INSTALL-file) 7,22,37,52 * * * * wget -q -O - http://your.url/tournaments/cron_tournaments.php ----------- copy /images/up_bulk.gif ----------- # added flags copy /images/flags/xb.gif copy /images/flags/xc.gif copy /images/flags/xn.gif ----------- # added markup circle/square/triangle/cross & fixed letters-markup a-z copy /5/l[a-z].gif copy /5/[cstx].gif copy /7/l[a-z].gif copy /7/[cstx].gif copy /9/l[a-z].gif copy /9/[cstx].gif copy /11/l[a-z].gif copy /11/[cstx].gif copy /13/l[a-z].gif copy /13/[cstx].gif copy /17/l[a-z].gif copy /17/[cstx].gif copy /21/l[a-z].gif copy /21/[cstx].gif copy /25/l[a-z].gif copy /25/[cstx].gif copy /29/l[a-z].gif copy /29/[cstx].gif copy /35/l[a-z].gif copy /35/[cstx].gif copy /42/l[a-z].gif copy /42/[cstx].gif copy /50/l[a-z].gif copy /50/[cstx].gif ----------- # added game-thumbnail copy /images/tbnb.gif copy /images/tbnw.gif copy /images/tbnd.gif copy /images/tbne.gif ----------- # added images for shape-games copy /images/note.gif copy /images/shape.gif ----------- # added image for new-game copy /images/newgame.gif ----------- # see also DATASTORE_FOLDER in config.php (for your webserver you may have to use a different setup) cd DOCROOT/.. mkdir data-store mkdir data-store/rss data-store/qst data-store/wap chmod -R 775 data-store ----------- # added image for Apple "favicons", must be copied to root-dir copy /images/apple-touch-icon-57x57-precomposed.png copy /images/apple-touch-icon-57x57.png copy /images/apple-touch-icon-72x72-precomposed.png copy /images/apple-touch-icon-72x72.png copy /images/apple-touch-icon-114x114-precomposed.png copy /images/apple-touch-icon-114x114.png copy /images/apple-touch-icon-144x144-precomposed.png copy /images/apple-touch-icon-144x144.png copy /images/apple-touch-icon-precomposed.png copy /images/apple-touch-icon.png ----------- # added view to expand/collapse tree-overview copy /images/expand.gif copy /images/collapse.gif ----------- # added icon for eidogo (magnifying glass) copy /images/eidogo.gif ----------- # removed unused image rm images/wood1.png ----------- # added hourly-cron-entry for file-cache-cleanup (see INSTALL-file) 58 * * * * wget -q -O - http://www.dragongoserver.net/hourly_cron.php ----------- # added image to save-SGF copy /images/sgf.gif