Warning: include(QJ_start.php): failed to open stream: No such file or directory in /home/ebonnhu1/cvteszt/_inc_BI_Based/biedit.php on line 1
Warning: include(): Failed opening 'QJ_start.php' for inclusion (include_path='.:/opt/remi/php56/root/usr/share/pear:/opt/remi/php56/root/usr/share/php:/usr/share/pear:/usr/share/php') in /home/ebonnhu1/cvteszt/_inc_BI_Based/biedit.php on line 1
SWC-BiEdit
BIcPhpDir.php
aktuális könyvtár:/home/ebonnhu1/cvteszt/_inc_BI_BasedBIcPhpDir.php
___0 # <?php include("QJ_start.php");
___1 # if (!isset($_GET["konyvtar"])) $konyvtar=getcwd(); else $konyvtar=$_GET["konyvtar"];
___2 # if (isset($_POST["konyvtar"])) $konyvtar=$_POST["konyvtar"];
___3 # // echo("~~~$_POST[szures]~~~/");
___4 # if (isset($_POST["szures"])) $_SESSION['SERVICE_filter']=$_POST["szures"];
___5 # if (isset($_SESSION['SERVICE_filter'])) $_POST["szures"]=$_SESSION['SERVICE_filter'];
___6 # $szures=$_POST["szures"];
___7 # // echo("~~~$szures~/~~$_SESSION[sourcefilter]~~~");
___8 # ?>
___9 #
__10 # <FORM name=orderby action='BIcPhpDir.php' method='POST' >
__11 #
__12 #
__13 #
__14 #
__15 # <?php
__16 #
__17 # //$konyvtar = $_POST['konyvtar'];
__18 # //include("../BiLib/bisql.php");
__19 #
__20 #
__21 #
__22 #
__23 #
__24 # Chdir($konyvtar);
__25 #
__26 # //include("BIcGvar.php");
__27 #
__28 # $ind=strrpos($konyvtar,"/");
__29 #
__30 # if ($ind<15) $rest=""; else $rest = substr($konyvtar, $ind-strlen($konyvtar));
__31 #
__32 # if ($k_azon = opendir($konyvtar)) {
__33 #
__34 #
__35 # //echo "<hr>Path:".$ind."/".$rest;
__36 #
__37 # $I=0;
__38 #
__39 # while (false !== ($fajl = readdir($k_azon))) {
__40 # $I++;
__41 # $tomb[$I] = $fajl;
__42 #
__43 # // if ($fajl != "." && $fajl != "..") {
__44 # // echo "$fajl<br>";
__45 # // }
__46 #
__47 # }
__48 #
__49 # sort ($tomb);
__50 # echo('<table width=600 height=40 border=1 text=black bgcolor=yellow><font color="black">');
__51 #
__52 # $xx=0;
__53 # $szures="";
__54 # if (isset($_POST["szures"])) $szures=$_POST["szures"];
__55 #
__56 #
__57 #
__58 # for ($j= 0; $j < $I; $j++) {
__59 #
__60 # $entry = $tomb[$j];
__61 #
__62 # $szuki=1;
__63 #
__64 # if (!empty($szures)) {
__65 #
__66 # $szuki=strpos("?".strtolower($entry), strtolower($szures));
__67 # }
__68 #
__69 # if ($entry != ".." and $entry != "." ) {
__70 # $meret = filesize($entry);
__71 # $ido = date ("Y-m-d H:i:s.", filemtime($entry));
__72 # }
__73 # else {
__74 # $meret = "directory";
__75 # $ido = $konyvtar;
__76 # $szuki=0;
__77 #
__78 # }
__79 #
__80 # if ($szuki>0) {
__81 # $xx=$xx+1;
__82 #
__83 # $url=str_replace(".~","",$entry);
__84 # $sourceURL="<A target=sframe href='biedit.php?&source=$entry' >
__85 # <IMG width=20 height=20 SRC='../../_Screen_Based/help.png' border=0></a>";
__86 #
__87 # // echo '<a href="../BiLib/biline.php?&in=http://www.lifeislife.hu'.$rest."/".$entry.'">
__88 # // <img border=0 src="../Screen/edit.png" ></td><td ALIGN="right">';
__89 #
__90 # echo '<tr><td ALIGN="right"><font color="black">'.$xx.'</td><td ALIGN="right">'.$sourceURL;
__91 # echo '</td><td ALIGN="right">';
__92 # echo '<a target=sframe href="'.$url.'">'. $tomb[$j].'</a></td><td ALIGN="right">';
__93 # echo $ido.'</td><td ALIGN="right">'.$meret."</td>";
__94 # echo "</font></tr>";
__95 # }
__96 # }
__97 #
__98 #
__99 # echo('</table>');
_100 #
_101 # closedir($k_azon);
_102 #
_103 # }
_104 #
_105 # ?>
_106 #