Membuat PHP argumen dengan =
THIS SITE IS MIRROR || Skip to Full Contents (Read More) Membuat PHP argumen dengan = - Posted on July 30, 2019 6:48 AM by Dimas Lanjaka Kumala Indra PHP Programming PHP Cara Membuat argumen PHP CLI dengan ‘ = ‘ ‘ –= ‘ Buat file php <?php… Cara Membuat argumen PHP CLI dengan ‘=’ ‘–=’Buat file php<?phpfunction arguments($argv) { $_ARG = array(); foreach ($argv as $arg) { if (ereg(‘–([^=]+)=(.*)’,$arg,$reg)) { THIS SITE IS MIRROR || Skip to Full Contents (Read More)
Put execution arg into _GET
THIS SITE IS MIRROR || Skip to Full Contents (Read More) PHP CLI<?phpif ($argv) { foreach ($argv as $k=>$v) { if ($k==0) continue; $it = explode(“=”,$argv[$i]); if (isset($it[1])) $_GET[$it[0]] = $it[1]; }}?> THIS SITE IS MIRROR || Skip to Full Contents (Read More)
Menggunakan PHP di termux
THIS SITE IS MIRROR || Skip to Full Contents (Read More) Menggunakan PHP di termux - Instalasipkg update ypkg upgrade -ypkg install php curl wget git -yContoh Penggunaan PHP CLI pada termuxbuat file Instalasi
pkg update -ypkg upgrade -ypkg install php curl wget git -yContoh Penggunaan PHP (CLI) pada termuxbuat file php<?phpparse_str(implode(‘&’, array_slice($argv, 1)), $_GET);?>Usage/pen THIS SITE IS MIRROR || Skip to Full Contents (Read More)
FIX Low signal wifi kali linux
THIS SITE IS MIRROR || Skip to Full Contents (Read More) FIX Low signal wifi kali linux - Memperbaiki low wifi signal kali linux git clone https://github.com/lwfinger/rtlwifi_new.gitcd rtlwifi_newsudo makesudo make installsudo Memperbaiki low wifi signal kali linux
git clone https://github.com/lwfinger/rtlwifi_new.gitcd rtlwifi_newsudo makesudo make installsudo modprobe -rv rtl8723besudo modprobe -v rtl8723be ant_se THIS SITE IS MIRROR || Skip to Full Contents (Read More)
Alternative Widget Translator for blog
THIS SITE IS MIRROR || Skip to Full Contents (Read More) Alternative Widget Translator for blog - English Indonesian Afrikaans Albanian Arabic Armenian Azerbaijani Example Translator Languages #translator-wrapper { display:block; width:90%; max-width:300px; border:none; background-color:#fff; color:#444; overflow:hidden; position THIS SITE IS MIRROR || Skip to Full Contents (Read More)