Subj : Re: a small javascript...
To : Tracker1
From : guardian
Date : Sun Apr 24 2011 01:18 pm
Re: Re: a small javascript...
By: Tracker1 to Internetking on Tue Apr 19 2011 06:56:44
> On 4/11/2011 7:06 PM, Internetking wrote:
> > Okay it seems newuser.js is not the file i want... i want it to be read
> > before the regstration is actually saved to the BBS database... how can
> > this be done before that so will not be a waste of time deleting people
> > who did not agree to it....
> run it from inside your login.js as part of the newuser action... right befo
> it does the createuser.
well i cant find it.... you mean here?
// New user application?
if(str.toUpperCase()=="NEW") {
if(bbs.newuser()) {
bbs.logon();
exit();
}