There is no established way at the moment as far as I know. Last I checked, to get an account eligible for green status, you should have established your server, I believe it should (or either must) be on a dedicated line and box, and up for, in my opinion, at least a year straight (excluding simple downtimes, obviously). The reason why would be because after an account is tagged with green status, no one really cares enough to remove their green flag from the account even if the server goes down. So anyone with a green flagged account could theoretically make a new server with instant green status. So that would be the reasoning behind my year estimate. What the devs really require, it's pretty much up to them.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|