Tama. Eto rin gamit ko
Sayang yung panel.hahaactive na pala yung old panel ko na destroy ko hehe xD
View attachment 360395
Lodi pa tingnan nmn panel moactive na pala yung old panel ko na destroy ko hehe xD
View attachment 360395
Nice. Congrats.oks na siya paps menin maraming salamat 0![]()
Meron ako dito.....Mga veterans pahelp naman 2days kona problem userlist ko nakakainis
Kasi wala makita blangko lang sya cno po mabait na magsesend sa kin ng servers.html jan ....
View attachment 360557
Pwede pahingi akoMeron ako dito.....
Servers.html for admin:Pwede pahingi ako
paps phcarl pano bako maka log in sa digital ocean kung wala ko credit card pahelp naman poHehe. Ready to answer kami..
Maling info. Di ka naman i flagged ng NBI kung wala namang mali yung laman ng site mo. Tsaka wala naman paki ang NBI sa mga SSH at VPN sites.
Mukhang di na ko maglalabas ng ng yôutubê tuts hahaha galing ni boss menin
Hahahaha credits lang sa pagturo kung paano maglagay ng cloudflare haha
paano i change color paps?You do not have permission to view the full content of this post. Log in or register now. sama ng kulay hahaha
oks na siya paps menin maraming salamat 0![]()
Ibig ko sabihin yung servers.html na meron ng userlist baka kac wrong yung code ko ichecheck kolangServers.html for admin:
<div class="page-wrapper" style="min-height: 496px;">
<div class="content container-fluid">
<div class="row">
<div class="col-xs-10">
<h4 class="page-title">Server List</h4>
</div>
<div class="col-xs-2">
<a href="{{ @URI }}/add" class="btn btn-info pull-right"><i class="fa fa-plus fa-fw"></i> Add Server</a>
</div>
</div>
<div class="row">
<check if="{{ @message }}">
<div class="alert alert-{{ @message['type'] }} alert-dismissible">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<i class="icon fa fa-info"></i>
{{ @message['data'] }}
</div>
</check>
<repeat group="{{ @servers }}" value="{{ Server }}">
<div class="col-sm-6 col-md-4 col-lg-3">
<div class="panel panel-noypi">
<div class="panel-heading">
<h3 class="panel-title"><i class="icon fa fa-server"></i> {{ Server->servername }} {{ Server->active==1?'':'( Locked )'}}</h3>
</div>
<div class="panel-body">
<table class="table table-white">
<tr>
<td><b>Location</b></td><td>{{ Server->country }}</td>
</tr>
<tr>
<td><b>Protocol</b></td><td>TCP</td>
</tr>
<tr>
<td><b>Host Address</b></td><td>{{ Server->host }}</td>
</tr>
<tr>
<td><b>OpenSSH Port</b></td><td>{{ Server->openssh }}</td>
</tr>
<tr>
<td><b>Dropbear Port</b></td><td>{{ Server->dropbear }}</td>
</tr>
<tr>
<td><b>Squid Port</b></td><td>{{ Server->info }}</td>
</tr>
<tr>
<td><b>Torrent Allow</b></td><td>{{ Server->badvpn }}</td>
</tr>
<tr>
<td><b>Validity</b></td><td>7 Days</td>
</tr>
</table>
</div>
<div class="panel-footer" align="right">
<a href="{{ @URI.'/'.@server->id }}" class="btn btn-primary btn-sm"><i class="fa fa-edit fa-fw"></i> Edit</a>
</div>
</div>
</div>
</repeat>
</div>
</div>
</div>