Error Message zp buying

Hi when I go in the game on the zp button, does this error message.

http://www.abload.de/image.php?img=fehlermeldungkgug.jpg

Does that mean as much as; in the script on this page is an error occurred.
Would you like the this page will continue ausgfeführt?

Can anyone help me? When I go on yes, nothing comes.

LG
Diego

Comments

  • It would be alot better if it was in english
  • The in game "Buy ZP" button doesn't work I suspect Z8 know about this and it's left like that for a reason maybe they can't get it to function correctly.
  • Download FireFox. Or, otherwise click on yes in the bottom.
  • Download FireFox. Or, otherwise click on yes in the bottom.

    YEAH but i got google chrome is better
  • Dyar1 wrote: »
    YEAH but i got google chrome is better
    Ask me if I care.
  • Dyar1 wrote: »
    YEAH but i got google chrome is better

    ^^ what he said.
  • english would be useful. try a other browser like chrome or firefox.
  • It's not browser related though.

    Location of the problem:

    The button to buy ZP entitle "Buy ZP" available in the 'item shop', it simply doesn't work and you will get an error, the error he posted above albeit his is in a foreign language.

    It doesn't matter if it's in English or not the error remains, obviously the page to buy ZP doesn't work and it's because Z8 can't get it to function correctly.

    It did not work when I first saw it months ago then it briefly worked about a month or so ago, then it stopped working again, I think the credits were probably not being applied correctly after purchase or similar; hence in the screen shot above the URL is: http://www.z8games.com/maintenance.asp (hence knacked page).

    The javascript error that pops up in the screenshot above is because the maintenance page has poor coding.

    [php]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
    <html xmlns="http://www.w3.org/1999/xhtml"&gt;
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Z8Games is under maintenance now</title>
    <link rel="stylesheet" type="text/css" href="z8games_style.css">
    <style type="text/css">
    <!--
    body {
    background: url(images/bg/homebg.jpg) top center no-repeat;
    background-color: #000000;
    }
    -->
    </style>
    </head>

    <body onload="MM_preloadImages('images/errorpage/bt_backtohomeRO.png')">
    <table width="1024" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#FF00FF">
    <tr>
    <td height="110" align="center" valign="top"></td>
    </tr>
    <tr>
    <td height="35"> </td>
    </tr>
    <tr>
    <td align="center"><table width="1024" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td colspan="2"><img src="images/login/login_header.png" width="1024" height="47" /></td>
    </tr>
    <tr>
    <td width="627" align="left" valign="top"><img src="images/login/login_image.gif" width="627" height="344" /></td>
    <td width="395" align="right" valign="top"><table width="390" border="0" cellpadding="0" cellspacing="0" bordercolor="#0000FF">
    <tr>
    <td align="left" valign="top"><img src="images/login/login_box_top.png" width="390" height="10" /></td>
    </tr>

    <tr>
    <td height="30" align="center" valign="top" background="images/login/login_box_midbg.png"> </td>
    </tr>
    <tr>
    <td height="253" align="center" valign="top" background="images/login/login_box_midbg.png"><table width="325" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td align="left" valign="top" class="style4"><span style=" line-height:200%; font-size:14px;">This site is currently under maintenance. It should be back shortly. Thank you for your patience.</span></td>
    </tr>
    <tr>
    <td align="left" valign="middle" class="style4"> </td>
    </tr>
    <tr>
    <td align="left" valign="middle"><!--<a href="index.aspx" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','images/errorpage/bt_backtohomeRO.png',1)"><img src="images/errorpage/bt_backtohomeRN.png" name="Image7" width="325" height="54" border="0" id="Image7" /></a>--></td>
    </tr>


    </table></td>
    </tr>
    <tr>
    <td height="41" align="center" valign="top" background="images/login/login_box_midbg.png"> </td>
    </tr>
    <tr>
    <td align="left" valign="top"><img src="images/login/login_box_bot.png" width="390" height="10" /></td>
    </tr>
    </table></td>
    </tr>
    </table></td>
    </tr>

    <tr>
    <td></td>
    </tr>
    </table>
    </body>
    </html>
    [/php]