Difference between revisions of "Main Page"

From OpenKore Wiki
Jump to navigation Jump to search
(added run multiple bot from the same .exe)
m (add headers)
Line 21: Line 21:
 
|style="vertical-align:top;"|
 
|style="vertical-align:top;"|
  
 +
== Guides ==
 
* [[Quick Start Guide|Quick start: obtain, install, run]]
 
* [[Quick Start Guide|Quick start: obtain, install, run]]
 
* [[Connectivity Guide|Configure connection]]
 
* [[Connectivity Guide|Configure connection]]
Line 30: Line 31:
 
* [[Poseidon|Poseidon — GameGuard and HackShield solution]]
 
* [[Poseidon|Poseidon — GameGuard and HackShield solution]]
 
* [[How to run Openkore|Command line arguments; Compilation]]
 
* [[How to run Openkore|Command line arguments; Compilation]]
 +
'''Advanced'''
 +
* [[Run multiple bots from the same .exe]]
  
 
|style="vertical-align:top;"|
 
|style="vertical-align:top;"|
  
 +
==References==
 
* [[:Category:Console Command|Console commands]]
 
* [[:Category:Console Command|Console commands]]
 
'''control'''
 
'''control'''
Line 46: Line 50:
 
'''plugins'''
 
'''plugins'''
 
* [[:Category:Plugins|How to get, use, create; Specific plugin docs]]
 
* [[:Category:Plugins|How to get, use, create; Specific plugin docs]]
'''Advanced'''
 
* [[Run multiple bots from the same .exe]]
 
 
  
 
|}
 
|}

Revision as of 21:00, 29 June 2010

Home.png

Community

Irc.png

IRC chat

Help.png

Manual

Downloads.png

Links

Development.png

SVN repository

Bugtracker.png

Bugtracker

Credits.png

About OpenKore

Guides

Advanced

References

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