Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Hi, Don't contact them for anything. Just clean out any files you don't recognize. I'm looking to determine where the hack is, and then patch the ofc library, and release an update. Unfortunately, the exploit comes from a 3rd party library. My host caught it and shut down those accounts almost immediately, so there was only 1 compromised account on the fivedev servers. But it was also shut off immediately. Thanks for looking out and letting me know. I'll try to get something together real soon.
  2. If it's fine on Xen, but not KVM, then it's a host problem. The application doesn't know (or care) what it's on - the speed depends on how fast it can process, and how fast it can get to MySQL and how fast it can process. I prefer Xen over KVM, esp in production environments, it's a lot more stable, and behaves more like an actual dedicated box. KVM chews through resources pretty fast, and if that host has a lot of nodes on the host (which a lot of hosts do, same as shared hosting), then there will be the slow performance that you're seeing. Contact your host and tell them that it's slow. SSH into the phpVMS server and do a ping to MySQL, also look at the CPU using through htop. Most likely, it's that the node is over saturated and doesn't have the CPU to work as fast.
  3. In the phpVMS GitHub project, there is an ongoing effort for PHP5.4 compatibility in the dev branch.
  4. Thanks for the heads up - I've contacted the addon's author. Remember - don't trust ANY input - cast values to the appropriate type (in this case, integer) and then escape everything that comes in
  5. Trust me, my cat is less thrilled than you
  6. Hi all, I'm aware of the site's sluggishneses lately - vaCentral has been blowing up! It's a great thing. With that, I'm in the middle of rewriting vaCentral, based on nodejs instead of PHP, along with optimizing a ton of things, and a new design. It's tough finding time in between my 70+ hour work weeks, but it's in progress, and I haven't abandoned y'all
  7. You don't have to worry about the schedule send, it doesn't do anything anyway
  8. You can use it as a CMS in other places, no problem. But if you want to use the core framework (Codon), I'd actually advise against it - I won't be updating it for PHP 5.4+, and there are a lot deprecated things in use. If you're looking for a framework to hack on, I'd use either CakePHP or CodeIgniter. If I were to start phpVMS today, I'd probably go with Cake. But if that's not a concern either, go for it It's released under the MIT license
  9. Try again, guys. I switched email providers
  10. Can you PM me the email address that you're trying? Thanks
  11. I'm trying to sort out the email issue. I am not sure as to why Forgot Password emails are being sporadically lost. If you have requested a password reset and have not gotten the email, wait for some time (hours, day) and try again, and see if you get it.
  12. I'm into the guitar thing as well. 6 and counting...
  13. What version of PHP and MySQL? There are issues on 5.4, but setting error reporting to: error_reporting(E_ALL ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); Or whatever error_reporting you have, if you add: & ~E_STRICT & ~E_DEPRECATED That should get you through until the next phpVMS release... aaand before someone asks when ( ) I have not had even a single minute to comb through any errors or work on anything... I'm probably pushing 65/70hrs a week at work ... Someone had a few pull requests with some fixes, but that's on the master branch. To be honest, I'm not even sure of the state of that. But I'll gladly accept help There shouldn't be anything that was deprecated being used, I was pretty careful to check against that, but it's quite possible I've missed something.
  14. Don't put your API key in public... it says that in the panel as well. That would seem to be a problem with your host, if it can't be contacted. Have you tried pinging vacentral.net from your server?
  15. Yeah, PM me both of ya
  16. Hi all, Would someone, with a mid to large sized VA, be willing to share their database with me? Needs to be "stock" with no changes, I just need a ton of data to test/optimize the next version. Nabeel
  17. There is no list, just the one created for login
  18. Haha, why eww? It's a natural extension to Unix. I'd prefer a Linux based machine, but they messed up Ubuntu real bad :/ Though, I'm about to put w8 on my other laptop
  19. Your install didn't complete properly
  20. Looks great... video tutorials would be great. I started doing a few, but it was years ago.. and I can't remember if I ever finished them, or uploaded them or anything...
  21. I've decided to get a Mac instead for my next laptop; not too impressed with Windows 8, and with most of my work being Unix based, and MS's latest decisions regarding UI, I think I'm going to the Apple side. I'm not a fanboy of either by any means, but gotta use the right tools for the job. I've used W8 for a bit now and it just doesn't sit too well with me... I feel like there's too much bloat in the UI, but I'm increasingly using ubuntu and osx, with ubuntu also making some really stupid UI decisions... leaving OSX to be somewhat sane I really wanted the ability to mount remote filesystems (FUSE w/SSFS, etc), as that's a kernel feature; ultimately that would have kept me on Windows, but I guess that's not going to be coming for a while, if at all. I like change, though Also, no Windows laptops with great, light hardware... I have a 13" MBP Retina on the way, whose specs kill the equivalent Thinkpad X1 Carbon for about the same price. But I'm seeing a lot of people now taking the plunge to OSX after seeing/using W8. I'm still going to put w8 on my desktop, which is my media/gaming machine.
  22. Hi all, With Hurricane Sandy on her way, there is a possibility of phpVMS and vaCentral being down, with the datacenter being located in New Jersey. If this happens, ensure that your site has the VACENTRAL_ENABLE set to 'false' in the local.config.php, until the site is back up. Let's hope it's just the weatherman being wrong! Nabeel
  23. Have your flight frequencies changed? It's all automated - so if you had a ton of flights a few months ago, and lesser now, then your rank will go down. It basically ranks against trends
  24. Hey Ray, been a while. Just download the beta zips in the downloads sectoin
×
×
  • Create New...