Jump to content

mrnagger

Newbie
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Language
    English
  • Software
    IPS4
  • Version
    4.5

Recent Profile Visitors

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

mrnagger's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post
  • Reacting Well

Recent Badges

1

Reputation

  1. How much does the application costs? Is it possible to see all information inside the ACP including the picture and information used in the verification even if these already verified? Does these KYC services cost us money? Why is there $10 fee in your screenshot? Also do you have discord?
  2. I am trying to upload file using internal IPS api and $_FILES php: <?php $_SERVER['SCRIPT_FILENAME'] = __FILE__; require_once 'init.php'; $init = \IPS\Session\Front::i(); echo "Filename: " . $_FILES['file']['name']."<br>"; echo "Type : " . $_FILES['file']['type'] ."<br>"; echo "Size : " . $_FILES['file']['size'] ."<br>"; echo "Temp name: " . $_FILES['file']['tmp_name'] ."<br>"; echo "Error : " . $_FILES['file']['error'] . "<br>"; $image = \IPS\Image::create( $_FILES['file']['tmp_name'] ); echo $image; ?> this sadly doesn't work, anyone know which API is used? thanks
  3. This should be recommended at official IPB forums too!
  4. i tried send you private message but it seems you cannot receive anymore i added you on discord thanks
  5. mrnagger

    <removed>

    <removed>
  6. {{foreach \IPS\nexus\Money::currencies() as $currency}} {{if isset( \IPS\nexus\Customer::loggedIn()->cm_credits[$currency])}} {{$credits = \IPS\nexus\Customer::loggedIn()->cm_credits[$currency];}} {{if $credits->amount->isGreaterThanZero()}} {lang="credit_balance"}: {$credits} {{endif}} {{endif}} {{endforeach}}
×
×
  • Create New...