I am using the data manager to create a thread.
I the pagetext part I have
PHP Code:
$pagetext = "[b]Request Hosting[/b]\n
[b]Subdomain:[/b] ".$db->escape_string($vbulletin->GPC['subdomain']).".iconrate.net\n
[b]Username:[/b] ".$db->escape_string($vbulletin->GPC['susername'])."\n
[b]Password:[/b] $pass\n
[b]Plan:[/b] ".$hp['title']."\n\n";
I would like "$pass" to be seen only by admins.
The person I'm making the hack for wants to put the requests in a public forum.