Jump to content
MakeWebGames

corruptcity || skalman

Members
  • Posts

    358
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by corruptcity || skalman

  1. hi i am looking for someone that knows all about the mccodes xploits/hacks and to try them against my game. if interested you can either PM me on here or msn [email protected] so i can give you link and an account to use as i have register disabled atm thanks skal
  2. hi immortal you left out Profile Sig from your get array find this if (!in_array($_GET['act'], array('Index', 'SexChange', 'PassChange', 'NameChange', 'DPChange', 'ForumSig'))) { Error('Invalid Command!'); }   replace it with this if (!in_array($_GET['act'], array('Index', 'SexChange', 'PassChange', 'NameChange', 'DPChange', 'ForumSig','ProfileSig'))) { Error('Invalid Command!'); } skal
×
×
  • Create New...