403Webshell
Server IP : 80.241.246.6  /  Your IP : 216.73.216.188
Web Server : Apache/2.4.25 (Debian)
System : Linux kharagauli 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
User : www-data ( 33)
PHP Version : 7.0.33-0+deb9u12
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/kharagauli_new/Citizens_feedback/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/kharagauli_new/Citizens_feedback/cf.php
<?php
include 'admin/conf.php';

$EnableVote=false;
$IP=$_SERVER['REMOTE_ADDR'];
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://ip-api.com/json/".$IP);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$output = curl_exec($ch);
curl_close($ch);     
saveToLog($IP.' '.$output,'IP');
$res=json_decode($output,true);
if(isset($res['city']))
	if($res['city']=='kharagauli')
		$EnableVote=true;
$page=0;
if(isset($_GET['page'])) $page=(int)$_GET['page'];
	?>

<div style="clear: both;"></div>
	
    <div class="container" style="margin: 70px auto">
		<!--<div align="center" style="background-color: #0001; color: #a00; margin-bottom: 20px">სატესტო რეჟიმი</div>-->
		
		<div class="cf_top_header" align="center">მოქალაქეთა უკუკავშირის პლატფორმა</div>
	
		<div class="cf_header">
			
			<a href="?page=0">
				<div class="cf_item <?=$page==0?'selected':''?>">
					<div>
						<img src="img/პროექტის შესახებ.png" alt="">
					</div>
					<span>პლატფორმის შესახებ</span> 
				</div>
			</a>
	
			<a href="?page=1">
				<div class="cf_item <?=$page==1?'selected':''?>">
					<div>
						<img src="img/მუნიციპალიტეტის პროექტები.png" alt="">
					</div>
					<span>მუნიციპალიტეტის პროგრამები</span>
				</div>
			</a>
	
			<a href="?page=2">
				<div class="cf_item <?=$page==2?'selected':''?>">
					<div>
					<img src="img/პროექტების შეფასება.png" alt="">
					</div>
					<span>პროგრამის და საჭიროების შეფასება</span>
				</div>
			</a>
	
			<a href="?page=3">
				<div class="cf_item <?=$page==3?'selected':''?>">
					<div>
					<img src="img/სტატისტიკა.png" alt="">
					</div>
					<span>უკუკავშირის შედეგები</span>
				</div>
			</a>
	
			<a href="?page=4">
				<div class="cf_item <?=$page==4?'selected':''?>">
					<div>
					<img src="img/შეტყობინება.png" alt="">
					</div>
					<span>შეტყობინების გაგზავნა</span>
				</div>
			</a>
	
	
		</div>

		<div class="Questions">
		
<?php

					 
include 'pages/p'.$page.'.php';
					 
					 
?>
	</div>
<style>
.ProgramClases, .Programs, .Questions{margin-top: 30px}
.PCItem, .PrItem{ padding: 2px 10px;	}
.PCItem.selected{ background-color: coral}		
.PrItem.selected { background-color: gold;}
.Question {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dotted #0005;
	margin-left: 30px;
	}
.Questions, .PageArea {
    padding: 20px;
    border: 1px solid #0003;
    border-radius: 10px;
    background-color: #0f02;
	}
.QHeader { margin-left: -30px; }
.cfComment, .cfParagraph, .cfText { width: 100%; }
.cfSelect{max-width: 100%; }
.cf_top_header{ font-size: 28px; margin-bottom: 30px; }
.cf_header {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
}
.cf_item {
    width: 130px;
    margin: 0 2px; 
    text-align: -webkit-center;
	cursor: pointer;
	margin-bottom: 20px;
}	
.cf_item > div {
    width: 90px;
    border: 1px solid #0005;
    height: 90px;
    vertical-align: middle;
    display: table-cell;
    border-radius: 10px;
    background-color: #e8e8e8;
}

.cf_item:hover > div {
    background-color: #CCCCCC;
}
.cf_item:hover  {
    text-shadow: 2px 2px 4px #0008;
}	
.cf_item.selected > div {
    background-color: #bbce6d;
}
.thanks{background-color: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-weight: bold;}
</style>

<style>
.cf_icons {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
.cf_icons img {
    height: 62px;
    margin: 0 2px;
    display: inline-block;
}
@media screen and (max-width:300px){
	.container{padding: 0}
	.Questions{padding: 10px 2px;}
	}
</style>
		
		
		
		</div>
<div style="clear: both;"></div>		

	
	<?php
	if(!isset($noIcons)){
	?>
<div class="container" style="margin-bottom: 70px">
	<div class="Questions" >
	<div class="cf_icons">
		<img src="img/LDA-logo.png" alt="ა(ა)იპ ადგილობრივი დემოკრატიის სააგენტო საქართველო">
		<img src="img/Saministros-logo.png" alt="საქართველოს რეგიონული განვითარებისა და ინფრასტრუქტურის სამინისტრო">
		<img src="img/DANISH-MFA-logo.png" alt="დანიის საგარეო საქმეთა სამინისტრო" style="height:50px">
		<img src="img/UNDP-Logo.png" alt="გაეროს განვითარების პროგრამა">
	</div>
	<p>პლატფორმა შექმნილია  გაეროს განვითრების პროგრამის (UNDP), დანიის საგარეო საქმეთა სამინისტროსა და საქართველოს  მთავრობის&nbsp;მხარდაჭერით. პლატფორმაზე  გამოთქმული  მოსაზრებები ავტორისეულია და შეიძლება არ ასახავდეს ზემოთ ჩამოთვლილი საერთაშორისო  ორგანიზაციების მოსაზრებებს.</p>
	<p>This platform was prepared with support from the United Nations  Development Programme (UNDP), Danish Ministry of Foreign Affairs and the  Government of Georgia. The views expressed in this platform are those of the authors and do not  necessarily represent those of the organisations listed above.</p>
</div></div>
<div style="clear: both;"></div>    
<link rel="stylesheet" href="styles.css"> 
<?php }?>

Youez - 2016 - github.com/yon3zu
LinuXploit