/////////////////////////////////////////////////////////////// // // // X7 Chat Version 1.3.0 Beta // // Released February 2, 2004 // // Copyright (c) 2004 By the X7 Group // // Website: http://www.x7chat.com // // // // This program is free software. You may // // modify and/or redistribute it under the // // terms of the included license as written // // and published by the X7 Group. // // // // By using this software you agree to the // // terms and conditions set forth in the // // enclosed file "license.txt". If you did // // not recieve the file "license.txt" please // // visist our website and obtain an official // // copy of X7 Chat. // // // // Removing this copyright and/or any other // // X7 Group or X7 chat copyright from any // // of the files included in this distribution // // is forbidden and doing so will terminate // // your right to use this software. // // // /////////////////////////////////////////////////////////////// ?> $isbase = "set"; require("config.php"); $action = "null"; if(isset($dologout)){ $action = "logout"; }elseif(isset($bandwidtherror)){ $action = "bwe"; }elseif(isset($doinvite)){ $action = "invite"; }elseif(isset($settings) || isset($settings2)){ $action = "settings"; }elseif(isset($viewprofile)){ $action = "vp"; }elseif(isset($listrooms)){ $action = "list"; }elseif(isset($croom1)){ $action = "createroom1"; }elseif(isset($croom2)){ $action = "createroom2"; }elseif(isset($changestat)){ $action = "statchange"; }elseif(isset($roomloginreq)){ $action = "roomlogin"; }elseif($notauthorized == 1){ $action = "logintype1"; }elseif($notauthorized == 2){ $action = "logintype2"; }elseif($notauthorized == 0){ $action = "main"; } ?>