Thanks for your post.
So your saying that this: (below) is unnecessary? Would I create a simple variable in the page that calls the CGI script, or would I do it in the vbulletin plugin? Also, what would the CGI variable look like? Would it look like $ENV{username}; ?
Code:
# putenv("PHP_ENC_USERNAME=$username"); # where $username is your PHP user variable.
# putenv("PHP_ENC_ISADMIN=$X"); # where $X is a 0 or a 1.
Your help is much appreciated, thanks!
- Pianoman993