Jump to content

Dark-Raptor

Member
  • Content Count

    9
  • Joined

  • Last visited

  • Medals

Posts posted by Dark-Raptor


  1. logoHover.png

    Hello from Elite Warriors Hosting

    We are a new hosting company that has just started up with some competitive prices, to start with we some discounted arma servers to sell such as a 128 slot arma 3 server for £34.49 with full TCAdmin access and ftp to the first 5 customers.

    We have a support team with over 25 years collective experience that are on hand 23 hrs a day.

    All of our servers have fully functional mysql databases upon request, they are locally on the server to give you no latency. as well as a custom svn repository you can use to update your server with, they also have a massive 50gb of storage you can use for mods and missions.

    We dont have any hidden costs with our servers, what you see is what you get.

    To get the following arma oa/3 server put “arma†in the promo code on checkout and get a 25% discount for the life of the server

    Elite Warriors Hosting


  2. logoHover.png

    Hello from Elite Warriors Hosting

    We are a new hosting company that has just started up with some competitive prices, to start with we some discounted arma servers to sell such as a 128 slot arma 3 server for £34.49 with full TCAdmin access and ftp to the first 5 customers.

    We have a support team with over 25 years collective experience that are on hand 23 hrs a day.

    All of our servers have fully functional mysql databases upon request, they are locally on the server to give you no latency. as well as a custom svn repository you can use to update your server with, they also have a massive 50gb of storage you can use for mods and missions.

    We dont have any hidden costs with our servers, what you see is what you get.

    To get the following arma oa/3 server put “arma†in the promo code on checkout and get a 25% discount for the life of the server

    http://www.Elite-Warriors-Hosting.co.uk


  3. ok got a strange bug when using V20 logging

    when requesting it only returns

    [2014-Oct-23 04:47:55.143945]: ThreadID 0x00002ea8: extDB: Version: 20
    [2014-Oct-23 04:47:55.144945]: ThreadID 0x00002ea8: extDB: Found extdb-conf.ini
    [2014-Oct-23 04:47:55.144945]: ThreadID 0x00002ea8: extDB: Creating Worker Thread +1
    [2014-Oct-23 04:47:55.145945]: ThreadID 0x00002ea8: extDB: Creating Worker Thread +1
    [2014-Oct-23 04:47:55.145945]: ThreadID 0x00002ea8: extDB: Creating Worker Thread +1
    [2014-Oct-23 04:47:55.145945]: ThreadID 0x00002ea8: extDB: Creating Worker Thread +1
    [2014-Oct-23 04:47:55.145945]: ThreadID 0x00002ea8: extDB: Creating Worker Thread +1
    [2014-Oct-23 04:47:55.145945]: ThreadID 0x00002ea8: extDB: Creating Worker Thread +1
    [2014-Oct-23 04:47:55.145945]: ThreadID 0x00002ea8: extDB: Creating Worker Thread +1
    [2014-Oct-23 04:47:55.145945]: ThreadID 0x00002ea8: extDB: Creating Worker Thread +1
    [2014-Oct-23 04:47:55.145945]: ThreadID 0x00002ea8: extDB: Creating Worker Thread +1
    [2014-Oct-23 04:47:55.145945]: ThreadID 0x00002ea8: extDB: Creating Worker Thread +1
    [2014-Oct-23 04:47:55.146945]: ThreadID 0x00002ea8: extDB: Creating Worker Thread +1
    [2014-Oct-23 04:47:55.146945]: ThreadID 0x00002ea8: extDB: Creating Worker Thread +1
    [2014-Oct-23 04:47:55.146945]: ThreadID 0x00002ea8: extDB: Creating Worker Thread +1
    [2014-Oct-23 04:47:55.146945]: ThreadID 0x00002ea8: extDB: Creating Worker Thread +1
    [2014-Oct-23 04:47:55.146945]: ThreadID 0x00002ea8: extDB: Creating Worker Thread +1
    [2014-Oct-23 04:47:55.146945]: ThreadID 0x00002ea8: extDB: Creating Worker Thread +1
    [2014-Oct-23 04:47:59.571198]: ThreadID 0x00002ea8: Extension Input from Server: 9:VERSION
    [2014-Oct-23 04:48:10.386817]: ThreadID 0x00002ea8: Extension Input from Server: 9:DATABASE:Database
    [2014-Oct-23 04:48:10.386817]: ThreadID 0x00002ea8: extDB: Database Type: MySQL
    [2014-Oct-23 04:48:10.392817]: ThreadID 0x00002ea8: extDB: Database Session Pool Started
    [2014-Oct-23 04:48:28.180835]: ThreadID 0x00002ea8: Extension Input from Server: 9:ADD:DB_CUSTOM_V3:EWDB:EWDB
    [2014-Oct-23 04:48:39.292470]: ThreadID 0x00002ea8: Extension Input from Server: 0:EWDB:GetPlayer:0000
    [2014-Oct-23 04:48:39.293470]: ThreadID 0x00002ea8: extDB: DB_CUSTOM_V3: Trace: Input:GetPlayer:0000
    [2014-Oct-23 04:48:39.293470]: ThreadID 0x00002ea8: extDB: DB_CUSTOM_V3: Trace: Result: [1,[]]

    but v19 would return

    09:07.242357]: ThreadID 0x00001f94: Extension Input from Server: 0:EWDB:GetPlayer:0000
    [2014-Oct-22 11:09:07.242357]: ThreadID 0x00001f94: extDB: DB_CUSTOM_V2: Trace: Input:GetPlayer:0000
    [2014-Oct-22 11:09:07.296360]: ThreadID 0x00001f94: extDB: DB_CUSTOM_V2: Trace: Result: [1,[[1,"0000","v1.3","v1.1","0","0","0","0","0","","SERVER","0","0","",0,0]]]

    the .ini file i havent change since v19 and below is the line i am requesting both game and test version dont work on both $INPUT and $INPUT_STRING

    [GetPlayer]
    SQL_1 = SELECT * FROM `players` FORCE INDEX (`playerid`) WHERE `playerid` = $INPUT_1
    
    Number of Inputs = 1
    
    Sanitize Input = true
    Sanitize Output = true

    ---------- Post added at 04:46 ---------- Previous post was at 03:55 ----------

    hmm fixed seems i forgot the change in v20 from SQL_# to SQL#_#


  4. i think there is a typo in the log feature

    my log says

    [2014-Oct-22 00:00:27.334630]: ThreadID 0x00001fe4: Extension Input from Server: 9:DATABASE:Database
    [2014-Oct-22 00:00:27.334630]: ThreadID 0x00001fe4: extDB: Database Type: MySQL
    [2014-Oct-22 00:00:27.520640]: ThreadID 0x00001fe4: extDB: Database Session Pool Started
    [2014-Oct-22 00:00:27.533641]: ThreadID 0x00001fe4: Extension Input from Server: 9:ADD:DB_CUSTOM_v3:EWDB:EWDB
    [2014-Oct-22 00:00:27.552642]: ThreadID 0x00001fe4: Extension Input from Server: 9:ADD:MISC:MISC
    [2014-Oct-22 00:00:27.553642]: ThreadID 0x00001fe4: Extension Input from Server: 9:VERSION
    [2014-Oct-22 00:00:27.615646]: ThreadID 0x00001fe4: Extension Input from Server: 0:EWDB:ResetVehicles
    [2014-Oct-22 00:00:27.615646]: ThreadID 0x00001fe4: extDB: DB_CUSTOM_V2: Trace: Input:ResetVehicles
    [2014-Oct-22 00:00:28.164677]: ThreadID 0x00001fe4: extDB: DB_CUSTOM_V2: Trace: Result: [1,[]]
    [2014-Oct-22 00:00:29.441750]: ThreadID 0x00001fe4: Extension Input from Server: 0:EWDB:GetPlayer:0000
    [2014-Oct-22 00:00:29.441750]: ThreadID 0x00001fe4: extDB: DB_CUSTOM_V2: Trace: Input:GetPlayer:0000
    [2014-Oct-22 00:00:29.480752]: ThreadID 0x00001fe4: extDB: DB_CUSTOM_V2: Trace: Result: [1,[[1,"0000","v1.3","v1.1","0","0","0","0","0","","SERVER","0","0","",0,0]]]

    even tho im using DB_CUSTOM_V3


  5. i am unable to send any form of private message to clients by rcon i have tried BERcon/epm/BEC/battlewarden none of theses clients can send a private message they can all send global fine but nothing happens with private

    this has been a problem for the last 30 hours since this post i have also talked with another clan and they have the same problem.

    the only client that gives an error is BERcon and that says "player is unable to receive the message" is there any more info on how to fix this problem or is it a problem with BE its self

    this is only effecting our Arma2 Servers our OA and A3 are fine

×