BeBot - An Anarchy Online and Age Of Conan chat automaton

Development => Module Requests => Topic started by: Plac3bo on September 21, 2005, 01:56:27 pm

Title: database problem
Post by: Plac3bo on September 21, 2005, 01:56:27 pm
not sure where to post it, so I do it here.
Im making some pages that lists info from the bot databases, and was trying to get the picture to work. But the database uses anarchy-online.com and not anarchyonline.com as url so they are all broken, any quick fix for this?
Title: database problem
Post by: Blondengy on September 21, 2005, 02:01:11 pm
You mean the picture URL from the members table?
They work perfectly for me: click (http://www.anarchy-online.com/character/photos/40652.jpg)
But if you wanna remove the "-" why don't you just do:
Code: [Select]
$url = str_replace("-", "", $url);
SimplePortal 2.3.7 © 2008-2024, SimplePortal