Slashcode

From Free Knowledge Base- The DUCK Project
Revision as of 07:34, 15 April 2008 by Admin (talk | contribs) (New page: What many consider, THE ORIGINAL BLOG. == Delete Story Submissions Hack == select subid, email, name, subj, tid, note, section, uid, ipid, del from submissions; delete from submission...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

What many consider, THE ORIGINAL BLOG.

Delete Story Submissions Hack

select subid, email, name, subj, tid, note, section, uid, ipid, del from submissions;
delete from submissions where del=0;