Print Page | Close Window

Code Image didn't show when I modified lang. file

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=20849
Printed Date: 09 April 2026 at 7:28am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Code Image didn't show when I modified lang. file
Posted By: asplearning
Subject: Code Image didn't show when I modified lang. file
Date Posted: 28 July 2006 at 2:53pm

I have posted my issue from the Modifications Forum and Dpyers told me to post this issue to the Support Forum so I can get help from Borg.  Since I had posted my issue from the Modifications, you can read it from http://forums.webwiz.net/forum_posts.asp?TID=20819 - HERE.



Thanks




Replies:
Posted By: WebWiz-Bruce
Date Posted: 28 July 2006 at 9:09pm
The best way to see why your security image is not displaying is to type into Firefox the path to your CAPTCHA_image.asp.

This is the file that creates the security image, and should display an error message in Firefox if there is an issue with this file loading.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: asplearning
Date Posted: 28 July 2006 at 10:50pm

boRg,

Here is what I got:
    The image http://192.168.0.2/forum/CAPTCHA_image.asp cannot be displayed, because it contains errors.

Then I tried changing it back to the way it was before and it showed the image.  I am not to sure why modify language_file_inc.asp file is effect Code Image.

Thanks


Posted By: WebWiz-Bruce
Date Posted: 29 July 2006 at 12:44am
You need to turn off friendly HTTP errors in IE, or use Firefox to get a complete error message, this will tells us what is wrong.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: asplearning
Date Posted: 29 July 2006 at 5:16am
Originally posted by -boRg- -boRg- wrote:

You need to turn off friendly HTTP errors in IE, or use Firefox to get a complete error message, this will tells us what is wrong.


Here is what I got boRg:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="vi">
</head>

GIF89ap#3f!,p#|C+FXߔ& 8
ى(
CTt(kh!0̦uz@b<WePxF]ʲM,9Uj wGuS4hw8gIsӥ&9YRbyi&'"juj c3:aЋg(d&lz|Pw3hV8|[F >)+\zBJٌjYBw4j5o=3`NiR rv8H`F<q_z8+J! B']@#W я=>4iGM)}EHE@Rdz]үd{V6mjB}6rڽ7޽|(;

Thanks


Posted By: WebWiz-Bruce
Date Posted: 29 July 2006 at 8:35am
It looks like you may have edited an include file somewhere to add in :-

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="vi">
</head>

This is the problem as it is sending data it shouldn't to the browser.

To remove the part that you have added that ads the above HTML to your forum, then instead edit the file includes/browser_page_encoding_inc.asp and change the page encoding in that file to UTF-8


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: asplearning
Date Posted: 31 July 2006 at 4:49am

If I take these lines out then all the words will change to a different look.  Please see the images below:


Code:


Web:


Even though I have enabled UTF-8 from the includes/browser_page_encoding_inc.asp file.

Thanks


Posted By: WebWiz-Bruce
Date Posted: 31 July 2006 at 11:07am
Also add in your :-
<meta http-equiv="Content-Language" content="vi">

Into the browser_page_encoding_inc.asp file

By only modifying the file mentioned above to include your page encoding it will only be used in the correct pages.

At the moment the file you are modifying is coursing your page encoding tags to be used in pages it shouldn't, such as the security image file which is why this part is not working.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: asplearning
Date Posted: 01 August 2006 at 1:40am
I have added it to browser_page_encoding_inc.asp but it did not make any different.


Posted By: WebWiz-Bruce
Date Posted: 01 August 2006 at 8:07am
Once you have entered it into your browser encoding file, then setup your forum, as the data will then be sent to the server in the correct encoding for it to be displayed.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: asplearning
Date Posted: 01 August 2006 at 3:24pm
boRg,
    I am not quite understand.  Can you please show me how to setup forum or can you give me an example?

Thanks


Posted By: WebWiz-Bruce
Date Posted: 01 August 2006 at 5:12pm
You can not chnage browser encoding half way through as data in your forum will not display correct, as this is what is happening.

You need to start with a clean forum (no data in forum) change your browser encoding, then create any forums etc. that you require.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: asplearning
Date Posted: 01 August 2006 at 8:29pm
Thanks boRg,  I will try :)


Posted By: asplearning
Date Posted: 02 August 2006 at 12:33am
boRg,
    I tried delete the database, rebooted system, and recreated database but it did the same thing :(.


Posted By: WebWiz-Bruce
Date Posted: 02 August 2006 at 9:12am
I'm afraid then I am at a loss as to what to suggest next.

maybe have a look for someone else on this forum who is from Vietnam and ask them how they resolved the issue, but this solutions has worked for others before using Vietmanise.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: asplearning
Date Posted: 02 August 2006 at 2:36pm
Thanks boRg,  I will try to ask the people around me.  I will let you know when I found out the solution for this issue.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net