2022-09-06 10:31:22 +07:00
{ include file = "sections/header.tpl" }
2022-10-16 14:48:21 +07:00
<form class="form-horizontal" method="post" role="form" action=" { $_url } settings/app-post">
2022-09-06 10:31:22 +07:00
<div class="row">
<div class="col-sm-12 col-md-12">
2022-10-17 11:57:39 +07:00
<div class="panel panel-primary panel-hovered panel-stacked mb30">
2022-09-06 10:31:22 +07:00
<div class="panel-heading"> { $_L [ 'General_Settings' ] } </div>
<div class="panel-body">
<div class="form-group">
<label class="col-md-2 control-label"> { $_L [ 'App_Name' ] } </label>
<div class="col-md-6">
2022-10-16 14:48:21 +07:00
<input type="text" required class="form-control" id="company" name="company"
value=" { $_c [ 'CompanyName' ] } ">
2022-09-06 10:31:22 +07:00
<span class="help-block"> { $_L [ 'App_Name_Help_Text' ] } </span>
</div>
</div>
2022-10-16 14:48:21 +07:00
<div class="form-group">
<label class="col-md-2 control-label"> { Lang : : T ( 'Company Footer' ) } </label>
<div class="col-md-6">
<input type="text" required class="form-control" id="footer" name="footer"
value=" { $_c [ 'CompanyFooter' ] } ">
<span class="help-block"> { Lang : : T ( 'Will show below user pages' ) } </span>
</div>
</div>
2022-09-06 10:31:22 +07:00
<div class="form-group">
<label class="col-md-2 control-label"> { $_L [ 'Address' ] } </label>
<div class="col-md-6">
2022-10-16 14:48:21 +07:00
<textarea class="form-control" id="address" name="address"
2023-03-06 14:49:26 +07:00
rows="3"> { Lang : : htmlspecialchars ( $_c [ 'address' ] ) } </textarea>
2022-09-06 10:31:22 +07:00
<span class="help-block"> { $_L [ 'You_can_use_html_tag' ] } </span>
</div>
</div>
<div class="form-group">
<label class="col-md-2 control-label"> { $_L [ 'Phone_Number' ] } </label>
<div class="col-md-6">
<input type="text" class="form-control" id="phone" name="phone" value=" { $_c [ 'phone' ] } ">
</div>
</div>
2022-09-14 15:58:12 +07:00
<div class="form-group hidden">
2022-09-07 16:11:35 +07:00
<label class="col-md-2 control-label">Radius Mode?</label>
<div class="col-md-6">
<select name="radius_mode" id="radius_mode" class="form-control">
<option value="0">No</option>
<option value="1" { if $_c [ 'radius_mode' ] } selected="selected" { /if } >Yes</option>
</select>
<p class="help-block">Still on Testing.</p>
2022-10-16 14:48:21 +07:00
<p class="help-block">Changing from Radius will not add existing user to Mikrotik Hotspot.
</p>
2022-09-07 16:11:35 +07:00
<p class="help-block">With Radius user can use Hotspot or PPOE.</p>
</div>
2022-09-06 10:31:22 +07:00
</div>
2022-09-08 14:00:46 +07:00
<div class="form-group">
<label class="col-md-2 control-label">APP URL</label>
<div class="col-md-6">
<input type="text" readonly class="form-control" value=" { $app_url } ">
2023-06-16 09:09:49 +07:00
<p class="help-block">edit at config.php</p>
2022-09-08 14:00:46 +07:00
</div>
</div>
2023-07-18 16:30:12 +07:00
<div class="form-group">
<label class="col-md-2 control-label"> { Lang : : T ( 'Disable Voucher' ) } </label>
<div class="col-md-6">
<select name="disable_voucher" id="disable_voucher" class="form-control">
<option value="no" { if $_c [ 'disable_voucher' ] = = 'no' } selected="selected" { /if } >No</option>
<option value="yes" { if $_c [ 'disable_voucher' ] = = 'yes' } selected="selected" { /if } >Yes</option>
</select>
<p class="help-block">Voucher activation menu will be hidden</p>
</div>
</div>
2022-09-06 10:31:22 +07:00
</div>
<div class="panel-heading">Telegram Notification</div>
<div class="panel-body">
<div class="form-group">
<label class="col-md-2 control-label">Telegram Bot Token</label>
<div class="col-md-6">
2022-10-16 14:48:21 +07:00
<input type="text" class="form-control" id="telegram_bot" name="telegram_bot"
value=" { $_c [ 'telegram_bot' ] } " placeholder="123456:asdasgdkuasghddlashdashldhalskdklasd">
2022-09-06 10:31:22 +07:00
</div>
</div>
<div class="form-group">
<label class="col-md-2 control-label">Telegram Target ID</label>
<div class="col-md-6">
2022-10-16 14:48:21 +07:00
<input type="text" class="form-control" id="telegram_target_id" name="telegram_target_id"
value=" { $_c [ 'telegram_target_id' ] } " placeholder="12345678">
2022-09-06 10:31:22 +07:00
</div>
</div>
2022-12-14 15:08:49 +07:00
<small id="emailHelp" class="form-text text-muted">You will get Payment and Error notification</small>
2022-09-06 10:31:22 +07:00
</div>
2022-09-07 14:44:04 +07:00
<div class="panel-heading">SMS OTP Registration</div>
2022-09-06 10:31:22 +07:00
<div class="panel-body">
<div class="form-group">
2022-09-07 14:44:04 +07:00
<label class="col-md-2 control-label">SMS Server URL</label>
2022-09-06 10:31:22 +07:00
<div class="col-md-6">
2022-10-16 14:48:21 +07:00
<input type="text" class="form-control" id="sms_url" name="sms_url" value=" { $_c [ 'sms_url' ] } "
placeholder="https://domain/?param_number=[number]¶m_text=[text]&secret=">
<p class="help-block">Must include <b>[text]</b> & <b>[number]</b>, it will be replaced.
</p>
2022-09-07 14:44:04 +07:00
</div>
</div>
2022-12-14 15:08:49 +07:00
<small id="emailHelp" class="form-text text-muted">You can use WhatsApp in here too. <a href="https://wa.nux.my.id/login" target="_blank">Free Server</a></small>
2022-09-07 14:44:04 +07:00
</div>
<div class="panel-heading">Whatsapp Notification</div>
<div class="panel-body">
<div class="form-group">
<label class="col-md-2 control-label">Whatsapp Server URL</label>
<div class="col-md-6">
2022-10-16 14:48:21 +07:00
<input type="text" class="form-control" id="wa_url" name="wa_url" value=" { $_c [ 'wa_url' ] } "
placeholder="https://domain/?param_number=[number]¶m_text=[text]&secret=">
<p class="help-block">Must include <b>[text]</b> & <b>[number]</b>, it will be replaced.
</p>
2022-09-06 10:31:22 +07:00
</div>
</div>
</div>
2023-03-06 14:49:26 +07:00
<div class="panel-heading"> { Lang : : T ( 'User Notification' ) } </div>
<div class="panel-body">
<div class="form-group">
<label class="col-md-2 control-label"> { Lang : : T ( 'Expired Notification' ) } </label>
<div class="col-md-6">
<select name="user_notification_expired" id="user_notification_expired" class="form-control">
<option value="none">None</option>
<option value="wa" { if $_c [ 'user_notification_expired' ] = = 'wa' } selected="selected" { /if } >Whatsapp</option>
<option value="sms" { if $_c [ 'user_notification_expired' ] = = 'sms' } selected="selected" { /if } >SMS</option>
</select>
<p class="help-block"> { Lang : : T ( 'User will get notification when package expired' ) } </p>
</div>
</div>
<div class="form-group">
<label class="col-md-2 control-label"> { Lang : : T ( 'Expired Notification Message' ) } </label>
<div class="col-md-6">
<textarea class="form-control" id="user_notification_expired_text" name="user_notification_expired_text" placeholder="Hello [[name]], your internet package [[package]] has been expired" rows="3"> { if $_c [ 'user_notification_expired_text' ] ! = '' } { Lang : : htmlspecialchars ( $_c [ 'user_notification_expired_text' ] ) } { else } Hello [[name]], your internet package [[package]] has been expired. { /if } </textarea>
<p class="help-block"> { Lang : : T ( '<b>[[name]]</b> will be replaced with Customer Name. <b>[[package]]</b> will be replaced with Package name.' ) } </p>
</div>
</div>
<div class="form-group">
<label class="col-md-2 control-label"> { Lang : : T ( 'Payment Notification' ) } </label>
<div class="col-md-6">
<select name="user_notification_payment" id="user_notification_payment" class="form-control">
<option value="none">None</option>
<option value="wa" { if $_c [ 'user_notification_payment' ] = = 'wa' } selected="selected" { /if } >Whatsapp</option>
<option value="sms" { if $_c [ 'user_notification_payment' ] = = 'sms' } selected="selected" { /if } >SMS</option>
</select>
2023-03-06 14:51:24 +07:00
<p class="help-block"> { Lang : : T ( 'User will get invoice notification when buy package or package refilled' ) } </p>
2023-03-06 14:49:26 +07:00
</div>
</div>
</div>
2022-09-07 15:07:40 +07:00
<div class="panel-heading">Tawk.to Chat Widget</div>
<div class="panel-body">
<div class="form-group">
<label class="col-md-2 control-label">https://tawk.to/chat/</label>
<div class="col-md-6">
2022-10-16 14:48:21 +07:00
<input type="text" class="form-control" id="tawkto" name="tawkto" value=" { $_c [ 'tawkto' ] } "
placeholder="62f1ca7037898912e961f5/1ga07df">
2022-09-07 15:07:40 +07:00
<p class="help-block">From Direct Chat Link.</p>
<pre>/ip hotspot walled-garden
2022-09-07 15:09:56 +07:00
add dst-host=tawk.to
add dst-host=*.tawk.to</pre>
2022-09-07 15:07:40 +07:00
</div>
</div>
</div>
2022-09-06 10:31:22 +07:00
<div class="panel-heading">Invoice</div>
<div class="panel-body">
<div class="form-group">
<label class="col-md-2 control-label">Note Invoice</label>
<div class="col-md-6">
2023-03-06 14:49:26 +07:00
<textarea class="form-control" id="note" name="note" rows="3"> { Lang : : htmlspecialchars ( $_c [ 'note' ] ) } </textarea>
2022-09-06 10:31:22 +07:00
<span class="help-block"> { $_L [ 'You_can_use_html_tag' ] } </span>
</div>
</div>
</div>
</div>
2023-07-18 16:30:12 +07:00
<div class="panel-body">
<div class="form-group">
<button class="btn btn-success btn-block waves-effect waves-light"
type="submit"> { $_L [ 'Save' ] } </button>
</div>
</div>
<pre>/ip hotspot walled-garden
add dst-host= { $_domain }
add dst-host=*. { $_domain } </pre>
2022-09-06 10:31:22 +07:00
</div>
</div>
</form>
2022-10-16 14:48:21 +07:00
{ include file = "sections/footer.tpl" }