Search results

  1. Doc

    [How-To] Improved vehicle spawn functions

    I just tried saving the code I wrote above as a new procedure in navicat and it worked fine. What I did was open hivemind and expand functions. I clicked on new function and selected the "procedure" option. I then pressed next all the way until it finished. I then pasted the pSpawnVehicles code...
  2. Doc

    server stats on my webpage

    Few things Execute this on your hivemind table (using navicat or similar) CREATE USER 'username'@'IPHERE' IDENTIFIED BY 'password'; GRANT SELECT ON *.* TO 'root'@'IPHERE'; The second line only gives it SELECT privelages, ie to view stuff, not edit. Remove that if it needs full control...
  3. Doc

    When I try to join my own server it says "You cannot play/edit etc...

    Glad it worked. Good luck!
  4. Doc

    When I try to join my own server it says "You cannot play/edit etc...

    -mod=@hive;@dayz to server startup parameters (should be already set if using pwnoz0rs @START_SERVER.bat to launch) and launch the game to play yourself through DayZ commander using 127.0.0.1 as your IP and 2302 as your port
  5. Doc

    No Vehicles Spawning. Nothing In Object Data

    Upload your start_server.bat (.bats cant be uploaded, so just paste the content) and your MySQL\My.ini for us. Remember to blank out your password from thme
  6. Doc

    Odd createvehicle.log

    Can somebody please tell me what these are: createvehicle.log 21.12.2012 17:25:08: xxx - #0 "Marek_DZ" 43:5 [0,0,0] 21.12.2012 17:29:36: xxx - #0 "Marek_DZ" 43:21 [-18697,25815,379] 21.12.2012 17:29:36: xxx - #0 "ice_apo_pack1" 43:22 [-18697,25815,379] 21.12.2012 17:29:36: xxx - #19...
  7. Doc

    No Vehicles Spawning. Nothing In Object Data

    Hi, are you executing pMain when you start the server? This is done in the launcher pwnoz0r wrote. You might need to edit these lines to make it work in the @START_SERVER.bat file: echo Executing spawn script... .\MySQL\bin\mysql --user=USERNAME_HERE--password=PASSWORD_HERE --host=127.0.0.1...
  8. Doc

    Huge Scripts.log (20-50MB a day)?!

    So my scripts.log is getting insanely big lately, around 20-50MB per day. I think it is because I use pwn's spectator/gcam but I'm positive it's not meant to be this big. I can barely sieve through it. Can somebody please advise how to filter these out? The logs are SPAMMED with #177 and #23...
  9. Doc

    BanZ Union - Shared ban list between reputable server owners

    BEC bans are few and far between. If you think BEC blocks a lot of the hackers, then your server probably isn't popular enough to attract them ;)
  10. Doc

    Spectator Tools for Admins! DOWNLOAD + INSTALLATION (GCAM)

    You do have a server.cfg. It will be in your cfgdayz folder.
  11. Doc

    Rolling Backups

    I scheduled a cron job on my web server which executes a php script that connects remotely to my game server, creates a dump file and archives it on the web server. It executes every 30 minutes.
  12. Doc

    BanZ Union - Shared ban list between reputable server owners

    I am scouting for new union members who can add to the bans list, but I can't do that until after Christmas. I will sort through the dozens of emails of server owners asking to join once I have time. Sorry I don't mean to ignore anyone that messages but I just don't have the time to admit new...
  13. Doc

    BanZ Union - Shared ban list between reputable server owners

    Thank you :) It is nowhere near finished yet, but christmas is a very busy time. It will all be finished soon. For now it's not too bad though!
  14. Doc

    BanZ Union - Shared ban list between reputable server owners

    As promised, the list is now live. It starts with this first small release, but the numbers will grow. Merry christmas everybody www.banzunion.com (download list from downloads page)
  15. Doc

    [How-To] Improved vehicle spawn functions

    What? Whatever way works for your server is best :) Personally all my vehicles spawn empty, so I would rather save on data storage by using Text opposed to varchar (as varchar uses all of the data allowance even if it's empty). This is especially important as I have buildings in my...
  16. Doc

    BanZ Union - Shared ban list between reputable server owners

    Early Christmas present folks. BanZ will be making it's first release tonight.
  17. Doc

    Change weather server side.

    Trying this now :) Looks good!
  18. Doc

    BanZ Union - Shared ban list between reputable server owners

    If anyone from CBL reads this, I'd be interested in working together.
  19. Doc

    kicked by BattlEye: CreateVehicle Restriction #1

    I'm having similar issues now and changed the Seagull catch to log only (1). I don't know if it shows anyone as a bird though - it does occur when my server is nearer full though
  20. Doc

    BanZ Union - Shared ban list between reputable server owners

    Would you like to join Stapo? :)
Back
Top