Search results

  1. M

    [Epoch] Donation Manager (php) help thread

    the database name is whatever your database name is - depends on how your installing your setup - If your installing this onto your game servers database the MYSQL port has to be 3306, (in the hiveext.ini should tell you your game servers connection details, if your on dayz.st, those details...
  2. M

    [Epoch] Donation Manager (php) help thread

    ok, the issue is we still have some transitional MYSQL calls going on I forgot about - in the top section of the config.php some core lines are commented out that should not be - as there is still some need for them //set up the names of the database and table for the WEB SERVER...
  3. M

    [Epoch] Donation Manager (php) help thread

    looking into it right now
  4. M

    [Epoch] Donation Manager (php) help thread

    Update applied to the token system math Humanity is now used as currency for the bank, you will lose it to do business with the bank. Headshots are now bonus currency. (you will notice my headshots don't match my kills, was just for testing) A few fixes for the kill/token system were...
  5. M

    [Epoch] Donation Manager (php) help thread

    You can ask for donations - but the red line is flat out selling items - I was dancing in a grey area of (in a round about way) selling tokens - that could be used to get in game items.. so they decided they were not comfortable having that posted directly on their forums - the Original...
  6. M

    [Epoch] Donation Manager (php) help thread

    Due to concerns from the Epoch Developers about real world money and in game item purchasing , a forked version was created - Player Reward System: I completely re-hauled the way tokens are given to players. Players can use their in game Zombie kills, Bandit Kills and Player Kills to gain...
  7. M

    [Epoch] Donation Manager (php)

    Due to concerns from the Epoch Developers about real world money and in game item purchasing , a forked version was created - Player Reward System: I completely re-hauled the way tokens are given to players. Players can use their in game Zombie kills, Bandit Kills and Player Kills to gain...
  8. M

    [Epoch] Donation Manager (php) help thread

    yeah, that's what I figured, as i said, you just have to add your own "catch" so that stupid people don't waste a token :*)
  9. M

    [Epoch] Donation Manager (php) help thread

    most likely yes the pages will proceed forward even though you have an incorrect value there isn't a "catch" for anything other than the values of 1 2 3 , you would have to add one on the next page to stop it from going forward with a value of 0. I'm not sure what section your looking at...
  10. M

    [Epoch] Donation Manager (php) help thread

    yeah, just e-mail me both configs [email protected]
  11. M

    [Epoch] Donation Manager (php) help thread

    make sure to check your table names for capital letters
  12. M

    [Epoch] Donation Manager (php) help thread

    It's been awhile since I have toyed around with them - but the user / pass and connection info should be on the side of your control panel, but if you connected with the chive then you should have everything you need. Note that i believe dayz.st is case sensitive - so make sure you have...
  13. M

    [Epoch] Donation Manager (php) help thread

    That is an issue with your settings, your user/password you can test different user / password combos here http://es-gamers.com/chiveme (this is web-based and does not save any data)
  14. M

    [Epoch] Donation Manager (php) help thread

    that was my fault sorry- I made the change to the SQL file incorrectly CREATE TABLE IF NOT EXISTS `authorize` ( `username` varchar(20) DEFAULT NULL, `last_login` date DEFAULT NULL, `photo` varchar(30) NOT NULL, `serverop` int(30) NOT NULL, `guid` bigint(255) NOT NULL, `tokens`...
  15. M

    [Epoch] Donation Manager (php) help thread

    Just a heads up the numbers at the time seemed reasonable and I did not expect game spy to drop out and the ID numbers to expand to such a high number ALTER TABLE `authorize` CHANGE `guid` `guid` BIGINT(255) NOT NULL; should do the trick if you are attempting to use this with the larger...
  16. M

    [Epoch] Donation Manager (php) help thread

    I'm going to guess you did exactly what the instructions told you not to do, inside the INC folder, in the config.php , you failed to leave a / after the domain check the comments above the setting and note it says "LEAVE A TRAILING SLASH" failure to do so will cause the activation link to...
  17. M

    [Epoch] Donation Manager (php) help thread

    you could find and install a free mail server on your web box - there are several out there http://www.hmailserver.com windows http://www.iredmail.org/ linux
  18. M

    [Epoch] Donation Manager (php) help thread

    No need to configure the e-mail settings - it's using php mail function, uses the default mail server settings. As long as you have a mail server running on your webserver, it's going to use that.
  19. M

    [Epoch] Donation Manager (php) help thread

    It's designed around the e-mail for both security and administrative functions - if you need free web space to host it - es-gamers.com offers 50mb of free storage and sql database space
  20. M

    [Epoch] Donation Manager (php) help thread

    How that part works: The tool looks into your game server database and picks out your ID (based on what you entered) and then picks out your world location. It then adds the item you picked into that world location your character was standing in. If you did not eat or drink to update that...
Back
Top