BFR: Bug
- Urran Voh
- I have a BS degree!
- Posts: 2080
- Joined: Sun Apr 25, 2004 8:58 pm
- Location: Olive Branch, Mississippi
- Contact:
Putting it on Dev in Profiles didn't work either..but the Clan Crier works...
Appears at the top of the screen below whatever it is that shows you your turns and such (while viewing the profile). And nothing appears in the Dev profile.Warning: getimagesize(http://www.jakooldesigns.com/sofaking_k ... ng_robot_s ig.gif): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/staron/public_html/faf/SampleParser.php on line 189
Kills from all Promi games: 55
Emperor and winner of BFR during the 11th Age




Emperor and winner of BFR during the 11th Age




http://www.jakooldesigns.com/sofaking_kool/jksigs/jk_spaulding_robot_s ig.gif
that image doesnt exist
i designed dev to ignore non existant files
note that the forum parser has problems with the link too
it does not conform to the url standard (the space must be url encoded to %20)
note: i should probably add in url encoding
that image doesnt exist
i designed dev to ignore non existant files
note that the forum parser has problems with the link too
it does not conform to the url standard (the space must be url encoded to %20)
note: i should probably add in url encoding
ok
right now the script for handling [img] downloads the image and then parses its size so that it can limit the size
this could lead to some abuse and load problems
i am thinking it might be better off just parsing the image url to make sure its not "dirty"
and then letting the browser do its thing
and to settle the size problem.. use a default size
or let the user set a size thats not too big
right now the script for handling [img] downloads the image and then parses its size so that it can limit the size
this could lead to some abuse and load problems
i am thinking it might be better off just parsing the image url to make sure its not "dirty"
and then letting the browser do its thing
and to settle the size problem.. use a default size
or let the user set a size thats not too big
- The Beatles
- Fear me for I am root
- Posts: 6285
- Joined: Tue May 24, 2005 8:12 pm
- The Beatles
- Fear me for I am root
- Posts: 6285
- Joined: Tue May 24, 2005 8:12 pm
- The Beatles
- Fear me for I am root
- Posts: 6285
- Joined: Tue May 24, 2005 8:12 pm
- The Beatles
- Fear me for I am root
- Posts: 6285
- Joined: Tue May 24, 2005 8:12 pm
Ah! We try to wordwrap long images! That is silly.
That now fixed. Developers: changed
to
i.e. instead of replacing 75 or more non-whitespace characters, we now replace 75 or more "word" characters. Browsers seem to be O.K. with this behaviour.
That now fixed. Developers: changed
code: Select all
$users[profile] = preg_replace('([\S]{75,})', '', $users[profile]);code: Select all
$users[profile] = preg_replace('([\w]{75,})', '', $users[profile]);:wq
-
Members connected in real time
