in reply to creating script that logs in to site under different names

If this is your forum, simply insert the new users into the database directly - there is no need to go through the web interface.

If this is not your forum, then don't do that.

  • Comment on Re: creating script that logs in to site under different names

Replies are listed 'Best First'.
Re^2: creating script that logs in to site under different names
by Anonymous Monk on Mar 21, 2006 at 18:33 UTC
    It is mine and I suppose I could manually add it to the ONLINE table but the thing is, I'll be running this as a cron job on my server so there's ALWAYS someone online in my list. If I added it to the database myself, I'd have to manually add it every 25 minutes since that's what the time out is.

    I can't increase the timeout because other users' names would appear in the list long after they are gone, too.