Difference between revisions of "Main Page"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 17: Line 17:
 
|}
 
|}
  
* [[Quick Start Guide]] - obtaining, installing and running OpenKore
+
{|width="100%" style="table-layout:fixed;"
* [[Connectivity Guide]] - how to configure connection to your server
+
|style="vertical-align:top;"|
* [[References]] - basis of OpenKore ideas which shared between other features
+
 
* [[Overview]] - which console command and configuration options are available, quick categorized list
+
* [[Quick Start Guide|Quick start: obtain, install, run]]
* [[Frequently Asked Questions]]
+
* [[Connectivity Guide|Configure connection]]
* [[:Category:Plugins]] - how to get, use and make plugins; plugin-related documentation
+
** [[serverType|Configure serverType]]
* Want to improve something here, leave (useful) notes or ask for further elaboration of something? You're welcome. Look for ''edit'' and ''discussion'' links at top of any page.
+
** [[Packet Length Extractor|Configure recvpackets.txt]]
 +
* '''[[Frequently Asked Questions]]'''
 +
* [[Overview|Quick command and configuration overview]]
 +
* [[References|References — ideas shared between other features]]
 +
* [[Poseidon|Poseidon — GameGuard and HackShield solution]]
 +
* [[How to run Openkore|Command line arguments; Compilation]]
 +
 
 +
|style="vertical-align:top;"|
 +
 
 +
* [[:Category:Console Command|Console commands]]
 +
'''control'''
 +
* [[config.txt]]
 +
** [[:Category:Self Condition|Self]] conditions
 +
** Target [[:Category:Monster Condition|monster]] and [[:Category:Player Condition|player]] conditions
 +
** [[:Category:Skill Use Condition|Skill use]] conditions
 +
* [[items_control.txt]]
 +
* [[mon_control.txt]]
 +
* [[pickupitems.txt]]
 +
* [[shop.txt]]
 +
* [[sys.txt]]
 +
'''plugins'''
 +
* [[:Category:Plugins|How to get, use, create; Specific plugin docs]]
 +
 
 +
|}
 +
 
 +
Want to improve something here, leave (useful) notes or ask for further elaboration of something? You're welcome. Look for ''edit'' and ''discussion'' links at top of any page.
  
 
== Current Wiki TODO's ==
 
== Current Wiki TODO's ==

Revision as of 01:41, 23 June 2010

Home.png

Community

Irc.png

IRC chat

Help.png

Manual

Downloads.png

Links

Development.png

SVN repository Browser

Bugtracker.png

Bugtracker

Credits.png

About OpenKore

control

plugins

Want to improve something here, leave (useful) notes or ask for further elaboration of something? You're welcome. Look for edit and discussion links at top of any page.

Current Wiki TODO's

In the LocalSettings.php file add the following code:
$wgScriptPath       = "/wiki";
$wgScript           = "$wgScriptPath/index.php";
$wgRedirectScript   = "$wgScriptPath/redirect.php";
$wgArticlePath      = "$wgScriptPath/$1";

In the root directory of the site create a file whose name ends. htaccess with the following contents:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ /wiki/index.php?title=$1 [L,QSA]
example http://ragbot.ru/wiki/config