Recent content by Darkwaltz4

  1. Darkwaltz4

    Add-on Must I ask? Arcade

    Well, its the second time you constructed a comment that had both a veiled jab and a supposed innocent translation. I am merely clearing it up for those who read it as "dont use vba because its a ripped-off v3a" :) I'm saying I did not take any features from v3a - i addressed the same problems...
  2. Darkwaltz4

    Add-on Must I ask? Arcade

    Kevin please don't imply I copied or stole anything from you. I put in a lot of effort to design and integrate everything entirely on my own from scratch. You can verify when the lite version is available. The games have their own APIs anyone can freely plug into. You are making this sound like...
  3. Darkwaltz4

    xFCredits

    This sample addon was made almost a year ago and untested since; I don't know, but I would venture a guess to assume it would, since it is very simplistic.
  4. Darkwaltz4

    xFCredits

    This project is currently on hold for the immediate future.
  5. Darkwaltz4

    xFCredits

    In regards to both of you - the trophy system only supports a couple criteria, and they are set up as milestones instead. So unless you want to create a trophy for each and every number of post... :p
  6. Darkwaltz4

    xFCredits

    XFCredits exists right now :D get it from the first post! You can award per post and per hit. As for the full port of vBCredits II Deluxe... that's still awhile away :) There is a ton of stuff still to learn in xenforo, not to mention xenforo itself has plenty of bugs to work through (even one...
  7. Darkwaltz4

    xFCredits

    Thank you to the mod who cleaned up my posting mistake earlier... I've put up an update which fixes a serious bug that prevents you from accessing the site if you are logged out... and also added a way to add trophy points per post! (and set the per-hit one to default at 0) Requires a file edit...
  8. Darkwaltz4

    Duplicate  DataWriter doesn't use resolved class name

    Quick fix is just replacing return new $class with return new $createClass (within the line)
  9. Darkwaltz4

    Duplicate  DataWriter doesn't use resolved class name

    It calls resolveDynamicClass and gets back $createClass, checks it for false... and then promptly ignores it and uses the original unaltered $class when instantiating :D Not sure if the other calls to resolveDynamicClass go ignored like this - might want to double check, or my addons will get...
  10. Darkwaltz4

    xFCredits

    Anyway, I am actually poking around some more and I've aaaaalmost got it to award trophy points during posting! That might make this slightly more interesting. Again to reiterate, this is currently me learning xenforo while sharing the results :)
  11. Darkwaltz4

    xFCredits

    Owning a bunch of domain names is pretty meaningless sorry - otherwise domain squatters would have ruled the world long ago! Besides, you seem to have many combinations of name available to you which can be used equally well to name your project(s); you can't claim all of them. Additionally I...
  12. Darkwaltz4

    xFCredits

    :D Kier traded dated procedural code for snappy object oriented code. Its all very modern and progressive, but consistent scope has flown out the window and related code is now shattered into a million various pieces where the location of anything in particular is largely a guessing game :p I...
  13. Darkwaltz4

    xFCredits

    Whoa! Before you jump to conclusions - this is just a silly tiny addon which was my initial attempt to test the waters of the new XenForo addon system :p What it will do is increase the trophy points of each user as they load every page by the amount you set in the options (default is 0). It...
  14. Darkwaltz4

    Fixed  Server Error while install?

    Same, attempted install on MAMP. Mysqli statement execute error : Duplicate entry 'addon_delete' for key 'title' Zend_Db_Statement_Mysqli->_execute()in/Applications/MAMP/htdocs/xen/library/Zend/Db/Statement.phpat line300...
Top Bottom