<?php if (! defined('BASEPATH')) exit('No direct script access allowed'); function pass_generator($amount) { $keyset = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; $randkey = ""; for ($i=0; $i<$amount; $i++){ $randkey .= substr($keyset, rand(0, strlen($keyset)-1), 1); } return $randkey; } ?>
Dear immortals, I need some wow gold inspiration to create.