Welcome To Snipplr
Everyone's Recent Snippets Tagged security
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
<p>Follow these steps to secure your Cakephp Website:</p>
<p>*Before you actually start using Security Component functionality, make sure you use $components = array (‘Security’, ‘Auth’) in the array so you can extend its functionality in...
0
561
posted 7 years ago by cakephpexpert
Simple PHP Backdoor Shell
// http://www.example.com/shell.php?cmd=dir
0
1333
posted 8 years ago by shopsplash
**Example of use:**
if (!isUniversityEmail('[email protected]'))
exit('You must have a valid and .edu email address to register for an account.');
1
547
posted 8 years ago by phpdev
This is a AutoHotKey.com script. It runs on Windows and allows you to lock your computer by simply hitting a single key combination and unlock it with a different one. Download the whole script at the url listed.
0
598
posted 9 years ago by deanhouseholder
The sysprotects system table reports all of the permissions granted or denied in a given database. We'll need to join it with sysusers and sysobjects to get all the information we need. Here's an example query that only pulls information on objects (...
0
509
posted 9 years ago by edwinet
To keep up on important incidents on your site without having to dig through server logs the alternative can be custom logs.
0
404
posted 9 years ago by COBOLdinosaur
Using sed to recursively remove malicious code injection form .php files when the injected code follows the pattern <?php>
0
525
posted 9 years ago by tinytiger
Nice implementation of Blowfish for storing user passwords to prevent decryption when for example the user database is compromised. Origin: Burak [email protected]
2
590
posted 9 years ago by ptodorov
Insert this in functions.php to remove WordPress version from being output in the header source code
0
400
posted 9 years ago by klagraff
Enter any suspicious IP address that you wanted to check into the form field and press the "LOOKUP" button
1
1346
posted 10 years ago by DNSBL
IE Zone Analyzer allows comparing/importing/exporting of IE security zones
1
425
posted 10 years ago by theonlyalterego
also requires an .htpasswd file to be created in a secure directory
0
367
posted 10 years ago by ropehead
Blocks bad bots, and image theft, allows visitors inside domains.
0
434
posted 11 years ago by CKOink
Encode mailto links and (plain) email addresses on your site and hide them from spambots. Easy to use, plugin works directly when activated.
Features
* Protect all emails and mailto links
* Check posts, widgets, comments and RSS feeds
* Encode...
0
556
posted 11 years ago by freelancephp
If you want to run Google Chrome with additional program arguments under OSX, one way, is to use "open" and its --args argument.
Use it to start Chrome with the --allow-file-access-from-files setting (or any other).
Create a link to it to run i...
0
443
posted 11 years ago by nonlinearsound
The command you need to close the mysql port 3306 from external access. You need to use the 2 lines in the snippet below once you have connected to the server via SSH.
0
447
posted 11 years ago by daipratt
Placing this in a .htaccess file in a sub folder you disable password security for this folder.
2
401
posted 11 years ago by arnekolja
Substitute new_ placeholder in the second line with your new prefix. Run it: http://www.yoursite.com/rename.php and wait until it responds with an OK, usually after a couple of seconds. Delete the rename.php script. Edit the configuration.php file...
0
456
posted 11 years ago by beneberle