![]() |
Search for image URL?
Is there a way to search the forum for specific image URLs? The photobucket situation left me scrambling to replace pics and I need to be able to find them.
|
I would suggest a database query to search:
Code:
SELECT * FROM prefix_post WHERE pagetext LIKE '%www.photobucket.com%'; or to search and replace: Code:
UPDATE prefix_post SET pagetext = REPLACE(pagetext, 'photobucket', 'tinypic'); Always remember to make backup of db. |
All times are GMT. The time now is 12:11 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|