Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Poll Mod Help
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

middleweb
Junior Member

USA
230 Posts

Posted - 14 August 2003 :  01:36:20  Show Profile  Visit middleweb's Homepage
http://www.video-gamer.net/forum
...NO IDEA what problem is. I went over everything twice in MOD's instructions.

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 14 August 2003 :  05:37:56  Show Profile
uhh, some links to txt versions of your inc_func_common.asp and inc_iconfiles.asp files would be nice.

Support Snitz Forums
Go to Top of Page

middleweb
Junior Member

USA
230 Posts

Posted - 14 August 2003 :  14:27:26  Show Profile  Visit middleweb's Homepage
http://www.video-gamer.net/inc_iconfiles.txt
http://www.video-gamer.net/inc_func_common.txt

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 14 August 2003 :  14:49:06  Show Profile
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
Go to Top of Page

middleweb
Junior Member

USA
230 Posts

Posted - 14 August 2003 :  15:01:58  Show Profile  Visit middleweb's Homepage
http://www.video-gamer.net/inc_header.txt
http://www.video-gamer.net/default.txt
Thanks.
I'm using 3.4

Go to Top of Page

middleweb
Junior Member

USA
230 Posts

Posted - 14 August 2003 :  16:30:53  Show Profile  Visit middleweb's Homepage
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

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 14 August 2003 :  22:05:26  Show Profile
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
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 14 August 2003 :  22:07:15  Show Profile
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
Go to Top of Page

middleweb
Junior Member

USA
230 Posts

Posted - 14 August 2003 :  23:15:07  Show Profile  Visit middleweb's Homepage
I can't have HTML in the top of an asp page? That code IS in my inc_header.asp file.

Go to Top of Page

middleweb
Junior Member

USA
230 Posts

Posted - 14 August 2003 :  23:27:00  Show Profile  Visit middleweb's Homepage
http://www.video-gamer.net/forum/config.txt

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 14 August 2003 :  23:41:13  Show Profile
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
Go to Top of Page

middleweb
Junior Member

USA
230 Posts

Posted - 14 August 2003 :  23:43:50  Show Profile  Visit middleweb's Homepage
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.

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 14 August 2003 :  23:47:52  Show Profile
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
Go to Top of Page

middleweb
Junior Member

USA
230 Posts

Posted - 14 August 2003 :  23:49:34  Show Profile  Visit middleweb's Homepage
I already re-uploaded all of 'em.

Anything else? :S

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 14 August 2003 :  23:51:14  Show Profile
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
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 14 August 2003 :  23:53:44  Show Profile
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
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.39 seconds. Powered By: Snitz Forums 2000 Version 3.4.07