Forum Replies Created

Page 124 of 129
  • Abraham Chaffin

    September 11, 2007 at 5:59 pm in reply to: We have a new look. Or do we?

    Looks like we were both wrong Mark – Sept 11th is the day!
    Congratulations – step forth and receive your prize.

    Abraham

  • Abraham Chaffin

    September 11, 2007 at 4:04 pm in reply to: We have a new look. Or do we?

    I’m going to bet on Thursday for it being fixed…
    Any takers?

    Abraham

  • Abraham Chaffin

    September 11, 2007 at 3:04 pm in reply to: new site looks good but is extremely slow

    Try disabling javascript or check your security settings and see if you have any sites blocked like doubleclick or unicast.

    Generally the problem has been in firewalls blocking these third party ad sites.

    Abraham

  • Abraham Chaffin

    September 10, 2007 at 7:58 pm in reply to: Blocking the 7 Nasties

    It’s up to you how you want to filter it. You could consider not filtering until you display the contents or if you know that you don’t want to save the words then you can filter before. Either way it will work.

    Abraham

  • Abraham Chaffin

    September 10, 2007 at 7:56 pm in reply to: PHP

    Well not sure exactly what the problem is as I’m not seeing the entire code but I would suggest doing a direct strtotime compare.

    Probably no need to format the mysql date before you pull it since strtotime is so flexible. Do something like

    if(strtotime($lastedit)>strtotime(‘-8 days’)){
    echo(‘it is’);
    }else{
    echo(‘it isn\’t’);
    }

    Abraham

  • Abraham Chaffin

    September 10, 2007 at 3:00 am in reply to: CSS Parse Error during validation

    Looks like the problem is the style=”contact” tag. the style=”” tag is suppose to be calling some sort of style tag like setting the font type or background or padding like you would in css. If you’re trying to call the name of a style set in the css you need to use either class=”” for a style for a group of elements or id=”” for a style assigned for one element.

    Proper use of the style=”” tag would be style=”font-size: 12pt;” or style=”border: 1px solid #000000;”

    Using this tag improperly like this shouldn’t make the page look wrong in any browsers though.

    Abraham

  • Abraham Chaffin

    September 10, 2007 at 2:53 am in reply to: Blocking the 7 Nasties

    I’d do some thing like this

    <?
    $cuss_words=array("word1","word2","word3");
    $message=str_ireplace($cuss_words,"****",stripslashes($_POST["message"]));
    ?>

    Abraham

  • Abraham Chaffin

    September 6, 2007 at 10:10 pm in reply to: test
  • Abraham Chaffin

    September 6, 2007 at 9:32 pm in reply to: Testing Dayzz
  • Abraham Chaffin

    September 5, 2007 at 6:42 pm in reply to: Testing Dayzz
Page 124 of 129

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy