aight see i'm adding the memberlist to my board. and it says find this in cpanel4.cgi
Step 4: In cpanel4.cgi find the following:
--------------------------------------------------------------
sub UpdateMembersList {
my @thesemembers = &OpenFile("$MembersPath/memberslist.cgi");
foreach $thisline(@thesemembers) {
chomp($thisline);
my @thisprofile = split(/|!!|/, $thisline);
$DeleteLine = "";
foreach $deletenum(@deletelist) {
chomp($deletenum);
if ($deletenum eq "$thisprofile[1]") {
$DeleteLine = "true";
it's not there. looks like it would be there if a previous version of this hack was installed b4. but hmm any help?