|
CRON. mysql delete and free forum |
I allow to spam my forum, but i delete messages :)), my forum has some restriction according words. This forum is only for atracting more persons to site. Method has doubts of course.
/usr/local/mysql/bin/mysql -u root --password='...' joomla_taro -e 'delete from jos_simplestforum_post where forumId=1 and id > 700'
|