Welcome To Snipplr
Everyone's Recent Snippets Tagged user
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
How to manage and update user locations using the onUnityLocations delegate.
0
1075
posted 8 years ago by TenDegrees
This is a simple example to quickly and easily produce a set of links for a given site in your bookmarks from Firefox..
0
1010
posted 9 years ago by xXxPizzaBreakfastxXx
Author: jsinix([email protected])
This is a script that demonstrates how to get input from keyboard with a timeout. This can be useful in many places.
0
1337
posted 9 years ago by jsinix
A simple function for converting a php timestamp (integer) to a user frindly format. Examples: 10 Seconds ago, 4 Days ago. The function converts timestamp to U.F. format only if the timestamp is earlyer than one week. Otherwise it uses $dateFormat ar...
0
1251
posted 12 years ago by TimoZachi
Just a small function to sanitize the user's input of any xss and sqli. I saw a lot of ones that didn't include htmlentities or htmlspecialchars, and were still vulnerable to persistent/reflected xss.
1
763
posted 12 years ago by TheNullByte
**Usage**
> newuser.bash [username]
**What it does**
- Generates a random password with `makepasswd`
- Encrypts it with `mkpasswd` for use with useradd
- Adds the user
- Adds a MySQL Database for user
- Adds a MySQL User for user
-...
1
1051
posted 12 years ago by jiewmeng
Great tutorial for getting started with SharePoint custom web parts
0
828
posted 13 years ago by nickaranz
Primeiro de tudo criar um novo formulário com os campos:
Criar campos:
nome
username (com validação alphanumeric)
password
email
e um submit button.
Na área dos scripts colocar o código e ter em atenção que conforme a versão do joom...
0
708
posted 13 years ago by montejunto