Dedimania forum

Feel free to express yourself on your favorite dedicated related tool.

You are not logged in.

#1 2009-04-12 17:16:50

TX-Slig
slig
Fast author / Dedimania maintainer
From: Traxicoland
Registered: 2006-11-23
Posts: 878
Website

Script fail to authenticate on Dedimania...

If your script fail to authenticate to Dedimania, post in this topic, and indicate :

- the exact Dedimania warning message ! (if there is none, the ask to the script maintainer !)
- your server login (if not in warning)
- the kind of server : TMO , TMS , TMN , TMU , TMUF , TMNF
- your server version
- the tool/script that you use, with version

Offline

#2 2009-04-12 18:29:15

?????????
tmnoob
New member
From: Germany/Cologne
Registered: 2009-03-28
Posts: 2
Website

Re: Script fail to authenticate on Dedimania...

Warning Message:
send:
<value><struct>
<member><name>methodName</name><value><string>dedimania.CheckConnection</string></value>
</member></struct></value>
<value><struct>
<member><name>methodName</name><value><string>dedimania.Authenticate</string></value>
</member><member><name>params</name><value><array><data>
<value><struct>
<member><name>Game</name><value><string>TMUF</string></value>
</member><member><name>Login</name><value><string>Havoc-Server2</string></value>
</member><member><name>Password</name><value><int>xxxxxx</int></value>
</member><member><name>Tool</name><value><string>TM-DeReCo</string></value>
</member><member><name>Version</name><value><string>1.1c</string></value>
</member><member><name>Nation</name><value><string>World|Germany|North Rhine-Westphalia|Dortmund</string></value>
</member><member><name>ServerIP</name><value><string>xxxxxx</string></value>
</member><member><name>ServerPort</name><value><int>xxxxxx</int></value>
</member><member><name>XmlrpcPort</name><value><int>xxxxxx</int></value>
</member></struct></value>
</data></array></value>
</member></struct></value>

response:
<methodResponse>
<params>
<param>
<value><array><data><value><array><data><value><boolean>1</boolean></value></data></array></value>
<value><array><data><value><boolean>0</boolean></value></data></array></value></data></array></value>
</param>
</params>
</methodResponse>

trying CurrentChallenge,... then gives:
Error in method_handler.php(496): Not Authenticated


Server Login: Havoc-Server2 (and others)
TMUF-Server (TMNF also)
Server Version v2008-12-05 (2.11.19)
Tool TM-DeReCo (any Version, Script Version 0.33/0.34 + DediModul Version 1.1b/1.1c)


After ten minutes a new Message

Error in method_handler.php(53): Invalid Game value:TMUF &gt;TMU

Last edited by ᆨᆻᆿᆯムモマΌ (2009-04-12 18:48:51)

Offline

#3 2009-04-12 19:32:32

TX-Slig
slig
Fast author / Dedimania maintainer
From: Traxicoland
Registered: 2006-11-23
Posts: 878
Website

Re: Script fail to authenticate on Dedimania...

It seems that the Packmask value is missing. I changed Dedimania script to accept it, but probably that in few weeks it will be definitively refused : your script have to be fixed/updated.

If it does still not work, give me the new messages (method_handler.php messages are sufficient)

Offline

#4 2009-04-12 22:25:45

GFC?W1lla.nl
dccw1lla
New member
From: Venray
Registered: 2008-11-23
Posts: 8
Website

Re: Script fail to authenticate on Dedimania...

[Message] => <?xml version="1.0" encoding="UTF-8" ?>
<methodResponse>
<params>
<param>
<value><array><data><value><array><data><value><boolean>1</boolean></value></data></array></value><value><struct><member><name>faultCode</name><value><int>5</int></value></member><member><name>faultString</name><value><string>Bad params for dedimania.PlayerArrive (param 6 need an int ()).</string></value></member></struct></value><value><array><data><value><struct><member><name>globalTTR</name><value><double>0.001252</double></value></member><member><name>methods</name><value><array><data><value><struct><member><name>methodName</name><value><string>dedimania.Authenticate</string></value></member><member><name>errors</name><value><string></string></value></member><member><name>TTR</name><value><double>5.8E-05</double></value></member></struct></value></data></array></value></member></struct></value></data></array></value></data></array></value>
</param>
</params>
</methodResponse>
    [Data] => Array
        (
            [methodResponse] => dedimania.PlayerArrive
            [params] => Array
                (
                )

            [errors] => Array
                (
                    [0] => Array
                        (
                            [Code] => 5
                            [Message] => Bad params for dedimania.PlayerArrive (param 6 need an int ()).
                        )

                )

            [TTR] => 1.0E-6
            [globalTTR] => 1.0E-6
        )

)

Bad params for playerarrival....

Server Login: w1llatmnf
(TMNF Server)
Server Version v2008-12-05 (2.11.19)
Tool ADEDIMANIA v0.9b

Last edited by Velox’W1lla (2009-04-12 22:27:05)

Offline

#5 2009-04-13 02:51:20

TX-Slig
slig
Fast author / Dedimania maintainer
From: Traxicoland
Registered: 2006-11-23
Posts: 878
Website

Re: Script fail to authenticate on Dedimania...

Velox’W1lla wrote:

[Message] => Bad params for dedimania.PlayerArrive (param 6 need an int ()).

Nothing has changed about it, did you checked what your script is sending (i mean the xml) ?

Offline

#6 2009-04-13 11:16:58

GFC?W1lla.nl
dccw1lla
New member
From: Venray
Registered: 2008-11-23
Posts: 8
Website

Re: Script fail to authenticate on Dedimania...

hi its solved now.... Now everything works correctly....

Offline

#7 2009-04-14 18:11:26

TX-Slig
slig
Fast author / Dedimania maintainer
From: Traxicoland
Registered: 2006-11-23
Posts: 878
Website

Re: Script fail to authenticate on Dedimania...

I made many script changes last 3 days, so perhaps it was just a temporary error  :p

Offline

#8 2009-04-14 22:17:13

GFC?W1lla.nl
dccw1lla
New member
From: Venray
Registered: 2008-11-23
Posts: 8
Website

Re: Script fail to authenticate on Dedimania...

no it was my own error but its solved....

Offline

#9 2009-12-15 11:41:38

?ea? ? ?ndifferent
indifferent
New member
Registered: 2009-10-23
Posts: 1

Re: Script fail to authenticate on Dedimania...

i have problems with all my servers i have 2 running 24/7 (running on the same pc)
and 2 others(on another pc ) only running once in a while
i have the same set-up on all of them and i get the same error

the login for the server is "fearteamserver2" and i think the rest of the things is in the text below
hope you can help me


here it is:

# initialize XASECO ############################################################

[XAseco] PHP Version is 5.2.4 on WINNT
[XAseco] Load settings [config.xml]
[XAseco] Load admin/ops lists [adminops.xml]
[XAseco] Load banned IPs list [bannedips.xml]
[XAseco] Load plugins list [plugins.xml]
[XAseco] Load plugin [plugin.localdatabase.php]
[XAseco] Load plugin [plugin.rounds.php]
[XAseco] Load plugin [chat.admin.php]
[XAseco] Load plugin [chat.help.php]
[XAseco] Load plugin [chat.records.php]
[XAseco] Load plugin [chat.records2.php]
[XAseco] Load plugin [chat.recrels.php]
[XAseco] Load plugin [chat.dedimania.php]
[XAseco] Load plugin [chat.players.php]
[XAseco] Load plugin [chat.players2.php]
[XAseco] Load plugin [chat.wins.php]
[XAseco] Load plugin [chat.laston.php]
[XAseco] Load plugin [chat.stats.php]
[XAseco] Load plugin [chat.server.php]
[XAseco] Load plugin [chat.song.php]
[XAseco] Load plugin [chat.me.php]
[XAseco] Load plugin [chat.usbtmfserver.php]
[XAseco] Load plugin [plugin.tmxinfo.php]
[XAseco] Load plugin [plugin.sminfo.php]
[XAseco] Load plugin [plugin.forceMods.php]
´╗┐[XAseco] Load plugin [plugin.track.php]
[XAseco] Load plugin [plugin.checkpoints.php]
[XAseco] Load plugin [plugin.dedimania.php]
[XAseco] Load plugin [plugin.rasp.php]
[XAseco] Load plugin [plugin.rasp_jukebox.php]
[XAseco] Load plugin [plugin.rasp_chat.php]
[XAseco] Load plugin [plugin.rasp_karma.php]
[XAseco] Load plugin [plugin.rasp_nextmap.php]
[XAseco] Load plugin [plugin.rasp_nextrank.php]
[XAseco] Load plugin [plugin.rasp_votes.php]
[XAseco] Load plugin [plugin.chatlog.php]
[XAseco] Load plugin [plugin.msglog.php]
[XAseco] Load plugin [plugin.style.php]
[XAseco] Load plugin [plugin.panels.php]
[XAseco] Load plugin [plugin.donate.php]
[XAseco] Load plugin [plugin.uptodate.php]
[XAseco] Load plugin [jfreu.plugin.php]
[XAseco] Load plugin [mistral.idlekick.php]
[XAseco] Load plugin [plugin.fufi.menu.php]
[XAseco] Load plugin [plugin.fufi.widgets.php]
[XAseco] Load plugin [plugin.fufi.autoqueue.php]
´╗┐[XAseco] Load plugin [plugin.simplcp.php]
´╗┐[XAseco] Load plugin [plugin.private_message_window.php]
[XAseco] Try to connect to TM dedicated server on 127.0.0.1:5071
[XAseco] Try to authenticate with login 'SuperAdmin' and password 'usbTMN2'
[XAseco] Connection established successfully !
[Local DB] Load settings file
[Local DB] Try to connect to MySQL server on 'localhost' with database 'usbtmnas
eco1'
[Local DB] MySQL Server Version is 5.0.24a-community-nt
[RASP] Cleaning up unused data
*-*-*-*-*-* RASP is running! *-*-*-*-*-*
|...Loading Settings
|...Loaded!
|...Checking database structure
|...Structure OK!
|...Calculating ranks
|...Done!
[12/15,11:01:20] Load default style [styles/DarkBlur.xml]
[12/15,11:01:20] Load default admin panel [panels/AdminBelowChat.xml]
[12/15,11:01:20] Load default donate panel [panels/DonateBelowCPList.xml]
[12/15,11:01:20] Load default records panel [panels/RecordsRightBottom.xml]
[12/15,11:01:21] Load default vote panel [panels/VoteBelowChat.xml]
[12/15,11:01:22] ************* (Dedimania) *************
[12/15,11:01:22] * Dataserver connection on Dedimania ...
[12/15,11:01:22] * Try connection on http://dedimania.net:8013/Dedimania ...
[12/15,11:01:22] Webaccess (dedimania.net:80): send: deflate, receive: gzip
[12/15,11:01:22] * Connection and status ok! smile
[12/15,11:01:22] * NEWS (Dedimania, 08/05): news
[12/15,11:01:22] ------------- (Dedimania) -------------
[12/15,11:01:22] Load stats panel [panels/StatsUnited.xml]
###############################################################################
  XASECO v1.09 running on 127.0.0.1:5071
  Name   : ÊÆeað│ ÒÇ£ Pð│o Seð│veð│ - fearteamserver2
  Game   : TmForever United - Stadium - TimeAttack
  Version: 2.11.22 / 2009-08-01
  Authors: Florian Schnell & Assembler Maniac
  Re-Authored: Xymph
###############################################################################
Begin Challenge
[12/15,11:01:24] forceMods: Stadium=>LoadScreen
[12/15,11:01:25] track changed [none] >> [SoW Smurfylator]
[12/15,11:01:25] current record on SoW Smurfylator is 0:53.89 and held by ÊÆeað│
ÒÇ£ Òé¿ndifferent
[12/15,11:01:26] Webaccess (dedimania.net:8013): send: deflate, receive: deflate

xmlrpc_auth_cb() - response[Data][errors]
Error in method_handler.php(262): Dedimania database query failure !

----------------------------------------------------------------------------------------------------------------------------------

Last edited by Ғeaг 〜 エndifferent (2009-12-15 11:42:47)

Offline

#10 2009-12-15 13:07:23

sL | ??? WolFree?
wolfree
New member
Registered: 2009-11-03
Posts: 3

Re: Script fail to authenticate on Dedimania...

[X] [2009-12-15T13:02:51+01:00] [remoteCP Warning] | Dedimania - Error in method_handler.php(262): Dedimania database query failure ! on line 610 in file /var/www/virtual/rcp.skill-less.de/htdocs/live/Dedimania/index.php
[X] [2009-12-15T13:02:51+01:00] [remoteCP Warning] | Dedimania - Warning in rpc.php(214): AuthWarning:Error in method_handler.php(262): Dedimania database query failure !Error in method_handler.php(582): Not Authenticated on line 610 in file /var/www/virtual/rcp.skill-less.de/htdocs/live/Dedimania/index.php
[X] [2009-12-15T13:02:51+01:00] [remoteCP Warning] | Dedimania - Error in method_handler.php(821): Not Authenticated on line 610 in file /var/www/virtual/rcp.skill-less.de/htdocs/live/Dedimania/index.php

TmForever - Nations
Version 2.11.23

My Srvlogin is TWJServer. I'm running 9 Servers with that login in dedimania, is that why I got this issues? Otherwise I have to declerate 9 dedimania instances :S

Thx 4 help

Offline

#11 2009-12-15 15:08:24

??`?????????
katagrama
New member
Registered: 2009-01-10
Posts: 1

Re: Script fail to authenticate on Dedimania...

Im having same error too... I'm running only one server

XASECO v1.10
Name   : 工Ð`Каτагесогפѕ - katarecords3
Game   : TmForever Nations - Stadium - TimeAttack
Version: 2.11.22 / 2009-08-01

the exact Dedimania warning message:
xmlrpc_auth_cb() - response[Data][errors]
Error in method_handler.php(262): Dedimania database query failure !



This is part of the log and shows when the error started:
Begin Challenge
[12/15,06:35:49] track changed [Nascar Dirt Oval] >> [(m)Oval]
[12/15,06:35:49] current record on (m)Oval is 0:08.33 and held by 工Ð`»$hađow
Begin Round
End Round
End Challenge
|...Calculating ranks
|...Done!
[12/15,06:43:54] set new timelimit for [Lapsody]: 7:07 (Author time: 0:53.40)
Begin Challenge
[12/15,06:43:57] track changed [(m)Oval] >> [Lapsody]
[12/15,06:43:57] current record on Lapsody is 0:30.07 and held by yaagostg
Begin Round
[12/15,06:44:18] Webaccess (dedimania.net:8022): Read timeout (20)
[12/15,06:44:30] Webaccess (dedimania.net:8022): Error(10060) Uma tentativa de conex�o falhou porque o componente conectado n�o respondeu
corretamente ap�s um per�odo de tempo ou a conex�o estabelecida falhou
porque o host conectado n�o respondeu.
, connection failed!
xmlrpc_auth_cb() - response[Data][errors]
Error in method_handler.php(262): Dedimania database query failure !
xmlrpc_auth_cb() - response[Data][errors]
Error in method_handler.php(262): Dedimania database query failure !
xmlrpc_auth_cb() - response[Data][errors]
Error in method_handler.php(262): Dedimania database query failure !
xmlrpc_auth_cb() - response[Data][errors]
Error in method_handler.php(262): Dedimania database query failure !
xmlrpc_auth_cb() - response[Data][errors]
Error in method_handler.php(262): Dedimania database query failure !
xmlrpc_auth_cb() - response[Data][errors]
Error in method_handler.php(262): Dedimania database query failure !
End Round
End Challenge
|...Calculating ranks
|...Done!
[12/15,06:49:01] set min timelimit for [ Lost 'n Found]: 5:00 (Author time: 0:31.37)
Begin Challenge
[12/15,06:49:04] track changed [Lapsody] >> [ Lost 'n Found]
[12/15,06:49:04] current record on  Lost 'n Found is 0:29.10 and held by Ιиғєлйυ°Š «|мลµSz
Begin Round
xmlrpc_auth_cb() - response[Data][errors]
Error in method_handler.php(262): Dedimania database query failure !
xmlrpc_auth_cb() - response[Data][errors]
Error in method_handler.php(262): Dedimania database query failure !
xmlrpc_auth_cb() - response[Data][errors]
Error in method_handler.php(262): Dedimania database query failure !
End Round

Last edited by 工Ð`Каτаġгама (2009-12-15 15:15:59)

Offline

#12 2009-12-15 15:16:38

Xymph
xymph
Moderator
Registered: 2009-05-26
Posts: 1969
Website

Re: Script fail to authenticate on Dedimania...

Slig broke something in the code this morning.  I already mailed him about it, but we'll have to wait for him to resurface and fix it.

Online

#13 2009-12-15 17:35:44

sL | ??? WolFree?
wolfree
New member
Registered: 2009-11-03
Posts: 3

Re: Script fail to authenticate on Dedimania...

Ah okay, I thought, I made a mistake.

Then nevermind smile

Offline

#14 2009-12-15 17:59:02

?.Ð.® ??®?š ??
vallandil
New member
Registered: 2009-10-13
Posts: 1

Re: Script fail to authenticate on Dedimania...

And i`m searching down my 3 servers..............

i installed a new plugin last night got the same error this morning
cause mostly it`s my own fault im pissed at myself all day.....LoL


Thx starting waiting game.......

Offline

#15 2009-12-15 19:18:34

Funteam|prequel.
arctificial
New member
From: Istanbul
Registered: 2009-01-03
Posts: 9
Website

Re: Script fail to authenticate on Dedimania...

any idea about when it can be fixed?

Offline

#16 2009-12-15 21:22:46

TX-Slig
slig
Fast author / Dedimania maintainer
From: Traxicoland
Registered: 2006-11-23
Posts: 878
Website

Re: Script fail to authenticate on Dedimania...

Sorry, it's fixed now

Offline

#17 2009-12-15 22:01:56

sL | ??? WolFree?
wolfree
New member
Registered: 2009-11-03
Posts: 3

Re: Script fail to authenticate on Dedimania...

THX smile

Offline

#18 2010-01-16 18:15:14

?Š???Špeed ?acer AUV
pierre03
New member
Registered: 2008-08-20
Posts: 2

Re: Script fail to authenticate on Dedimania...

- the exact Dedimania warning message :
*** Dataserver connection on Dedimania ...
*****
* Try connection on http://dedimania.net:8010/Dedimania ...
[01/16,18:10:32] Webaccess(dedimania.net:8010): send: deflate, receive: deflate
[01/16,18:10:32] Webaccess(dedimania.net:8010): [OPENED,DONE]: 0.002 / 0.000 / 0.030 (0.030) / 1 [2169,760]
  !!!!!!
  !!!!!! Connection Error !!!!!!
Warning in rpc.php(214): AuthWarning:
Warning in method_handler.php(381): This server is blocked/forbidden on Dedimania !
Warning in method_handler.php(383): Server blocked for running more than one XAseco controller !
Warning in method_handler.php(384): Mail tmn@gamers.org after fixing this to get unblocked
Error in method_handler.php(582): Not Authenticated
  !!!!!!
[01/16,18:10:32] --------


login: cft_match

kind of server: TMUF

Server version : /dedicated TM Forever 2009-10-09

Tools: Fast 3.2.2c

Offline

#19 2010-01-16 19:34:09

Xymph
xymph
Moderator
Registered: 2009-05-26
Posts: 1969
Website

Re: Script fail to authenticate on Dedimania...

That's not a script problem, but a problem with your server, as mentioned in the error messages. Fix it, then follow the instructions also in the messages, to get the server unblocked.
Btw, this block was applied over five weeks ago... roll

Online

#20 2010-01-16 20:11:55

?Š???Špeed ?acer AUV
pierre03
New member
Registered: 2008-08-20
Posts: 2

Re: Script fail to authenticate on Dedimania...

Where would there be an error?

Offline

#21 2010-01-17 00:02:04

Xymph
xymph
Moderator
Registered: 2009-05-26
Posts: 1969
Website

Re: Script fail to authenticate on Dedimania...

〖ČƒŤ〗 wrote:

Warning in method_handler.php(383): Server blocked for running more than one XAseco controller !
Warning in method_handler.php(384): Mail tmn@gamers.org after fixing this to get unblocked

^^
And don't use the forum to sort this out, that's what the email address is for.

Online

#22 2010-05-16 17:27:40

???Š??? Ð???
the_bad_boy_
Member
Registered: 2009-04-10
Posts: 10

Re: Script fail to authenticate on Dedimania...

hello
one of my friend is hosting a server and he had probleme to connect Dedimania:
*Dataserver connection on Dedimania ...
* Try connection on http://dedimania.net:8019/Dedimania
Webaccess <dedimania.net:80>: send: Deflate, receive : gzip
!!!
!!! Connection Error !!!
Warning in rpc.php<214>: AuthWarning:
Warning in method_handler.php<415>: Too many consecutive identical wrong auth for TMU/TMUF:160980 !
Wait 1 hour before testing again !
Error in method_handler.php<602>: Not Authenticated
!!!


PS: dedimania works on my server

thx

Last edited by the_bad_boy_ (2010-05-16 17:28:58)

Offline

#23 2010-05-16 23:14:26

TX-Slig
slig
Fast author / Dedimania maintainer
From: Traxicoland
Registered: 2006-11-23
Posts: 878
Website

Re: Script fail to authenticate on Dedimania...

It just means that his login/pass is wrong. Tell him to test it on http://official.trackmania.com/tmf-communitycode/ first, if it does not work there then there is no chance to have it work on Dedimania either. He is really sure that 160980 is the server login ???

Offline

#24 2010-07-12 20:27:15

?????»??????
basari
New member
Registered: 2010-07-12
Posts: 1

Re: Script fail to authenticate on Dedimania...

Hello guys,
my error log:

[07/12,20:25:10] ************* (Dedimania) *************
[07/12,20:25:10] * Dataserver connection on Dedimania ...
[07/12,20:25:10] * Try connection on http://dedimania.net:8007/Dedimania ...
[07/12,20:25:10] Webaccess (dedimania.net:80): send: deflate, receive: gzip
  !!!
  !!! Connection Error !!!
Warning in rpc.php(214): AuthWarning:
Warning in method_handler.php(521): Authenticate: Tool/Version has been set as invalid (forbidden tool or known bug) !
Warning in method_handler.php(522): Mail tmn@gamers.org (in English) if you believe this to be incorrect
Error in method_handler.php(604): Not Authenticated
  !!!
[07/12,20:25:10] ------------- (Dedimania) -------------
###############################################################################
  XASECO v1.04 running on 127.0.0.1:5000
  Name   : PROspeed shorts - prospeedshorts
  Game   : TmForever United - Stadium - Rounds
  Version: 2.11.16 / 2008-08-05
  Authors: Florian Schnell & Assembler Maniac
  Re-Authored: Xymph
###############################################################################
Begin Race


I cant update Aseco on this server, will it run with this old version?
thx for help!

Offline

#25 2010-07-12 23:14:37

Xymph
xymph
Moderator
Registered: 2009-05-26
Posts: 1969
Website

Re: Script fail to authenticate on Dedimania...

basari wrote:

I cant update Aseco on this server, will it run with this old version?

No, v1.04 is really, badly, seriously out of date. Upgrade to v1.11, and update the dedicated to build 2010-03-15 too.

Online

#26 2010-08-30 07:59:36

sergeydgr8
sergeydgr8
New member
From: Palo Alto, CA
Registered: 2010-08-30
Posts: 1
Website

Re: Script fail to authenticate on Dedimania...

Hi guys, I'm running XASECO 1.10 (i think).
It's the Cali Elite server in California. Here's what I'm getting in the cmd window:

Begin Challenge
[08/29,22:37:27] track changed [XXL-Shorttrack 5] >> [ BRW MOD-ShortySporty V3]
[08/29,22:37:27] current record on  BRW MOD-ShortySporty V3 is 0:23.12 and held
by °¤СΥLΞИТ¤°
Begin Round
[08/29,22:47:01] * Dataserver connection on Dedimania ...
[08/29,22:47:01] * Try connection on http://dedimania.net:8011/Dedimania ...
[08/29,22:47:01] Webaccess (dedimania.net:80): Closed by server when reading: re
-open socket and re-send! (0)
[08/29,22:47:01] Webaccess (dedimania.net:80): Closed by server when reading: re
-open socket and re-send! (0)
[08/29,22:47:02] Webaccess (dedimania.net:80): Closed by server when reading: re
-open socket and re-send! (0)
[08/29,22:47:02] Webaccess (dedimania.net:80): Closed by server when reading: re
-open socket and re-send! (0)
[08/29,22:47:03] Webaccess (dedimania.net:80): Closed by server when reading: re
-open socket and re-send! (0)
[08/29,22:47:03] Webaccess (dedimania.net:80): Closed by server when reading: re
-open socket and re-send! (0)
[08/29,22:47:03] Webaccess (dedimania.net:80): Closed by server when reading: re
-open socket and re-send! (0)
[08/29,22:47:04] Webaccess (dedimania.net:80): Closed by server when reading: re
-open socket and re-send! (0)
[08/29,22:47:06] Webaccess (dedimania.net:80): Send timeout (5)
[08/29,22:47:06] Webaccess (dedimania.net:80): Read timeout (5)
  !!!
  !!! Error no database response (http://dedimania.net:8011/Dedimania)
  !!!
End Round
End Challenge
|...Calculating ranks
|...Done!

I asked some guys on help for this but they've never worked with this. any help please? I haven't had dedi on my server ever.

Offline

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson