403Webshell
Server IP : 103.48.194.25  /  Your IP : 216.73.216.74
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33
System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64
User : sieuthimay ( 1016)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/zomuaban.com/public_html/site/views/backend-old/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/zomuaban.com/public_html/site/views/backend-old/autoget.php
<style>
.item .link{ max-width: 400px;}
.item .city{max-width: 80px;}
.item .cate {max-width: 120px;}
.item .desc{
	min-width: 150px;	
	max-width: 220px;
}

#autoget-form {	
	position: fixed;
	top: 0;
	z-index: 99000;
	right: 200px;
	padding: 10px;
}

#start-number-input{
	width: 37px;
	padding: 5px;
	display: inline;
	background: 5px;
	border: none;
	font-weight: bold;
	color: red;
	margin-top: 0;
}
#start-btn{
	margin-top: -3px;
}

#list-link .item p{margin:0;}
#list-link .item.disabled td{
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #E8E8E8;
	background-color: #fafafa;
}
#list-link .item.warning td{
	background-color: #fcf8e3!important;
	color: #CFA854!important;
}
#list-link .item.danger td{
	background-color: #f2dede!important;
	color: #E0A2A2!important;
}

#list-link .item.info td{
	background-color: #50AFDF;
	color: #fff;
	border-top: 1px solid #1F84B6;
	border-bottom: 1px solid #1F84B6;
}

#numget{
	color: rgb(244, 10, 10);
	margin-left: 10px;
	float: right;
}

@media (max-width: 767px) {
	#autoget-form {	
		width: 100%; left: 0;top: 50px;
		color: #000; background: #eee;
		box-shadow: 0 0 5px 0px #aaa;		
	}
	#list-link{margin-top:60px;}
}


</style>

<div id="autoget-form">
	<label class="uppercase">Start from </label>
	<input id="start-number-input" class="form-control" value="70"/>
	<button id="start-btn" class="btn btn-info active">
		<i class="fa fa-pause"></i>
		<small>Click to start ... </small>
	</button>	
</div>

<table id="list-link" class="table table-hover table-condensed table-striped">
	<thead>
		<tr>
			<th class="">
				<div class="checkbox" style="margin:0">
					<label>
						<input class="check-all-record" type="checkbox" value="">
						<b>ID</b>
					</label>
				</div>
			</th>				
			<th class=""> city 	</th>
			<th class=""> cate 	</th>
			<th class=""> link 	</th>
			<th class=""> desc 	</th>
		</tr>
	</thead>
	<tbody>
		<?php $index = 0; ksort($listcate);
			foreach($listcate as $group) {						
				foreach($group as $link) { 
					$index ++;
					$link -> index = $index;
					echo $this->load->view('backend/inc/itemLink', $link);						
		}} ?>				
		
	</tbody>
</table>

Youez - 2016 - github.com/yon3zu
LinuXploit