Heisenberg submitted a new resource:
You must be registered for see links
- Loads a user's avatar image by GET params. For example, <img src="avatar.php?userid=1" />This script is useful when you have any HTML web page needing to show a user's avatar, and the user's username or userid is available to you. An HTML img tag will be the typical usage:
Code:<img src="avatar.php?userid=3" />
nstallation:
- upload this script to your forum root.
You have 3 GET parameters you can set:
userid - the userid number of the user.
username - the username of the user. Can be used instead of userid.
size - can be s, m, or...
You must be registered for see links