Search found 2 matches

by Suero
Sun Jul 22, 2012 4:38 pm
Forum: Code
Topic: My Engine
Replies: 5
Views: 2299

Re: My Engine

You should really quote those strings [syntax=php]if (getenv('HTTP_X_FORWARDED_FOR')){[/syntax] and make use of $_SERVER [syntax=php]if ($_SERVER['HTTP_X_FORWARDED_FOR']){[/syntax] And then use isset() [syntax=php]if (isset($_SERVER['HTTP_X_FORWARDED_FOR'])){[/syntax] That is cool and all, but coul...
by Suero
Sat Jul 21, 2012 5:45 pm
Forum: Code
Topic: My Engine
Replies: 5
Views: 2299

My Engine

I'm currently working on a base for all my websites, could anyone please check through my code for errors and for things that could be improved? I would really appreciate your feedback because I want my websites as good as possible, thanks! Download here ( http://ge.tt/85L4mpK/v/0 ) or see below: in...