Thread: Boot5zones
View Single Post
  #9  
Old 04-21-2005, 01:58 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by quinsee
I don't think you'll be able to host publicly unless someone else can tell you how to beat AOLs proxy. Even though you might have the correct ports open on your router AOLs proxy probably doesn't have them open for your connection.

That ipt.blah.proxy.aol (I forgot to copy it before replying) is a dynamic name. Pretty much AOL filters everything that comes through their network.

I'm sorry I don't have a solution, but this is my explanation of why it possibly doesn't work.
Its "protection".
__________________
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.
Reply With Quote