Jump to content

Ionuț

Banned
  • Posts

    20
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Ionuț

  1. M2 Download Center

    This is the hidden content, please
    ( Internal )

    Version: Lite
    Language: Romanian (easy to translate)

    Details: It's a simple site with only: register, ranking, staff list, online user stats(can be disabled)
    Preview:

     

    2214587Ybcczc.png


    Download: http://metin2cms.cf/lite

    Install:
    Edit config/db.php. For config site and edit links go config/site.php

    For errors: http://metin2cms.cf/raport

    Copyright for design (all template): http://flying-men.de/ , It was a misunderstanding following which we used design or unauthorized. I apologize again to owner.

    • Metin2 Dev 10
    • Eyes 1
    • Not Good 1
    • Smile Tear 2
    • Think 1
    • Good 3
    • Love 7
  2. Hello, I try to delete an item from inventory of a player. Problem it's tie for commit of source. How can commit manually in php. My code:

            $player->beginTransaction();
            $stmt = $player->prepare("DELETE FROM item WHERE owner_id=?");
            $stmt->bindParam(1, $id, PDO::PARAM_INT);
            $stmt->execute();
            $player->commit();

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.