#============================================================================# # vHost - one-step solution for all virtual hosting needs # # Vxxsample - module template # # # # Copyright(c) Chaogic Systems, LLC. http://chaogic.com # # Author: Jake Fan # # # # This is Free Software; permission to use, copy, modify, and distribute # # this software and its documentation for any purpose - with or without fee # # - is hereby granted, provided that the above copyright information and # # this permission notice appear in all copies and documentations. This # # software is provided "as is" without express or implied warranty. For # # more details, see GNU General Public License as published by the Free # # Software Foundation. # # # #============================================================================# $X eq "configuration" && do { ################################################ ### EDITABLE CONFIGURATIONS ################################################## ### DO NOT TOUCH ANYTHING BELOW THIS LINE UNLESS YOU KNOW WHAT YOU ARE DOING!! ### SanityChecking ########################################################### }; $X eq "initialization" && do { ############################################### }; $X eq "extended-action" && do { ############################################## }; $X eq "addvroot" && do { ##################################################### }; $X eq "delvroot" && do { ##################################################### }; $X eq "adddns" && do { ####################################################### }; $X eq "deldns" && do { ####################################################### }; $X eq "addhost" && do { ###################################################### }; $X eq "delhost" && do { ###################################################### }; $X eq "addhali" && do { ###################################################### }; $X eq "delhali" && do { ###################################################### }; $X eq "adduser" && do { ###################################################### }; $X eq "deluser" && do { ###################################################### }; $X eq "adduali" && do { ###################################################### }; $X eq "deluali" && do { ###################################################### }; $X eq "passwd" && do { ####################################################### }; $X eq "access" && do { ####################################################### }; $X eq "qhost" && do { ######################################################## }; $X eq "quser" && do { ######################################################## }; $X eq "lshost" && do { ####################################################### }; $X eq "lsuser" && do { ####################################################### }; $X eq "hostlog" && do { ###################################################### }; $X eq "cmdlog" && do { ####################################################### }; $X eq "cphost" && do { ####################################################### }; $X eq "uphost" && do { ####################################################### }; $X eq "reload" && do { ####################################################### }; $X eq "finalization" && do { ################################################# }; 1;