Bitders Documentation
Bitders.comHyip ScriptTelegram SupportContact
  • Get Started
  • Installation Quide
  • Admin
    • Bitders Admin Panel
  • Front Side
    • Frontend Template System
    • FAQ Page
  • User Side
    • Title breadcrumbs
    • Dashboard
    • Invest
    • Invest Confirm
    • Active Investments
    • Transactions
Powered by GitBook
On this page
  • Userinfo Variables
  • Last Investment Variable
  • Last Earning Variable
  1. User Side

Dashboard

Userinfo Variables

Userinfo varibales are universal can be used anywhere in USER SIDE.

Format : {$userinfo.variablename}

Modifiers & Arguments

modifier
argument
usage
usage with argument

fiat

currency ID

{$userinfo.variable|fiat}

{$userinfo.variable|fiat:14}

amount_format

-

{$userinfo.variable|amount_format}

-

default

N/A

{$userinfo.variable|default:"N/A"t}

-

date_format

%Y-%m-%d %H:%M:%S

{$date_variable|date_format}

{$date_variable|date_format:"%Y-%m-%d %H:%M:%S"}

Variable
Function

{$userinfo.fullname}

Full Name

{$userinfo.username}

Username

{$userinfo.email}

Email

{$userinfo.created_at|date_format}

Registration Date

{$userinfo.last_access}

Last Access Date Time

{$userinfo.last_access_ip}

Last Access IP

{$userinfo.sponsor|default:"N/A"}

Sponsor/Upline

{$userinfo.accountbalance|fiat}

Account Balance

{$userinfo.affiliates}

Total Affiliates

{$userinfo.affiliates_active|fiat}

Active Affiliates

{$userinfo.affiliates_total|fiat}

Total Affiliates Commission

{$userinfo.affiliates_investment|fiat}

Total Affiliates Investment

{$userinfo.investments_active|fiat}

Total Investment

{$userinfo.investments_total|fiat}

Active Investment

{$userinfo.earnings_total|fiat}

Total Earnings

{$userinfo.earnings_today|fiat}

Earnings Today

{$userinfo.withdrawals_total|fiat}

Total Withdrawals

{$userinfo.withdrawals_pending|fiat}

Pending Withdrawals

Last Investment Variable

Variable
Function

{$investment_last}

Last Investment Amount

{$investment_last_cid}

Last Investment Currency ID

{$investment_last_currency}

Last Investment Currency

{$investment_last_date}

Last Investment Date

{$investment_last_id}

Last Investment Package ID

Last Earning Variable

Variable
Function

{$investment_last}

Last Investment Amount

{$investment_last_cid}

Last Investment Currency ID

{$investment_last_currency}

Last Investment Currency

{$investment_last_date}

Last Investment Date

{$investment_last_id}

Last Investment Package ID

PreviousTitle breadcrumbsNextInvest

Last updated 9 months ago