You last visited: Today at 01:31
Advertisement
Eudemons Server Files!!!
Discussion on Eudemons Server Files!!! within the EO PServer Hosting forum part of the Eudemons Online category.
12/24/2007, 00:40
#61
elite*gold: 0
Join Date: Aug 2007
Posts: 28
Received Thanks: 3
just use the latest client it should work if not you might have done something wrong and try to turn off the firewall that helps
12/24/2007, 00:52
#62
elite*gold: 20
Join Date: Aug 2007
Posts: 606
Received Thanks: 563
Quote:
Originally Posted by
neo755
Sorry not working. The ';'
in server configs you have:
SERVERNAME = Asddsa
but in oem.ini you have server named "Test"
you need to name it "Asddsa" (without quotes)
then it will work.
12/24/2007, 01:52
#63
elite*gold: 0
Join Date: Dec 2007
Posts: 10
Received Thanks: 1
i cant ******* do it to much so sry i cant play this sucks
i wish i could cuz im tired of regular eudemons lvl 116 with full super +12 2 soc with super gems and 3 40* dodos
its gay
12/24/2007, 02:49
#64
elite*gold: 0
Join Date: Feb 2006
Posts: 327
Received Thanks: 205
Quote:
Originally Posted by
reaper1584
i cant ******* do it to much so sry i cant play this sucks
i wish i could cuz im tired of regular eudemons lvl 116 with full super +12 2 soc with super gems and 3 40* dodos
its gay
3 40 star dodos??
umm why 3 when u only can summon 2 at once?
and i have no idea of what u want with this post
12/24/2007, 03:52
#65
elite*gold: 0
Join Date: Dec 2007
Posts: 10
Received Thanks: 1
Quote:
Originally Posted by
nooneatall
3 40 star dodos??
umm why 3 when u only can summon 2 at once?
and i have no idea of what u want with this post
dude its called 3 summon i dont like eudemons its boring i wanna try private server
but cant get it to complicated
12/24/2007, 04:08
#66
elite*gold: 0
Join Date: Oct 2007
Posts: 26
Received Thanks: 0
Quote:
Originally Posted by
reaper1584
dude its called 3 summon i dont like eudemons its boring i wanna try private server
but cant get it to complicated
dude the rule for summoning lulus and dodos is that u could only summon 2 of them at once, so obviously the point hes trying to get at is that u dont have ****** 3 40*lulus and i can prove it. want me to check the player rankings?
12/24/2007, 07:28
#67
elite*gold: 0
Join Date: Jul 2007
Posts: 19
Received Thanks: 22
Can anyone please tell me what the command line to make my char PM is exactly? A friend of mine did it for me but i cant get ahold of him. Thanks
12/24/2007, 07:39
#68
elite*gold: 0
Join Date: Dec 2007
Posts: 10
Received Thanks: 1
sure go ahead
12/24/2007, 09:07
#69
elite*gold: 0
Join Date: Dec 2007
Posts: 84
Received Thanks: 9
Quote:
Originally Posted by
forcer
in server configs you have:
SERVERNAME = Asddsa
but in oem.ini you have server named "Test"
you need to name it "Asddsa" (without quotes)
then it will work.
Well i try it. Hope that helps men. If not then i turn of firewall.
12/24/2007, 09:09
#70
elite*gold: 0
Join Date: Dec 2007
Posts: 84
Received Thanks: 9
Still not working. Even tried without firewall.
12/24/2007, 12:54
#71
elite*gold: 0
Join Date: Dec 2007
Posts: 84
Received Thanks: 9
I SAY IT F**** WORKS!!! THANX!
Gonna post what my files look like.
12/24/2007, 13:22
#72
elite*gold: 0
Join Date: Aug 2007
Posts: 28
Received Thanks: 3
Correct Password Generator
Forcer thanks for the password generator but there is a misstake in the md5hash coding this is the right one:
Code:
<html>
<script language="JavaScript">
<!--
var hex_chr = "0123456789abcdef";
function rhex(num)
{
str = "";
for(j = 0; j <= 3; j++)
str += hex_chr.charAt((num >> (j * 8 + 4)) & 0x0F) +
hex_chr.charAt((num >> (j * 8)) & 0x0F);
return str;
}
function str2blks_MD5(str)
{
nblk = ((str.length + 8) >> 6) + 1;
blks = new Array(nblk * 16);
for(i = 0; i < nblk * 16; i++) blks[i] = 0;
for(i = 0; i < str.length; i++)
blks[i >> 2] |= str.charCodeAt(i) << ((i % 4) * 8);
blks[i >> 2] |= 0x80 << ((i % 4) * 8);
blks[nblk * 16 - 2] = str.length * 8;
return blks;
}
function add(x, y)
{
var lsw = (x & 0xFFFF) + (y & 0xFFFF);
var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
return (msw << 16) | (lsw & 0xFFFF);
}
function rol(num, cnt)
{
return (num << cnt) | (num >>> (32 - cnt));
}
function cmn(q, a, b, x, s, t)
{
return add(rol(add(add(a, q), add(x, t)), s), b);
}
function ff(a, b, c, d, x, s, t)
{
return cmn((b & c) | ((~b) & d), a, b, x, s, t);
}
function gg(a, b, c, d, x, s, t)
{
return cmn((b & d) | (c & (~d)), a, b, x, s, t);
}
function hh(a, b, c, d, x, s, t)
{
return cmn(b ^ c ^ d, a, b, x, s, t);
}
function ii(a, b, c, d, x, s, t)
{
return cmn(c ^ (b | (~d)), a, b, x, s, t);
}
function MD5(str)
{
x = str2blks_MD5(str);
var a = 1732584193;
var b = -271733879;
var c = -1732584194;
var d = 271733878;
for(i = 0; i < x.length; i += 16)
{
var olda = a;
var oldb = b;
var oldc = c;
var oldd = d;
a = ff(a, b, c, d, x[i+ 0], 7 , -680876936);
d = ff(d, a, b, c, x[i+ 1], 12, -389564586);
c = ff(c, d, a, b, x[i+ 2], 17, 606105819);
b = ff(b, c, d, a, x[i+ 3], 22, -1044525330);
a = ff(a, b, c, d, x[i+ 4], 7 , -176418897);
d = ff(d, a, b, c, x[i+ 5], 12, 1200080426);
c = ff(c, d, a, b, x[i+ 6], 17, -1473231341);
b = ff(b, c, d, a, x[i+ 7], 22, -45705983);
a = ff(a, b, c, d, x[i+ 8], 7 , 1770035416);
d = ff(d, a, b, c, x[i+ 9], 12, -1958414417);
c = ff(c, d, a, b, x[i+10], 17, -42063);
b = ff(b, c, d, a, x[i+11], 22, -1990404162);
a = ff(a, b, c, d, x[i+12], 7 , 1804603682);
d = ff(d, a, b, c, x[i+13], 12, -40341101);
c = ff(c, d, a, b, x[i+14], 17, -1502002290);
b = ff(b, c, d, a, x[i+15], 22, 1236535329);
a = gg(a, b, c, d, x[i+ 1], 5 , -165796510);
d = gg(d, a, b, c, x[i+ 6], 9 , -1069501632);
c = gg(c, d, a, b, x[i+11], 14, 643717713);
b = gg(b, c, d, a, x[i+ 0], 20, -373897302);
a = gg(a, b, c, d, x[i+ 5], 5 , -701558691);
d = gg(d, a, b, c, x[i+10], 9 , 38016083);
c = gg(c, d, a, b, x[i+15], 14, -660478335);
b = gg(b, c, d, a, x[i+ 4], 20, -405537848);
a = gg(a, b, c, d, x[i+ 9], 5 , 568446438);
d = gg(d, a, b, c, x[i+14], 9 , -1019803690);
c = gg(c, d, a, b, x[i+ 3], 14, -187363961);
b = gg(b, c, d, a, x[i+ 8], 20, 1163531501);
a = gg(a, b, c, d, x[i+13], 5 , -1444681467);
d = gg(d, a, b, c, x[i+ 2], 9 , -51403784);
c = gg(c, d, a, b, x[i+ 7], 14, 1735328473);
b = gg(b, c, d, a, x[i+12], 20, -1926607734);
a = hh(a, b, c, d, x[i+ 5], 4 , -378558);
d = hh(d, a, b, c, x[i+ 8], 11, -2022574463);
c = hh(c, d, a, b, x[i+11], 16, 1839030562);
b = hh(b, c, d, a, x[i+14], 23, -35309556);
a = hh(a, b, c, d, x[i+ 1], 4 , -1530992060);
d = hh(d, a, b, c, x[i+ 4], 11, 1272893353);
c = hh(c, d, a, b, x[i+ 7], 16, -155497632);
b = hh(b, c, d, a, x[i+10], 23, -1094730640);
a = hh(a, b, c, d, x[i+13], 4 , 681279174);
d = hh(d, a, b, c, x[i+ 0], 11, -358537222);
c = hh(c, d, a, b, x[i+ 3], 16, -722521979);
b = hh(b, c, d, a, x[i+ 6], 23, 76029189);
a = hh(a, b, c, d, x[i+ 9], 4 , -640364487);
d = hh(d, a, b, c, x[i+12], 11, -421815835);
c = hh(c, d, a, b, x[i+15], 16, 530742520);
b = hh(b, c, d, a, x[i+ 2], 23, -995338651);
a = ii(a, b, c, d, x[i+ 0], 6 , -198630844);
d = ii(d, a, b, c, x[i+ 7], 10, 1126891415);
c = ii(c, d, a, b, x[i+14], 15, -1416354905);
b = ii(b, c, d, a, x[i+ 5], 21, -57434055);
a = ii(a, b, c, d, x[i+12], 6 , 1700485571);
d = ii(d, a, b, c, x[i+ 3], 10, -1894986606);
c = ii(c, d, a, b, x[i+10], 15, -1051523);
b = ii(b, c, d, a, x[i+ 1], 21, -2054922799);
a = ii(a, b, c, d, x[i+ 8], 6 , 1873313359);
d = ii(d, a, b, c, x[i+15], 10, -30611744);
c = ii(c, d, a, b, x[i+ 6], 15, -1560198380);
b = ii(b, c, d, a, x[i+13], 21, 1309151649);
a = ii(a, b, c, d, x[i+ 4], 6 , -145523070);
d = ii(d, a, b, c, x[i+11], 10, -1120210379);
c = ii(c, d, a, b, x[i+ 2], 15, 718787259);
b = ii(b, c, d, a, x[i+ 9], 21, -343485551);
a = add(a, olda);
b = add(b, oldb);
c = add(c, oldc);
d = add(d, oldd);
}
return rhex(a) + rhex(b) + rhex(c) + rhex(d);
}
function login(txtPassword)
{
var a = txtPassword;
var b = "xa3xacxa1xa3";
var c = "fdjf,jkgfkl";
var s = a+b+c;
var r = MD5(s);
return r;
}
-->
</script>
<form name="val">
<input name="pwd">
<input name="md5hash">
<input type="button" value="generate" OnClick="val.md5hash.value = login(val.pwd.value)"
</form>
I've tested it and it works
as before just copy it into a notepad and save it as html
12/24/2007, 21:09
#73
elite*gold: 20
Join Date: Aug 2007
Posts: 606
Received Thanks: 563
Quote:
Originally Posted by
thunder07
Forcer thanks for the password generator but there is a misstake in the md5hash coding this is the right one:
Code:
<html>
<script language="JavaScript">
<!--
var hex_chr = "0123456789abcdef";
function rhex(num)
{
str = "";
for(j = 0; j <= 3; j++)
str += hex_chr.charAt((num >> (j * 8 + 4)) & 0x0F) +
hex_chr.charAt((num >> (j * 8)) & 0x0F);
return str;
}
function str2blks_MD5(str)
{
nblk = ((str.length + 8) >> 6) + 1;
blks = new Array(nblk * 16);
for(i = 0; i < nblk * 16; i++) blks[i] = 0;
for(i = 0; i < str.length; i++)
blks[i >> 2] |= str.charCodeAt(i) << ((i % 4) * 8);
blks[i >> 2] |= 0x80 << ((i % 4) * 8);
blks[nblk * 16 - 2] = str.length * 8;
return blks;
}
function add(x, y)
{
var lsw = (x & 0xFFFF) + (y & 0xFFFF);
var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
return (msw << 16) | (lsw & 0xFFFF);
}
function rol(num, cnt)
{
return (num << cnt) | (num >>> (32 - cnt));
}
function cmn(q, a, b, x, s, t)
{
return add(rol(add(add(a, q), add(x, t)), s), b);
}
function ff(a, b, c, d, x, s, t)
{
return cmn((b & c) | ((~b) & d), a, b, x, s, t);
}
function gg(a, b, c, d, x, s, t)
{
return cmn((b & d) | (c & (~d)), a, b, x, s, t);
}
function hh(a, b, c, d, x, s, t)
{
return cmn(b ^ c ^ d, a, b, x, s, t);
}
function ii(a, b, c, d, x, s, t)
{
return cmn(c ^ (b | (~d)), a, b, x, s, t);
}
function MD5(str)
{
x = str2blks_MD5(str);
var a = 1732584193;
var b = -271733879;
var c = -1732584194;
var d = 271733878;
for(i = 0; i < x.length; i += 16)
{
var olda = a;
var oldb = b;
var oldc = c;
var oldd = d;
a = ff(a, b, c, d, x[i+ 0], 7 , -680876936);
d = ff(d, a, b, c, x[i+ 1], 12, -389564586);
c = ff(c, d, a, b, x[i+ 2], 17, 606105819);
b = ff(b, c, d, a, x[i+ 3], 22, -1044525330);
a = ff(a, b, c, d, x[i+ 4], 7 , -176418897);
d = ff(d, a, b, c, x[i+ 5], 12, 1200080426);
c = ff(c, d, a, b, x[i+ 6], 17, -1473231341);
b = ff(b, c, d, a, x[i+ 7], 22, -45705983);
a = ff(a, b, c, d, x[i+ 8], 7 , 1770035416);
d = ff(d, a, b, c, x[i+ 9], 12, -1958414417);
c = ff(c, d, a, b, x[i+10], 17, -42063);
b = ff(b, c, d, a, x[i+11], 22, -1990404162);
a = ff(a, b, c, d, x[i+12], 7 , 1804603682);
d = ff(d, a, b, c, x[i+13], 12, -40341101);
c = ff(c, d, a, b, x[i+14], 17, -1502002290);
b = ff(b, c, d, a, x[i+15], 22, 1236535329);
a = gg(a, b, c, d, x[i+ 1], 5 , -165796510);
d = gg(d, a, b, c, x[i+ 6], 9 , -1069501632);
c = gg(c, d, a, b, x[i+11], 14, 643717713);
b = gg(b, c, d, a, x[i+ 0], 20, -373897302);
a = gg(a, b, c, d, x[i+ 5], 5 , -701558691);
d = gg(d, a, b, c, x[i+10], 9 , 38016083);
c = gg(c, d, a, b, x[i+15], 14, -660478335);
b = gg(b, c, d, a, x[i+ 4], 20, -405537848);
a = gg(a, b, c, d, x[i+ 9], 5 , 568446438);
d = gg(d, a, b, c, x[i+14], 9 , -1019803690);
c = gg(c, d, a, b, x[i+ 3], 14, -187363961);
b = gg(b, c, d, a, x[i+ 8], 20, 1163531501);
a = gg(a, b, c, d, x[i+13], 5 , -1444681467);
d = gg(d, a, b, c, x[i+ 2], 9 , -51403784);
c = gg(c, d, a, b, x[i+ 7], 14, 1735328473);
b = gg(b, c, d, a, x[i+12], 20, -1926607734);
a = hh(a, b, c, d, x[i+ 5], 4 , -378558);
d = hh(d, a, b, c, x[i+ 8], 11, -2022574463);
c = hh(c, d, a, b, x[i+11], 16, 1839030562);
b = hh(b, c, d, a, x[i+14], 23, -35309556);
a = hh(a, b, c, d, x[i+ 1], 4 , -1530992060);
d = hh(d, a, b, c, x[i+ 4], 11, 1272893353);
c = hh(c, d, a, b, x[i+ 7], 16, -155497632);
b = hh(b, c, d, a, x[i+10], 23, -1094730640);
a = hh(a, b, c, d, x[i+13], 4 , 681279174);
d = hh(d, a, b, c, x[i+ 0], 11, -358537222);
c = hh(c, d, a, b, x[i+ 3], 16, -722521979);
b = hh(b, c, d, a, x[i+ 6], 23, 76029189);
a = hh(a, b, c, d, x[i+ 9], 4 , -640364487);
d = hh(d, a, b, c, x[i+12], 11, -421815835);
c = hh(c, d, a, b, x[i+15], 16, 530742520);
b = hh(b, c, d, a, x[i+ 2], 23, -995338651);
a = ii(a, b, c, d, x[i+ 0], 6 , -198630844);
d = ii(d, a, b, c, x[i+ 7], 10, 1126891415);
c = ii(c, d, a, b, x[i+14], 15, -1416354905);
b = ii(b, c, d, a, x[i+ 5], 21, -57434055);
a = ii(a, b, c, d, x[i+12], 6 , 1700485571);
d = ii(d, a, b, c, x[i+ 3], 10, -1894986606);
c = ii(c, d, a, b, x[i+10], 15, -1051523);
b = ii(b, c, d, a, x[i+ 1], 21, -2054922799);
a = ii(a, b, c, d, x[i+ 8], 6 , 1873313359);
d = ii(d, a, b, c, x[i+15], 10, -30611744);
c = ii(c, d, a, b, x[i+ 6], 15, -1560198380);
b = ii(b, c, d, a, x[i+13], 21, 1309151649);
a = ii(a, b, c, d, x[i+ 4], 6 , -145523070);
d = ii(d, a, b, c, x[i+11], 10, -1120210379);
c = ii(c, d, a, b, x[i+ 2], 15, 718787259);
b = ii(b, c, d, a, x[i+ 9], 21, -343485551);
a = add(a, olda);
b = add(b, oldb);
c = add(c, oldc);
d = add(d, oldd);
}
return rhex(a) + rhex(b) + rhex(c) + rhex(d);
}
function login(txtPassword)
{
var a = txtPassword;
var b = "xa3xacxa1xa3";
var c = "fdjf,jkgfkl";
var s = a+b+c;
var r = MD5(s);
return r;
}
-->
</script>
<form name="val">
<input name="pwd">
<input name="md5hash">
<input type="button" value="generate" OnClick="val.md5hash.value = login(val.pwd.value)"
</form>
I've tested it and it works
as before just copy it into a notepad and save it as html
what was the mistake? it worked for me..
12/25/2007, 02:30
#74
elite*gold: 0
Join Date: Aug 2007
Posts: 28
Received Thanks: 3
I'm not sure but i tried it few times it didn,t work i tried typing test and it give me a different on for the one that i had in my database
all wat i did i replaced the everything inside <script></script> with md5hash for a source i found online then it worked fine
12/25/2007, 05:42
#75
elite*gold: 0
Join Date: Jul 2007
Posts: 19
Received Thanks: 22
I went through the Database last night + this morning and compiled an item list, It has eggs/attires/gems/stones you name it. I hope it helps, You need to have [PM] before your name for these to work. The command is /awarditem (item number).
Attached Files
ItemCodesEO.txt
(3.3 KB, 302 views)
Similar Threads
i need server files eudemons
06/04/2013 - EO PServer Hosting - 3 Replies
i need server files eudemons online. Please
I need Server Eudemons!
08/17/2012 - EO PServer Hosting - 7 Replies
someone I can create 1 server for Eudemons teamwiever onli ne? ago and I am My Email is [email protected]
new server Eudemons Eudemons Astral-Online
08/05/2009 - EO PServer Hosting - 0 Replies
Name: Astral-Online Game: Eudemons Astral Location: Venezuela Connection: 100MB DedicatServer Exp Rate: X2Normal Drop Rate: X10Normal
Hamachi:Astral-Online-1 ---- Pass ---1234
http://5.231.91.240/register.html
http://5.231.91.240/
I buy an eudemons server
05/16/2009 - EO PServer Hosting - 0 Replies
I want buy an eudemons server, contact me at this msn: [email protected]
I want a serve with the latest updates and all things, like eggs and all new weapons.
Please contact me.
Thanks for all attentions.
I need the eudemons server.dat
05/28/2008 - Eudemons Online - 0 Replies
would someone be kind enought to send me the eudemons online server.dat to my email address it is [email protected] just attach it so i can download it thank you to who ever helps me out
All times are GMT +1. The time now is 01:32 .