View Full Version : my forum! need some comments!
212rikanmofo
04-19-2002, 01:47 AM
tell me what you guys think! i been workin on it for days without any sleep :(
click here to enter my world! (http://dunz.ath.cx:7000/forum/)
need some help with a search for new posts in a particular forum option, i don't know the template for that, can some one help me out plz...
indiamike
04-19-2002, 08:40 AM
Hey it's looks really good.
Like the layout it's crisp and clean looking and easy on the eyes.
I especially like the buttons that you created, they blend in great with the overall design of the board.
The only thing that throws me off (and this is because I am used to working with forums) is that the home button takes you back to the index page of your site not the main page of the forum. However besides that I would give you a rating of 9.5 out of ten.
Good job, now go and get some rest.
Mike
212rikanmofo
04-19-2002, 04:39 PM
thanks for the wonderful comment :) i've been working day and night on this.... hehe...
anyone else? Would love to here some feedback from you guys....
Lesane
04-19-2002, 04:47 PM
Looks great, i love the color scheme. Well done
But grrr... that member named "Tony" stole my avatar:
http://dunz.ath.cx:7000/forum/showthread.php?postid=263#post263 ;)
212rikanmofo
04-19-2002, 10:52 PM
Lesane: Thanks :) hehe, oh yeah he's another 2pac fan... hehehe!
Admin
04-20-2002, 06:04 AM
You have a JavaScript error on your main page, something to do with the mouseOver's.
212rikanmofo
04-20-2002, 06:42 AM
thanks for letting me know firefly, can you tell me whats wrong with it? its in my header... i used dreamweaver to set out my header for the rollovers...
<HTML>
<HEAD>
<TITLE>pk_navbar default</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<script src="fade_hack.js" language="Javascript"></script>
<script language="JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</HEAD>
im not sure whats giving me errors...
Admin
04-20-2002, 06:44 AM
Your body tag:
<BODY BGCOLOR=#FFFFFF
onLoad="MM_preloadImages('images/pk_navbar_08a.gif','images/pk_navbar_09a.gif','images/pk_navbar_10a.gif','images/pk_navbar_11a.gif','images/pk_navbar_12a.gif','images/pk_navbar_13a.gif','images/pk_navbar_14a.gif','images/pk_navbar_15a.gif','images/pk_navbar_16a.gif','images/pk_navbar_17a.gif','images/pk_navbar_07a.gif')">
212rikanmofo
04-20-2002, 08:09 AM
that's whats giving me errors? how do i fix that?
apfeifer
04-20-2002, 05:02 PM
Looks really cool, but is your logo image supposed to have that 'fuzzy' bar going across it on the bottom? That's the only thing I saw that didn't look great, otherwise good job!
212rikanmofo
04-20-2002, 09:46 PM
fuzzy bar? what fuzzy bar are you talking about? hrmmm...
Gary King
04-20-2002, 10:09 PM
yea, the layout of it is pretty good
one thing i would like to ask that duznt have anything to do with the forum... why would you host the site on an FTP server ?? (at least that's what i think :p:p)
indiamike
04-20-2002, 11:19 PM
Originally posted by 212rikanmofo
that's whats giving me errors? how do i fix that?
I viewed the html source of the page and saw thisfunction openquote(){
var popurl="quote.php?action=add"
winpops=window.open(popurl,"","width=700,height=525,")
}
Somewhere in your templates you have a popup window incorrectly configured.
Is there a quote.php template that you have hacked into the forum?
Mike
212rikanmofo
04-20-2002, 11:46 PM
yes i have a quote hack added into my system, but how can i fix this??
this is how my headerinclude template looks like:
<meta http-equiv="MSThemeCompatible" content="Yes">
<script LANGUAGE="Javascript">
<!--
function showwin(name,size)
{
attrbts = size + ",resizable=yes,toolbar=no,location=no,directories= no,status=no,menubar=no,scrollbars=yes"
window.open(name, "Photos", attrbts);
}
//-->
</script>
<style type="text/css">
BODY {
SCROLLBAR-BASE-COLOR: {categorybackcolor};
SCROLLBAR-ARROW-COLOR: {categoryfontcolor};
}
SELECT {
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
FONT-SIZE: 9px;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
A:link, A:visited, A:active {
COLOR: {linkcolor};
}
A:hover {
COLOR: {hovercolor};
}
#cat A:link, #cat A:visited, #cat A:active {
COLOR: {categoryfontcolor};
TEXT-DECORATION: none;
}
#cat A:hover {
COLOR: {categoryfontcolor};
TEXT-DECORATION: underline;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
COLOR: {linkcolor};
TEXT-DECORATION: none;
}
#ltlink A:hover {
COLOR: {hovercolor};
TEXT-DECORATION: underline;
}
.thtcolor {
COLOR: {tableheadtextcolor};
}
</style>
<script>
function openquote(){
var popurl="quote.php?s=$session[sessionhash]&action=add"
winpops=window.open(popurl,"","width=700,height=525,")
}
</script>
$headnewpm
thats where the string is in.... is this correct?
indiamike
04-21-2002, 11:10 AM
After looking, I think Firefly is correct.
I am no expert so any advice I give may or may not be correct (see my disclaimer ;) )
I think if you delete that line it should work okay and here is the reason
from the Dreamweaver help files
The Swap Image action automatically preloads all highlight images when you select the Preload Images option in the Swap Image dialog box, so you do not need to manually add Preload Images when using Swap Image.
Did you do the rollovers and then add a preload statement?
Mike
212rikanmofo
04-21-2002, 07:53 PM
what i did was loaded the html into dreamweaver, and then i applied behaviours -> swapimage to each button, then saved the html, and copy the code into my header....
hrmmm
apfeifer
04-21-2002, 08:14 PM
The fuzzy line is gone now, but the image is too far to the right now, making it not line up.
Gary King
04-21-2002, 09:41 PM
Originally posted by Blak n Wite
yea, the layout of it is pretty good
one thing i would like to ask that duznt have anything to do with the forum... why would you host the site on an FTP server ?? (at least that's what i think :p:p)
still havent answered my question.. i'd be interested in having an answer for it :D:D:D
212rikanmofo
04-21-2002, 11:38 PM
okay i got the problem fixed... :)
what do you mean the image is too far to the right? what image? and my site is not running off an ftp server. What makes you think that...heh... :p
Xanthine
04-22-2002, 12:19 AM
You still have vB.org's Show Printable Version | Email this Page | Subscribe to this Thread
buttons.
Gary King
04-22-2002, 01:36 AM
Originally posted by 212rikanmofo
okay i got the problem fixed... :)
what do you mean the image is too far to the right? what image? and my site is not running off an ftp server. What makes you think that...heh... :p
because of the URL=
http://dunz.ath.cx <~~ most FTP servers used this service [DYNDNS] for easy redirection
and the site is on port 7000, too
:confused: :confused:
NTLDR
04-30-2002, 08:59 AM
Originally posted by Blak n Wite
http://dunz.ath.cx <~~ most FTP servers used this service [DYNDNS]
You know it is posible to run and FTP Server and a Webserver on the same host!
Originally posted by Xanthine
You still have vB.org's Show Printable Version | Email this Page | Subscribe to this Thread buttons.
As well as having the online/offline GIF from YaXay.com :bored:
Gary King
05-02-2002, 02:12 AM
Originally posted by NTLDR
You know it is posible to run and FTP Server and a Webserver on the same host!
yea, i know, but i dont think that's such a good idea
NTLDR
05-02-2002, 08:03 AM
Why not? its compleatly safe doing this provided you set it up correctly. How do you think you upload files to your host? They have and FTP and Webserver running on the same machine.
Gary King
05-02-2002, 11:20 AM
Originally posted by NTLDR
Why not? its compleatly safe doing this provided you set it up correctly. How do you think you upload files to your host? They have and FTP and Webserver running on the same machine.
yes, i know. but if you host your site on your PC, then why would you want to give out your IP ? once the hackers get that, then it's easy from there to get whatever they need from you :eek::eek::eek:
NTLDR
05-02-2002, 01:25 PM
So why is it safe for webproviders to do that?
The answer is you secure you PC so that the hackers can't get into it, it you don't know how to secure your computer from hackers you shouldn't be running any public IP services on your machine.
Gary King
05-03-2002, 09:27 PM
Originally posted by NTLDR
So why is it safe for webproviders to do that?
what I was trying to say was that you [or anyone else] is taking a risk if you do that
[i]Originally posted by NTLDR
The answer is you secure you PC so that the hackers can't get into it, it you don't know how to secure your computer from hackers you shouldn't be running any public IP services on your machine.
just to let ya know.. you can never secure your pc enuf "so that hackers can't get into it" ;););)
[and before you ask, NO, I'm not a hacker !! :p:p:p:p
NTLDR
05-03-2002, 09:52 PM
Originally posted by Blak n Wite
what I was trying to say was that you [or anyone else] is taking a risk if you do that [i'm not saying that you shouldn't do it, tho]
just to let ya know.. you can never secure your pc enuf "so that hackers can't get into it" ;););)
[and before you ask, NO, I'm not a hacker !! :p:p:p:p
I agree you do have a point there and I see what you were trying to say, but even connecting to the intenet is taking a risk :D
Gary King
05-03-2002, 09:57 PM
Originally posted by NTLDR
I agree you do have a point there and I see what you were trying to say, but even connecting to the intenet is taking a risk :D
yea, I know that, but that's why you should always be careful ;)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.