Search results

  1. callumacrae

    Using a .php file as a stylesheet

    That's very inefficient - generate it, then copy and paste it into a css file. Using PHP will use server resources that could be avoided by simply using static CSS. Also re the random colour: The browser will cache the css anyway, so it wont be random. You'll either have to force the browser to...
  2. callumacrae

    Can NOT open cPanel ????

    That looks like you've failed login too many times and it's added you to the firewall ~Callum
  3. callumacrae

    Magic Quotes

    I'm on staff server, I don't think we have them HRU suspensions. Thanks for your help, I'll experiment :) ~Callum
  4. callumacrae

    Php Image

    I'm confused as to what you mean, and I suspect by the lack of replies that other people are, too. Could you explain again, in more detail and a bit clearer, please? ~Callum
  5. callumacrae

    PHP Large Project Development

    Always use OOP! As lemon-tree said, use a version control system. I prefer Git, but I have experience in both and both will do the job. If there are multiple people working on this project, you will want an online git host, such as GitHub. Think up some coding standards - or use someone elses...
  6. callumacrae

    Magic Quotes

    Thanks, that's just what I was looking for :D Do you know why wordpress adds the quotes? I dont want to end up breaking something by editing the core. ~Callum
  7. callumacrae

    Final 2010 Contest Giveaway

    And am I actually allowed to enter? ~Callum
  8. callumacrae

    Final 2010 Contest Giveaway

    Woooooo! This may just be me being thick, but what does triennial mean / what is the triennial package? ~Callum
  9. callumacrae

    Magic Quotes

    I'm on staffserv, but I still can't disable them XD I worked out that after I had disabled them, WordPress was adding them instead. WordPress has a function built in to remove them: $_POST = stripslashes_deep($_POST); It's stupid enough that PHP does it, but even more stupid that WordPress...
  10. callumacrae

    Phpbb error

    Purging the cache wont help with the admin section, but it's worth a try, some config setting might have messed itself up ~Callum
  11. callumacrae

    Magic Quotes

    I'm trying to make a pastebin, how do I disable magic quotes? I'm obviously on x10hosting shared hosting, so I dont have php.ini access. php.net says theres some code that can be added to htaccess, but that just made a 500 error. I don't want to have to remove the magic quotes in my PHP...
  12. callumacrae

    WordPress Help

    I made my own theme a couple weeks back (see big link in sig), but it took a couple weeks and I'm experienced in php and HTML. I would recommend modifying an existing theme such as twentyten to make it look like yours (that's what I did). You will need to refer to codex.wordpress,.org a LOT...
  13. callumacrae

    JS speed question & PHP security question

    If they've disabled autocomplete, I imagine they'll have disabled the ability to install plugins. ~Callum
  14. callumacrae

    lynxphp

    Dates aren't really necessary, it's an information site, not a blog :/ I tried that, it looked a bit rubbish Thanks for looking though! :D ~Callum
  15. callumacrae

    lynxphp

    Okay, thanks! ~Callum
  16. callumacrae

    lynxphp

    div#content is set to line-height: 1.5em, what do I want to do to get the h1s proper? ~Callum
  17. callumacrae

    Happy first birthday! Wait...

    Happy first birthday! Wait...
  18. callumacrae

    New Year

    Happy new year everyone! :D ~Callum
  19. callumacrae

    lynxphp

    They said the design was too plain :( *cough*GothX and frozenmafia*cough* :D ~Callum
  20. callumacrae

    lynxphp

    http://lynxphp.com/ I'm looking for thoughts about the theme, mostly. Some people say they hate it, others say they like it, what do you think of it? ~Callum
Top