PDA

View Full Version : Creating a Script and Running It


tsptom
10-22-2010, 05:11 PM
I had an issue on my site where users had cut and pasted entire articles from other sites, and posted it on the forum. Someone complained and gave me 24 hours to remove all articles. My forum has about 300,000 posts so the best I could do was search the DB for references to this website that is complaining.

I want to create a script to delete these posts daily, but I am a little ignorant of how to go about scheduling this. Would this be done as a cron job on my server, or is this something that can be done in the VB control panel?

Thanks!