Kamis, 31 Oktober 2013

Mengganti function disable moodle (readfile dan Fpassthru)


  • function readfile() bisa digantikan dengan echo file_get_contents()

  • function fpassthru() bisa digantikan dengan echo stream_get_contents()


Silahkan di teliti di file :

Fpasstrhougth :

./auth/ldap/ntlmsso_magic.php: fpassthru($handle);
./lib/minify/lib/Minify/Cache/File.php: fpassthru($fp);
./lib/pear/HTTP/WebDAV/Server.php: fpassthru($options['stream']);
./lib/pear/HTTP/WebDAV/Server.php: fpassthru($options['stream']);
./lib/pear/HTTP/WebDAV/Server.php: fpassthru($options['stream']);



readfile :
./theme/jquery.php:readfile($file);
./badges/mybadges.php: readfile($file);
./badges/badge.php: readfile($file);
./lib/minify/lib/Minify/Cache/File.php: readfile($this->_path . '/' . $id);
./lib/jslib.php: readfile($jspath);
./lib/csslib.php: readfile($csspath);
./lib/filestorage/stored_file.php: readfile($path);
./lib/filelib.php: readfile($file);
./lib/setup.php: readfile("$CFG->dataroot/climaintenance.html");
./theme/styles.php
./theme/javascript.php
./theme/yui_image.php
./theme/image.php
./lib/setup.php

warning!!!pada public function readfile() - > jangan diganti lib/filestorage/stored_file.php (marai nge-blank)

Tidak ada komentar:

Posting Komentar

Cara mengecek encyrp MD5 aman atau tidak

haloooo .......... password anda aman atau encyrpsi menggunakan md5 anda sudah aman? Google dorking, sudah tau? misalnya menggunakan wordpre...