Linux 软件免费装

Random Code Generator

开发者 Joe Casabona
更新时间 2009年7月8日 22:43
捐献地址: 去捐款
PHP版本: 2.7 及以上
WordPress版本: 2.8.1

标签

random generator store code verify generate promotional

下载

1.0

详情介绍:

A simple plugin that genrates a random string of characters and stores it in a database. By default the length is 10 characters (A-Z, a-z, 0-9, @!@#$%^&*()) and the strings are unique.

安装:

  1. Upload random-code.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Place the <?php rndcode_print_code(); ?> template tag somewhere in your theme.

常见问题:

How do I use this?

Just follow the instructions! All generated codes will show up in the WordPress Admin Panel under Tools->Random Code Generator

How can I style teh code?

Just add a .rndcode_code style to your CSS.