harmor19
01-28-2006, 05:03 AM
I am using the data manager to create a thread.
I the pagetext part I have
$pagetext = "Request Hosting\n
Subdomain: ".$db->escape_string($vbulletin->GPC['subdomain']).".iconrate.net\n
Username: ".$db->escape_string($vbulletin->GPC['susername'])."\n
Password: $pass\n
Plan: ".$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.
I the pagetext part I have
$pagetext = "Request Hosting\n
Subdomain: ".$db->escape_string($vbulletin->GPC['subdomain']).".iconrate.net\n
Username: ".$db->escape_string($vbulletin->GPC['susername'])."\n
Password: $pass\n
Plan: ".$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.