<?php require_once ("data_class.php"); class Attack extends Data { function Init() { $this->GetUserData(); } } ?>