BLACKSITE
:
216.73.216.9
:
103.185.75.71 / www.dial4web.com
:
Linux server.webmediatricks.in 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
:
/
home
/
dial4web
/
.trash
/
Upload File:
files >> /home/dial4web/.trash/index-blog.php.1
<?php $blog = db_query("select * from tbl_blogs where blog_status='Active' order by blog_id desc limit 3"); if(mysqli_num_rows($blog)>0){?> <section class="home_blog"> <div class="container"> <h5 class="h2_title wow fadeInDown" data-wow-delay=".1s">Latest Blogs</h5> <div class="row"> <?php while($row=mysqli_fetch_array($blog)){ $name=wordLimit($row['blog_title'],50); $desc = wordLimit(strip_tags($row['blog_description']),90); ?> <div class="col-lg-4 col-md-6 col-12"> <div class="single-post2 wow fadeInLeft" data-wow-delay=".3s"> <div class="blog-thumb2"> <a href="latest-updates/<?=$row['blog_url']?>"> <img src="<?=showImage($row['blog_image_name'],'blog')?>" alt="<?=altTitle($row['image_alt'],$row['blog_title'])?>" title="<?=altTitle($row['image_title'],$row['blog_title'])?>"></a> </div> <div class="blog-content2"> <div class="b-meta"> <div class="meta-info"> <ul> <li><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"> <path d="M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0z"/> <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/> </svg> 09th Jun 2022</li> </ul> </div> </div> <h5 class="titleBlog"><a href="latest-updates/<?=$row['blog_url']?>"><span><?=$name?></span></a></h5> <p><?=$desc?></p> <!--<a href="latest-updates/<?=$row['blog_url']?>" class="read_more_1 bg_btn_1">Read More <span></span><span></span><span></span><span></span></a>--> </div> </div> </div> <?php }?> </div> </div> </section> <?php }?>