Foul language warning?

For Neopets ONLY discussion.

Moderator: Moderators

Locked
Message
Author
Pixelmania
Newbie
Newbie
Posts: 3
Joined: Wed Dec 03, 2008 10:33 am

Foul language warning?

#1 Post by Pixelmania »

Hi, I'm new to these boards (former lurker) ;)

I have a problem with my userlookup. You see, I spent all morning
creating a great layout and they won't let me save it. Apparently,
foul language is used in the html code.

Here is the code. If anyone could PLEASE tell me where the bad words are.
I can't find ANYTHING. :x

<style>
body{background:url(http://kawaii-tokyo.jp/download/wallpaper01_1024.jpg) fixed}
#main {background:none; border:0px;}
a,tr,td,i,body,font,p,text{color:#999999;font:7pt;font-family:verdana;}
b {color:#633366;height:1px;font-size:8pt}
A:link, A:visited{color:#999999;text-decoration:none;font-weight:normal;}
A:Hover{color:#36B3BB;}
#content {width:1%; border:0px;}
.contentModule{border:none;}
.contentModuleContent {background:url(http://www.geocities.com/kat_08_2001/stars.jpg);}
.contentModuleHeader {background:#633366;}
.contentModuleHeaderAlt {background:#633366;}
#header, #footer {width:1px;height:1px;overflow:auto;}
.contentModuleTable{border:0px;}
body {scrollbar-base-color:#36B3BB;}</style>
<table cellpadding="30" cellspacing="0" valign="top" border="0" width="80"><tr><td align="center" valign="top"></div></td><td>
<table cellpadding="30" cellspacing="0" align="center" valign="top" border="1" bordercolor="#999999" width="600" style="background-image:url(http://i105.photobucket.com/albums/m210/royaladybug/NewLUs/White.gif)">
<tr><td align="center" valign="top">
<img src="http://i33.piczo.com/view/4/b/t/k/d/r/z/5/f/u/y/x/img/i313283569_9122_5.jpg"><br><br>
<a href="addpet.phtml">Create</a> | <a href="petcentral.phtml">Central</a> | <a href="explore.phtml">Explore</a> | <a href="gameroom.phtml">Games</a> | <a href="neomessages.phtml">Mail</a> | <a href="objects.phtml">Shops</a> | <a href="neoboards/index.phtml">Boards</a> | <a href="nf.phtml">News</a> | <a href="stuff.phtml">Stuff</a> | <a href="help.phtml">Help</a><br>
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin-top: 7px;">
<tr>
<td height="100%" valign="top" class="contentModule">
<div id="userneopets" style="height: 100%">
<table cellpadding="3" cellspacing="0" border="0" class="contentModuleTable">
<tr>
<td class="contentModuleHeaderAlt">PiXeLmAnIa</td>
</tr>
<tr>
<td valign="top" class="contentModuleContent" align="center">
<table width="100%" cellpadding="4" cellspacing="0" border="0">
<tr>
<td align="left" valign="top" class="medText">
<P>~MY GOALS~</P>
<P>A)PAINT MY KIO DISCO, SPOTTED OR RAINBOW</P>
<P>B)PAINT MY UNI ROYALGIRL</P>
<P>C)PAINT MY WHITE DRAIK FAERIE,MARAQUAN OR BABY</P>
<br><td align="left" valign="center" class="medText"><img src="http://img124.imageshack.us/img124/8081/gervx6.jpg"></td></br>
</td></tr></table>
</td></tr></table>
</div></td></tr></table>


Thanks for reading :)

//pixelmania
Siouxper
Moderator
Moderator
Posts: 2952
Joined: Tue Apr 04, 2006 8:40 am

Re: Foul language warning?

#2 Post by Siouxper »

What kind of error are you getting? Can you copy and paste it?
Image
May
Honorary Member
Honorary Member
Posts: 6812
Joined: Mon Nov 22, 2004 2:02 pm
Location: Watching little birds fly kamikaze missions into the walls.
Contact:

Re: Foul language warning?

#3 Post by May »

There are currently a few glitches with user look-ups and shop layouts in regards to how things are coded. Perhaps that could be the problem?
Image
It was an honor serving you PPT. I will miss you.
Click here to join my new werewolf forum!
SwordFire
Newbie
Newbie
Posts: 34
Joined: Thu Sep 18, 2008 4:02 pm
Location: Singapore
Contact:

Re: Foul language warning?

#4 Post by SwordFire »

Want to guess where is/are the problem(s)? ;)

Basically there are two locations in your code which the filter does not accept:

Line 10: .contentModuleContent {background:url(http://www.geocities.com/kat_08_2001/stars.jpg);}

Reason: "geocities" not accepted.

Line 19: <img src="http://i33.piczo.com/view/4/b/t/k/d/r/z ... g"><br><br>

Reason: Basically the filter has at least two issues with this...
=SwordFire=
The Silent One
Sysop of Neodex
User avatar
Shoyru_Lover
Administrator
Administrator
Posts: 7245
Joined: Mon May 31, 2004 3:56 am
Location: Faster than a speeding IM! Stronger than an ox on steroids! Pinker than a bottle of Pepto-Bismol!
Contact:

Re: Foul language warning?

#5 Post by Shoyru_Lover »

Welcome to PPT btw.

Aww SwordFire... you're a genuis. Genuis!
Image
Daze
Beyond Godly
Beyond Godly
Posts: 4819
Joined: Thu Jan 06, 2005 6:22 am
Location: Somewhere outside of reality

Re: Foul language warning?

#6 Post by Daze »

<P>A)PAINT MY KIO DISCO,
Did notice you had a typo with KOI.
Pixelmania
Newbie
Newbie
Posts: 3
Joined: Wed Dec 03, 2008 10:33 am

Re: Foul language warning?

#7 Post by Pixelmania »

Daze wrote:
<P>A)PAINT MY KIO DISCO,
Did notice you had a typo with KOI.
Lol, I know. I changed it now. Thanks for the helping comments everyone ;)

I uploaded all the pics to imageshack and changed the code so it works now. :D
SwordFire
Newbie
Newbie
Posts: 34
Joined: Thu Sep 18, 2008 4:02 pm
Location: Singapore
Contact:

Re: Foul language warning?

#8 Post by SwordFire »

@Kym: Thank you - Just sharing what I currently know.

@Pixel: This is great news! :)
=SwordFire=
The Silent One
Sysop of Neodex
Locked