View Single Post
Old
arty-fishL
Senior Member
 
arty-fishL's Avatar
 
Status: Offline
Posts: 1,878
Join Date: Mar 2008
Location: In the corner of your eye
Talking 10-21-2011, 08:42 AM

Quote:
Originally Posted by x2495iiii View Post
Yeah the images are showing up as broken for me, too. The first three display some kind of custom error image, and the last two have the broken image sign.

Do you need a screenshot?
Thankyou. The reason you got custom error images is because I was in the process of fixing it at the time.

I managed to fix it Yay . (Sorry for the massive rage in the post above).

I don't need a screenshot any more thanks, but confirmation it works would be nice (please).
It should be fixed and now if an error does occur again you should get that custom error image instead of a horrible broken image icon.


Not that anybody would be that interested, but if you are then here is the short, simple Python script that I fixed it with:
Code:
def getFormDo(form):
	thisdo = form.getvalue("do")
	thisdo = thisdo.replace("%" + "2528", "(")
	thisdo = thisdo.replace("%" + "2529", ")")
	thisdo = thisdo.replace("%" + "2520", " ")
	thisdo = thisdo.replace("%" + "28", "(")
	thisdo = thisdo.replace("%" + "29", ")")
	thisdo = thisdo.replace("%" + "20", " ")
	return(thisdo)


█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█
█░░▓░░░░░░░▓░░░░░░░░░░░▓▓░░▓░░░░░░▓░░░▓░░░░█
█░▓░▓░▓▓▓░▓▓▓░▓░▓░░░░░░▓▒▒░░▒░░▓▓░▓▓▓░▓▒░░░█
█░▓▓▓▒▓▒▒▒░▓▒▒▓▓▓▒▓▓▓░▓▓▓░░▓░░░▓▒▒▓▒▓▒▓▒░░░█
█░▓▒▓▒▓▒░░░▓▓░░▒▓▒░▒▒▒░▓▒▒░▓▓░▓▓▒░▓▒▓▒▓▒░░░█
█░▓▒▓▒░▒░░░░▒▒▓▓▓▒░░░░▓▓▒░░░▒▒░▒▒░░▒░▒▓▓▓░░█
█░░▒░▒░░░░░░░░░▒▒▒░░░░░▒▒░░░░░░░░░░░░░░▒▒▒░█
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█

I have mostly moved on from Alice, but may still respond to messages if important [¬º-°]¬
   
Reply With Quote