Jump to content
MakeWebGames

Recommended Posts

Posted

Two things, if you cant to basic HTML, i would say learn it before you make a game.

And replace

$ip = ($_SERVER['HTTP_X_FORWARDED_FOR'])
   ?  $_SERVER['HTTP_X_FORWARDED_FOR']
   :  $_SERVER['REMOTE_ADDR'];

with

$ip = $_SERVER['REMPOTE_ADDR'];
Posted

@Danny: Posting things like that is pointless without an explanation.

Also, use proper grammar: can not = can't not cant. to should be do.

Ben-Nasha: It depends on the quality you want. If you are aiming for something simple you could always rip one of a free templates website, or hire a cheap "template maker". if you are wiling to invest some capital into your game you would want to focus more on quality. You could use a paid template, or hire some web design firm to create a custom template for you.

Posted

I am online, you just don't have sufficient privileges to see that. And stop saying I should, I find it very annoying.

Setting my preferences won't benefit anyone, and I were online when I posted that... So whatcha going to do?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...