Search results

  1. Marcuz

    working admin panel?

    Set error_reporting in your php.ini to E_ALL & ~E_DEPRECATED & ~E_STRICT For the stats page error create an issue at the page below so that Wriley can take a look at it as I currently do not have access to a 1.8.1 database. (I might have one around somewhere actually, hmm.)...
  2. Marcuz

    How to add new vehicles?

    DayZAdmin has a feature for that for the DayZ Mod database, if you know a bit of php you can snatch it from here: https://github.com/R4Z0R49/DayZAdmin/blob/master/modules/addVehsSQF.php
  3. Marcuz

    working admin panel?

    If you can't figure out how to install it with those instructions you shouldn't really be installing a panel. #1 You import the dayz.sql file located in the folder called ' sql ' to the same database you have the server tables in ( MySQL ) #2 You rename the config.php-dist file in the main...
  4. Marcuz

    working admin panel?

    https://github.com/R4Z0R49/DayZAdmin You could try out DayZAdmin :)
  5. Marcuz

    [DEAD] Admin & User Panel

    I think you could of at least mentioned that you got inspired by DayZAdmin( Previously BlissAdmin ) when you made this panel. The Manage VIPs tab is almost identical to an earlier version of BlissAdmin when I first introduced the Manage VIP system a few months ago. :)
  6. Marcuz

    Migrating From Reality to Default Database Schema

    If anyone needs the query to do the profiles use this: ALTER TABLE NEWSERVER.player_data MODIFY COLUMN playerName VARCHAR(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL; INSERT INTO NEWSERVER.player_data (playerUID, playerName) SELECT unique_id, name FROM profile
  7. Marcuz

    BlurGaming - Updated Anti-Hack Public Release

    I figured out why in the end, after 4 hours of ripping my hair out. ( My PBO extractor likes to extract PBO's wrong and destroy the prefix ) EDIT: At first I was using PBOView for unpacking & extracting, but it kept saying stuff like for example: "Failed to locate...
  8. Marcuz

    BlurGaming - Updated Anti-Hack Public Release

    Hmm. It seems not to work at all for me. I'm using cpbo to pack the dayz_server.pbo back up, I placed the codeFREE.sqf in the compile folder and I added my id like you said. I added the line execVM "z\addons\dayz_server\compile\codeFREE.sqf"; to server_functions.sqf AT THE BOTTOM but it does...
  9. Marcuz

    Need help with BlissAdmin

    You are having a lot of problems here I have never experienced, something must be wrong with your BlissAdmin installation :S I have one last question, what hive are you running?
  10. Marcuz

    Need help with BlissAdmin

    No, it works. Just refresh the page and it will show you what you edited it to.
  11. Marcuz

    Need help with BlissAdmin

    Very weird. I don't have this issue, not even on a completely fresh install
  12. Marcuz

    Need help with BlissAdmin

    And are you sure that your hives instance id is 1? Therefore $iid should be 1. If your instance id is not one, change $iid to the number it is
  13. Marcuz

    Need help with BlissAdmin

    Are you sure you put the right $map in your config.php where Chernarus is 1? And the right instance id in $iid?
  14. Marcuz

    Need help with BlissAdmin

    Those are the correct details. Can you type this: SELECT * FROM users WHERE id = 1; In to the query tab in your mysql browser and tell me if anything returns to you at all? If not then you've imported the sql file wrong. Sorry for the slow response, but next time you have any issue with...
  15. Marcuz

    Web Admin Panel for Reality 1.7.5?

    Don't worry, it is being updated, some already is. (I guess Wriley is going about it just as we speak!)
  16. Marcuz

    Basic functionality report

    TD-4242, In your MySQL database find the table 'vehicle' and the vehicle with the id of 93, you will see its named 'HMMWV' change it's name to 'HMMWV_DZ' and the humvee should spawn at the next server restart.
Back
Top