War of Immortal - Complete Guide

09/11/2013 14:10 beshohero#16
okay i gona w8 i hope if my acc has been created and read my private msg plz on Epvpers
09/12/2013 07:24 Fallenx2013#17
Nice...
09/13/2013 04:26 Bingo2008#18
Quote:
Originally Posted by beshohero View Post
okay i gona w8 i hope if my acc has been created and read my private msg plz on Epvpers
pm maxz27 in skype.

PM in other places will be ignored.
09/15/2013 22:58 xXxTamerusxXx#19
Your Download-Link:PassportBOI.bak
[Only registered and activated users can see links. Click Here To Register...]

Your Download-Link:dbsvrd.cfg
[Only registered and activated users can see links. Click Here To Register...]

Your Download-Link:woi_dumps.sql
[Only registered and activated users can see links. Click Here To Register...]
11/05/2013 09:33 tao0923#20
why i can't download windows file
somebody help me
dd it an send to me [Only registered and activated users can see links. Click Here To Register...]

PS:dd=download
03/14/2014 01:55 oep#21
these file was not found, anyone reupload please? :D
◘ Download Server Files + SQL_Dump(Linux) (Linux_Files)
◘ Download Server Files (Windows) (Windows_Files)
◘ MSSQL 2008 R2 Datbase Backup: (Backup MSSQL)


thanks :D
03/21/2014 12:40 LeagueAddons#22
Links not work :(

Guys please reupload files :(
04/19/2014 23:54 CrazyPurpleFish#23
Need links for
◘ Download Server Files + SQL_Dump(Linux) (Linux_Files)
◘ Download Server Files (Windows) (Windows_Files)
◘ MSSQL 2008 R2 Datbase Backup: (Backup MSSQL)

If anyone could give them that would be awesome
06/19/2014 00:38 Bingo2008#24
MSSQL can be downloaded from MS site :)

My PC was crashed so i lost almost all stuffs. I'll re-upload soon :)
06/21/2014 01:18 Bingo2008#25
Sice WOI Lengendary Crusade is up and I am testing, i am not much into Lost Omen.

If anyone is intensively looking for it, i may re-upload :D
06/21/2014 09:28 GamerN#26
WOI been working on Mysql

<connection name="auth0" poolsize="3" url="jdbc:mysql://localhost:3306/shengui?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBi tIsBoolean=true" username="root" password="root"/>

PHP an example of account registration


<title> Registration| WOI</title>
<head>
<meta http-equiv="content-type" content="text/html"; charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<center>
<form id="register" action="?do=register" method=post>
<br><h3> </h3><br>
<center>Registration on the server
Login:<br>
<input class="input_box" type=text name=login><br>
1:<br>
<input class="input_box" type=password name=passwd><br>
1:<br>
<input class="input_box" type=password name=repasswd><br>
E-Mail:<br>
<input class="input_box" type=text name=email><br>
<input class="input_submit" type=submit name=submit value="Registration "><br>
</table>
</form>

<?php
$config = array
(
'host' => 'localhost', // Host
'user' => 'root', //
'pass' => 'root', // pass
'name' => 'shengui', // name db
'gold' => '999', // zen
);

if (isset($_POST['login']))
{
$link = mysql_connect($config['host'], $config['user'], $config['pass']) or die ("1");
mysql_select_db($config['name'], $link) or die ("1 ".$DBName." 1o_O");

$Login = $_POST['login'];
$Pass = $_POST['passwd'];
$Repass = $_POST['repasswd'];
$Email = $_POST['email'];

$Login = StrToLower(Trim($Login));
$Pass = StrToLower(Trim($Pass));
$Repass = StrToLower(Trim($Repass));
$Email = Trim($Email);

if (empty($Login) || empty($Pass) || empty($Repass) || empty($Email))
{
echo "Please Don't Leave Blank Field";
}

elseif (ereg("[^0-9a-zA-Z_-]", $Login, $Txt))
{
echo "Not valid login";
}

elseif (ereg("[^0-9a-zA-Z_-]", $Pass, $Txt))
{
echo ""; "Not valid password"
}

elseif (ereg("[^0-9a-zA-Z_-]", $Repass, $Txt))
{
echo "Not the right format repeat password";
}

elseif (StrPos('\'', $Email))
{
echo "Not the right format E-Mail";
}

elseif ((StrLen($Login) < 4) or (StrLen($Login) > 10))
{
echo ".";
}
else
{
$Result = MySQL_Query("SELECT name FROM users WHERE name='$Login'") or ("Can't execute query.");

if (MySQL_Num_Rows($Result))
{
echo "<font color='red'>1</font> <b>".$Login."</b> <font color='red'>уже есть в базе -_-</font>";
}

elseif ((StrLen($Pass) < 4) or (StrLen($Pass) > 10))
{
echo ".";
}

elseif ((StrLen($Repass) < 4) or (StrLen($Repass) > 10))
{
echo "1";
}

elseif ((StrLen($Email) < 4) or (StrLen($Email) > 25))
{
echo "1";
}
else
{
$Result = MySQL_Query("SELECT name FROM users WHERE name='$Email'") or ("Can't execute query.");
if (MySQL_Num_Rows($Result))
{
echo "<font color='red'>E-Mail</font> <b>".$Email."</b> <font color='red'>already have in the database -_-</font>";
}

elseif ($Pass != $Repass)
{
echo "1";
}
else
{
$Salt = $Login.$Pass;
$Salt = md5($Salt);
$Salt = "0x".$Salt;
MySQL_Query("call adduser('$Login', $Salt, '0', '0', '0', '0', '$Email', '0', '0', '0', '0', '0', '0', '0', '', '', $Salt)") or die ("Can't execute query.");
$mysqlresult=MySQL_Query("select * from `users` WHERE `name`='$Login'");
$User_ID=MySQL_result($mysqlresult,0,'ID');
MySQL_Query("call usecash({$User_ID},904,0,9,0,".$config['gold'].",1,@error)") or die ("1");
echo "<font color='green'>Аккаунт <b>".$Login."</b> Successfully registered :) 1 ID: ".$User_ID." <br/> ".$config['gold']." ";Golda accrued. Gold will come within 5-10 minutes
}
}
echo $Data;
php?>


request for GM


call addGM (ID, 904)
06/23/2014 14:05 bjw101#27
Yep MEGA Newbie Question But Will I Need Linux For This To Work? i only have Windows?
06/25/2014 15:37 Bingo2008#28
Actually working on LC release so kinda hard to switch back. :)
Will see after i'm done with LC :D
08/12/2014 01:44 bjw101#29
This is by far the best posts i have heard all year!
i have searched and searched all over! and now i finally found one! Thanks man you are truly the best and keep the hard work up man!!! And is there any way to add items? That is just a side deal though i just wanted a server :D Thanks man!!!!

also some links dont seem to work i.e. the server files. maybe a bad website???
09/05/2014 23:59 klugor#30
Please re upload Pre-Configured Vbox Image. (BOI_Vbox_Image) and windows files

Thanks