Difference between revisions of "Slashcode"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(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...)
 
m
Line 6: Line 6:
  
 
  delete from submissions where del=0;
 
  delete from submissions where del=0;
 +
 +
== Unsorted Notation ==
 +
 +
* DBIx::Password
 +
* /etc/init.d/slash
 +
* /usr/local/slash/slash-sites
 +
* if you put image files in the directory slash-2.2.6/site/xs-adventure.com/htdocs/images/topics/ they show up in the topics "choose icon" drop down box. slash-2.2.6/site/SITEURL.com/htdocs/images/topics/

Revision as of 08:38, 15 April 2008

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;

Unsorted Notation

  • DBIx::Password
  • /etc/init.d/slash
  • /usr/local/slash/slash-sites
  • if you put image files in the directory slash-2.2.6/site/xs-adventure.com/htdocs/images/topics/ they show up in the topics "choose icon" drop down box. slash-2.2.6/site/SITEURL.com/htdocs/images/topics/