This is my first contribute to help ppl so here is some of you all answers to your questions and something more. :laugh:
PHP Code:
(NULL,'".addslashes(htmlspecialchars("$username"))."','".time()."',
'$newregthreadforumid','1','0','".addslashes("YOURUSERNAME")."','USERID#','"
.addslashes("Auto Poster")."','".time()."XXX','0','1','0')");
Edit the these feilds to your desire:
YOURUSERNAME: This is where you put your username at
USERID#: Your user ID # goes there too like mine is 1
XXX: SIGGIE Option Variable: 0 for OFF and 1 for ON
(I renamed the feilds to above for easy reading but you get the idea)
as for the welcome text in the subject:
PHP Code:
$DB_site->query("INSERT INTO thread (threadid,title,lastpost,forumid,open,replycount,postusername,postuserid,lastposter,dateline,iconid,visible,attach) VALUES (NULL,'".addslashes(htmlspecialchars("Welcome $username"))."','".time()."','$newregthreadforumid','1','0','".addslashes("YOURUSERNAME")."','USERID#','".addslashes("YOURUSERNAME")."','".time()."','0','1','0')");
Look above and see "Welcome $username" thats where you edit the subject feild. Take care and have fun!
I hope I helped you all and no pun to the creator of this hack, just helping out.
Oh and BTW. GREAT HACK! Congrats!