Its broken!

Flash Byte
Posts: 1
Joined: Thu Dec 09, 2010 4:16 pm

Its broken!

Post by Flash Byte »

Hi,
there is something wrong with the Mortal Coil Game.
I get:
Warning: strlen() expects parameter 1 to be string, array given in /home/hacker_apache/html/hacker/html/util/gamebase.php on line 87
invalid looking level
Karian
Posts: 75
Joined: Wed Jan 09, 2008 10:21 am

Post by Karian »

it seems that the problem is fixed.
0xDEAD BEEF
Posts: 9
Joined: Wed Aug 17, 2011 11:29 am

Post by 0xDEAD BEEF »

OMG Coil is down!!!!!!!
trez0r
Posts: 5
Joined: Tue Jul 20, 2010 7:16 am

Post by trez0r »

It's not down, it just got harder!
Good luck finding a path on completely blocked board. :D
User avatar
adum
Posts: 392
Joined: Thu Apr 19, 2007 12:49 pm
Contact:

Post by adum »

anyone having problems now?
Zeta
Posts: 62
Joined: Thu Apr 16, 2009 3:37 pm

Post by Zeta »

Board creation seems to be broken. I end up with an empty board description.
The Flash GUI considers this to be a completely blocked board (see trez0rs remark).

This happens even when i play anonymous after cleaning out all the cookies.
Krux02
Posts: 2
Joined: Fri Aug 20, 2010 11:44 am

Post by Krux02 »

is there any plan to fix this soon? because I have a new algorithm that looks promising, and I woul'd like to run it on new levels. It was a lot of work, so please bring it back online. ;)
man
Posts: 5
Joined: Fri Mar 20, 2009 1:50 pm

Post by man »

Still doesn't work for me...

Would be nice to see this fixed soon.
binarylv
Posts: 9
Joined: Thu Aug 11, 2011 2:37 pm
Location: Latvia
Contact:

Post by binarylv »

adum wrote:anyone having problems now?
Not working yet.
AMindForeverVoyaging
Forum Admin
Posts: 496
Joined: Sat May 28, 2011 9:14 am
Location: Germany

Post by AMindForeverVoyaging »

Level 15 (the one where I left off) was working for me just now, but after I had solved it, I received the same error as the others.
Krux02
Posts: 2
Joined: Fri Aug 20, 2010 11:44 am

Post by Krux02 »

that's exactly what happened to me, I could play one level, after that it was broken.
teacup
Posts: 1
Joined: Fri Nov 05, 2010 10:15 am

Post by teacup »

same here, just completed level 39, now just a completely blocked board. any chance of it being fixed soon?
Zahl
Posts: 2
Joined: Wed Mar 14, 2012 8:10 pm

Post by Zahl »

Sometimes I get
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /home/hacker_apache/html/hacker/html/coil/coil.php on line 98
no valid levels for 3, 3
But even without the error it never works.
User avatar
CodeX
Posts: 350
Joined: Fri Oct 17, 2008 5:28 pm

Post by CodeX »

The mysql_num_rows problem is caused by doing something like

Code: Select all

mysql_num_rows($conn);
instead of

Code: Select all

mysql_num_rows();
I guess it has something to do with a PHP update. I encountered this problem myself when getting back into PHP+MySQL recently.
AMindForeverVoyaging
Forum Admin
Posts: 496
Joined: Sat May 28, 2011 9:14 am
Location: Germany

Post by AMindForeverVoyaging »

I asked adum via e-mail and he told me that there is a database corruption problem, and that he is looking for a backup.
Post Reply