Jump to content

mariuswq

Newbie
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Language
    English
  • Software
    IPS4
  • Version
    4.4

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

mariuswq's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter Rare

Recent Badges

1

Reputation

  1. Hello, I spent hours of searching for issue, but I can't fix it. Reinstalled like from 4.2.* to 4.3.* all versions and the problem always stays the same. Problem 1: http://prntscr.com/namv7t [Popup doesn't show up] Problem 2: When I click on profile, I stay in same index page, links changes to profile link, but it shows index. And a lot of more bugs.
  2. Both systems are good for forum managament. Personally I would choose IPS, but Xenforo isn't bad at all.
  3. Both are good, just look what functions do you need and choose.
  4. Wb, good to see you there again!
  5. Hello, I have spent hours of googling for info, and I haven't found right answer. My main goal is to display SA:MP Server players count. My code now: I am using PHP blocks. include('monitorius/SampQueryAPI.php'); $query = new SampQueryAPI('', 7777); if($query->isOnline()) { $aInformation = $query->getInfo(); } echo "".$aInformation['players']." / ".$aInformation['maxplayers'].""; And this is the errors what I get. http://prntscr.com/l1tgav
×
×
  • Create New...