AnonSec Shell
Server IP : 92.204.138.22  /  Your IP : 3.145.71.240
Web Server : Apache
System : Linux ns1009439.ip-92-204-138.us 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64
User : internationaljou ( 1019)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/internationaljou/public_html/admin/js/BROKY_ADMIN/alfasymlink/root/home/internationaljou/old_site/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/internationaljou/public_html/admin/js/BROKY_ADMIN/alfasymlink/root/home/internationaljou/old_site/admin/dashboard.php
<?php include("header.php");

include("left-menu.php");

?>  <noscript>

            <div class="alert alert-block col-md-12">

                <h4 class="alert-heading">Warning!</h4>



                <p>You need to have <a href="http://en.wikipedia.org/wiki/JavaScript" target="_blank">JavaScript</a>

                    enabled to use this site.</p>

            </div>

        </noscript>



        <div id="content" class="col-lg-10 col-sm-10">

            <!-- content starts -->

            <div>

    <ul class="breadcrumb">

        <li>

            <a href="#">Home</a>

        </li>

        <li>

            <a href="#">Dashboard</a>

        </li>

    </ul>

</div>

<h3> Journal Details </h3><br>

<div class=" row">

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJCSE" class="well top-block" href="ijcse.php">

           <!--<i class="glyphicon glyphicon-home red"></i>-->

			

            <div style="height:65px;"><br>Computer Science and Engineering ( IJCSE )</div>

           <?php

              include("config.php");                                     

              $sql = mysqli_query($conn,"select count(sno) as total from `ijcse` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php echo $tot1= $row['total']; ?></div>

            <?php }?>

           

        </a>

    </div>



    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJEEE"class="well top-block" href="ijeee.php">

           <!--<i class="glyphicon glyphicon-plane yellow"></i>-->



            <div style="height:65px;"> Electrical and Electronics Engineering  ( IJEEE )</div>

            <?php

                                                

              $sql = mysqli_query($conn,"select count(sno) as total from `ijeee` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot2= $row['total']; ?></div>

            <?php }?>

        </a>

    </div>



    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJME" class="well top-block" href="ijme.php">

          <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br> Mechanical Engineering  ( IJME )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijme` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot3=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJMS" class="well top-block" href="ijms.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Medical Science  ( IJMS )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijms` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot4=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJAP" class="well top-block" href="ijap.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Applied Physics ( IJAP )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijap` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot5=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJAC" class="well top-block" href="ijac.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Applied Chemistry ( IJAC )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijac` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot6=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJMCA" class="well top-block" href="ijmca.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Mobile Computing and Application ( IJMCA )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijmca` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot7=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJIE" class="well top-block" href="ijie.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Industrial Engineering ( IJIE )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijie` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot8=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJPBE" class="well top-block" href="ijpbe.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Pharmacy and Biomedical Engineering ( IJPBE )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijpbe` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot9=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJVSP" class="well top-block" href="ijvsp.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>VLSI & Signal Processing ( IJVSP )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijvsp` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot10=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJTE" class="well top-block" href="ijte.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Thermal Engineering ( IJTE )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijte` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot11=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJECE" class="well top-block" href="ijece.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Electronics and Communication Engineering ( IJECE )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijece` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot12=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    

     <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJCE" class="well top-block" href="ijce.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Civil Engineering ( IJCE )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijce` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot13=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJAES" class="well top-block" href="ijaes.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Agriculture & Environmental Science ( IJAES )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijaes` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot14=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJEMS" class="well top-block" href="ijems.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Economics and Management Studies ( IJEMS )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijems`");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot15=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

     <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJHSS" class="well top-block" href="ijhss.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Humanities and Social Science ( IJHSS )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijhss` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot16=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJGGS" class="well top-block" href="ijggs.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Geoinformatics and Geological Science  ( IJGGS )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijggs` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot17=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJCMS" class="well top-block" href="ijcms.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Communication and Media Science( IJCMS )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijcms` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot18=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJCER" class="well top-block" href="ijcer.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Chemical Engineering Research( IJCER )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijcer` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot19=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJPTE" class="well top-block" href="ijpte.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Polymer and Textile Engineering( IJPTE )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijpte` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot20=$row['total']; ?></div>

            <?php }?>

         

        </a>

    </div>

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJNHS" class="well top-block" href="ijnhs.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Nursing and Health Science( IJNHS )</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijnhs` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot21=$row['total']; ?></div>

            <?php }?>

        </a>

    </div>

    

    <div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="IJAES" class="well top-block" href="ijaes.php">

           <!--<i class="glyphicon glyphicon-globe green"></i>-->



            <div style="height:65px;"><br>Material Science and Engineering</div>

             <?php

                                                 

              $sql = mysqli_query($conn,"select count(sno) as total from `ijmse` ");

              while ($row = mysqli_fetch_array($sql)) {

             ?>

			<div><?php  echo $tot22=$row['total']; ?></div>

            <?php }?>

        </a>

    </div>

   

</div>

<div class="row">

	<div class="col-md-3 col-sm-3 col-xs-6">

        <a data-toggle="tooltip" title="" class="well top-block" href="#">

           <!-- <i class="glyphicon glyphicon-user "></i> -->



            <div style="height:65px;"><br>Total Articles</div>

            <div><?php echo $tot1+$tot2+$tot3+$tot4+$tot5+$tot6+$tot7+$tot8+$tot9+$tot10+$tot11+$tot12+$tot13+$tot14+$tot15+$tot16+$tot17+$tot18+$tot19+$tot20+$tot21+$tot22;?></div>

       </a>

    </div>

</div>

<!--

<div class="row">

    <div class="box col-md-12">

        <div class="box-inner">

            <div class="box-header well">

                <h2><i class="glyphicon glyphicon-info-sign"></i> Introduction</h2>



                <div class="box-icon">

                    <a href="#" class="btn btn-setting btn-round btn-default"><i

                            class="glyphicon glyphicon-cog"></i></a>

                    <a href="#" class="btn btn-minimize btn-round btn-default"><i

                            class="glyphicon glyphicon-chevron-up"></i></a>

                    <a href="#" class="btn btn-close btn-round btn-default"><i

                            class="glyphicon glyphicon-remove"></i></a>

                </div>

            </div>

            <div class="box-content row">

                <div class="col-lg-12 col-md-12">

                    <h1>Dream Science Publishing<br>

                       

                    </h1>

                    <p>Dream Science is a service based nonprofit research organization founded in India, furnishing supports and services to education professionals and researchers around the globe without any cost or financial expectation.</p>



                    

					 <div><h1>Our Journals</h1></div>

                     <div class="row-fluid">

                    <div class="col-md-3">

                                    <a href="../JE/index.html" target="_new"> <img src="../images/1.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt="">  </a>              

                   

            </div>  

                     <div class="col-md-3">

                  

                    <a href="../JST/index.html" target="_new"><img src="../images/2.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt=""></a>                

                   

            </div> 

            <div class="col-md-3">

                                 <a href="../JLS/index.html" target="_new">  <img src="../images/4.jpg" class="img-polaroid" style="margin:5px 0px 15px;" alt="">    </a>            

                                </div> 

            </div>

                </div>

               

				

            </div>

        </div>

    </div>

</div>

-->

<br><br> 


<?php

include("footer.php"); ?>

Anon7 - 2022
AnonSec Team