JSlayM
Member
Posts: 64
Joined: May 2010
Reputation: 0
|
(Request)Custom Error Pages
I would like to request a custom plugin where people can edit and add different message or design to the error pages like 404 or database error page. Admin it will be cool as the custom page admin panel so they can add html code.
|
|
| 12-08-2010, 12:18 PM |
|
LeeFish
SimFish
Posts: 76
Joined: Nov 2009
Reputation: 1
|
RE: (Request)Custom Error Pages
Yes, thats an excellent idea.
PLUS 1
|
|
| 12-08-2010, 03:08 PM |
|
jess
Junior Member
Posts: 28
Joined: Dec 2010
Reputation: 0
|
RE: (Request)Custom Error Pages
all you need to do is go into your file manager and make a new file in /public_html
Name it 404.shtml and put a code in. Mine is
Code:
<!-- saved from url=(0034)http://www.tinsanity.net/404.shtml -->
<HTML><HEAD><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>404</TITLE>
</HEAD><BODY bgcolor="cccccc">
<TABLE border="0" width="100%" height="100%"><TBODY><TR><TD height="100%" width="100%" align="center">
<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="500" height="300" id="err" align="middle">
<PARAM name="allowScriptAccess" value="sameDomain">
<PARAM name="movie" value="http://www.tinsanity.net/err.swf?err=404&subtext=THE PAGE YOU ARE LOOKING FOR DOES NOT EXIST. SORRY :'(">
<PARAM name="quality" value="high">
<PARAM name="bgcolor" value="#cccccc">
<EMBED src="http://www.tinsanity.net/err.swf?err=404&subtext=THE PAGE YOU ARE LOOKING FOR DOES NOT EXIST. " quality="high" bgcolor="#cccccc" width="500" height="300" name="err" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</OBJECT>
</TD></TR></TBODY></TABLE>
</BODY></HTML>
|
|
| 12-12-2010, 10:59 AM |
|
JSlayM
Member
Posts: 64
Joined: May 2010
Reputation: 0
|
RE: (Request)Custom Error Pages
Well I was thinking for mybb board because when is a database error it show a different page and it will be cool to change it
|
|
| 12-12-2010, 03:27 PM |
|
emink123
Junior Member
Posts: 9
Joined: Dec 2010
Reputation: 0
|
RE: (Request)Custom Error Pages
Make it so:
Create a Page with Pagemanager,then create a .htaccess then write : ErrorDocument 404 http://yourwebsite.XXX and it was
greeZ
|
|
| 12-13-2010, 01:53 PM |
|