Jump to content

Chevy

Members
  • Posts

    167
  • Joined

  • Last visited

    Never

Everything posted by Chevy

  1. I have a auction site and I want the price to change when the MySQL field is updated, and the list of bidders, they would be two separate divs though. Is this possible?
  2. I posted this in the CSS forum with no success. Hello all! I have been trying for days to get HTML purifier to filter my CSS, with no prevail at all. Do you guys recommend any certain way to filter user inputted CSS style sheets? Any filter to use?
  3. Hello all! I have been trying for days to get HTML purifier to filter my CSS, with no prevail at all. Do you guys recommend any certain way to filter user inputted CSS style sheets? Any filter to use?
  4. <?php if (isset($_COOKIE['login']) && basename($_SERVER['PHP_SELF']) == "index.php"){ $mark = $database_query->marks; if ($mark <= 40){ echo 'Yikes! It looks like you need to work a little harder to bring up your grade!'; } } ?> Something like that is what you mean?
  5. I fixed it, still nothing...
  6. Yeah, I changed it back for you all to see the wonderful error/.
  7. I did that, and still nothing. I tried to position absolute, but that is nit good xD
  8. Okay so after finding out how to make the links move down on the hover, I have another problem. The content moves down when I hover over a link...can anyone help? http://verpets.com/layout/jamestown/ That is the link. Thanks in advance.
  9. Chevy

    Help?

    I also tried to code the content part but hovering over links makes the content go down...
  10. Chevy

    Help?

    Hmm, I did get it, but in IE it looks funny...
  11. Chevy

    Help?

    Hmm, everything seems to be going up instead of just the text.
  12. Chevy

    Help?

    Yes, they are properly wrapped. <div id="menu"> <div id="navigation"> <a href="index.php">H o m e</a> <a href="index.php">N e w s</a> <a href="index.php">B i o</a> <a href="index.php">P i c s</a> <a href="index.php">M u s i c</a> <a href="index.php">C o n t a c t</a> <a href="index.php">T o u r s</a> </div> </div>
  13. Chevy

    Help?

    The: Home Squad Roster Apply For Squad Forums
  14. Chevy

    Help?

    Hmm, I tried that, but only got this: http://verpets.com/layout/jamestown/
  15. Chevy

    Help?

    Can anyone get the javascript to make a link move up like on this web site? http://victor.kjionline.com/
  16. Okay people are using AutoTrainers on my site, which is a form of cheating. I want to know if there is a way to detect VB programs running on the site, and if the script finds one it will ban them.
  17. Is it possible to ban someone that trys to access your site with a a Visual Basic program? I have people cheating by using a visual basic program. Thanks.
  18. if it is impractical, then why do sites like MySpace do it? It is not impossible, I have seen a lot of sites do it.
  19. still not what I am asking. Okay I am sure you all know about XSS attacks. If I used strip_tags, I would be making a list that is VERY long, because I only want to ban a few HTML tags, like my imaginary function. $text = allow_tags($varible, '<object><param><embed><script>'); it does pretty much to reverse of strip_tags.
  20. I am a complete novice at javascript, and I don't know how I would apporach this. I have an image of a world, and I want it so if you hover over an spot on the map, then a little box comes up and says what the country is all about. Like a balloon message. /----------------/ <--------------- / Like that haha, if you get hat I mean.
  21. I'd like to make this topic live an see if anyone else as any ideas, I know it is possible. I have a word filter so the javascript in banned in it, along with document, onclick, onrelease, ect.
  22. Ah, that's what I was afraid of I was hoping there would be an allow tags function xD $text = allow_tags($varible, '<object><param><embed><script>'); If only haha.
  23. No no, I am talking like, uh, okay I want to allow all HTML but javascript, flash, java, things that users could ruin the site with executable programs and XSS.
  24. Yea, but I want to allow like most HTML. strip_tags will take it all out, except ones I pick, and I want it to take out the ones I pikc like flash things, javascript, things that users could ruin the site with xD
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.