Beiträge von FlorinMarian

    Website: Bitte melden Sie sich an, um diesen Link zu sehen.

    Register: Bitte melden Sie sich an, um diesen Link zu sehen.

    Download: Bitte melden Sie sich an, um diesen Link zu sehen.

    Board: Bitte melden Sie sich an, um diesen Link zu sehen.


    Our server become international few days ago, it is already 100% translated client-side in all 10 languages and server-side about 50% each language. (in progress..)


    We're waiting for you!


    Bitte melden Sie sich an, um dieses Bild zu sehen.

    Bitte melden Sie sich an, um dieses Bild zu sehen.

    Hi guys!


    I have this scale problem on jigsaw event and i guess it's a client-side bug.


    I've compared my own files with two different source files where this system it's perfectly working but i just didn't found the solution.


    Any point?


    Thank you!

    The disk size is to low...

    When I will buy a 8GB RAM Server I would prefer min. 100GB. I know SSD is pretty expensive, but when you will sell this KMV's for game server use the most users prefer more storage. For 16GB RAM KVM I would prefer 200GB Storage, for 32GB 300-500GB.

    So my opinion....

    Thank you for reply!

    I could upgrade to 960 GB NVMe and this means I can double space of each service but this probably will increase price with 1-4 euro/package.

    Seems good?

    Hi guys !


    I would like to buy first dedicated Game Server (Bitte melden Sie sich an, um diesen Link zu sehen.) and starting selling first KVM Game Servers.


    Please answer to these questions:


    1. How those KVM packages are for you ?

    1 vCPU

    2 GB RAM

    20 GB SSD

    ---------------

    5 Euro/month


    2 vCPU

    4 GB RAM

    30 GB SSD

    ---------------

    8 Euro/month


    4 vCPU

    8 GB RAM

    40 GB SSD

    ---------------

    13 Euro/month


    4 vCPU

    16 GB RAM

    50 GB SSD

    ---------------

    16 Euro/month


    8 vCPU

    32 GB RAM

    100 GB SSD

    ---------------

    30 Euro/month


    2. If you will ever try our services, what location you would like to have ?

    3. Do you think it's important to attach in our sales page also CPanel hosting with NVMe storage?

    4. Do you think GameCP based services will reach your needs?


    Thank you for feedback!

    Hi there !

    Abou 1 year ago I bought Dice System C++ by Fahtibab34, it was working well till few days ago when I've discovered that someone can exploit this system.

    I have my own log system and there I saw that this player got 60/60 matches won.

    I'm not a genius in client-game communications, maybe there it's something wrong and he can send numbers from client to game, not reversal?

    Who knowns?

    Let the party begin !

    System files: Bitte melden Sie sich an, um diesen Link zu sehen.

    Hello!

    By implementing the Ban Tool from VegaS, I found that it is the function that checks whether or not you are a member of the staff.


    Original code:

    Bitte melden Sie sich an, um diesen Anhang zu sehen.

    Okay, but what's the problem?

    The problem is logical, namely, the function checks whether the first member of the list is a member of staff or not, and returns true or false, ignoring the rest because of the premature return entry.

    How do we solve it?

    We replace the contents above:

    Bitte melden Sie sich an, um diesen Anhang zu sehen.

    Hello !
    I have an old system which use module "pythonApi".
    Everythig it's ok when I use "import pythonApi" in root files but in locale/uiscript python files I cannot import same module.
    Error:


    Code
    1. No module named pythonApi

    Any idea?
    Thank you !

    Hello guys !
    I'm Florin from Romania, owner of a legal registered business in my country.
    I would like to know interest from further customers about products and price.
    I have for you guys few questions:
    1. Will you ever trust a new hosting provider ?
    2. It's enaugh for you Anti-DDOS provided by OVH Dedicated GameServers?
    3. It's enaugh for your applications to provide: VPS, CPanel webhosting and domain registrations?
    3. How much you will be able to pay for:

    Code
    1. 10 GB SSD Storage
    2. 1 CPU 4.4 GHz
    3. 100 MB/s uplink
    4. Unlimited traffic
    5. 1 IP Address
    6. KVM Virtualization

    Thank you all !
    *** I need your pareer to make few estimations about costings (CPanel, WHMCS, SolusVM licenses & dedicated servers rental).

    on root/uiequipmentdialog.py old function was looking only for indexes 11 and 12.
    Replace old function with this one:

    Code
    1. def RefreshSlot(self):
    2. equipmentDict = self.wndEquipment.itemDataDict
    3. if equipmentDict.has_key(11):
    4. self.wndCostumeEquipmentSlot.SetItemSlot(11, equipmentDict[11][0], equipmentDict[11][1])
    5. if equipmentDict.has_key(12):
    6. self.wndCostumeEquipmentSlot.SetItemSlot(12, equipmentDict[12][0], equipmentDict[12][1])
    7. if equipmentDict.has_key(15):
    8. self.wndCostumeEquipmentSlot.SetItemSlot(15, equipmentDict[15][0], equipmentDict[15][1])