Welcome to the RaGEZONE - MMORPG development forums.

can 1 player php ? and can halp me?

This is a discussion on can 1 player php ? and can halp me? within the Fiesta Help forums, part of the Fiesta Online category; I have a php script for rebirth and a small problem can 1 player help me ? :)...

Results 1 to 5 of 5
  1. #1
    Member
    Rank
    Member
    Join Date
    May 2012
    Posts
    52
    Liked
    1

    can 1 player php ? and can halp me?

    Click
    I have a php script for rebirth
    and a small problem

    can 1 player help me ? :)

  2. #2
    Hardcore Member
    Rank
    Member
    Join Date
    Feb 2010
    Posts
    103
    Liked
    9

    Re: can 1 player php ? and can halp me?

    without source no help?^^ Where we know now wheres the Problem?^^

  3. #3
    Member
    Rank
    Member
    Join Date
    May 2012
    Posts
    52
    Liked
    1

    Re: can 1 player php ? and can halp me?

    das wollte ich jetzt nicht rein posten also die source ^^
    immer hin kann mal kurz alles auf deutsch schreiben da ja deutsch sprichst :D
    habe Problem das Die DB es nicht ändern will
    mach RB und so, er findet das lvl und den char aber wenn ich dann mache ändert er das lvl nicht in der DB ^^

  4. #4
    Ultimate Member
    Rank
    Member
    Join Date
    Jun 2012
    Location
    Roumen
    Posts
    193
    Liked
    16

    Re: can 1 player php ? and can halp me?

    UPDATE tCharacter SET nLevel='1' usw usw usw so jz hab ich e schon alles verraten...

    UPDATE tCharacter SET nLevel='1' etc etc etc so now I've been betrayed everything anyway ...

    Code:
    $eintragen = mssql_query("UPDATE w00_Character..tCharacter SET nLevel='1' nExp='0' WHERE sID='ZB EINE VARIABLE'");
    or
    Code:
    $eintragen = sqlsrv_query( $conn, "UPDATE w00_Character..tCharacter SET nLevel='1' nExp='0' WHERE sID='ZB EINE VARIABLE'");
    Last edited by xWhiteCore; 29-07-12 at 01:03 AM.

  5. #5
    Member
    Rank
    Member
    Join Date
    May 2012
    Posts
    52
    Liked
    1

    Re: can 1 player php ? and can halp me?

    ach nein als ob ich das nicht wüste aber davon kommt es nicht^^

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •