Staredit Network

Staredit Network -> Staff Lounge -> Self notes
Report, edit, etc...Posted by Yoshi da Sniper on 2005-04-06 at 19:51:14
IP apparently skipped the new line stuff with v5 so far, so I'll post it here so I can actually read what im doing.

Since theres no bb codes really, items with:
- need to be done
* are done

LOGIN SCRIPT:
- Check user inputs for unsafe entries. This applies to anything that users can use to SQL inject. ALL USER INPUTS MUST BE CLEAN. Gets are okay, they are automatically cleaned, but make sure you make it an intval if its supposed to be that.
- Change login pictures to core, its not a forum thing.
- Allow users to login with their name and clan name.
- Make "Remember me" checked by default.
- More max length checking.
- Work upon user validation a bit more.
- Make lost pass/lost name scripts with recoveries.

FORUMS
* Moving topics and deleting topics does not effect post count within a forum. Correct it.
- Make a multiple moderation mode, but only for administrators (since topics will be deleted without reason, and moving topics will not have a reason either)
- Get IP to tell me about Low level queries or something? Mostly for the updates n stuff.
- Make topic deleting and moving more efficent.
- Optimize queries.
- Get sticky, edit topic, and annocements working properly.
- Make topic list more effecient.
- Get the spellcheck feature in.
- Modify premissions for getting that silly new thread button in properly in topic list view.
- When deleting the topics, delete posts inside too!
* Varify why the subforum keeps going away sometimes when recaching
- Make a topic jump box at the bottom of every page for the forums.
- Don't mark deleted topics and moved topics as NEW.
* Get activity code in.
- Stop caching username/clan names and use a AS inside the sql statements.
- Increment forum postage for each post made. Delete when necessary too.
- Increment post count for members with a non-postcount forum as well.
- Make a proper "view topic logs" area.
* Get marking topics as 'new' working
- Make a proper bottom stats area?

CORE
- Make a system for "users online" in an include file to be used globally for certain scripts.

ALL
- Check for negative numbers.

WHEN THE ABOVE IS COMPLETE:
- Reset forums and names to proper ones for alpha testing. (mainly, because most of the topics, posts and forums are corrupted from testing and incorrect queries.)
- Choose alpha testing team with Isolated Purity.
Report, edit, etc...Posted by IsolatedPurity on 2005-04-06 at 21:25:01
QUOTE
IP apparently skipped the new line stuff with v5 so far, so I'll post it here so I can actually read what im doing.

You mean like line breaks? They're in there.
Or should be? I know there's one small bug in it, but my signature was working.

Here, I'll add some happy.gif:

LOGIN SCRIPT:
- Convert script into easy functions IP can steal for usercp calls (name, password, email validity checks and email confirmation)
- Delete depreciated code
Next Page (1)