aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/faq.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13600] Allow extensions to create a custom help pageJoas Schilling2015-02-171-2/+24
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12364] Add template identifier var to all missing pagesPayBas2014-04-061-0/+1
* [ticket/11360] Updating default value of $display_online_listgeetakshi2014-03-241-1/+1
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+89
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-74/+0
* $template to phpbb::$templateMeik Sievertsen2009-02-221-10/+10
* $auth-> to phpbb::$acl->Meik Sievertsen2009-02-221-1/+1
* remove global and change $user-> to phpbb::$user->Meik Sievertsen2009-02-221-9/+9
* ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-291-4/+4
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-3/+3
* do not get too excitedMeik Sievertsen2007-07-261-1/+1
* some fixes todayMeik Sievertsen2006-12-241-1/+1
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-54/+14
* - some adjustements for phpdocumentorMeik Sievertsen2006-05-051-0/+1
* Language related updates. Removed escaped double-quotes from single quote FAQ...Tom Beddard2005-12-261-2/+2
* Tweak - $forum_id not needed for the make_jumpbox() func on this pageTom Beddard2005-12-171-1/+1
* - session changesMeik Sievertsen2005-10-021-1/+1
* - Documentation related changesMeik Sievertsen2005-04-091-12/+11
* - more updates, mostly bugfixes to the bbcode parserMeik Sievertsen2004-09-161-2/+2
* - remove output buffering options from download.php (not needed anymore)Meik Sievertsen2004-07-081-2/+0
* splitted language filesMeik Sievertsen2004-02-281-40/+32
* Updates mainly for removal of extension + header comment ... moved some aspec...Paul S. Owen2003-09-071-22/+12
* Re-arrange auth and setup calls ... needs to be repeated for all major scriptsPaul S. Owen2003-07-141-7/+8
* page header/footer become functions, forum passwords (I know, I know but it a...Paul S. Owen2003-05-031-3/+2
* Updated to remove row color/class assignmentsPaul S. Owen2003-02-211-9/+3
* Mostly changes to turn userdata into user->data, lang into user->lang + bitst...Paul S. Owen2002-10-201-3/+3
* Permission related updates ... is still not final but is getting there ... fa...Paul S. Owen2002-10-081-16/+5
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-1/+1
* More session changes to accomodate ACL_PERMIT/PREVENT ...Paul S. Owen2002-08-151-1/+1
* More changes ... switched away from prefetch for now ...Paul S. Owen2002-08-131-9/+8
* Updates for permissions, sessions, lots of things ... note that _many_ things...Paul S. Owen2002-07-141-14/+19
* pre-freeze on main templates, various bug fixes (highlighting search results,...Paul S. Owen2002-03-311-37/+25
* Loads'a changes including fix for security issue, thanks to Matthijs for chec...Paul S. Owen2002-03-181-0/+1
* Remove extra session var in session_pagestartPaul S. Owen2002-03-041-1/+1
* Add Back_to_top lang string to template varsPaul S. Owen2001-12-221-1/+2
* Added BBCode guide as separate file ... no doubt this will annoy some, oh wel...Paul S. Owen2001-12-171-3/+23
* Updated FAQ ... near complete?Paul S. Owen2001-11-271-3/+8
* Various updatesPaul S. Owen2001-11-201-0/+9
* Updated FAQ, links, more text, etc. ... I was boredPaul S. Owen2001-11-161-5/+74
* Changed paths for languagePaul S. Owen2001-10-111-1/+1
* FAQ system..I"m not entirly happy with it but at this stage its too late to s...James Atkinson2001-10-051-0/+14
* Re-added GPL disclaimersJames Atkinson2001-08-301-2/+11
* Modified header commentsPaul S. Owen2001-08-261-11/+0
* Changes to include location + some other misc stuffPaul S. Owen2001-07-131-4/+5
* Nothing to see here, move alongPaul S. Owen2001-07-081-0/+41
n class="hl opt">); setVarsInSh("$::prefix/etc/sysconfig/clock", { ZONE => $t->{timezone}, UTC => bool2text($t->{UTC}), ARC => "false", }); } #- best guesses for a given country my %c2t = ( 'AM' => 'Asia/Yerevan', 'AR' => 'America/Buenos_Aires', 'AT' => 'Europe/Vienna', 'AU' => 'Australia/Sydney', 'BA' => 'Europe/Sarajevo', 'BE' => 'Europe/Brussels', 'BG' => 'Europe/Sofia', 'BR' => 'Brazil/East', #- most people live on the east coast 'BY' => 'Europe/Minsk', 'CA' => 'Canada/Eastern', 'CH' => 'Europe/Zurich', 'CN' => 'Asia/Beijing', 'CZ' => 'Europe/Prague', 'DE' => 'Europe/Berlin', 'DK' => 'Europe/Copenhagen', 'EE' => 'Europe/Tallinn', 'ES' => 'Europe/Madrid', 'FI' => 'Europe/Helsinki', 'FR' => 'Europe/Paris', 'GB' => 'Europe/London', 'GE' => 'Asia/Yerevan', 'GL' => 'Arctic/Longyearbyen', 'GR' => 'Europe/Athens', 'HR' => 'Europe/Zagreb', 'HU' => 'Europe/Budapest', 'ID' => 'Asia/Jakarta', 'IE' => 'Europe/Dublin', 'IL' => 'Asia/Tel_Aviv', 'IN' => 'Asia/Calcutta', 'IR' => 'Asia/Tehran', 'IS' => 'Atlantic/Reykjavik', 'IT' => 'Europe/Rome', 'JP' => 'Asia/Tokyo', 'KR' => 'Asia/Seoul', 'LT' => 'Europe/Vilnius', 'LV' => 'Europe/Riga', 'MK' => 'Europe/Skopje', 'MT' => 'Europe/Malta', 'MX' => 'America/Mexico_City', 'MY' => 'Asia/Kuala_Lumpur', 'NL' => 'Europe/Amsterdam', 'NO' => 'Europe/Oslo', 'NZ' => 'Pacific/Auckland', 'PL' => 'Europe/Warsaw', 'PT' => 'Europe/Lisbon', 'RO' => 'Europe/Bucharest', 'RU' => 'Europe/Moscow', 'SE' => 'Europe/Stockholm', 'SI' => 'Europe/Ljubljana', 'SK' => 'Europe/Bratislava', 'TH' => 'Asia/Bangkok', 'TJ' => 'Asia/Dushanbe', 'TR' => 'Europe/Istanbul', 'TW' => 'Asia/Taipei', 'UA' => 'Europe/Kiev', 'US' => 'America/New_York', 'UZ' => 'Asia/Tashkent', 'VN' => 'Asia/Saigon', 'YU' => 'Europe/Belgrade', 'ZA' => 'Africa/Johannesburg', ); sub fuzzyChoice { my ($b, $count) = bestMatchSentence($_[0], keys %c2t); $count ? $b : ''; } sub bestTimezone { $c2t{fuzzyChoice($_[0])} || 'GMT' } sub ntp_servers() { +{ 'time.sinectis.com.ar' => 'Argentina', 'tick.nap.com.ar' => 'Argentina', 'tock.nap.com.ar' => 'Argentina', 'ntp.adelaide.edu.au' => 'Australia', 'ntp.saard.net' => 'Australia', 'ntp1.belbone.be' => 'Belgium', 'ntp2.belbone.be' => 'Belgium', 'ntp.cpsc.ucalgary.ca' => 'Canada', 'ntp1.cmc.ec.gc.ca' => 'Canada', 'ntp2.cmc.ec.gc.ca' => 'Canada', 'time.chu.nrc.ca' => 'Canada', 'time.nrc.ca' => 'Canada', 'timelord.uregina.ca' => 'Canada', 'ntp.globe.cz' => 'Czech republic', 'ntp.karpo.cz' => 'Czech republic', 'ntp1.contactel.cz' => 'Czech republic', 'ntp2.contactel.cz' => 'Czech republic', 'clock.netcetera.dk' => 'Denmark', 'clock2.netcetera.dk' => 'Denmark', 'slug.ctv.es' => 'Spain', 'tick.keso.fi' => 'Finland', 'tock.keso.fi' => 'Finland', 'ntp.ndsoftwarenet.com' => 'France', 'ntp.obspm.fr' => 'France', 'ntp.tuxfamily.net' => 'France', 'ntp1.tuxfamily.net' => 'France', 'ntp2.tuxfamily.net' => 'France', 'ntp.univ-lyon1.fr' => 'France', 'zg1.ntp.carnet.hr' => 'Croatia', 'zg2.ntp.carnet.hr' => 'Croatia', 'st.ntp.carnet.hr' => 'Croatia', 'ri.ntp.carnet.hr' => 'Croatia', 'os.ntp.carnet.hr' => 'Croatia', 'ntp.incaf.net' => 'Indonesia', 'ntp.maths.tcd.ie' => 'Ireland', 'time.ien.it' => 'Italy', 'ntps.net4u.it' => 'Italy', 'ntp.cyber-fleet.net' => 'Japan', 'time.nuri.net' => 'Korea, republic of', 'ntp2a.audiotel.com.mx' => 'Mexico', 'ntp2b.audiotel.com.mx' => 'Mexico', 'ntp2c.audiotel.com.mx' => 'Mexico', 'ntp.doubleukay.com' => 'Malaysia', 'ntp1.theinternetone.net' => 'Netherlands', 'ntp2.theinternetone.net' => 'Netherlands', 'ntp3.theinternetone.net' => 'Netherlands', 'fartein.ifi.uio.no' => 'Norway', 'info.cyf-kr.edu.pl' => 'Poland', 'ntp.ip.ro' => 'Romania', 'ntp.psn.ru' => 'Russia', 'time.flygplats.net' => 'Sweden', 'ntp.shim.org' => 'Singapore', 'biofiz.mf.uni-lj.si' => 'Slovenia', 'time.ijs.si' => 'Slovenia', 'time.ijs.si' => 'Slovenia', 'clock.cimat.ues.edu.sv' => 'El salvador', 'a.ntp.alphazed.net' => 'United kingdom', 'bear.zoo.bt.co.uk' => 'United kingdom', 'ntp.cis.strath.ac.uk' => 'United kingdom', 'ntp2a.mcc.ac.uk' => 'United kingdom', 'ntp2b.mcc.ac.uk' => 'United kingdom', 'ntp2c.mcc.ac.uk' => 'United kingdom', 'ntp2d.mcc.ac.uk' => 'United kingdom', 'tick.tanac.net' => 'United kingdom', 'time-server.ndo.com' => 'United kingdom', 'sushi.compsci.lyon.edu' => 'United states AR', 'ntp.drydog.com' => 'United states AZ', 'clock.fmt.he.net' => 'United states CA', 'clock.sjc.he.net' => 'United states CA', 'ntp.ucsd.edu' => 'United states CA', 'ntp1.sf-bay.org' => 'United states CA', 'ntp2.sf-bay.org' => 'United states CA', 'time.berkeley.netdot.net' => 'United states CA', 'ntp1.linuxmedialabs.com' => 'United states CO', 'ntp1.tummy.com' => 'United states CO', 'louie.udel.edu' => 'United states DE', 'rolex.usg.edu' => 'United states GA', 'timex.usg.edu' => 'United states GA', 'ntp-0.cso.uiuc.edu' => 'United states IL', 'ntp-1.cso.uiuc.edu' => 'United states IL', 'ntp-1.mcs.anl.gov' => 'United states IL', 'ntp-2.cso.uiuc.edu' => 'United states IL', 'ntp-2.mcs.anl.gov' => 'United states IL', 'gilbreth.ecn.purdue.edu' => 'United states IN', 'harbor.ecn.purdue.edu' => 'United states IN', 'molecule.ecn.purdue.edu' => 'United states IN', 'ntp.ourconcord.net' => 'United states MA', 'ns.nts.umn.edu' => 'United states MN', 'nss.nts.umn.edu' => 'United states MN', 'time-ext.missouri.edu' => 'United states MO', 'chronos1.umt.edu' => 'United states MT', 'chronos2.umt.edu' => 'United states MT', 'chronos3.umt.edu' => 'United states MT', 'tick.jrc.us' => 'United states NJ', 'tock.jrc.us' => 'United states NJ', 'cuckoo.nevada.edu' => 'United states NV', 'tick.cs.unlv.edu' => 'United states NV', 'tock.cs.unlv.edu' => 'United states NV', 'clock.linuxshell.net' => 'United states NY', 'clock.nyc.he.net' => 'United states NY', 'ntp0.cornell.edu' => 'United states NY', 'reva.sixgirls.org' => 'United states NY', 'clock.psu.edu' => 'United states PA', 'fuzz.psc.edu' => 'United states PA', 'ntp-1.cede.psu.edu' => 'United states PA', 'ntp-2.cede.psu.edu' => 'United states PA', 'ntp-1.ece.cmu.edu' => 'United states PA', 'ntp-2.ece.cmu.edu' => 'United states PA', 'ntp.cox.smu.edu' => 'United states TX', 'ntp.fnbhs.com' => 'United states TX', 'ntppub.tamu.edu' => 'United states TX', 'ntp-1.vt.edu' => 'United states VA', 'ntp-2.vt.edu' => 'United states VA', 'ntp.cmr.gov' => 'United states VA', 'ntp1.cs.wisc.edu' => 'United states WI', 'ntp3.cs.wisc.edu' => 'United states WI', 'ntp3.sf-bay.org' => 'United states WI', 'ntp.cs.unp.ac.za' => 'South africa', 'tock.nml.csir.co.za' => 'South africa', 'pool.ntp.org' => 'World Wide', }; } 1;