Jump to content
MakeWebGames

Mafia Mobsters

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Mafia Mobsters

  1. www.hostingsiteforfree.com/ Works well for me. Even though, a paid hosting would be much better!:cool:
  2. Working on it. Feel free to register a account.
  3. My new game project, starting from scratch. http://mafiaheros.hostingsiteforfree.com/ Things that have been coded so far: - Secured login page. - Secured register page.
  4. Good luck finding an open source mafia code that is not bugged, or either not protected for sql injections.
  5. Damn. It looks really nice!
  6. I could use some help. Basically i'm coding a FULLY NEW mafia game. And have to do loads of work. Just finished the home/login page. Now I am going to set up the databases, etc.   If you are intrested, feel free to private message me. :cool:
  7. Hi ShadyCoco. Well since I have different staff positions than GRPG, I'm coding it like this:   if ($user_class->admin == 1) { } if ($user_class->gamemod == 1) { } if ($user_class->forummod == 1) { }   And so on.
  8. Nevermind. I got it..:D   <a href="vote.php">Vote</a> | <a href="refer.php">Refer</a> | <a href="rmstore.php">Upgrade Account</a> | <?php if ($user_class->admin == 1) { echo'<a href="staffpanel.php">Staff Panel</a>'; } ?>
  9. Hey, I am currently trying to create a new staff panel with the GRPG code. But one thing is not working for me and I don't know how to fix it. I am trying to get | Staff panel, behind the Vote and Refer links with this code:   <a href="vote.php">Vote</a> | <a href="refer.php">Refer</a> | <a href="rmstore.php">Upgrade Account</a> <?php if ($user_class->admin == 1) { <a href="admin/panel.php">Admin Panel</a> } ?>   Does anyone know what i'm doing wrong? It does not show when having admin acces, Also Dreamweaver says its bugged... Greetings:cool:
×
×
  • Create New...