Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Follow the debug instructions in my signature
  2. We have quite a few addons, which is great, but the problem starts happening with keeping the latest versions, and sometimes people have stuff uploaded to different places, and then hosts go down or change, and some of the stuff is lost. I ask everyone who is writing an add-on to please go down this route. I would like addons to be uploaded to Github or Bitbucket (whichever you prefer, though Github is better for reasons you'll see), as a public repository. It's not too much extra effort, but it ensures that: Your code is available (especially after the forum crash) If people want to improve your code, or help fix a bug, it's easy Every knows what the latest version is There's an integrated bug tracker and wiki for you to keep docs and issues, Zip/tar files are automatically generated and kept, you don't need to upload them to your own server I have also created an organization at Github called "phpVMS" (https://github.com/phpVMS), to where I can fork and add your code in - this way everything is organized in one place, available and accessible for everyone. I believe it's a great way to get more participation, and also to use the tools that are currently available. How to use Github Setup/Install git Register at http://www.github.com Create a new repository - call it something descriptive - "TopPilot" (using simpilot as an example). You can add the "phpvms" prefix if you'd like Package up your code in one directory, without any phpVMS files (again, simpilot as an example). It should only be the files for your addon A suggestion: package your files in a way so that when you extract a zip file, all of the files go to where they should - example: if you to put files in core/templates, create a folder called "core" and inside of that, create a folder called "templates", then place your files there Create a README file, with instructions on what to do (where to put files) Follow the github instructions for creating and updating your repository Notify me, so I can fork it and add it under the phpVMS Organization If you need help, do not hesitate to let me know
  3. Hi all, As you've definately noticed, phpVMS and vaCentral have been down. While I'm still tracking down the cause, I believe it to be malicious in nature. As of now, avatars and forum attachments are unavailable, until the backup recovery completes. The documentation above is also unavailable until some certain pieces of data are recovered. I don't have an ETA on the completion of recovery. But, over the next few weeks, I will be bringing back online vaCentral and the main phpVMS site - while I'm not sure of any data loss, I don't believe there to be any. I will keep you all in the loop of far as the progress. Thanks all for your patience.
  4. The pireps are being recorded, the news feed is a separate entity, I haven't had the time to figure out what its problem is
  5. They should be, maybe it didn't get copied up the first time? I rebuild the release, the repository does have the latest stuff
  6. Yeah, wait a couple hours until it reindexes, sorry. Sometimes there's a collision and it just drops the values
  7. They are being exported, it's an erroneous error message that's (hopefully) been fixed. Sorry for the delay, I was unable to get to it earlier
  8. They are getting exported, its an erroneous error message
  9. PM me your API Key
  10. Can you try again?
  11. Can you ping vacentral from your server?
  12. You'll have to wait, they'll reimport soon
  13. Sorry, I had tested this when you initially posted and forgot to reply I don't see any problems... what problem are you having?
  14. You need to use the API calls for this, it's one line. http://forum.phpvms.net/page/index.html?category=6
  15. File a bug report at github (link in my profile), and I will get around to fixing it soon
  16. That will break the saving of the rank, as it's relying on the the ID being in the value
  17. You should be using the API to edit schedules, etc
  18. Broken how - can you give me steps to repro? Just do it in your original bug report, I'll reopen it..
  19. Add a custom field, make it private so only admins can see (if that's what you want)
  20. I can pay, send me a link to your portfolio, and some pricing based on per-page basis. I have a concept, just need help with some definition... just stuff in photoshop. PM me, if you are interested, or know of anyone...
  21. Are you still having problems?
  22. What's the bug, always shows the lowest rank - you mean it's not showing what the person's rank is?
  23. What issue? I don't have a bug report in Github, I believe, for any vaCentral issues Check the beta, and if there is a problem, please file a bug report. Otherwise I have no way of keeping track
  24. You can change the code field as a hidden field, that works too, if you don't want a code option
  25. We have quite a few addons, which is great, but the problem starts happening with keeping the latest versions, and sometimes people have stuff uploaded to different places, and then hosts go down or change, and some of the stuff is lost. I would like addons to be uploaded to Github or Bitbucket (whichever you prefer, though Github is better for reasons you'll see), as a public repository. It's not too much extra effort, but it ensures that 1. your code is available 2. people want to improve your code, it's easy to do so. It's free. 3. every knows what the latest version is This is the important part: I have also created an organization at Github called "phpVMS" (https://github.com/phpVMS), to where I can fork and add your code in - this way everything is organized in one place, available and accessible for everyone. I believe it's a great way to get more participation, and also to use the tools that are currently available.
×
×
  • Create New...