Blackbams Blog
development – digital arts – internet
Knowledge is free. No one may take possession of it.
Tagged Posts ‘administrator’
26. March 2015
This script turned out to be useful in a lot of situations when lost an admin password and cannot restore it for some reason. Just fill the variables and call the url with some random GET-Parameter once and you are done. // insert a new administrator // add_action(‘init’,’check_insert’); function check_insert() { if(isset($_GET[“jio8”]) && $_GET[“jio8″]==”u7dd”) { $newusername […]
From category WordPress, WP Scripts || No comments yet »