Popular recipes by Sven Wagener http://code.activestate.com/recipes/users/182412/2005-01-14T13:47:44-08:00ActiveState Code RecipesDomain Class (PHP) 2005-01-14T13:47:44-08:00Sven Wagenerhttp://code.activestate.com/recipes/users/182412/http://code.activestate.com/recipes/266624-domain-class/ <p style="color: grey"> PHP recipe 266624 by <a href="/recipes/users/182412/">Sven Wagener</a> (<a href="/recipes/tags/network/">network</a>). Revision 2. </p> <p>This class returns the whois information an checks the availability of at least 270 different top level domains.</p> <p>Also it validates the domains name (Thought have been given to the new IDN special chars). CNO WHOIS informations where returned completely.</p> <p>========= !!! Attention begin !!! =========</p> <p>If you want to check the new IDN domain names please use the IDN Convert class by Matthias Sommerfeld (<a href="http://www.phpclasses.org/browse/package/1509.html%29." rel="nofollow">http://www.phpclasses.org/browse/package/1509.html).</a></p> <p>First translate the domain and the check it normally with the domain class.</p> <p>========= !!! Attention end !!! =========</p> <p>The latest version of this class you can find at: <a href="http://www.phpclasses.org/browse/package/694.html" rel="nofollow">http://www.phpclasses.org/browse/package/694.html</a></p> php htaccess (PHP) 2002-04-25T13:33:27-07:00Sven Wagenerhttp://code.activestate.com/recipes/users/182412/http://code.activestate.com/recipes/108479-php-htaccess/ <p style="color: grey"> PHP recipe 108479 by <a href="/recipes/users/182412/">Sven Wagener</a> (<a href="/recipes/tags/security/">security</a>). Revision 2. </p> <p>The htaccess class manages the htaccess functions of Apache Webservers. Without knowing much knowledge of Apache, users can be added or deleted, groups can be created anddeleted, .htaccess files can be created with this class etc.</p>