How to Install:
notes: if u dont know how to install a webserver, u dont deserve this.
A. ( Ignore if U already have a Apache Webserver working with Php Pear DB )
1. Download ( WAMP apache server ) or XAMPP Server ( if u dont know wer, try googling )
2. Setup and Configure your server
3. Install Pear DB by going to ur php directory and Running the Pear.bat file, just follow the instructions
B. L2toolz general installation
1. Download L2toolz
2. Unzip to ur Web directory ( check http.conf for ur current web directory )
3. Check settings,. open in browser the phpinfo.php ( this file is the l2toolz package, will update it soon )
Php Variables: ( in phpinfo.php )
-- include_path .;c:\wamp\php\pear .;c:\wamp\php\pear
something like this,. note nessesarily exact. this is to check if pear is installed.
if it is not then Go check A.3
-- ZLib Support enabled
this is just a gzip compression check
4. ODBC install ( in L2toolz there is 3 (three)
ODBC links or dsn that needed.
- lin2world1 ( that is connected to ur lin2world database, must connect using the $dbuser and $dbpass
values.
- lin2db1 ( connected to ur lin2db, and like the first one connects via $dbuser/$dbpass values.
- L2toolz ( not used in Beta, is used for Forum and Items/Npc/Skills and etc Databases. )
So u need to create this oDBC links.
5. Simple Config,. ( edit config.php ) on ur L2toolz folder.
$IP = array(
"Auth server:" => "xx.xx.xxx.xxx:2106",
"Game server:" => "xx.x.xx.xxx:7777",
);
-- should explains itself. wer xx.xx.xxx.xx is the ip and the number is the port.
-- this is for server check
$dbuser = "sa"; //database username
$dbpass = "xxxxxx"; //database password
-- explains itself. these are used to connect to ur Database via ODBC
$db2 =& DB::connect("odbc://$dbuser:$dbpass@lin2db1");
if (PEAR::isError($db2)) {
die("Error in Lineage 2 Db Database , Please Check Connection" . $db2->getMessage());
**
-- as u can see, L2toolz uses ODBC, so basically it means u can remote ur website to anywer which has ODBC to connect to connect to ur running/working database.
-- Again $dbuser and $dbpass is used as the Username Password for the ODBC link
-- lin2db1 < is the odbc system dsn name ... like i said on B.4 u need to create ODBC links.
6. Now open ur website and see :)
Features on this Beta release:
1. Register page
2. Server Stats/check
3. World Map locator (with search and stuff)
4. Rankings
Notes: not all features are given since this is a beta release, and is only to give test on how the L2toolz will be further developed.
Release Notes:
Since this is a Ragezone Project. Please do not remove the ragezone.com Logo, Donations are accepted and appreciated. hehehe!
If u have any question please direct them to forum.Ragezone.com (lineage2 section)
or the L2toolz Builtin forum ( well it is not still 100% operation and inserted, but it should be ok )
http://johnd.mrqgamez.com/l2toolz/phpbb ( this should be the correct link to the forum for the L2toolz
( oh! yeah this forum is included in the L2toolz FULL edition )
LInks:
http://johnd.mrqgamez.com ::: For L2toolz beta download
http://forum.ragezone.com ::: Support Forums
http://johnd.mrqgamez.coml2toolz ::: Running Example for L2toolz Full edition