Jump to content

pepito13

Rookie
  • Posts

    20
  • Joined

  • Last visited

Profile Information

  • Language
    English
  • Software
    IPS4
  • Version
    4.2

Recent Profile Visitors

2,034 profile views

pepito13's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Collaborator Rare
  • Conversation Starter Rare
  • Reacting Well
  • Week One Done

Recent Badges

2

Reputation

  1. pepito13

    Why ?

    Per our Inactivity Policy, accounts are designated inactive if the account has not made a post within the last 30 days. Inactive Members have several restrictions placed on their accounts: Cannot view or download files. 300 second flood control (as opposed to 30 for Members). Cannot create profile status updates. A maximum of one (1) PM can be sent per day. Getting your previous rank restored is simple: make two (2) non-spam posts.
  2. PUBG is very bad optimized. Fortnite is full of rat kids.
  3. Don't use <center> my friend. It's deprecated.
  4. It's sad that there isn't a complete documentation about IPS4 similar to IPB3. I found this a few months ago: <?php /* Require the init.php file from the Community Suite root directory */ require 'init.php'; /* Initiate the session to verify who this user is */ \IPS\Session\Front::i(); echo \IPS\Member::loggedIn()->name; ?> Replace \IPS\Member::loggedIn()->name with \IPS\Member::loggedIn()->member_group_id and do what you want :) // Check if user is admin if(\IPS\Member::loggedIn()->member_group_id == 4) { echo "You are Admin!"; } // Check if loggedIn if(\IPS\Member::loggedIn()->member_id) { echo "You are logged in!"; } Greetings!
  5. Thanks for your contributions!!

×
×
  • Create New...