View Single Post
Old 2011-06-24, 01:43 PM   #7
RedCherry
Of all the things I've lost, I miss my mind the most.
 
RedCherry's Avatar
 
Join Date: Apr 2004
Location: Middle of the Desert, Pahrump, NV
Posts: 3,187
Send a message via ICQ to RedCherry
Quote:
Originally Posted by LD View Post
Yeah, Dragon is a real bitch doing chores like that. I did figure out how to do it in mysql, I think...don't know if I am brave enough though...

If you have phpmyadmin it is pretty easy to search for terms like girlfriend and move them. Something like this:

Code:
update dl_sites set category='22' where title LIKE '%keyword%' and category='74'
You don't have to have the second part and category='whatever' unless you are only going to check a specific category.

Code:
update dl_sites set category='73' where title LIKE '%keyword%'
The % are wildcards so the title can be Blah Blah Girlfriend Blah and still move it.
RedCherry is offline   Reply With Quote