E
05-18-2003, 07:35 PM
Parse error: parse error, unexpected $ in /home/fiendwor/public_html/forum/admin/user.php on line 1799
its in admin/user.php
doformheader("user","pruneusers");
maketableheader("User Moving/Pruning System - Find users where...");
makechoosercode("Usergroup is","usergroupid","usergroup",iif($usergroupid,$usergroupid,-1),"Any");
makeinputcode("Has not logged on for <i>x</i> days","daysprune",iif($daysprune,$daysprune,365));
makeinputcode("Registered before date: (yyyy-mm-dd format)","joindate",$joindate);
makeinputcode("Has less than <i>x</i> posts:","minposts",iif($minposts,$minposts,""));
makelabelcode("Order results by:","<select name='order'>
<option value='username ASC'>User Name</option>
<option value='email ASC'>Email Address</option>
<option value='usergroup.title ASC'>Usergroup</option>
<option value='posts DESC'>Post Count</option>
<option value='lastvisit ASC'>Last Visit</option>
<option value='joindate DESC'>Join Date</option>
</select>");
doformfooter("Find Users");
}
cpfooter();
?>
I think its the SPACE @ the end,
I take it away EVERY time &,
no matter what, it comes back & gives the same error.
Also, I had the karma hack on this,
& I took out it out from
the beginning ( //Karma )
to
the end of the code ( //Karma )
& the problem doesnt seem to lie there anyway.
Its @ the last line,
please help?
its in admin/user.php
doformheader("user","pruneusers");
maketableheader("User Moving/Pruning System - Find users where...");
makechoosercode("Usergroup is","usergroupid","usergroup",iif($usergroupid,$usergroupid,-1),"Any");
makeinputcode("Has not logged on for <i>x</i> days","daysprune",iif($daysprune,$daysprune,365));
makeinputcode("Registered before date: (yyyy-mm-dd format)","joindate",$joindate);
makeinputcode("Has less than <i>x</i> posts:","minposts",iif($minposts,$minposts,""));
makelabelcode("Order results by:","<select name='order'>
<option value='username ASC'>User Name</option>
<option value='email ASC'>Email Address</option>
<option value='usergroup.title ASC'>Usergroup</option>
<option value='posts DESC'>Post Count</option>
<option value='lastvisit ASC'>Last Visit</option>
<option value='joindate DESC'>Join Date</option>
</select>");
doformfooter("Find Users");
}
cpfooter();
?>
I think its the SPACE @ the end,
I take it away EVERY time &,
no matter what, it comes back & gives the same error.
Also, I had the karma hack on this,
& I took out it out from
the beginning ( //Karma )
to
the end of the code ( //Karma )
& the problem doesnt seem to lie there anyway.
Its @ the last line,
please help?