ok so for example this line in the code reads
PHP Code:
(NULL,'".addslashes(htmlspecialchars("$username"))."','".time()."',
'$newregthreadforumid','1','0','".addslashes("Auto Poster")."','0','"
.addslashes("Auto Poster")."','".time()."','0','1','0')");
so I should change "Auto Poster" to "My User Name"? Do I need to put my user ID# in there somewhere as well?
Thanks!!!