One Hat Cyber Team
Your IP :
216.73.216.80
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
kay
/
Documents
/
proj
/
lib
/
product
/
Edit File:
left.php
<? switch($group) { case 'l': $type=0;break; case 'd': $type=1;break; case 'h': $type=2;break; } if (!isset($rId)) { $ob=$base->object("select `id` from `rub` where type='$type' order by `id` limit 1"); $rId=$ob->id; } ?> <tr> <td align="right"> <table cellspacing=0 cellpadding=0> <tr><td colspan=3> <table width="105" style="border: 1px solid #C5C5C5; background-color: #FCFCFC;" cellspacing=0 cellpadding=1> <tr><td width="5"><img src="images/spacer.gif" height="5" width="1"></td></tr> <? if (!isset($Pcur)) $Pcur=1; $Pstep=5; $start=($Pcur-1)*$Pstep; $end=$start+$Pstep; $base->res=$base->query("select * from `rub` where type='$type'"); $total=$base->rows(); $need=(int)($total/$Pstep); if ($need!=$total/$Pstep) $need++; $res=$base->query("select * from `rub` where type='$type' order by `id` limit $start,$end"); while ($ob=mysql_fetch_object($res)) { echo("<tr><td></td><td><a href=\"$link&rId=$ob->id</a>\" class=\"ll\">$ob->name</a></td></tr>"); } ?> <tr><td width="5"><img src="images/spacer.gif" height="7" width="1"></td></tr> </table> </td></tr> <? if ($need>1) { echo("<tr>"); if ($Pcur==1) echo("<td><img src=\"images/ico/ico-left-inact.gif\"></td>"); else { $prev=$Pcur-1; echo("<td><a href=\"$link&Pcur=$prev\"><img src=\"images/ico/ico-left-act.gif\" border=0></a></td>"); } echo("<td align=center>$Pcur/$need</td>"); if ($Pcur==$need) echo("<td><img src=\"images/ico/ico-rigth-inact.gif\"></td>"); else { $next=$Pcur+1; echo("<td><a href=\"$link&Pcur=$next\"><img src=\"images/ico/ico-rigth-act.gif\" border=0></a></td>");} echo("</tr>"); } ?> </table> </td> </tr>
Simpan