Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Add the following parameter to any file URL & it will be unique each time, preventing the cached version from showing
0
616
posted 9 years ago by makbeta
A function to create passwords for new users or password resets.
0
478
posted 9 years ago by luckygreentiger
An attempt for a semi-random salt in a stored password. It's not stored in the database so I believe it would be harder to discover. Samples should be changed.
0
432
posted 9 years ago by luckygreentiger
Calculates the time in hh:mm:ss between two dates
Usage:
var past = new Date('1/1/2013');
var now = new Date();
var lapsed = past.lapsed(now);
0
519
posted 9 years ago by camdagr8
Function enables the reading of url appended variables. See URL for more information.
0
621
posted 9 years ago by gromitski
Compact Privacy Policy allowing cookies to be used in an iframe without being blocked by the host website. See link for further details.
0
537
posted 9 years ago by gromitski
Simple PHP Backdoor Shell
// http://www.example.com/shell.php?cmd=dir
0
1862
posted 9 years ago by shopsplash
Groovy script for hudson's scripler/script console (for latter case import line could be removed) aborting running builds with loo large logs.
0
632
posted 9 years ago by alces
This is way to get different fg and bg colors inside 1 string. You provide escape like characters to define colors.
This is a fg of #rRed #xand now we're back to normal.
This is a bg of $bBlue#x and now we're back to normal.
I can combine fg & b...
0
693
posted 9 years ago by Rick
Uses the object prototype to extend data. Instantiate as an object and use as specified below (bottom of the code)
0
624
posted 9 years ago by rickygri
Having a handle for groups of options allows script driven dynamic effects to manage changes of presentation with in the select without having to refresh or use other inefficient methods of updating the display.
0
705
posted 9 years ago by COBOLdinosaur
Avoid history back when is pressed backspace key in number imput
0
495
posted 9 years ago by porquero
shows list of cpt for example on archive page when wpml is installed. if particular post has no translation, it shows it in default language
0
519
posted 9 years ago by kkarpieszuk