Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

AmberHelios

Members
  • Content Count

    2763
  • Joined

  • Last visited

Everything posted by AmberHelios

  1. AmberHelios

    The servers are to blame for the fps...

    fps is dependent on the lag the server has too thats why ping limits are set your connecting on localhost to your server you made yourself there is a lot of things that effect the fps on a server ie how long it has been running how many players are on what the ping is like how many players have been on the server since the restart how much loot has spawned how many scripts are executed saying the hosting is bad because the server ain't restarted often enough to cope with the playerbase or you have a lot of people on the server or a few all with high pings
  2. AmberHelios

    Balota Buddies

    are we friends steak :)
  3. AmberHelios

    How do I fix this? Please Help :c

    yeah there is an = missing from your profile if you delete them they should be regenerated you will just need to redo your setting they were probably sitting on the bad sector on your drive
  4. AmberHelios

    Balota Buddies

    the mods here are people and as people they have opinions... some good some not so good but they are correct on this that bb servers are the best servers out there they have loads of admin regularly checking on the servers and making sure things go smoothly i dont really get what the problem is... if you want to play on the server get whitelisted and play
  5. reinstall install the game... simple
  6. AmberHelios

    How do I fix this? Please Help :c

    your user profile has been corrupted go to C:\Users\YOURUSER\Documents\ArmA 2 delete the two .cfg files and start arma up as admin that should rewrite the files
  7. Read the op again mate he said that means it was originally installed from another source as steam don't use installers and no where did he say steam versions and if it was gog or other digital downloads the installer files would be there so must be a disk version
  8. you need to install the game not copy the files you are missing the registry entries for it
  9. AmberHelios

    Any girl survivors?

    Im here im here sorry im late to the show..... where do you want me princess
  10. AmberHelios

    I want to play DayZ but help !!

    any kick messages would be great or upload your arma2oa.rpt from C:\Users\YOURUSERHERE\AppData\Local\ArmA 2 OA somewhere so we can best advise a solution
  11. AmberHelios

    Just saw Rocket again.

  12. http://www.dayzcc.tk/ nice and easy set up
  13. i agree with fraggles on this one.. if the tools are there. someone will find a way to misuse them. the video camera is a good idea but not the single player spawn what you want thing so you can easily video what you are doing
  14. AmberHelios

    #eb704e ban

    My advice contact battleye
  15. AmberHelios

    Whitelister Program

    the php would go something like this you would have two pages one insert.php and the other would be the whitelist.html first the whitelist.html whitelist.html <html> <body> <form action="insert.php" method="post"> Firstname: <input type="text" name="comments"> Guid: <input type="text" name="guid"> <input type="submit"> </form> </body> </html> now insert.php <?php // mysql connection details $dbhost = 'localhost:3036'; $dbuser = 'root'; $dbpass = 'rootpassword'; $dbname = 'dayz'; $con = mysql_connect($dbhost, $dbuser, $dbpass); // Check connection if (mysql_errno($con)) { echo "Failed to connect to MySQL: " . mysql_connect_error(); } mysql_select_db($dbname); $sql="INSERT INTO whitelist (guid, comments) VALUES ('$_POST[comments]','$_POST[guid]')"; mysql_query("CREATE TABLE IF NOT EXISTS `whitelist` ( `id` int(11) NOT NULL AUTO_INCREMENT, `guid` varchar(32) NOT NULL, `comments` varchar(500) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;",$con); if (!mysql_query($sql,$con)) { die('Error: ' . mysql_error($con)); } echo "$_POST[comments] is whitelisted"; mysql_close($con); ?> EDIT multiple typos :) this does work to insert guid into the database for the whitelister its best to let this create the table for the whitelister as the one that comes with it does not have auto increment on it hope this helps
  16. AmberHelios

    Whitelister Program

    the guy above is correct you can give them access from a dedicated server to the text file or if you set the whitelister to use mysql you can set up a php webpage using mysql connect and create a form that inserts the data into the table from a webpage
  17. because most of the mods are just different maps either too small so you get loot galore or filled with cars so you cant go two foot without seeing one tavi was ok but so many bugs and origin well i wouldn't grace that bunch of money grabbing t***s with my time
  18. AmberHelios

    Anybody having this problem too?

    glad to be of help mate
  19. AmberHelios

    Anybody having this problem too?

    ah shucks... the world wont come to an end will it try going to chrome://chrome/settings/cookies and deleting everything referencing this site this will clear more then just the cache
  20. AmberHelios

    Anybody having this problem too?

    it could be a ajax/js error have you cleared the cache and the db cache in chrome do you get this on any other browser
  21. we will not help you run pirated copies of the game sorry. ask elsewhere
  22. let us know what the problem is whats it saying etc and then we can help you
  23. AmberHelios

    I need alot of help

    you either need to buy arma2 or if your happy with low res graphics get a copy of arma2free you can get it from steam://install/107400 or here and copy the addons folder from arma2free to arma2oa
×