Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Forsaken World War Of Shadows working VM and IWeb

Newbie Spellweaver
Joined
Jul 22, 2013
Messages
9
Reaction score
0
//English
Hello. i`m from Russia.
How to put this repack on LAN?
//Russian
Привет. Я из России.
Как вывести эту сборку в онлайн?
//English
Sorry for my bad English.
//Russian
Простите за мой плохой английский.
//English
Thankyou for answers.
//Russian
Спасибо за ответы.
 
Newbie Spellweaver
Joined
Nov 7, 2006
Messages
24
Reaction score
2
//English
Hello. i`m from Russia.
How to put this repack on LAN?
//Russian
Привет. Я из России.
Как вывести эту сборку в онлайн?
//English
Sorry for my bad English.
//Russian
Простите за мой плохой английский.
//English
Thankyou for answers.
//Russian
Спасибо за ответы.

for running this server on the lan simply follow instructions to the letter on page 1 be sure you get no errors and ensure you have a rule set on your firewall to allow access to port 29000. thats all you need for lan assuming you configure the client side file "server.lua"(displayed below) for external access (people outside your home network simply add a port forewording rule to your router.)

External DNS (no-ip.com) {outside connections would use that option}
Code:
{                name         = "Forsaken Las Vegas",
                ip             = "forsakenlasvegas.zapto.org",
                port        = { 29000,29001,29002,29003,29004,29005 },
                recommend         = true,
                tag1        = "^00ff7fPvP",
            }
Lan user would use this one (people at your house using your internet) IP is only 1 example of what Start/CMD/ "ipconfig/all" could possibly display
Code:
{                name         = "Local Host",
                ip             = "192.168.1.100",
                port        = { 29000,29001,29002,29003,29004,29005 },
                recommend         = false,
                tag1        = "^00ff7fPvP",
            }
Note *1 placing the IP as 127.0.0.1 would be what the locally hosting computer would connect to.
Note *2 recomment = true simply means that is the default selected option when the game opens, for your public users sake make the external access IP the recommend true
 
Last edited:
Newbie Spellweaver
Joined
Dec 1, 2013
Messages
6
Reaction score
1
Lol..

Not work Repack on me too...
I see server in my Ru client (v 331) but on connect see message: "Client too old..."
I don't know why...
 
Experienced Elementalist
Joined
Jan 6, 2013
Messages
201
Reaction score
24
Lol..

Not work Repack on me too...
I see server in my Ru client (v 331) but on connect see message: "Client too old..."
I don't know why...

copy all files from client/data to server/gamed/config
 
Initiate Mage
Joined
Jun 18, 2012
Messages
1
Reaction score
0
plzzzzz help me what I gonna do with OVA file, @.@ I try to extract it by Winrar and It stop at 25%, when I import it to VMware Workstation the error occured, I tried OVFtool and more stuffs but...hopeless, plzz help meeeeeee
 
Newbie Spellweaver
Joined
May 18, 2013
Messages
13
Reaction score
1
anyone can help me plis?
i have copied all files from client/data to server/gamed/config
but still "client version is out-of-date ...."
how can i fix this??



P.S. i use client and server from this thread
 
Initiate Mage
Joined
Dec 17, 2013
Messages
3
Reaction score
0
can you upload it on mediafire??huhuhu really hard to download using mega
 
☺☺Just Ask The Pope☺☺
Joined
Jul 19, 2009
Messages
585
Reaction score
93
phpmyadmin - Forsaken World War Of Shadows working VM and IWeb - RaGEZONE Forums

i cant find my user id cos phpmyadmin dosnt work everything else works fine but i get this
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Jan 11, 2014
Messages
4
Reaction score
0
View attachment 143130

i cant find my user id cos phpmyadmin dosnt work everything else works fine but i get this

Not sure why your phpmyadmin isn't working, try installing the iweb pack found here: http://forum.ragezone.com/f783/release-forsaken-world-iweb-sendmail-952129/
You can find ID's in the iweb rolemanagement "role number" at iweb/role/userrolecount.jsp
------------------------------------------------------------------------------------------------------------------
World Bosses NOT working on both packs.
RePack installed fine, it's more organized, but unfortunately world bosses are not working.
-------------------------------------------------------------------------------------------------------------------
iweb not working?
:resolved:
If iweb doesn't start with the server, run /opt/apache-tomcat-7.0.42/bin/startup.sh to access iweb.
-------------------------------------------------------------------------------------------------------------------
Anyone have a better version of iweb for 0.331? Unlock/senditem etc are all working but it's just so ugly.
-------------------------------------------------------------------------------------------------------------------
Here's a lil something for everyone. A nice register.php for use with the original or repack, just edit yours with this:
<br><br><br><br><br><br><br><br><br><br><br><br><div style="text-align: center; color: purple; line-height: 24px;"><a><b><u>Registration Status: </u></b></a></div>
<? //=====ForsakenWorld Registration=====// //=====For MySQL Database=====//
include "config.php";

$Data = '<form action=register.php method=post>
<div style="text-align: center; color: white; font-family: impact; line-height: 22px;">Login Name:</div>
<br><div style="text-align: center;"><input type=text name=login></div><br><br>
<div style="text-align: center; color: white; font-family: impact; line-height: 22px;">Password (6-12):</div>
<br><div style="text-align: center;"><input type=password name=passwd></div><br><br>
<div style="text-align: center; color: white; font-family: impact; line-height: 22px;">Retpye Password:</div>
<br><div style="text-align: center;"><input type=password name=repasswd></div><br><br>
<div style="text-align: center; color: white; font-family: impact; line-height: 22px;">Email or Security Key (Do Not Share):</div>
<br><div style="text-align: center;"><input type=text name=email></div><br><br>
<div style="text-align: center;"><input type=submit name=submit value="Register"></div>
</form>';

if (isset($_POST['login']))
{
$Link = MySQL_Connect($DBHost, $DBUser, $DBPassword) or die ("Unable to connect to MYSQL MyWebsite.com");
MySQL_Select_Db($DBName, $Link) or die ("Database ".$DBName." do not exists.");

$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 "<center><b><font color=red>Please fill in all required fields.</font></b></center>";
}


elseif (preg_match("/[^0-9a-zA-Z_-]/", $Login, $Txt))
{
echo "<center><b><font color=red>Invalid characters, try again.</font></b></center>";
}

elseif (preg_match("/[^0-9a-zA-Z_-]/", $Pass, $Txt))
{
echo "<center><b><font color=red>ERROR: Try again.</font></b></center>";
}

elseif (preg_match("/[^0-9a-zA-Z_-]/", $Repass, $Txt))
{
echo "<center><b><font color=red>ERROR: Try again.</font></b></center>";
}
elseif (StrPos('\'', $Email))
{
echo "<center><b><font color=red>ERROR: Try again.</font></b></center>";
}
else
{
$Result = MySQL_Query("SELECT name FROM users WHERE name='$Login'") or ("Can't execute query.");

if (MySQL_Num_Rows($Result))
{
echo "<center><b><font color=red>Username </font><font color=lightblue>".$Login." </font><font color=red>Already in use.</font></b></center>";
}

elseif ((StrLen($Login) < 4) or (StrLen($Login) > 10))

{
echo "<center><b><font color=red>ERROR: Try again.</font></b></center>";
}

elseif ((StrLen($Pass) < 4) or (StrLen($Pass) > 10))

{
echo "<center><b><font color=red>ERROR: Try again.</font></b></center>";
}

elseif ((StrLen($Repass) < 4) or (StrLen($Repass) > 10))
{
echo "<center><b><font color=red>ERROR: Try again.</font></b></center>";
}

elseif ((StrLen($Email) < 4) or (StrLen($Email) > 25))
{
echo "<center><b><font color=red>ERROR: Try again.</font></b></center>";
}

elseif ($Pass != $Repass)
{
echo "<center><b></font><font color=red>ERROR: Passwords do not match</b></font></center>";
}
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.");
echo "<center><font color=lightblue><b>Account with name: </font><u><font color=red>".$Login."</u></font><font color=lightblue> Has been created</b></font>";
}
}
}

echo $Data;

?>



<br><br><div style="text-align: center; color: blue;"><a onclick="ga('send', 'event', 'Outgoing', 'MyWebsite.com', '');" rel="nofollow" href="http://MyWebsite.com" target="_blank" >Back to the ForsakenWorld portal</a><br><br></div>
<div style="text-align: center; color: blue;"><a onclick="ga('send', 'event', 'Outgoing', 'MyWebsite.com', '/Forum');" rel="nofollow" href="http://MyWebsite.com/Forum" target="_blank" >To Our Forums</a></div>


<br><br></div>
<div style="text-align: center; color: blue;"><a href="/yb/yb.php" target="_blank" >Add Leaves</a></div>


<html>
<head>
<style>
body
{
background-image:url('http://i.imgur.com/JlQqS4u.png');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}
</script>
</head>
</html>
 
Last edited:
Newbie Spellweaver
Joined
Apr 21, 2012
Messages
15
Reaction score
0
Hello,
my VM isnt continue after that:

NateDogg - Forsaken World War Of Shadows working VM and IWeb - RaGEZONE Forums


Anyone knows why? I read something with kernels at the internet and to reduce the RAM. But i have no idea of the OS Red Hat and reducing RAM also doesn' work for me.
 
Experienced Elementalist
Joined
Jul 5, 2012
Messages
272
Reaction score
32
Still loveing 331. just wished there was a newer version out.. but all is good.

this repack rocks.

World Boss's Do work.
forsaken world - Forsaken World War Of Shadows working VM and IWeb - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 13, 2009
Messages
24
Reaction score
2
hey all am using red hat i tryed to use $ mysql -u root -p for the root sever but it didnt work am new to fw can anyone tell what am doin wrong

ps never mind i got it
 
Last edited:
Newbie Spellweaver
Joined
Oct 21, 2014
Messages
6
Reaction score
0
how do I edit the users for GM and "gold" i dont have a user table ?
 
Skilled Illusionist
Joined
Jun 3, 2007
Messages
315
Reaction score
9
well i decided to try this one today and strangely enough everything worked perfectly first time, i just had to copy gshop and elements from the server to the client and whala, i registered, created lycan, added 30 million leafs and all done, the hardest thing i had to do on this release was to translate the register page from chinese to english looool

Pardon me Sir,
may I ask if you would please consider sharing the translation? (or....could you point out what .php file to translate please?)
 
Newbie Spellweaver
Joined
Nov 1, 2013
Messages
8
Reaction score
0
any one having an issue SSh? i have the connection bridged but it keeps looking for host then nothing
 
Back
Top