Search results for query: *

  • Users: Jonty
  • Content: Threads, Posts
  • Order by date
  1. Jonty

    Bug "Sorry, that facebook user does not match what we have on record, please try again."

    "Sorry, that facebook user does not match what we have on record, please try again." When using the custom page on this mod, facebook registration seems to fail. Turning the custom registration page off fixes the problem - but not ideal.. The error is: "Sorry, that facebook user does not...
  2. Jonty

    Question AOP with Load balanced servers (EC2)

    Hm. There are definately ways round this, but i'll explain in the morning lol.
  3. Jonty

    Question AOP with Load balanced servers (EC2)

    I've been thinking about this... why does the javascript not just cache the timestamp? Whats the reason behind it being stored server side. If stored locally, it could be passed as a parameter with each query - as long as you sanitise the value, i.e. limit it to a certain time interval so no...
  4. Jonty

    Question AOP with Load balanced servers (EC2)

    Hm. Depends how the database is setup. If it was memcached etc, the performance difference would probably be negligible. I guess i'd have to try it and see.
  5. Jonty

    Question AOP with Load balanced servers (EC2)

    Am I right in thinking all its doing is writing a single timestamp to each of the files? The way I intend to get around it, is making a php script to write them to/read from the database instead. I'll happily share my solution if and when I get it working. I suppose you could make a 'toggle'...
  6. Jonty

    Question AOP with Load balanced servers (EC2)

    Hi there, I've purchased vBShout, and i'm keen to install it on my forums. The trouble is, the forums are load balanced EC2 instances, i.e. multiple file systems. This is fine for most of your plugins, as most dont write to the file system, but this one appears to. The problem is with the...
Back
Top