hmmm Wamp works, apache works, php started, Mysql works also but.

Results 1 to 7 of 7
  1. #1
    Se7enSins WARonline is offline
    MemberRank
    Sep 2011 Join Date
    Limassol, CypruLocation
    1,333Posts

    hmmm Wamp works, apache works, php started, Mysql works also but.

    A big problem.

    Its not working the mssql...who knows how to fix this pm me. Thanks.

    And also who knows where should be the issue to this error:

    Code:
    11-30 22:42:00|
    11-30 23:47:00|[Error] CFieldIOCPSocket::SecurityClientCheck_ _AhnHS_VerifyResponseEx() error !! Ret(0x65) ErrorCode(0xE904000E)
      SendErrorMsg to [A(rensing:43) C(Pinkstar:2476) CI(178)] 178.6.252.157 ==> ERR_SECURITY_HACKING_CRC(0xe002) AT T_FC_MOVE_HACKSHIELD_CRCAckMsg Param1(101) Param2(-385613810) Msg((null))
    11-30 22:42:00|Socket Closed  Client(  178.6.252.157:15109) SocketType(7) |SockIdx( 178)| MaxWriteBufCounts[  10] ==> reason 65537[0X010001], deletedPacketCount(0)
    It's an issue that really annoying peoples...they keep crashing with this error when they only walk in town and they get Move Hackshield. They don't see the error as the one up here but they keep asking...
    Last edited by WARonline; 30-11-11 at 10:49 PM.


  2. #2
    Account Upgraded | Title Enabled! desp08500 is offline
    MemberRank
    May 2011 Join Date
    245Posts

    Re: hmmm Wamp works, apache works, php started, Mysql works also but.

    Hmmm, maybe client file different from server file? it's what happened often when you got that. Maybe your aceonline.atm different in your server and client. i already see that when i was bored and forget to copy same file ^^

  3. #3
    Se7enSins WARonline is offline
    MemberRank
    Sep 2011 Join Date
    Limassol, CypruLocation
    1,333Posts

    Re: hmmm Wamp works, apache works, php started, Mysql works also but.

    Its problem with hackshield not aceonline.atm...

  4. #4
    Account Upgraded | Title Enabled! desp08500 is offline
    MemberRank
    May 2011 Join Date
    245Posts

    Re: hmmm Wamp works, apache works, php started, Mysql works also but.

    Both are link dark, if aceonline.atm isn't good or if the aceonline.atm isn't the same than the one fo the server file,that do the same , connect 2sec then go out

  5. #5
    Se7enSins WARonline is offline
    MemberRank
    Sep 2011 Join Date
    Limassol, CypruLocation
    1,333Posts

    Re: hmmm Wamp works, apache works, php started, Mysql works also but.

    its not connecting only 2 seconds... peoples are playing and after 5 or 10 minutes got that error. And they crash.


    About the registration page i made it to appear but when i press create an account its appearing like this with a blank page

    http://192.168.10.7:80/register_do.php
    Any ideas whats the problem? cuze its not appearing a error. only blank page.

  6. #6
    Enthusiast freebook21 is offline
    MemberRank
    Jan 2009 Join Date
    36Posts

    Re: hmmm Wamp works, apache works, php started, Mysql works also but.

    First make sure your site can connect to your server.
    Already told you that there are problems using the mssql library with apache.
    If you are running your site from a pc yours, it is better to use dns to see your page.
    If your problem is the mssql library will have to change the code page, on the other that supports wampserver.
    And what of the blank page, probably is placed so that when creating the account forwarded to a blank page.
    If not appeared before a blank page is because there is something wrong.

    go to this page for learn how check conection:

    PHP: mssql_connect - Manual

  7. #7
    Account Upgraded | Title Enabled! desp08500 is offline
    MemberRank
    May 2011 Join Date
    245Posts

    Re: hmmm Wamp works, apache works, php started, Mysql works also but.

    It's a blank page just cause you write nothing in it when execute i think, try make a condition like this for exemple at the end :

    Code:
    if ($_POST['password1'] == "" OR $_POST['password1'] != $_POST['password2'] OR $_POST['password2'] == "")	
    {	
    echo "<CENTER><b>Erreur:</b> Entrer un mot de passe valide </CENTER><br />";
    echo '<a href="./inscription.php"> retour aux inscriptions</a><br />'; 
    exit; 
    }
    else
    {
    include("config.php");
    $sql1   = "SELECT MAX(AccountUniqueNumber) AS Nbenregistrer FROM atum2_db_account.dbo.td_Account";
            $result = mssql_query($sql1,$conn);
    		$data = mssql_fetch_array($result);
    		echo "Nombre d'utilisateurs enregistrés sur ce serveur:&nbsp";
    Or just tru writing something at the end of your code



Advertisement