Skip to content

Instantly share code, notes, and snippets.

@SaintAnd
SaintAnd / install fbinst
Created March 26, 2025 21:28 — forked from wang-bin/install fbinst
fbinst: boot from usb
## Source
http://download.gna.org/grubutil or https://code.google.com/p/grubutils
build 32bit binary
## Install to USB Disk
get the disk name
@SaintAnd
SaintAnd / README.md
Last active January 23, 2025 16:56 — forked from mrl22/README.md
Remove WordPress Virus Malware PHP basename() include_once()
if ( file_exists( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ) ) { 
    include_once( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ); 
}

if ( file_exists( get_template_directory() . '/.' . basename( get_template_directory() ) . '.php') ) {
    include_once( get_template_directory() . '/.' . basename( get_template_directory() ) . '.php');
}

Плюс вручную удаляйте последние 10 строк из wp-load.php в корне