EFUPW Forums

Main Forums => Bug Reports => Topic started by: Hound on September 15, 2014, 04:04:26 PM

Title: Domain Expiry
Post by: Hound on September 15, 2014, 04:04:26 PM
(http://i.gyazo.com/8a0944090bf440ad2e35d01ec262ae83.png)

This page came up when clicking on the Gruumsh deity link in cleric domains thread.
Title:
Post by: Howlando on September 15, 2014, 04:17:57 PM
There's a fair number of broken links around. It was getting pretty pointless for me to pay for two old domains that aren't needed anymore.

In this thread there are several hundred links I believe, I fixed some of them but shortly lost patience with going through and fixing them all. It's easy enough to just substitute efupw.com instead of escapefromunderdark.com for players, I think... or just go to the deity forum directly.
Title:
Post by: Hound on September 15, 2014, 04:31:03 PM
If it's just a matter of replacing the hyperlink then send me a copy of the text including BBCode and I'll do it quickly.
Title:
Post by: Howlando on September 15, 2014, 04:44:22 PM
I fixed. I sort of forgot about find & replace. Please feel free to report any other dead links.
Title:
Post by: MaimedGod on September 15, 2014, 04:49:58 PM
The link to the old forums does not work.
Title:
Post by: goate on September 15, 2014, 05:24:56 PM
Sounds like you've got it handled, but just in case, if it's hosted on a unix-esque system, this command might work to fix it wide-scale (back up first, run as root):

Quotefind /path/to/web/document/root -type f | xargs sed -i -r 's/escapefromunderdark\.com/www.efupw.com/g'