-
-
-
-
-{if $smarty.request.invitersstart|default:"0" > 0}
- Previous 10
-{else}
-
-{/if}
-
-
- Next 10
-
-
-
-
-
-
-
- Username
- eMail
- Amount
- Outstanding
- Activated
-
-
-
-{section inviter $TOPINVITERS}
-
- {$TOPINVITERS[inviter].username|escape}
- {$TOPINVITERS[inviter].email}
- {$TOPINVITERS[inviter].invitationcount}
- {($TOPINVITERS[inviter].invitationcount - $TOPINVITERS[inviter].activated)|number_format:"0"}
- {$TOPINVITERS[inviter].activated}
-
-{/section}
-
-
-
-{/nocache}
\ No newline at end of file
diff --git a/public/templates/mpos/admin/monitoring/default.tpl b/public/templates/mpos/admin/monitoring/default.tpl
deleted file mode 100644
index 7ed12abc..00000000
--- a/public/templates/mpos/admin/monitoring/default.tpl
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
- Cronjob
- Disabled
- Exit Code
- Active
- Runtime
- Start Time
- End Time
- Message
-
-
-{foreach $CRONSTATUS as $cron => $data}
-
- {$cron}
- {foreach $data as $name => $event}
-
- {if $event.type == 'okerror'}
- {if $event.value == 0}
- OK
- {else}
- ERROR
- {/if}
- {else if $event.type == 'message'}
- {$event.value}
- {else if $event.type == 'yesno'}
-
- {else if $event.type == 'time'}
- {if $event.value > 60}
-
- {else if $event.value > 120}
-
- {else}
-
- {/if}
- {$event.value|default:"0"|number_format:"2"} seconds
-
- {else if $event.type == 'date'}
- {if ($smarty.now - 180) > $event.value}
-
- {else if ($smarty.now - 120) > $event.value}
-
- {else}
-
- {/if}
- {$event.value|date_format:"%m/%d %H:%M:%S"}
-
- {else}
- {$event.value|default:""}
- {/if}
-
- {/foreach}
-
-{/foreach}
-
-
-
diff --git a/public/templates/mpos/admin/news/default.tpl b/public/templates/mpos/admin/news/default.tpl
deleted file mode 100644
index 2d54a994..00000000
--- a/public/templates/mpos/admin/news/default.tpl
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
- News posts support the Markdown syntax
-
-
-
-{nocache}
-{section name=news loop=$NEWS}
-
- {$NEWS[news].header} posted {$NEWS[news].time} by {$NEWS[news].author}
-{if $NEWS[news].active == 0}inactive {/if}
- {$NEWS[news].content nofilter}
-
-
-{/section}
-{/nocache}
diff --git a/public/templates/mpos/admin/news_edit/default.tpl b/public/templates/mpos/admin/news_edit/default.tpl
deleted file mode 100644
index 26c24acd..00000000
--- a/public/templates/mpos/admin/news_edit/default.tpl
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
- Edit news entry #{$NEWS.id}
-
-
-
-
-
-
-
-
-
diff --git a/public/templates/mpos/admin/poolworkers/default.tpl b/public/templates/mpos/admin/poolworkers/default.tpl
deleted file mode 100644
index 2b562980..00000000
--- a/public/templates/mpos/admin/poolworkers/default.tpl
+++ /dev/null
@@ -1,52 +0,0 @@
-
- {$GLOBAL.workers} Current Active Pool Workers
-
-
-
-
-
-
-
-{if $smarty.request.start|default:"0" > 0}
-
-{else}
-
-{/if}
-
-
-
-
-
-
-
-
-
-
- Worker Name
- Password
- Active
- Khash/s
- {if $GLOBAL.config.disable_notifications != 1 && $DISABLE_IDLEWORKERNOTIFICATIONS != 1}Monitor {/if}
- Difficulty
- Avg Difficulty
-
-
- {nocache}
- {section worker $WORKERS}
-
-
- {$WORKERS[worker].username|escape}
- {$WORKERS[worker].password|escape}
-
- {if $GLOBAL.config.disable_notifications != 1 && $DISABLE_IDLEWORKERNOTIFICATIONS != 1}
-
- {/if}
- {$WORKERS[worker].hashrate|number_format|default:"0"}
- {if $WORKERS[worker].hashrate > 0}{$WORKERS[worker].difficulty|number_format:"2"|default:"0"}{else}0{/if}
- {if $WORKERS[worker].hashrate > 0}{$WORKERS[worker].avg_difficulty|number_format:"2"|default:"0"}{else}0{/if}
-
- {/section}
- {/nocache}
-
-
-
diff --git a/public/templates/mpos/admin/registrations/default.tpl b/public/templates/mpos/admin/registrations/default.tpl
deleted file mode 100644
index c43a2b74..00000000
--- a/public/templates/mpos/admin/registrations/default.tpl
+++ /dev/null
@@ -1,46 +0,0 @@
-{nocache}
-
-
-
-
-
-
-
-{if $smarty.request.registeredstart|default:"0" > 0}
- Previous 10
-{else}
-
-{/if}
-
-
- Next 10
-
-
-
-
-
-
-
- ID
- Username
- eMail
- Reg. Date
- Invite
- Invited from
-
-
-
-{section user $LASTREGISTEREDUSERS}
-
- {$LASTREGISTEREDUSERS[user].id|escape}
- {$LASTREGISTEREDUSERS[user].mposuser}
- {$LASTREGISTEREDUSERS[user].email}
- {$LASTREGISTEREDUSERS[user].signup_timestamp|date_format:"%d/%m %H:%M:%S"}
- {if !$LASTREGISTEREDUSERS[user].inviter}{else}{/if}
- {$LASTREGISTEREDUSERS[user].inviter}
-
-{/section}
-
-
-
-{/nocache}
\ No newline at end of file
diff --git a/public/templates/mpos/admin/reports/default.tpl b/public/templates/mpos/admin/reports/default.tpl
deleted file mode 100644
index 53ca1869..00000000
--- a/public/templates/mpos/admin/reports/default.tpl
+++ /dev/null
@@ -1,2 +0,0 @@
-{include file="admin/reports/earnings_control.tpl"}
-{include file="admin/reports/earnings_report.tpl"}
diff --git a/public/templates/mpos/admin/reports/earnings_control.tpl b/public/templates/mpos/admin/reports/earnings_control.tpl
deleted file mode 100644
index 78598dda..00000000
--- a/public/templates/mpos/admin/reports/earnings_control.tpl
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/public/templates/mpos/admin/reports/earnings_report.tpl b/public/templates/mpos/admin/reports/earnings_report.tpl
deleted file mode 100644
index 01eb14ec..00000000
--- a/public/templates/mpos/admin/reports/earnings_report.tpl
+++ /dev/null
@@ -1,94 +0,0 @@
-
- Earnings Report Last {$BLOCKLIMIT} Blocks For User: {$USERNAME}
-
-
-
- Block
- Round Shares
- Round Valid
- Invalid
- Invalid %
- Round %
- {if $GLOBAL.config.payout_system == 'pplns'}
- PPLNS Shares
- PPLNS Valid
- Invalid
- Invalid %
- PPLNS %
- Variance
- {/if}
- Amount
-
-
-
-{assign var=percentage value=0}
-{assign var=percentage1 value=0}
-{assign var=percentage2 value=0}
-{assign var=totalvalid value=0}
-{assign var=totalinvalid value=0}
-{assign var=totalshares value=0}
-{assign var=usertotalshares value=0}
-{assign var=totalpercentage value=0}
-{assign var=pplnsshares value=0}
-{assign var=userpplnsshares value=0}
-{assign var=pplnsvalid value=0}
-{assign var=pplnsinvalid value=0}
-{assign var=amount value=0}
-{section txs $REPORTDATA}
- {assign var="totalshares" value=$totalshares+$REPORTDATA[txs].shares}
- {assign var=totalvalid value=$totalvalid+$REPORTDATA[txs]['user'].valid}
- {assign var=totalinvalid value=$totalinvalid+$REPORTDATA[txs]['user'].invalid}
- {assign var="pplnsshares" value=$pplnsshares+$REPORTDATA[txs].pplns_shares}
- {assign var=pplnsvalid value=$pplnsvalid+$REPORTDATA[txs]['user'].pplns_valid}
- {assign var=pplnsinvalid value=$pplnsinvalid+$REPORTDATA[txs]['user'].pplns_invalid}
- {assign var=amount value=$amount+$REPORTDATA[txs].user_credit}
- {if $REPORTDATA[txs]['user'].pplns_valid > 0}
- {assign var="userpplnsshares" value=$userpplnsshares+$REPORTDATA[txs].pplns_shares}
- {/if}
- {if $REPORTDATA[txs]['user'].valid > 0}
- {assign var="usertotalshares" value=$usertotalshares+$REPORTDATA[txs].shares}
- {/if}
-
- {$REPORTDATA[txs].height|default:"0"}
- {$REPORTDATA[txs].shares|default:"0"}
- {$REPORTDATA[txs]['user'].valid|number_format|default:"0"}
- {$REPORTDATA[txs]['user'].invalid|number_format|default:"0"}
- {if $REPORTDATA[txs]['user'].invalid > 0 }{($REPORTDATA[txs]['user'].invalid / $REPORTDATA[txs]['user'].valid * 100)|number_format:"2"|default:"0"}{else}0.00{/if}
- {if $REPORTDATA[txs]['user'].valid > 0 }{(( 100 / $REPORTDATA[txs].shares) * $REPORTDATA[txs]['user'].valid)|number_format:"2"}{else}0.00{/if}
- {if $GLOBAL.config.payout_system == 'pplns'}
- {$REPORTDATA[txs].pplns_shares|number_format|default:"0"}
- {$REPORTDATA[txs]['user'].pplns_valid|number_format|default:"0"}
- {$REPORTDATA[txs]['user'].pplns_invalid|number_format|default:"0"}
- {if $REPORTDATA[txs]['user'].pplns_invalid > 0 && $REPORTDATA[txs]['user'].pplns_valid > 0 }{($REPORTDATA[txs]['user'].pplns_invalid / $REPORTDATA[txs]['user'].pplns_valid * 100)|number_format:"2"|default:"0"}{else}0.00{/if}
- {if $REPORTDATA[txs].shares > 0 && $REPORTDATA[txs]['user'].pplns_valid > 0}{(( 100 / $REPORTDATA[txs].pplns_shares) * $REPORTDATA[txs]['user'].pplns_valid)|number_format:"2"|default:"0"}{else}0.00{/if}
- {if $REPORTDATA[txs]['user'].valid > 0 && $REPORTDATA[txs]['user'].pplns_valid > 0}{math assign="percentage1" equation=(100 / ((( 100 / $REPORTDATA[txs].shares) * $REPORTDATA[txs]['user'].valid) / (( 100 / $REPORTDATA[txs].pplns_shares) * $REPORTDATA[txs]['user'].pplns_valid)))}{else if $REPORTDATA[txs]['user'].pplns_valid == 0}{assign var=percentage1 value=0}{else}{assign var=percentage1 value=100}{/if}
- {$percentage1|number_format:"2"|default:"0"}
- {/if}
- {$REPORTDATA[txs].user_credit|default:"0"|number_format:"8"}
- {assign var=percentage1 value=0}
-
-{/section}
-
- Totals
- {$totalshares|number_format}
- {$totalvalid|number_format}
- {$totalinvalid|number_format}
- {if $totalinvalid > 0 && $totalvalid > 0 }{($totalinvalid / $totalvalid * 100)|number_format:"2"|default:"0"}{else}0.00{/if}
- {if $usertotalshares > 0 && $totalvalid > 0}{(( 100 / $usertotalshares) * $totalvalid)|number_format:"2"|default:"0"}{else}0.00{/if}
- {if $GLOBAL.config.payout_system == 'pplns'}
- {$pplnsshares|number_format}
- {$pplnsvalid|number_format}
- {$pplnsinvalid|number_format}
- {if $pplnsinvalid > 0 && $pplnsvalid > 0 }{($pplnsinvalid / $pplnsvalid * 100)|number_format:"2"|default:"0"}{else}0.00{/if}
- {if $userpplnsshares > 0 && $pplnsvalid > 0}{(( 100 / $userpplnsshares) * $pplnsvalid)|number_format:"2"|default:"0"}{else}0.00{/if}
- {if $totalvalid > 0 && $pplnsvalid > 0}{math assign="percentage2" equation=(100 / ((( 100 / $usertotalshares) * $totalvalid) / (( 100 / $userpplnsshares) * $pplnsvalid)))}{else if $pplnsvalid == 0}{assign var=percentage2 value=0}{else}{assign var=percentage2 value=100}{/if}
- {$percentage2|number_format:"2"|default:"0"}
- {/if}
- {$amount|default:"0"|number_format:"8"}
- {assign var=percentage2 value=0}
-
-
-
-
-
diff --git a/public/templates/mpos/admin/settings/default.tpl b/public/templates/mpos/admin/settings/default.tpl
deleted file mode 100644
index 1dc5979d..00000000
--- a/public/templates/mpos/admin/settings/default.tpl
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-{foreach item=TAB from=array_keys($SETTINGS)}
-
-
-{section name=setting loop=$SETTINGS.$TAB}
-
- {$SETTINGS.$TAB[setting].display}
- {if $SETTINGS.$TAB[setting].tooltip|default}{$SETTINGS.$TAB[setting].tooltip} {/if}
- {if $SETTINGS.$TAB[setting].type == 'select'}
- {html_options name="data[{$SETTINGS.$TAB[setting].name}]" options=$SETTINGS.$TAB[setting].options selected=$SETTINGS.$TAB[setting].value|default:$SETTINGS.$TAB[setting].default}
- {else if $SETTINGS.$TAB[setting].type == 'text'}
-
- {else if $SETTINGS.$TAB[setting].type == 'textarea'}
- {$SETTINGS.$TAB[setting].value|default:$SETTINGS.$TAB[setting].default}
- {else}
- Unknown option type: {$SETTINGS.$TAB[setting].type}
- {/if}
-
-{/section}
-
-{/foreach}
-
-
-
-
diff --git a/public/templates/mpos/admin/templates/default.tpl b/public/templates/mpos/admin/templates/default.tpl
deleted file mode 100644
index d2a762eb..00000000
--- a/public/templates/mpos/admin/templates/default.tpl
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
- {include file="admin/templates/tree.tpl" files=$TEMPLATES prefix=""}
-
-
-
-
-
-
-
-
- Bold templates are activated
-
-
-
-
- Edit template '{$CURRENT_TEMPLATE}'
-
-
-
-
-
-
-
- Active
-
-
-
-
-
- Content
- {nocache}{$DATABASE_TEMPLATE.content nofilter}{/nocache}
-
-
- Original Template Content
- {nocache}{$ORIGINAL_TEMPLATE nofilter}{/nocache}
-
-
-
-
-
diff --git a/public/templates/mpos/admin/templates/tree.tpl b/public/templates/mpos/admin/templates/tree.tpl
deleted file mode 100644
index af08822c..00000000
--- a/public/templates/mpos/admin/templates/tree.tpl
+++ /dev/null
@@ -1,27 +0,0 @@
-
- {foreach from=$files item="value" key="file"}
- {if $file != 'master.tpl'}
- {if is_array($value)}
-
- {$file}
- {assign var="new_prefix" value="$prefix$file/"}
- {include file="admin/templates/tree.tpl" files=$value prefix=$new_prefix}
-
- {else}
- {assign var="path" value="$prefix$file"}
-
- {assign var="classes" value=array()}
- {if array_key_exists($path, $ACTIVE_TEMPLATES)}
- {assign var="tmp" value=array_push($classes,"dynatree-activated")}
- {/if}
- {if $CURRENT_TEMPLATE eq $path}
- {assign var="tmp" value=array_push($classes,"dynatree-active")}
- {/if}
- {assign var="classes" value=join(" ", $classes)}
-
- {$file}
-
- {/if}
- {/if}
- {/foreach}
-
diff --git a/public/templates/mpos/admin/transactions/default.tpl b/public/templates/mpos/admin/transactions/default.tpl
deleted file mode 100644
index d9ca12cf..00000000
--- a/public/templates/mpos/admin/transactions/default.tpl
+++ /dev/null
@@ -1,117 +0,0 @@
-{if $DISABLE_TRANSACTIONSUMMARY|default:"0" != 1}
-
-
-
-
-
- {foreach $SUMMARY as $type=>$total}
- {$type}
- {/foreach}
-
-
-
-
- {foreach $SUMMARY as $type=>$total}
- {$total|number_format:"8"}
- {/foreach}
-
-
-
-
-{/if}
-
-
-
-
-
-
-
-
-
-
-
-
-
- ID
- Account
- Date
- TX Type
- Status
- Payment Address
- TX #
- Block #
- Amount
-
-
-
-{section transaction $TRANSACTIONS}
-
- {$TRANSACTIONS[transaction].id}
- {$TRANSACTIONS[transaction].username}
- {$TRANSACTIONS[transaction].timestamp}
- {$TRANSACTIONS[transaction].type}
-
- {if $TRANSACTIONS[transaction].type == 'Credit_PPS' OR
- $TRANSACTIONS[transaction].type == 'Fee_PPS' OR
- $TRANSACTIONS[transaction].type == 'Donation_PPS' OR
- $TRANSACTIONS[transaction].type == 'Debit_MP' OR
- $TRANSACTIONS[transaction].type == 'Debit_AP' OR
- $TRANSACTIONS[transaction].type == 'TXFee' OR
- $TRANSACTIONS[transaction].confirmations >= $GLOBAL.confirmations
- }Confirmed
- {else if $TRANSACTIONS[transaction].confirmations == -1}Orphaned
- {else}Unconfirmed {/if}
-
- {$TRANSACTIONS[transaction].coin_address|truncate:20:"...":true:true}
- {if ! $GLOBAL.website.transactionexplorer.disabled}
- {$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true}
- {else}
- {$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true}
- {/if}
- {if $TRANSACTIONS[transaction].height == 0}n/a{else}{/if}{$TRANSACTIONS[transaction].height}
- {$TRANSACTIONS[transaction].amount|number_format:"8"}
-
-{/section}
-
-
- Credit_AP = Auto Threshold Payment, Credit_MP = Manual Payment, Donation = Donation, Fee = Pool Fees (if applicable)
-
diff --git a/public/templates/mpos/admin/user/default.tpl b/public/templates/mpos/admin/user/default.tpl
deleted file mode 100644
index 6e2914d8..00000000
--- a/public/templates/mpos/admin/user/default.tpl
+++ /dev/null
@@ -1,147 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/public/templates/mpos/admin/wallet/default.tpl b/public/templates/mpos/admin/wallet/default.tpl
deleted file mode 100644
index 2f275000..00000000
--- a/public/templates/mpos/admin/wallet/default.tpl
+++ /dev/null
@@ -1,103 +0,0 @@
-{if $ADDRESSCOUNT > 1}
-
-
-{/if}
-
-
-
-
- Wallet Balance
- {$BALANCE|number_format:"8"}
-
-
- Locked for users
- {$LOCKED|number_format:"8"}
-
-
- Unconfirmed
- {$UNCONFIRMED|number_format:"8"}
-
-{if $NEWMINT >= 0}
-
- Liquid Assets
- {if $GLOBAL.config.getbalancewithunconfirmed}
- {($BALANCE - $LOCKED - $UNCONFIRMED + $NEWMINT|default:"0")|number_format:"8"}
- {else}
- {($BALANCE - $LOCKED + $NEWMINT|default:"0")|number_format:"8"}
- {/if}
-
-
- PoS New Mint
- {$NEWMINT|number_format:"8"}
-
-{else}
-
- Liquid Assets
- {($BALANCE - $LOCKED - $UNCONFIRMED)|number_format:"8"}
-
-{/if}
-
-
-
-
-
-
-
- Version
- Protocol Version
- Wallet Version
- Connections
- Errors
-
-
-
- {$COININFO.version|default:""}
- {$COININFO.protocolversion|default:""}
- {$COININFO.walletversion|default:""}
- {$COININFO.connections|default:""}
- {$COININFO.errors|default:"OK"}
-
-
-
-
-{if $ADDRESSCOUNT > 1}
-
-
-
- Number of Accounts in Wallet: {$ADDRESSCOUNT|default:"0"}
-{foreach key=NAME item=VALUE from=$ACCOUNTS}
-
- Account: {$NAME|default:"Default"}
-
-
-
-
- Balance
- {$VALUE|number_format:"8"}
-
-
-
-{foreach key=ACCOUNT item=ADDRESS from=$ACCOUNTADDRESSES}
-{if $ACCOUNT == $NAME}
-
- Addresses assigned to Account {$ACCOUNT|default:"Default"}
-
-
-{foreach from=$ACCOUNTADDRESSES[$ACCOUNT] key=ACCOUNT1 item=ADDRESS1}
-{if $ADDRESS1@iteration is even by 1}
- {$ADDRESS1}
-
-{else}
-
- {$ADDRESS1}
-{/if}
-{/foreach}
-
-
-
-{/if}
-{/foreach}
-
-{/foreach}
-
-{/if}
diff --git a/public/templates/mpos/contactform/contactform/default.tpl b/public/templates/mpos/contactform/contactform/default.tpl
deleted file mode 100644
index d0bfd1bd..00000000
--- a/public/templates/mpos/contactform/contactform/default.tpl
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
- Your Name
-
-
-
- Your Email Address
-
-
-
- Your Subject
-
-
-
- Your Message
- {$smarty.request.senderMessage|escape|default:""}
-
- {nocache}{$RECAPTCHA|default:"" nofilter}{/nocache}
-
-
-
-
diff --git a/public/templates/mpos/contactform/default.tpl b/public/templates/mpos/contactform/default.tpl
deleted file mode 100644
index 40e0471b..00000000
--- a/public/templates/mpos/contactform/default.tpl
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
- Your Name
-
-
-
- Your Email Address
-
-
-
- Your Subject
-
-
-
- Your Message
- {$smarty.request.senderMessage|escape|default:""}
-
- {nocache}{$RECAPTCHA|default:"" nofilter}{/nocache}
-
-
-
-
diff --git a/public/templates/mpos/contactform/disabled.tpl b/public/templates/mpos/contactform/disabled.tpl
deleted file mode 100644
index d56872ce..00000000
--- a/public/templates/mpos/contactform/disabled.tpl
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-This product comes 'as-is' without any warranty. Please check the Apache License, Version 2.0, for details.
-
-
-
-
diff --git a/public/templates/mpos/dashboard/account_data.tpl b/public/templates/mpos/dashboard/account_data.tpl
deleted file mode 100644
index 06448bcb..00000000
--- a/public/templates/mpos/dashboard/account_data.tpl
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-{if $GLOBAL.userdata.no_fees}
- You are mining without any pool fees applied and
-{else if $GLOBAL.fees > 0}
- You are mining at {if $GLOBAL.fees < 0.0001}{$GLOBAL.fees|escape|number_format:"8"}{else}{$GLOBAL.fees|escape}{/if}% pool fee and
-{else}
- This pool does not apply fees and
-{/if}
-{if $GLOBAL.userdata.donate_percent > 0}
- you donate {$GLOBAL.userdata.donate_percent|escape}% .
-{else}
- you are not donating .
-{/if}
-
-
-
-
-
- {$GLOBAL.config.currency} Account Balance
-
-
- Confirmed
- {$GLOBAL.userdata.balance.confirmed|number_format:"6"}
-
-
- Unconfirmed
- {$GLOBAL.userdata.balance.unconfirmed|number_format:"6"}
-
-
- {if !$DISABLED_DASHBOARD and !$DISABLED_DASHBOARD_API}
-
-
-
- Worker
- Hashrate
- Difficulty
-
-
-
- No worker information available
-
-
-
- {/if}
-
diff --git a/public/templates/mpos/dashboard/default.tpl b/public/templates/mpos/dashboard/default.tpl
deleted file mode 100644
index 43e85d42..00000000
--- a/public/templates/mpos/dashboard/default.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-{if $smarty.session.AUTHENTICATED|default}
- {include file="dashboard/overview.tpl"}
- {include file="dashboard/system_stats.tpl"}
- {include file="dashboard/round_data.tpl"}
- {include file="dashboard/account_data.tpl"}
- {if !$DISABLED_DASHBOARD and !$DISABLED_DASHBOARD_API}
- {include file="dashboard/js_api.tpl"}
- {else}
- {include file="dashboard/js_static.tpl"}
- {/if}
-{/if}
diff --git a/public/templates/mpos/dashboard/js_api.tpl b/public/templates/mpos/dashboard/js_api.tpl
deleted file mode 100644
index 38b61fa7..00000000
--- a/public/templates/mpos/dashboard/js_api.tpl
+++ /dev/null
@@ -1,225 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/public/templates/mpos/dashboard/js_static.tpl b/public/templates/mpos/dashboard/js_static.tpl
deleted file mode 100644
index af5b94ab..00000000
--- a/public/templates/mpos/dashboard/js_static.tpl
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/public/templates/mpos/dashboard/network_info.tpl b/public/templates/mpos/dashboard/network_info.tpl
deleted file mode 100644
index 68019a10..00000000
--- a/public/templates/mpos/dashboard/network_info.tpl
+++ /dev/null
@@ -1,19 +0,0 @@
-
- Network Info
-
-
- Difficulty
- {$NETWORK.difficulty|number_format:"8"}
-
-
- Est Next Difficulty
- {$NETWORK.EstNextDifficulty|number_format:"8"} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks)
-
-
- Est. Avg. Time per Block
- {$NETWORK.EstTimePerBlock|seconds_to_words}
-
-
- Current Block
- {$NETWORK.block}
-
diff --git a/public/templates/mpos/dashboard/overview.tpl b/public/templates/mpos/dashboard/overview.tpl
deleted file mode 100644
index 6fb42246..00000000
--- a/public/templates/mpos/dashboard/overview.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-
- Overview {if $GLOBAL.config.price.currency}{$GLOBAL.config.currency}/{$GLOBAL.config.price.currency}: {$GLOBAL.price|number_format:"8"|default:"0"} {/if} / Pool Workers: {$GLOBAL.workers}
-
-
-
-
-
-
- {if !$DISABLED_DASHBOARD and !$DISABLED_DASHBOARD_API}
-
- {/if}
-
-
-
diff --git a/public/templates/mpos/dashboard/payout_estimates.tpl b/public/templates/mpos/dashboard/payout_estimates.tpl
deleted file mode 100644
index d103ca0e..00000000
--- a/public/templates/mpos/dashboard/payout_estimates.tpl
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
- {$GLOBAL.config.currency} Estimates
-
-{if $GLOBAL.config.payout_system != 'pps'}
-
- Block
- {$GLOBAL.userdata.estimates.block|number_format:"8"}
-
-
- Fees
- {$GLOBAL.userdata.estimates.fee|number_format:"8"}
-
-
- Donation
- {$GLOBAL.userdata.estimates.donation|number_format:"8"}
-
-
- Payout
- {$GLOBAL.userdata.estimates.payout|number_format:"8"}
-
-{else}
-
- in 1 hour
- {$GLOBAL.userdata.estimates.hours1|number_format:"8"}
-
-
- in 24 hours
- {($GLOBAL.userdata.estimates.hours24)|number_format:"8"}
-
-
- in 7 days
- {($GLOBAL.userdata.estimates.days7)|number_format:"8"}
-
-
- in 14 days
- {($GLOBAL.userdata.estimates.days14)|number_format:"8"}
-
-
- in 30 days
- {($GLOBAL.userdata.estimates.days30)|number_format:"8"}
-
-{/if}
diff --git a/public/templates/mpos/dashboard/round_data.tpl b/public/templates/mpos/dashboard/round_data.tpl
deleted file mode 100644
index 9c593c21..00000000
--- a/public/templates/mpos/dashboard/round_data.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
diff --git a/public/templates/mpos/dashboard/round_shares.tpl b/public/templates/mpos/dashboard/round_shares.tpl
deleted file mode 100644
index 8386345d..00000000
--- a/public/templates/mpos/dashboard/round_shares.tpl
+++ /dev/null
@@ -1,23 +0,0 @@
-
- Round Shares
-
-
- Est. Shares
- {$ESTIMATES.shares|number_format} (done: {$ESTIMATES.percent}%)
-
-
- Pool Valid
- {$GLOBAL.roundshares.valid|number_format}
-
-
- Your Valid
- {$GLOBAL.userdata.shares.valid|number_format}
-
-
- Pool Invalid
- {$GLOBAL.roundshares.invalid|number_format} {if $GLOBAL.roundshares.valid > 0}({($GLOBAL.roundshares.invalid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100)|number_format:"2"}%){else}(0.00%){/if}
-
-
- Your Invalid
- {$GLOBAL.userdata.shares.invalid|number_format} {if $GLOBAL.userdata.shares.valid > 0}({($GLOBAL.userdata.shares.invalid / ($GLOBAL.userdata.shares.valid + $GLOBAL.userdata.shares.invalid) * 100)|number_format:"2"}%){else}(0.00%){/if}
-
diff --git a/public/templates/mpos/dashboard/system_stats.tpl b/public/templates/mpos/dashboard/system_stats.tpl
deleted file mode 100644
index a4576e01..00000000
--- a/public/templates/mpos/dashboard/system_stats.tpl
+++ /dev/null
@@ -1,40 +0,0 @@
-
- {$GLOBAL.config.payout_system|capitalize} Stats
-
-
-
-{if $GLOBAL.config.payout_system == 'pplns'}
-
- PPLNS Target
- {$GLOBAL.pplns.target}
-
-{elseif $GLOBAL.config.payout_system == 'pps'}
-
- Unpaid Shares
- {$GLOBAL.userdata.pps.unpaidshares}
-
-
- Baseline PPS Rate
- {$GLOBAL.ppsvalue|number_format:"12"} {$GLOBAL.config.currency}
-
-
- Pools PPS Rate
- {$GLOBAL.poolppsvalue|number_format:"12"} {$GLOBAL.config.currency}
-
-
- PPS Difficulty
- {$GLOBAL.userdata.sharedifficulty|number_format:"2"}
-
-{/if}
-
- {include file="dashboard/round_shares.tpl"}
-
- {include file="dashboard/payout_estimates.tpl"}
-
- {include file="dashboard/network_info.tpl"}
-
-
-
-
-
-
diff --git a/public/templates/mpos/dashboard/workers.tpl b/public/templates/mpos/dashboard/workers.tpl
deleted file mode 100644
index c3673f79..00000000
--- a/public/templates/mpos/dashboard/workers.tpl
+++ /dev/null
@@ -1,16 +0,0 @@
-
- Active Worker Information
-
-
-
- Worker
- Hashrate
- Difficulty
-
-
-
- Loading worker information
-
-
-
-
diff --git a/public/templates/mpos/error/404/default.tpl b/public/templates/mpos/error/404/default.tpl
deleted file mode 100644
index 36f017b7..00000000
--- a/public/templates/mpos/error/404/default.tpl
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
The page you requested was not found.
-
-
diff --git a/public/templates/mpos/error/default.tpl b/public/templates/mpos/error/default.tpl
deleted file mode 100644
index 36f017b7..00000000
--- a/public/templates/mpos/error/default.tpl
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
The page you requested was not found.
-
-
diff --git a/public/templates/mpos/error/ratelimit/default.tpl b/public/templates/mpos/error/ratelimit/default.tpl
deleted file mode 100644
index 7ab5c72b..00000000
--- a/public/templates/mpos/error/ratelimit/default.tpl
+++ /dev/null
@@ -1,6 +0,0 @@
-
-Request rate limit exceeded
-
-
You're sending too many requests too fast!
-
-
\ No newline at end of file
diff --git a/public/templates/mpos/gettingstarted/default.tpl b/public/templates/mpos/gettingstarted/default.tpl
deleted file mode 100644
index 5a6e36d7..00000000
--- a/public/templates/mpos/gettingstarted/default.tpl
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
1. Create account.
-
- Register here , or login if you already have account
- Create a worker that will be used by the miner to login
-
-
-
2. Download a miner.
-
-
-
3. Configure your miner.
-
Settings for Stratum (recommended):
-
-
- STRATUM: stratum+tcp://{$SITESTRATUMURL|default:$smarty.server.SERVER_NAME}
- PORT: {$SITESTRATUMPORT|default:"3333"}
- Username: Weblogin.Worker
- Password: Worker Password
-
-
-
If you use a command-line miner, type:
-
CGMiner
-
./cgminer {if $GLOBAL.config.algorithm == 'scrypt'}--scrypt{/if} -o stratum+tcp://{$SITESTRATUMURL|default:$smarty.server.SERVER_NAME}:{$SITESTRATUMPORT|default:"3333"} -u Weblogin .Worker -p Worker password
-
BFGMiner
-
./bfgminer {if $GLOBAL.config.algorithm == 'scrypt'}--scrypt{/if} -o stratum+tcp://{$SITESTRATUMURL|default:$smarty.server.SERVER_NAME}:{$SITESTRATUMPORT|default:"3333"} -u Weblogin .Worker -p Worker password
-
If you want, you can create additional workers with usernames and passwords of your choice here
-
-
4. Create a {$SITECOINNAME|default:"Litecoin"} address to recieve payments.
-
-
-
5. Advanced cgminer settings / FAQ
-
- Scrypt readme
- Don't set intensity too high, I=11 is standard and safest. Higher intensity takes more GPU RAM. Check for hardware errors in cgminer (HW). HW=0 is good, otherwise lower intensity :)
- Set shaders according to the readme (or look at your graphic cards specifications). Cgminer uses this value at first run to calculate thread-concurrency . Easiest way to get this optimized is to use same settings as others have used here: here .
- There's also an interesting project which gives you a GUI for cgminer. Windows only it seems.
- Here's a great guide how to get up and running with Xubuntu.
-
-
-
-
diff --git a/public/templates/mpos/global/breadcrumbs.tpl b/public/templates/mpos/global/breadcrumbs.tpl
deleted file mode 100644
index ef0f55a4..00000000
--- a/public/templates/mpos/global/breadcrumbs.tpl
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/public/templates/mpos/global/footer.tpl b/public/templates/mpos/global/footer.tpl
deleted file mode 100644
index 88648b69..00000000
--- a/public/templates/mpos/global/footer.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
-
MPOS by TheSerapher, available on GitHub
-
Please Donate to TheSerapher LTC: Lge95QR2frp9y1wJufjUPCycVsg5gLJPW8
-
Copyright © 2013 Sebastian Grewe , Theme by MediaLoot
- {if $DEBUG > 0}
-
- {nocache}{include file="system/debugger.tpl"}{/nocache}
-
- {/if}
diff --git a/public/templates/mpos/global/header.tpl b/public/templates/mpos/global/header.tpl
deleted file mode 100644
index 9c8ab7e5..00000000
--- a/public/templates/mpos/global/header.tpl
+++ /dev/null
@@ -1,4 +0,0 @@
-
- {$GLOBAL.website.name|default:"Unknown Pool"}
- {if $smarty.request.action|escape|default:""}{$smarty.request.action|escape|capitalize}{else}{$smarty.request.page|escape|default:"home"|capitalize}{/if}
-
\ No newline at end of file
diff --git a/public/templates/mpos/global/navigation.tpl b/public/templates/mpos/global/navigation.tpl
deleted file mode 100644
index 27a753ef..00000000
--- a/public/templates/mpos/global/navigation.tpl
+++ /dev/null
@@ -1,81 +0,0 @@
-
-
Home
- {if $smarty.session.AUTHENTICATED|default:"0" == 1}
-
My Account
-
-
- {/if}
- {if $smarty.session.AUTHENTICATED|default:"0" == 1 && $GLOBAL.userdata.is_admin == 1}
-
Admin Panel
-
- {/if}
-
Statistics
-
- {acl_check icon='icon-align-left' page='statistics' action='pool' name='Pool' acl=$GLOBAL.acl.pool.statistics fallback='page=statistics'}
- {acl_check icon='icon-th-large' page='statistics' action='blocks' name='Blocks' acl=$GLOBAL.acl.block.statistics}
- {acl_check icon='icon-chart' page='statistics' action='round' name='Round' acl=$GLOBAL.acl.round.statistics}
- {acl_check icon='icon-search' page='statistics' action='blockfinder' name='Blockfinder' acl=$GLOBAL.acl.blockfinder.statistics}
- {acl_check icon='icon-bell' page='statistics' action='uptime' name='Uptime' acl=$GLOBAL.acl.uptime.statistics}
- {acl_check icon='icon-chart' page='statistics' action='graphs' name='Graphs' acl=$GLOBAL.acl.graphs.statistics}
-
-
Help
-
- Getting Started
- {acl_check icon='icon-doc' page='about' action='pool' name='About' acl=$GLOBAL.acl.about.page}
- {acl_check icon='icon-money' page='about' action='donors' name='Donors' acl=$GLOBAL.acl.donors.page}
- {acl_check icon='icon-megaphone' page='about' action='chat' name='Web Chat' acl=$GLOBAL.acl.chat.page}
-
-
Other
-
- {if $smarty.session.AUTHENTICATED|default:"0" == 1}
- Logout
- {else}
- Login
- Sign Up
- {/if}
- {acl_check icon='icon-mail' page='contactform' action='' name='Contact' acl=$GLOBAL.acl.contactform}
- Terms & Conditions
-
-
- {if $smarty.session.AUTHENTICATED|default:"0" == 1}
-
- {else}
-
-
- {if !$GLOBAL.website.api.disabled && !$GLOBAL.config.disable_navbar && !$GLOBAL.config.disable_navbar_api}
- {include file="global/navjs_api.tpl"}
- {else}
- {include file="global/navjs_static.tpl"}
- {/if}
- {/if}
diff --git a/public/templates/mpos/global/navjs_api.tpl b/public/templates/mpos/global/navjs_api.tpl
deleted file mode 100644
index d998e926..00000000
--- a/public/templates/mpos/global/navjs_api.tpl
+++ /dev/null
@@ -1,66 +0,0 @@
-
diff --git a/public/templates/mpos/global/navjs_static.tpl b/public/templates/mpos/global/navjs_static.tpl
deleted file mode 100644
index d81ad578..00000000
--- a/public/templates/mpos/global/navjs_static.tpl
+++ /dev/null
@@ -1,42 +0,0 @@
-
diff --git a/public/templates/mpos/global/pagination.tpl b/public/templates/mpos/global/pagination.tpl
deleted file mode 100644
index 3374cd7c..00000000
--- a/public/templates/mpos/global/pagination.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/public/templates/mpos/global/userinfo.tpl b/public/templates/mpos/global/userinfo.tpl
deleted file mode 100644
index 2b0ef0d6..00000000
--- a/public/templates/mpos/global/userinfo.tpl
+++ /dev/null
@@ -1,7 +0,0 @@
-
-{if $GLOBAL.userdata.username|default}
-
Welcome {$smarty.session.USERDATA.username|escape}
-{else}
-
Welcome Guest
-{/if}
-
diff --git a/public/templates/mpos/home/default.tpl b/public/templates/mpos/home/default.tpl
deleted file mode 100644
index 3286aeda..00000000
--- a/public/templates/mpos/home/default.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-{section name=news loop=$NEWS}
-
- {$NEWS[news].header}, posted {$NEWS[news].time|date_format:"%b %e, %Y at %H:%M"}{if $HIDEAUTHOR|default:"0" == 0} by {$NEWS[news].author} {/if}
-
- {$NEWS[news].content nofilter}
-
-
-
-{/section}
diff --git a/public/templates/mpos/login/default.tpl b/public/templates/mpos/login/default.tpl
deleted file mode 100644
index b407e2a1..00000000
--- a/public/templates/mpos/login/default.tpl
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
- Login with existing account
-
- {nocache}{$RECAPTCHA|default:"" nofilter}{/nocache}
-
-
-
diff --git a/public/templates/mpos/login/small.tpl b/public/templates/mpos/login/small.tpl
deleted file mode 100644
index 32b61fe5..00000000
--- a/public/templates/mpos/login/small.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-{if $smarty.session.AUTHENTICATED|default:"0" == 0}
-
-
-
-
-
- Username
-
-
- Password
-
-
-
-
-
-
-{/if}
diff --git a/public/templates/mpos/master.tpl b/public/templates/mpos/master.tpl
deleted file mode 100644
index b65a02e6..00000000
--- a/public/templates/mpos/master.tpl
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
{$GLOBAL.website.title} I {$smarty.request.page|escape|default:"home"|capitalize}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {literal}{/literal}
-
- {if $GLOBAL.statistics.analytics.enabled}
- {$GLOBAL.statistics.analytics.code nofilter}
- {/if}
-
-
-
-
-
- {include file="global/userinfo.tpl"}
- {include file="global/breadcrumbs.tpl"}
-
-
-
- {nocache}
- {if is_array($smarty.session.POPUP|default)}
- {section popup $smarty.session.POPUP}
-
- {/section}
- {/if}
- {/nocache}
- {if $CONTENT != "empty" && $CONTENT != ""}
- {if file_exists($smarty.current_dir|cat:"/$PAGE/$ACTION/$CONTENT")}
- {include file="$PAGE/$ACTION/$CONTENT"}
- {else}
- Missing template for this page
- {/if}
- {/if}
-
-
-
-
-
diff --git a/public/templates/mpos/password/change/default.tpl b/public/templates/mpos/password/change/default.tpl
deleted file mode 100644
index 544d00c2..00000000
--- a/public/templates/mpos/password/change/default.tpl
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/public/templates/mpos/password/default.tpl b/public/templates/mpos/password/default.tpl
deleted file mode 100644
index 85ad3704..00000000
--- a/public/templates/mpos/password/default.tpl
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
If you have an email set for your account, enter your username to get your password reset
-
- Username or E-Mail
-
-
-
-
-
-
-
diff --git a/public/templates/mpos/password/reset/empty.tpl b/public/templates/mpos/password/reset/empty.tpl
deleted file mode 100644
index e69de29b..00000000
diff --git a/public/templates/mpos/register/default.tpl b/public/templates/mpos/register/default.tpl
deleted file mode 100644
index 431fade3..00000000
--- a/public/templates/mpos/register/default.tpl
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/public/templates/mpos/register/disabled.tpl b/public/templates/mpos/register/disabled.tpl
deleted file mode 100644
index fec01255..00000000
--- a/public/templates/mpos/register/disabled.tpl
+++ /dev/null
@@ -1 +0,0 @@
-
We are currently not accepting new user registrations.
diff --git a/public/templates/mpos/register/register/empty.tpl b/public/templates/mpos/register/register/empty.tpl
deleted file mode 100644
index e69de29b..00000000
diff --git a/public/templates/mpos/statistics/blockfinder/default.tpl b/public/templates/mpos/statistics/blockfinder/default.tpl
deleted file mode 100644
index 5be66452..00000000
--- a/public/templates/mpos/statistics/blockfinder/default.tpl
+++ /dev/null
@@ -1,4 +0,0 @@
-{include file="statistics/blockfinder/finder_top.tpl"}
-{if $smarty.session.AUTHENTICATED|default}
-{include file="statistics/blockfinder/finder_own.tpl" ALIGN="right" SHORT=true}
-{/if}
\ No newline at end of file
diff --git a/public/templates/mpos/statistics/blockfinder/finder_own.tpl b/public/templates/mpos/statistics/blockfinder/finder_own.tpl
deleted file mode 100644
index 891ab3ed..00000000
--- a/public/templates/mpos/statistics/blockfinder/finder_own.tpl
+++ /dev/null
@@ -1,25 +0,0 @@
-
- Blocks found by own Workers
-
-
-
-
- Rank
- Worker
- Blocks
- Coins Generated
-
-
-
-{assign var=rank value=1}
-{section block $BLOCKSSOLVEDBYWORKER}
-
- {$rank++}
- {$BLOCKSSOLVEDBYWORKER[block].finder|default:"unknown/deleted"|escape}
- {$BLOCKSSOLVEDBYWORKER[block].solvedblocks}
- {$BLOCKSSOLVEDBYWORKER[block].generatedcoins|number_format}
-
-{/section}
-
-
-
diff --git a/public/templates/mpos/statistics/blockfinder/finder_top.tpl b/public/templates/mpos/statistics/blockfinder/finder_top.tpl
deleted file mode 100644
index 853a3dc2..00000000
--- a/public/templates/mpos/statistics/blockfinder/finder_top.tpl
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
- Rank
- Username
- Blocks
- Coins Generated
-
-
-
-{assign var=rank value=1}
-{section block $BLOCKSSOLVEDBYACCOUNT}
-
- {$rank++}
- {if $BLOCKSSOLVEDBYACCOUNT[block].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$BLOCKSSOLVEDBYACCOUNT[block].finder|default:"unknown"|escape}{/if}
- {$BLOCKSSOLVEDBYACCOUNT[block].solvedblocks}
- {$BLOCKSSOLVEDBYACCOUNT[block].generatedcoins|number_format}
-
-{/section}
-
-
-
diff --git a/public/templates/mpos/statistics/blocks/block_overview_time.tpl b/public/templates/mpos/statistics/blocks/block_overview_time.tpl
deleted file mode 100644
index bda44b1d..00000000
--- a/public/templates/mpos/statistics/blocks/block_overview_time.tpl
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
-
- Gen Est.
- Found
- Valid
- Orphan
- Avg Diff
- Shares Est.
- Shares
- Percentage
- Amount
- Rate Est.
-
-
-
-
- All Time
- {($FIRSTBLOCKFOUND / $COINGENTIME)|number_format:"0"}
- {$LASTBLOCKSBYTIME.Total}
- {$LASTBLOCKSBYTIME.TotalValid}
- {$LASTBLOCKSBYTIME.TotalOrphan}
-
- {if $LASTBLOCKSBYTIME.TotalValid > 0}
- {($LASTBLOCKSBYTIME.TotalDifficulty / $LASTBLOCKSBYTIME.TotalValid)|number_format:"4"}
- {else}
- 0
- {/if}
-
- {$LASTBLOCKSBYTIME.TotalEstimatedShares}
- {$LASTBLOCKSBYTIME.TotalShares}
-
- {if $LASTBLOCKSBYTIME.TotalEstimatedShares > 0}
- {($LASTBLOCKSBYTIME.TotalShares / $LASTBLOCKSBYTIME.TotalEstimatedShares * 100)|number_format:"2"}%
- {else}
- 0.00%
- {/if}
-
- {$LASTBLOCKSBYTIME.TotalAmount}
- {($LASTBLOCKSBYTIME.Total|default:"0.00" / ($FIRSTBLOCKFOUND / $COINGENTIME) * 100)|number_format:"2"}%
-
-
- Last Hour
- {(3600 / $COINGENTIME)}
- {$LASTBLOCKSBYTIME.1HourTotal}
- {$LASTBLOCKSBYTIME.1HourValid}
- {$LASTBLOCKSBYTIME.1HourOrphan}
-
- {if $LASTBLOCKSBYTIME.1HourValid > 0}
- {($LASTBLOCKSBYTIME.1HourDifficulty / $LASTBLOCKSBYTIME.1HourValid)|number_format:"4"}
- {else}
- 0
- {/if}
-
- {$LASTBLOCKSBYTIME.1HourEstimatedShares}
- {$LASTBLOCKSBYTIME.1HourShares}
-
- {if $LASTBLOCKSBYTIME.1HourEstimatedShares > 0}
- {($LASTBLOCKSBYTIME.1HourShares / $LASTBLOCKSBYTIME.1HourEstimatedShares * 100)|number_format:"2"}%
- {else}
- 0.00%
- {/if}
-
- {$LASTBLOCKSBYTIME.1HourAmount}
- {($LASTBLOCKSBYTIME.1HourTotal|default:"0.00" / (3600 / $COINGENTIME) * 100)|number_format:"2"}%
-
-
- Last 24 Hours
- {(86400 / $COINGENTIME)}
- {$LASTBLOCKSBYTIME.24HourTotal}
- {$LASTBLOCKSBYTIME.24HourValid}
- {$LASTBLOCKSBYTIME.24HourOrphan}
-
- {if $LASTBLOCKSBYTIME.24HourValid > 0}
- {($LASTBLOCKSBYTIME.24HourDifficulty / $LASTBLOCKSBYTIME.24HourValid)|number_format:"4"}
- {else}
- 0
- {/if}
-
- {$LASTBLOCKSBYTIME.24HourEstimatedShares}
- {$LASTBLOCKSBYTIME.24HourShares}
-
- {if $LASTBLOCKSBYTIME.24HourEstimatedShares > 0}
- {($LASTBLOCKSBYTIME.24HourShares / $LASTBLOCKSBYTIME.24HourEstimatedShares * 100)|number_format:"2"}%
- {else}
- 0.00%
- {/if}
-
- {$LASTBLOCKSBYTIME.24HourAmount}
- {($LASTBLOCKSBYTIME.24HourTotal|default:"0.00" / (86400 / $COINGENTIME) * 100)|number_format:"2"}%
-
-
- Last 7 Days
- {(604800 / $COINGENTIME)}
- {$LASTBLOCKSBYTIME.7DaysTotal}
- {$LASTBLOCKSBYTIME.7DaysValid}
- {$LASTBLOCKSBYTIME.7DaysOrphan}
-
- {if $LASTBLOCKSBYTIME.7DaysValid > 0}
- {($LASTBLOCKSBYTIME.7DaysDifficulty / $LASTBLOCKSBYTIME.7DaysValid)|number_format:"4"}
- {else}
- 0
- {/if}
-
- {$LASTBLOCKSBYTIME.7DaysEstimatedShares}
- {$LASTBLOCKSBYTIME.7DaysShares}
-
- {if $LASTBLOCKSBYTIME.7DaysEstimatedShares > 0}
- {($LASTBLOCKSBYTIME.7DaysShares / $LASTBLOCKSBYTIME.7DaysEstimatedShares * 100)|number_format:"2"}%
- {else}
- 0.00%
- {/if}
-
- {$LASTBLOCKSBYTIME.7DaysAmount}
- {($LASTBLOCKSBYTIME.7DaysTotal|default:"0.00" / (604800 / $COINGENTIME) * 100)|number_format:"2"}%
-
-
- Last 4 Weeks
- {(2419200 / $COINGENTIME)}
- {$LASTBLOCKSBYTIME.4WeeksTotal}
- {$LASTBLOCKSBYTIME.4WeeksValid}
- {$LASTBLOCKSBYTIME.4WeeksOrphan}
-
- {if $LASTBLOCKSBYTIME.4WeeksValid > 0}
- {($LASTBLOCKSBYTIME.4WeeksDifficulty / $LASTBLOCKSBYTIME.4WeeksValid)|number_format:"4"}
- {else}
- 0
- {/if}
-
- {$LASTBLOCKSBYTIME.4WeeksEstimatedShares}
- {$LASTBLOCKSBYTIME.4WeeksShares}
-
- {if $LASTBLOCKSBYTIME.4WeeksEstimatedShares > 0}
- {($LASTBLOCKSBYTIME.4WeeksShares / $LASTBLOCKSBYTIME.4WeeksEstimatedShares * 100)|number_format:"2"}%
- {else}
- 0.00%
- {/if}
-
- {$LASTBLOCKSBYTIME.4WeeksAmount}
- {($LASTBLOCKSBYTIME.4WeeksTotal|default:"0.00" / (2419200 / $COINGENTIME) * 100)|number_format:"2"}%
-
-
- Last 12 Month
- {(29030400 / $COINGENTIME)}
- {$LASTBLOCKSBYTIME.12MonthTotal}
- {$LASTBLOCKSBYTIME.12MonthValid}
- {$LASTBLOCKSBYTIME.12MonthOrphan}
-
- {if $LASTBLOCKSBYTIME.12MonthValid > 0}
- {($LASTBLOCKSBYTIME.12MonthDifficulty / $LASTBLOCKSBYTIME.12MonthValid)|number_format:"4"}
- {else}
- 0
- {/if}
-
- {$LASTBLOCKSBYTIME.12MonthEstimatedShares}
- {$LASTBLOCKSBYTIME.12MonthShares}
-
- {if $LASTBLOCKSBYTIME.12MonthEstimatedShares > 0}
- {($LASTBLOCKSBYTIME.12MonthShares / $LASTBLOCKSBYTIME.12MonthEstimatedShares * 100)|number_format:"2"}%
- {else}
- 0.00%
- {/if}
-
- {$LASTBLOCKSBYTIME.12MonthAmount}
- {($LASTBLOCKSBYTIME.12MonthTotal|default:"0.00" / (29030400 / $COINGENTIME) * 100)|number_format:"2"}%
-
-
-
-
diff --git a/public/templates/mpos/statistics/blocks/block_shares_graph.tpl b/public/templates/mpos/statistics/blocks/block_shares_graph.tpl
deleted file mode 100644
index 8d0244da..00000000
--- a/public/templates/mpos/statistics/blocks/block_shares_graph.tpl
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
- Block Shares
-
-
-{section block $BLOCKSFOUND step=-1}
- {$BLOCKSFOUND[block].height}
-{/section}
-
-
-
-
- Expected
-{section block $BLOCKSFOUND step=-1}
- {$BLOCKSFOUND[block].estshares}
-{/section}
-
-
- Actual
-{section block $BLOCKSFOUND step=-1}
- {$BLOCKSFOUND[block].shares|default:"0"}
-{/section}
-
- {if $GLOBAL.config.payout_system == 'pplns'}
- PPLNS
-{section block $BLOCKSFOUND step=-1}
- {$BLOCKSFOUND[block].pplns_shares}
-{/section}
- {/if}
- {if $USEBLOCKAVERAGE}
- Average
-{section block $BLOCKSFOUND step=-1}
- {$BLOCKSFOUND[block].block_avg}
-{/section}
- {/if}
-
-
-
-
-
diff --git a/public/templates/mpos/statistics/blocks/blocks_found_details.tpl b/public/templates/mpos/statistics/blocks/blocks_found_details.tpl
deleted file mode 100644
index abb45e38..00000000
--- a/public/templates/mpos/statistics/blocks/blocks_found_details.tpl
+++ /dev/null
@@ -1,70 +0,0 @@
-
- Last {$BLOCKLIMIT} Blocks Found
-
-
-
- Block
- Validity
- Finder
- Time
- Difficulty
- Amount
- Expected Shares
-{if $GLOBAL.config.payout_system == 'pplns'}PPLNS Shares {/if}
- Actual Shares
- Percentage
-
-
-
-{assign var=count value=0}
-{assign var=totalexpectedshares value=0}
-{assign var=totalshares value=0}
-{assign var=pplnsshares value=0}
-{section block $BLOCKSFOUND}
- {assign var="totalshares" value=$totalshares+$BLOCKSFOUND[block].shares}
- {assign var="count" value=$count+1}
- {if $GLOBAL.config.payout_system == 'pplns'}{assign var="pplnsshares" value=$pplnsshares+$BLOCKSFOUND[block].pplns_shares}{/if}
-
-{if ! $GLOBAL.website.blockexplorer.disabled}
- {$BLOCKSFOUND[block].height}
-{else}
- {$BLOCKSFOUND[block].height}
-{/if}
-
-{if $BLOCKSFOUND[block].confirmations >= $GLOBAL.confirmations}
- Confirmed
-{else if $BLOCKSFOUND[block].confirmations == -1}
- Orphan
-{else}
- {$GLOBAL.confirmations - $BLOCKSFOUND[block].confirmations} left
-{/if}
-
- {if $BLOCKSFOUND[block].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$BLOCKSFOUND[block].finder|default:"unknown"|escape}{/if}
- {$BLOCKSFOUND[block].time|date_format:"%d/%m %H:%M:%S"}
- {$BLOCKSFOUND[block].difficulty|number_format:"2"}
- {$BLOCKSFOUND[block].amount|number_format:"2"}
-
-{assign var="totalexpectedshares" value=$totalexpectedshares+$BLOCKSFOUND[block].estshares}
- {$BLOCKSFOUND[block].estshares|number_format}
-
-{if $GLOBAL.config.payout_system == 'pplns'}{$BLOCKSFOUND[block].pplns_shares|number_format} {/if}
- {$BLOCKSFOUND[block].shares|number_format}
-
-{math assign="percentage" equation="shares / estshares * 100" shares=$BLOCKSFOUND[block].shares|default:"0" estshares=$BLOCKSFOUND[block].estshares}
- {$percentage|number_format:"2"}
-
-
-{/section}
-
- Totals
- {$totalexpectedshares|number_format}
- {if $GLOBAL.config.payout_system == 'pplns'}{$pplnsshares|number_format} {/if}
- {$totalshares|number_format}
- {if $count > 0}{($totalshares / $totalexpectedshares * 100)|number_format:"2"} {else}0{/if}
-
-
-
-
- {if $GLOBAL.config.payout_system != 'pps'}Note: Round Earnings are not credited until {$GLOBAL.confirmations} confirms. {/if}
-
-
diff --git a/public/templates/mpos/statistics/blocks/default.tpl b/public/templates/mpos/statistics/blocks/default.tpl
deleted file mode 100644
index aa72aefc..00000000
--- a/public/templates/mpos/statistics/blocks/default.tpl
+++ /dev/null
@@ -1,3 +0,0 @@
-{include file="statistics/blocks/block_shares_graph.tpl"}
-{include file="statistics/blocks/block_overview_time.tpl"}
-{include file="statistics/blocks/blocks_found_details.tpl"}
diff --git a/public/templates/mpos/statistics/blocks/small_table.tpl b/public/templates/mpos/statistics/blocks/small_table.tpl
deleted file mode 100644
index eca1a9d5..00000000
--- a/public/templates/mpos/statistics/blocks/small_table.tpl
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
- Block
- Finder
- Time
- Actual Shares
-
-
-
-{assign var=rank value=1}
-{section block $BLOCKSFOUND}
-
- {if ! $GLOBAL.website.blockexplorer.disabled}
- {$BLOCKSFOUND[block].height}
- {else}
- {$BLOCKSFOUND[block].height}
- {/if}
- {if $BLOCKSFOUND[block].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$BLOCKSFOUND[block].finder|default:"unknown"|escape}{/if}
- {$BLOCKSFOUND[block].time|date_format:"%d/%m %H:%M:%S"}
- {$BLOCKSFOUND[block].shares|number_format}
-
-{/section}
-
-
-{if $GLOBAL.config.payout_system != 'pps'}
-
-
- Note: Round Earnings are not credited until {$GLOBAL.confirmations} confirms.
-
-{/if}
-
-
diff --git a/public/templates/mpos/statistics/default.tpl b/public/templates/mpos/statistics/default.tpl
deleted file mode 100644
index 200e1f5a..00000000
--- a/public/templates/mpos/statistics/default.tpl
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-{if !$GLOBAL.website.api.disabled}These stats are also available in JSON format HERE {/if}
-
-
diff --git a/public/templates/mpos/statistics/graphs/both.tpl b/public/templates/mpos/statistics/graphs/both.tpl
deleted file mode 100644
index 4c3102e3..00000000
--- a/public/templates/mpos/statistics/graphs/both.tpl
+++ /dev/null
@@ -1,29 +0,0 @@
-{if is_array($YOURHASHRATES) && is_array($POOLHASHRATES)}
-
-
- Your vs Pool Hashrate
-
-
-
-{foreach $YOURHASHRATES as $hour=>$hashrate}
- {$hour|default:"0"}:00
-{/foreach}
-
-
-
-
- {$smarty.session.USERDATA.username}
-{foreach $YOURHASHRATES as $hour=>$hashrate}
- {$hashrate|default:"0"}
-{/foreach}
-
-
- Pool
-{foreach $POOLHASHRATES as $hour=>$hashrate}
- {$hashrate|default:"0"}
-{/foreach}
-
-
-
-
-{/if}
diff --git a/public/templates/mpos/statistics/graphs/default.tpl b/public/templates/mpos/statistics/graphs/default.tpl
deleted file mode 100644
index 0b10a60a..00000000
--- a/public/templates/mpos/statistics/graphs/default.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-{include file="{$smarty.request.page|escape}/{$smarty.request.action|escape}/mine.tpl"}
-{include file="{$smarty.request.page|escape}/{$smarty.request.action|escape}/pool.tpl"}
-{include file="{$smarty.request.page|escape}/{$smarty.request.action|escape}/both.tpl"}
-
-
diff --git a/public/templates/mpos/statistics/graphs/mine.tpl b/public/templates/mpos/statistics/graphs/mine.tpl
deleted file mode 100644
index e7528d2b..00000000
--- a/public/templates/mpos/statistics/graphs/mine.tpl
+++ /dev/null
@@ -1,23 +0,0 @@
-{if is_array($YOURHASHRATES)}
-
-
- Your Hashrate
-
-
-
-{foreach $YOURHASHRATES as $hour=>$hashrate}
- {$hour|default:"0"}:00
-{/foreach}
-
-
-
-
- {$smarty.session.USERDATA.username}
-{foreach $YOURHASHRATES as $hour=>$hashrate}
- {$hashrate|default:"0"}
-{/foreach}
-
-
-
-
-{/if}
diff --git a/public/templates/mpos/statistics/graphs/pool.tpl b/public/templates/mpos/statistics/graphs/pool.tpl
deleted file mode 100644
index 21946f16..00000000
--- a/public/templates/mpos/statistics/graphs/pool.tpl
+++ /dev/null
@@ -1,23 +0,0 @@
-{if is_array($POOLHASHRATES)}
-
-
- Pool Hashrate
-
-
-
-{foreach $POOLHASHRATES as $hour=>$hashrate}
- {$hour|default:"0"}:00
-{/foreach}
-
-
-
-
- Pool
-{foreach $POOLHASHRATES as $hour=>$hashrate}
- {$hashrate|default:"0"}
-{/foreach}
-
-
-
-
-{/if}
diff --git a/public/templates/mpos/statistics/js.tpl b/public/templates/mpos/statistics/js.tpl
deleted file mode 100644
index 65a66336..00000000
--- a/public/templates/mpos/statistics/js.tpl
+++ /dev/null
@@ -1,30 +0,0 @@
-
diff --git a/public/templates/mpos/statistics/pool/contributors_hashrate.tpl b/public/templates/mpos/statistics/pool/contributors_hashrate.tpl
deleted file mode 100644
index e0d79223..00000000
--- a/public/templates/mpos/statistics/pool/contributors_hashrate.tpl
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
- Rank
- Donor
- User Name
- KH/s
- {$GLOBAL.config.currency}/Day
- {if $GLOBAL.config.price.currency}{$GLOBAL.config.price.currency}/Day {/if}
-
-
-
-{assign var=rank value=1}
-{assign var=listed value=0}
-{section contrib $CONTRIBHASHES}
- {math assign="estday" equation="round(reward / ( diff * pow(2,32) / ( hashrate * 1000 ) / 3600 / 24), 3)" diff=$DIFFICULTY reward=$REWARD hashrate=$CONTRIBHASHES[contrib].hashrate}
-
- {$rank++}
- {if $CONTRIBHASHES[contrib].donate_percent|default:"0" >= 2}{elseif $CONTRIBHASHES[contrib].donate_percent|default:"0" < 2 AND $CONTRIBHASHES[contrib].donate_percent|default:"0" > 0}{else} {/if}
- {if $CONTRIBHASHES[contrib].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$CONTRIBHASHES[contrib].account|escape}{/if}
- {$CONTRIBHASHES[contrib].hashrate|number_format}
- {$estday|number_format:"3"}
- {if $GLOBAL.config.price.currency}{($estday * $GLOBAL.price)|default:"n/a"|number_format:"4"} {/if}
-
-{/section}
-{if $listed != 1 && $GLOBAL.userdata.username|default:"" && $GLOBAL.userdata.rawhashrate|default:"0" > 0}
- {math assign="myestday" equation="round(reward / ( diff * pow(2,32) / ( hashrate * 1000 ) / 3600 / 24), 3)" diff=$DIFFICULTY reward=$REWARD hashrate=$GLOBAL.userdata.rawhashrate}
-
- n/a
- {if $GLOBAL.userdata.donate_percent|default:"0" >= 2} {elseif $GLOBAL.userdata.donate_percent|default:"0" < 2 AND $GLOBAL.userdata.donate_percent|default:"0" > 0} {else} {/if}
- {$GLOBAL.userdata.username|escape}
- {$GLOBAL.userdata.rawhashrate|number_format}
- {$myestday|number_format:"3"|default:"n/a"}
- {if $GLOBAL.config.price.currency}{($myestday * $GLOBAL.price)|default:"n/a"|number_format:"4"} {/if}
-
-{/if}
-
-
-
-
- no Donation
- 0%-2% Donation
- 2% or more Donation
-
-
-
diff --git a/public/templates/mpos/statistics/pool/contributors_shares.tpl b/public/templates/mpos/statistics/pool/contributors_shares.tpl
deleted file mode 100644
index 8378fce1..00000000
--- a/public/templates/mpos/statistics/pool/contributors_shares.tpl
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
- Rank
- Donor
- User Name
- Shares
-
-
-
-{assign var=rank value=1}
-{assign var=listed value=0}
-{section shares $CONTRIBSHARES}
-
- {$rank++}
- {if $CONTRIBSHARES[shares].donate_percent|default:"0" >= 2}{else if $CONTRIBSHARES[shares].donate_percent|default:"0" < 2 AND $CONTRIBSHARES[shares].donate_percent|default:"0" > 0}{else} {/if}
- {if $CONTRIBSHARES[shares].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$CONTRIBSHARES[shares].account|escape}{/if}
- {$CONTRIBSHARES[shares].shares|number_format}
-
-{/section}
-{if $listed != 1 && $GLOBAL.userdata.username|default:"" && $GLOBAL.userdata.shares.valid|default:"0" > 0}
-
- n/a
- {if $GLOBAL.userdata.donate_percent|default:"0" >= 2} {elseif $GLOBAL.userdata.donate_percent|default:"0" < 2 AND $GLOBAL.userdata.donate_percent|default:"0" > 0} {else} {/if}
- {$GLOBAL.userdata.username|escape}
- {$GLOBAL.userdata.shares.valid|number_format}
-
-{/if}
-
-
-
-
- no Donation
- 0%-2% Donation
- 2% or more Donation
-
-
-
diff --git a/public/templates/mpos/statistics/pool/default.tpl b/public/templates/mpos/statistics/pool/default.tpl
deleted file mode 100644
index bd5a14d5..00000000
--- a/public/templates/mpos/statistics/pool/default.tpl
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-{include file="statistics/pool/contributors_shares.tpl"}
-{include file="statistics/pool/contributors_hashrate.tpl"}
-
-
-{include file="statistics/pool/general_stats.tpl"}
-{include file="statistics/blocks/small_table.tpl"}
-
-{if !$GLOBAL.website.api.disabled && !$GLOBAL.config.disable_navbar && !$GLOBAL.config.disable_navbar_api}
-{include file="statistics/js.tpl"}
-{/if}
diff --git a/public/templates/mpos/statistics/pool/general_stats.tpl b/public/templates/mpos/statistics/pool/general_stats.tpl
deleted file mode 100644
index 4ac58bb6..00000000
--- a/public/templates/mpos/statistics/pool/general_stats.tpl
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-
-
- Pool Hash Rate
- {$GLOBAL.hashrate|number_format:"3"} {$GLOBAL.hashunits.pool}
-
-
- Pool Efficiency
- {if $GLOBAL.roundshares.valid > 0}{($GLOBAL.roundshares.valid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100)|number_format:"2"}%{else}0%{/if}
-
-
- Current Active Workers
- {$GLOBAL.workers}
-
-
- Current Difficulty
- {if ! $GLOBAL.website.chaininfo.disabled}
- {$NETWORK.difficulty}
- {else}
- {$NETWORK.difficulty}
- {/if}
-
-
- Est. Next Difficulty
- {if ! $GLOBAL.website.chaininfo.disabled}
- {$NETWORK.EstNextDifficulty} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks)
- {else}
- {$NETWORK.EstNextDifficulty} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks)
- {/if}
-
-
- Est. Avg. Time per Round (Network)
- {$NETWORK.EstTimePerBlock|seconds_to_words}
-
-
- Est. Avg. Time per Round (Pool)
- {$ESTTIME|seconds_to_words}
-
-
- Est. Shares this Round
- {$ESTIMATES.shares} (done: {$ESTIMATES.percent}%)
-
- {if ! $GLOBAL.website.blockexplorer.disabled}
-
- Next Network Block
- {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK})
-
- {else}
-
- Next Network Block
- {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK})
-
- {/if}
-
- Last Block Found
- {$LASTBLOCK|default:"0"}
-
-
- Time Since Last Block
- {$TIMESINCELAST|seconds_to_words}
-
-
-
-
-
-{if !$GLOBAL.website.api.disabled}These stats are also available in JSON format HERE {/if}
-
-
diff --git a/public/templates/mpos/statistics/round/block_stats.tpl b/public/templates/mpos/statistics/round/block_stats.tpl
deleted file mode 100644
index b3a00db8..00000000
--- a/public/templates/mpos/statistics/round/block_stats.tpl
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- ID
- {$BLOCKDETAILS.id|number_format:"0"|default:"0"}
- Height
- {if ! $GLOBAL.website.blockexplorer.disabled}
- {$BLOCKDETAILS.height|number_format:"0"|default:"0"}
- {else}
- {$BLOCKDETAILS.height|number_format:"0"|default:"0"}
- {/if}
- Amount
- {$BLOCKDETAILS.amount|number_format|default:"0"}
- Confirmations
- {if $BLOCKDETAILS.confirmations >= $GLOBAL.confirmations}
- Confirmed
- {else if $BLOCKDETAILS.confirmations == -1}
- Orphan
- {else if $BLOCKDETAILS.confirmations == 0}0
- {else}{($GLOBAL.confirmations - $BLOCKDETAILS.confirmations)|default:"0"} left{/if}
-
-
- Difficulty
- {$BLOCKDETAILS.difficulty|default:"0"}
- Time
- {$BLOCKDETAILS.time|default:"0"}
- Shares
- {$BLOCKDETAILS.shares|number_format:"0"|default:"0"}
- Finder
- {$BLOCKDETAILS.finder|default:"unknown"}
-
-
-
-
-
diff --git a/public/templates/mpos/statistics/round/default.tpl b/public/templates/mpos/statistics/round/default.tpl
deleted file mode 100644
index ede8e0de..00000000
--- a/public/templates/mpos/statistics/round/default.tpl
+++ /dev/null
@@ -1,13 +0,0 @@
-{if $GLOBAL.config.payout_system == 'pplns'}
- {include file="statistics/round/pplns_block_stats.tpl"}
- {include file="statistics/round/pplns_transactions.tpl"}
- {include file="statistics/round/round_shares.tpl"}
- {include file="statistics/round/pplns_round_shares.tpl"}
-{else if $GLOBAL.config.payout_system == 'prop'}
- {include file="statistics/round/block_stats.tpl"}
- {include file="statistics/round/round_shares.tpl"}
- {include file="statistics/round/round_transactions.tpl"}
-{else}
- {include file="statistics/round/block_stats.tpl"}
- {include file="statistics/round/round_shares.tpl"}
-{/if}
diff --git a/public/templates/mpos/statistics/round/pplns_block_stats.tpl b/public/templates/mpos/statistics/round/pplns_block_stats.tpl
deleted file mode 100644
index c9c8a4fd..00000000
--- a/public/templates/mpos/statistics/round/pplns_block_stats.tpl
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
-
-
-
- Block Statistics
- PPLNS Round Statistics
-
-
-
- ID
- {$BLOCKDETAILS.id|number_format:"0"|default:"0"}
- PPLNS Shares
- {$PPLNSSHARES|number_format:"0"|default:"0"}
-
-
- Height
- {if ! $GLOBAL.website.blockexplorer.disabled}
- {$BLOCKDETAILS.height|number_format:"0"|default:"0"}
- {else}
- {$BLOCKDETAILS.height|number_format:"0"|default:"0"}
- {/if}
- Estimated Shares
- {$BLOCKDETAILS.estshares|number_format|default:"0"}
-
-
- Amount
- {$BLOCKDETAILS.amount|default:"0"}
- Target Variance
-{assign var=percentage value=0}
-{assign var=percentage1 value=0}
-{assign var=percentage2 value=0}
- {if $PPLNSSHARES > 0}{math assign="percentage" equation=(($BLOCKDETAILS.estshares / $PPLNSSHARES) * 100)}{/if}{$percentage|number_format:"2"} %
-
-
- Confirmations
- {if $BLOCKDETAILS.confirmations >= $GLOBAL.confirmations}
- Confirmed
- {else if $BLOCKDETAILS.confirmations == -1}
- Orphan
- {else if $BLOCKDETAILS.confirmations == 0}0
- {else}{($GLOBAL.confirmations - $BLOCKDETAILS.confirmations)|default:"0"} left{/if}
- Block Average
- {$BLOCKAVERAGE|number_format:"0"|default:"0"}
-
-
- Difficulty
- {$BLOCKDETAILS.difficulty|default:"0"}
- Average Efficiency
- {if $BLOCKAVERAGE > 0 && $BLOCKDETAILS.estshares > 0}{math assign="percentage2" equation=(($BLOCKDETAILS.estshares / $BLOCKAVERAGE) * 100)}{/if}{$percentage2|number_format:"2"} %
-
-
- Time
- {$BLOCKDETAILS.time|default:"0"}
- Target Rounds
- {$BLOCKAVGCOUNT|number_format:"0"|default:"0"}
-
-
- Shares
- {$BLOCKDETAILS.shares|number_format:"0"|default:"0"}
- Seconds This Round
- {$BLOCKDETAILS.round_time|number_format:"0"|default:"0"}
-
-
- Finder
- {$BLOCKDETAILS.finder|default:"unknown"}
- Round Variance
- {if $PPLNSSHARES > 0}{math assign="percentage1" equation=(($BLOCKDETAILS.shares / $PPLNSSHARES) * 100)}{/if}{$percentage1|number_format:"2"} %
-
-
-
-
-
diff --git a/public/templates/mpos/statistics/round/pplns_block_stats_small.tpl b/public/templates/mpos/statistics/round/pplns_block_stats_small.tpl
deleted file mode 100644
index 21fa0386..00000000
--- a/public/templates/mpos/statistics/round/pplns_block_stats_small.tpl
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
-
-
-
- Block Statistics
- PPLNS Round Statistics
-
-
-
- ID
- {$BLOCKDETAILS.id|number_format:"0"|default:"0"}
- Height
- {if ! $GLOBAL.website.blockexplorer.disabled}
- {$BLOCKDETAILS.height|number_format:"0"|default:"0"}
- {else}
- {$BLOCKDETAILS.height|number_format:"0"|default:"0"}
- {/if}
- PPLNS Shares
- {$PPLNSSHARES|number_format:"0"|default:"0"}
- Estimated Shares
- {$BLOCKDETAILS.estshares|number_format|default:"0"}
-
-
- Amount
- {$BLOCKDETAILS.amount|default:"0"}
- Confirmations
- {if $BLOCKDETAILS.confirmations >= $GLOBAL.confirmations}
- Confirmed
- {else if $BLOCKDETAILS.confirmations == -1}
- Orphan
- {else if $BLOCKDETAILS.confirmations == 0}0
- {else}{($GLOBAL.confirmations - $BLOCKDETAILS.confirmations)|default:"0"} left{/if}
- Block Average
- {$BLOCKAVERAGE|number_format:"0"|default:"0"}
- Average Efficiency
- {math assign="percentage2" equation=(($BLOCKDETAILS.estshares / $BLOCKAVERAGE) * 100)}{$percentage2|number_format:"2"} %
-
-
- Difficulty
- {$BLOCKDETAILS.difficulty|default:"0"}
- Time
- {$BLOCKDETAILS.time|default:"0"}
- Target Rounds
- {$BLOCKAVGCOUNT|number_format:"0"|default:"0"}
- Target Variance
- {math assign="percentage" equation=(($BLOCKDETAILS.estshares / $PPLNSSHARES) * 100)}{$percentage|number_format:"2"} %
-
-
- Shares
- {$BLOCKDETAILS.shares|number_format:"0"|default:"0"}
- Finder
- {$BLOCKDETAILS.finder|default:"unknown"}
- Seconds This Round
- {$BLOCKDETAILS.round_time|number_format:"0"|default:"0"}
- Round Variance
- {math assign="percentage1" equation=(($BLOCKDETAILS.shares / $PPLNSSHARES) * 100)}{$percentage1|number_format:"2"} %
-
-
-
-
-
diff --git a/public/templates/mpos/statistics/round/pplns_round_shares.tpl b/public/templates/mpos/statistics/round/pplns_round_shares.tpl
deleted file mode 100644
index 9272a07a..00000000
--- a/public/templates/mpos/statistics/round/pplns_round_shares.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
- Rank
- User Name
- Valid
- Invalid
- Invalid %
-
-
-
-{assign var=rank value=1}
-{section contrib $PPLNSROUNDSHARES}
-
- {$rank++}
- {if $PPLNSROUNDSHARES[contrib].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$PPLNSROUNDSHARES[contrib].username|default:"unknown"|escape}{/if}
- {$PPLNSROUNDSHARES[contrib].pplns_valid|number_format}
- {$PPLNSROUNDSHARES[contrib].pplns_invalid|number_format}
- {if $PPLNSROUNDSHARES[contrib].pplns_invalid > 0 && $PPLNSROUNDSHARES[contrib].pplns_valid > 0}{($PPLNSROUNDSHARES[contrib].pplns_invalid / $PPLNSROUNDSHARES[contrib].pplns_valid * 100)|number_format:"2"|default:"0"}{else}0.00{/if}
-
-{/section}
-
-
-
diff --git a/public/templates/mpos/statistics/round/pplns_transactions.tpl b/public/templates/mpos/statistics/round/pplns_transactions.tpl
deleted file mode 100644
index ef4628fa..00000000
--- a/public/templates/mpos/statistics/round/pplns_transactions.tpl
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
- User Name
- Round Shares
- Round %
- PPLNS Shares
- PPLNS Round %
- Variance
- Amount
-
-
-
-{assign var=percentage1 value=0}
-{section txs $ROUNDTRANSACTIONS}
-
- {if $ROUNDTRANSACTIONS[txs].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$ROUNDTRANSACTIONS[txs].username|default:"unknown"|escape}{/if}
- {$ROUNDSHARES[$ROUNDTRANSACTIONS[txs].uid].valid|number_format}
- {if $ROUNDSHARES[$ROUNDTRANSACTIONS[txs].uid].valid > 0 }{(( 100 / $BLOCKDETAILS.shares) * $ROUNDSHARES[$ROUNDTRANSACTIONS[txs].uid].valid)|number_format:"2"}{else}0.00{/if}
- {$PPLNSROUNDSHARES[txs].pplns_valid|number_format|default:"0"}
- {if $PPLNSROUNDSHARES[txs].pplns_valid > 0 }{(( 100 / $PPLNSSHARES) * $PPLNSROUNDSHARES[txs].pplns_valid)|number_format:"2"|default:"0"}{else}0{/if}
- {if $ROUNDSHARES[$ROUNDTRANSACTIONS[txs].uid].valid > 0 && $PPLNSROUNDSHARES[txs].pplns_valid > 0}{math assign="percentage1" equation=(100 / ((( 100 / $BLOCKDETAILS.shares) * $ROUNDSHARES[$ROUNDTRANSACTIONS[txs].uid].valid) / (( 100 / $PPLNSSHARES) * $PPLNSROUNDSHARES[txs].pplns_valid)))}{else if $PPLNSROUNDSHARES[txs].pplns_valid == 0}{assign var=percentage1 value=0}{else}{assign var=percentage1 value=100}{/if}
- {$percentage1|number_format:"2"}
- {$ROUNDTRANSACTIONS[txs].amount|default:"0"|number_format:"8"}
- {assign var=percentage1 value=0}
-
-{/section}
-
-
-
diff --git a/public/templates/mpos/statistics/round/pplns_transactions_small.tpl b/public/templates/mpos/statistics/round/pplns_transactions_small.tpl
deleted file mode 100644
index 74e45bf5..00000000
--- a/public/templates/mpos/statistics/round/pplns_transactions_small.tpl
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
- User Name
- Round Valid
- Invalid
- Invalid %
- Round %
- PPLNS Valid
- Invalid
- Invalid %
- PPLNS Round %
- Variance
- Amount
-
-
-
-{section txs $ROUNDTRANSACTIONS}
-
- {if $ROUNDTRANSACTIONS[txs].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$ROUNDTRANSACTIONS[txs].username|default:"unknown"|escape}{/if}
- {$SHARESDATA[$ROUNDTRANSACTIONS[txs].username].valid|number_format}
- {$SHARESDATA[$ROUNDTRANSACTIONS[txs].username].invalid|number_format}
- {if $SHARESDATA[$ROUNDTRANSACTIONS[txs].username].invalid > 0 }{($SHARESDATA[$ROUNDTRANSACTIONS[txs].username].invalid / $SHARESDATA[$ROUNDTRANSACTIONS[txs].username].valid * 100)|number_format:"2"|default:"0"}{else}0.00{/if}
- {if $SHARESDATA[$ROUNDTRANSACTIONS[txs].username].valid > 0 }{(( 100 / $BLOCKDETAILS.shares) * $SHARESDATA[$ROUNDTRANSACTIONS[txs].username].valid)|number_format:"2"}{else}0.00{/if}
- {$PPLNSROUNDSHARES[txs].pplns_valid|number_format}
- {$PPLNSROUNDSHARES[txs].pplns_invalid|number_format}
- {if $PPLNSROUNDSHARES[txs].pplns_invalid > 0 }{($PPLNSROUNDSHARES[txs].pplns_invalid / $PPLNSROUNDSHARES[txs].pplns_valid * 100)|number_format:"2"|default:"0"}{else}0.00{/if}
- {(( 100 / $PPLNSSHARES) * $PPLNSROUNDSHARES[txs].pplns_valid)|number_format:"2"}
- {if $SHARESDATA[$ROUNDTRANSACTIONS[txs].username].valid > 0 }{math assign="percentage1" equation=(100 / ((( 100 / $BLOCKDETAILS.shares) * $SHARESDATA[$ROUNDTRANSACTIONS[txs].username].valid) / (( 100 / $PPLNSSHARES) * $PPLNSROUNDSHARES[txs].pplns_valid)))}{else if $PPLNSROUNDSHARES[txs].pplns_valid == 0}{assign var=percentage1 value=0}{else}{assign var=percentage1 value=100}{/if}
- {$percentage1|number_format:"2"}
- {$ROUNDTRANSACTIONS[txs].amount|default:"0"|number_format:"8"}
- {assign var=percentage1 value=0}
-
-{/section}
-
-
-
diff --git a/public/templates/mpos/statistics/round/round_shares.tpl b/public/templates/mpos/statistics/round/round_shares.tpl
deleted file mode 100644
index a941f917..00000000
--- a/public/templates/mpos/statistics/round/round_shares.tpl
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
- Rank
- User Name
- Valid
- Invalid
- Invalid %
-
-
-
-{assign var=rank value=1}
-{assign var=listed value=0}
-{foreach key=id item=data from=$ROUNDSHARES}
-
- {$rank++}
- {if $data.is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$data.username|default:"unknown"|escape}{/if}
- {$data.valid|number_format}
- {$data.invalid|number_format}
- {if $data.invalid > 0 }{($data.invalid / $data.valid * 100)|number_format:"2"|default:"0"}{else}0.00{/if}
-
-{/foreach}
-
-
-
diff --git a/public/templates/mpos/statistics/round/round_transactions.tpl b/public/templates/mpos/statistics/round/round_transactions.tpl
deleted file mode 100644
index ddca39c8..00000000
--- a/public/templates/mpos/statistics/round/round_transactions.tpl
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
- User Name
- Type
- Round Shares
- Round %
- Amount
-
-
-
-{section txs $ROUNDTRANSACTIONS}
-
- {if $ROUNDTRANSACTIONS[txs].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$ROUNDTRANSACTIONS[txs].username|default:"unknown"|escape}{/if}
- {$ROUNDTRANSACTIONS[txs].type|default:""}
- {$ROUNDSHARES[$ROUNDTRANSACTIONS[txs].uid].valid|number_format}
- {(( 100 / $BLOCKDETAILS.shares) * $ROUNDSHARES[$ROUNDTRANSACTIONS[txs].uid].valid)|default:"0"|number_format:"2"}
- {$ROUNDTRANSACTIONS[txs].amount|default:"0"|number_format:"8"}
-
-{/section}
-
-
-
diff --git a/public/templates/mpos/statistics/uptime/default.tpl b/public/templates/mpos/statistics/uptime/default.tpl
deleted file mode 100644
index faeb50b7..00000000
--- a/public/templates/mpos/statistics/uptime/default.tpl
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
-
-
-
- Location
- Service
- Status
- Status Since
- Uptime
-
-
-
- Day
- Week
- Month
- All Time
-
-
-
-{foreach key=key item=item from=$STATUS}
-{assign var=node value="."|explode:$item.friendlyname}
-
-
- {if $node|count > 1}{$node.1} {/if}
- {$CODES[$item.status]}
- {$item.log.1.datetime|date_format:"%b %d, %Y %H:%M"}
-
-
-
-
-
-{/foreach}
-
-
-
- Last update {$UPDATED|date_format:"%b %d, %Y %H:%M"}
-
-
-
-
diff --git a/public/templates/mpos/system/debugger.tpl b/public/templates/mpos/system/debugger.tpl
deleted file mode 100644
index 6d1947db..00000000
--- a/public/templates/mpos/system/debugger.tpl
+++ /dev/null
@@ -1,52 +0,0 @@
-
-{if $DebuggerInfo}
-
-
Debugger Console
-
-
-
-
-
-
- Level
- Time
- Message
- Backtrace
-
-
-
- {section name=debug loop=$DebuggerInfo}
-
- {$DebuggerInfo[debug].level}
- {$DebuggerInfo[debug].time}
- {$DebuggerInfo[debug].message}
-
-
- {foreach from=$DebuggerInfo[debug].backtrace item=backtrace}
-
- {$backtrace.line}
- {$backtrace.file}
- {$backtrace.function}
-
- {/foreach}
-
-
-
- {/section}
-
-
-
-
-
-
-
-{/if}
diff --git a/public/templates/mpos/tac/default.tpl b/public/templates/mpos/tac/default.tpl
deleted file mode 100644
index 7e07e9a6..00000000
--- a/public/templates/mpos/tac/default.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
This Agreement governs your use of {$GLOBAL.website.name}.
-
- By using any of the Pools or registering an account on the website, you agree to be bound by the terms and conditions below. If you do not agree with the terms and conditions in this Agreement you may not use the Pool.
- The {$GLOBAL.website.name} staff may modify this Agreement and any policies affecting the Site at any point of time. Such modification is effective immediately upon posting to the website and will be distribution via email, forum post and a link in chat. Your continued use of the Pool following any modification to this Agreement shall be deemed an acceptance of all modifications.
- The Pool rewards miners according to a {$GLOBAL.config.payout_system} system with {$GLOBAL.fees}% fee. The fee may change at any time, but notice will be given before doing so. Any fee change will be communicated through the pools news page.
- The Pool is not an e-wallet or a bank for your coins. The Pool and it's operators are not responsible for any loss of coins which are stored on the Pool. It is your responsibility to configure your account so that the coins you mine are regularly transferred to your own secured offline wallet.
- The uptime of the pool or website is not guaranteed, maintenance and downtime may be required at times. Users are responsible for configuring their miners so that they will automatically reconnect, switch to all the pools we offer or a backup pool in the case of downtime.
- Botnets are not welcome. Accounts with a large amount of miners connecting from different IPs may be suspended without prior notice. If we are uncertian then an investigation will be opened and the user will be notified via their configured e-mail address. If we do not receive a response your account may be suspended.
- Multiple accounts controlled by one person may be considered as a botnet and a investigation will be opened, see 6.
-
-
-