johnsontk10
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to make a full backupYou can say that again. 🙂
Forum: Fixing WordPress
In reply to: How to make a full backupI successfully backed it up… And I have already restored it.
I’m just worried about the future. Thanks
Forum: Requests and Feedback
In reply to: Two factor authentication is now mandatory in our worldAnd PS: to Andrew about bruteforce…
You’re avoiding the issue.
Who gives a woot who should handle bruteforce attacks?
The fact is; they happen.
And what about if you got tricked into activating a keylogger or backdoor Trojan.
The fact is; people get their WordPress installations hacked.
Why not activate two factor authentication into the core?
Why prevent it from occurring faster?
Why make a million excuses as to why wordpress should NOT integrate it into their core?
That’s what I’m seeing here.
Why would anyone say it’s a bad idea?
Lol.
Forum: Requests and Feedback
In reply to: Two factor authentication is now mandatory in our worldSecurity plugins suck.
They have a propensity to break.
I want clean code.
Secure code.
Code that’s integrated into the core.
🙂
Forum: Requests and Feedback
In reply to: Two factor authentication is now mandatory in our worldLol.
In that case.
I’d also like to formally request the ability to “like” a post on these forums.
:o)
Seriously though.
I’m surprised not more people are interested in this?
All the major Internet services are hopping on board with two factor authentication.
Google, Microsoft, Paypal, Steam, even WordPress.com.
Why not individual wordpress installations?
Forum: Everything else WordPress
In reply to: What is the maximum password lengthIt’s weird how nobody knows
😮
Forum: Fixing WordPress
In reply to: Maximum password lengthIt seems nobody knows the answer to this.
wordpress FAIL.
Forum: Fixing WordPress
In reply to: Randomize Scripts in a Widget? :DYou sir are a genius 😀
Thanks for your time, truly
Forum: Fixing WordPress
In reply to: Randomize Scripts in a Widget? :DThank you for your time boss 🙂
I setup the code like this:
<script> jQuery(document).ready(function($){ var iRand = Math.floor(Math.random() * 5); switch(iRand) { case 0: script1 break; case 1: script2 break; case 2: script3 break; case 3: script4 break; default: script5 } } </script>But it shows all 5 instead of picking one
Any advice?
Forum: Themes and Templates
In reply to: completely remove header and menu from twenty eleven?Okay, say that I do create a child theme.
How then, would I go about getting rid of the header and footer all together, so that pages only show the body content?
I appreciate your support! (Really I do)