Author |
Topic  |
middleweb
Junior Member
 
USA
230 Posts |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 14 August 2003 : 05:37:56
|
uhh, some links to txt versions of your inc_func_common.asp and inc_iconfiles.asp files would be nice. |
Support Snitz Forums
|
 |
|
middleweb
Junior Member
 
USA
230 Posts |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 14 August 2003 : 14:49:06
|
hmm. Your files look ok. But in the html source where you are getting the forum errors, I see some code that belongs to Snitz Forums v4.0. If you are using v4.0 you are missing a lot of code from your files. If you are not, then where that v4 code is coming from would need to find out.
Post txt links to your default.asp and inc_header.asp files. |
Support Snitz Forums
|
 |
|
middleweb
Junior Member
 
USA
230 Posts |
|
middleweb
Junior Member
 
USA
230 Posts |
Posted - 14 August 2003 : 16:30:53
|
Don't know what the prob w/ my inc_header.TXT file was...but if you View Source, it will show the original ASP, not the outputted HTML. -Gabe |
 |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 14 August 2003 : 22:05:26
|
I am seeing this bit of html code at the top of your inc_header.asp file:<title>ben - harper dot net</title>
<script src="rollover.js" type="text/javascript"></script>
</head>
<STYLE type="text/css">
BODY
{
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ff0000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
scrollbar-darkshadow-color: black;
scrollbar-shadow-color: black;
}
a:link {font-color:#ffffff; text-decoration:underline}
a:hover {font-color:#312473; text-decoration:none}
</STYLE>
<table border="1" bordercolor="#ff0000" align="center" bgcolor="#000000" width="626"><tr><td>
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tr border="0"><td border="0"><a href="http://www.video-gamer.net/index.asp"><img src="1.gif" border="0"></a></td><td border="0"><a href="http://www.video-gamer.net/bhpro.asp"><img src="2.gif" alt="View basic information about Ben..." class="imgover" border="0"></a></td>
<td border="0"><a href="http://www.video-gamer.net/lyrics.asp"><img src="4.gif" alt="View Our Collection of Ben Harper Lyrics." class="imgover" border="0"></a></td>
<td border="0"><a href="http://www.video-gamer.net/discography.asp"><img src="8.gif" alt="Click here for the complete visual discography" class="imgover" border="0"></a></td>
<td border="0"><a href="http://www.video-gamer.net/photos.asp"><img src="6.gif" alt="View Our Collection of Ben Harper Photos." class="imgover" border="0"></a></td>
<td border="0"><a href="http://www.video-gamer.net/tour.asp"><img src="7.gif" alt="Get tour dates and ticket information" class="imgover" border="0"></a></td>
<td border="0"><a href="http://www.video-gamer.net/forum/"><img src="3.gif" alt="Read/Post in our Ben Harper forums." class="imgover" border="0"></a></td>
<td border="0"><a href="http://www.video-gamer.net/contact.asp"><img src="5.gif" alt="Contact the webmasters." class="imgover" border="0"></a></td>
<td border="0"><img src="end.gif" border="0"></a></td>
</tr> That shouldn't be there. I did a view source but still saw the same code. Are you sure that code is not in your inc_header.asp file?
Last file that i need to take a look at. Your config.asp file. |
Support Snitz Forums
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 14 August 2003 : 22:07:15
|
Also you might want to try re-uploading your inc_func_common.asp file, make sure it didn't get corrupted or something. Make sure you are uploading in ASCII mode. |
Support Snitz Forums
|
 |
|
middleweb
Junior Member
 
USA
230 Posts |
Posted - 14 August 2003 : 23:15:07
|
I can't have HTML in the top of an asp page? That code IS in my inc_header.asp file. |
 |
 |
|
middleweb
Junior Member
 
USA
230 Posts |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 14 August 2003 : 23:41:13
|
Ok, so that html code is your code that you put there? No prob.
Where did this piece of code come from in your config.asp file?'######################## ADDED FOR INTERNATIONAL MODS! #########################
strLangLCID = "1033"
function fLang(s)
' fLang=eval(s) ' commented out for IIS 4 compatibility, all related function calls changed
fLang=s
end function
%>
<!--#include file="langMODS_Ls3kAU4.asp"--> You can find it at the end of config.asp. Also make sure to re-upload your inc_func_common.asp file as I mentioned before. |
Support Snitz Forums
|
 |
|
middleweb
Junior Member
 
USA
230 Posts |
Posted - 14 August 2003 : 23:43:50
|
Already did Inc_func_common re-upload...and it did change some stuff. I can actually see the forum now...its just REALLY messed up. Take a look. www.video-gamer.net/forum
I think that's from Active Users.
|
 |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 14 August 2003 : 23:47:52
|
Never mind. It's the active users mod code.
All I can suggest is, try re-uploading those files I asked to look at (default.asp, inc_iconfiles.asp, config.asp, inc_header.asp) and make sure you are uploading in ASCII mode. It might that some files are corrupted. Just a guess as your files look ok. |
Support Snitz Forums
|
 |
|
middleweb
Junior Member
 
USA
230 Posts |
Posted - 14 August 2003 : 23:49:34
|
I already re-uploaded all of 'em.
Anything else? :S |
 |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 14 August 2003 : 23:51:14
|
Well, you added some html code to the forum. Is that not how you wanted it to turn out? Then you would need to modify your html code that you added to get the results you want.
Probably would want to change your font colors for some of the links in your admin options too. |
Support Snitz Forums
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 14 August 2003 : 23:53:44
|
Your forum is ok now. You just need to work on the html side of it so your graphical links work the way you want it to. |
Support Snitz Forums
|
 |
|
Topic  |
|