Month: September 2017

  • Tutorial : Rapidleech Upload Plugin

    NOTE: This article might not be suitable for everyone. You must at least have a little knowledge with PHP and be quite capable with HTML to continue. NOTE: We are using Filefactory member upload plugin as an example in this tutorial. The code you see is simply to illustrate how things work with filefactory so…

    Continue reading

  • Reboot Modem Menggunakan Telnet

    Option explicit Dim oShell set oShell=Wscript.CreateObject(“WScript.Shell”) oShell.Run”telnet” WScript.Sleep 3000 oShell.Sendkeys “open 192.168.1.1~” WScript.Sleep 3000 oShell.Sendkeys “User~” WScript.Sleep 3000 oShell.Sendkeys “Pass~” WScript.Sleep 3000 oShell.Sendkeys “reboot~” WScript.Sleep 3000 oShell.Sendkeys “~” Wscript.Quit Save sbg *.vbs Selesai!

    Continue reading