Search found 14 matches
- Tue Oct 29, 2013 7:36 pm
- Forum: Art Showoff
- Topic: Web Game Design?
- Replies: -1
- Views: 5304
Re: Web Game Design?
Thanks you! I know what you mean about not been full screen but, if I placed the "user panel" in the top right, menu to the left and increase the content width then this should have no problem been full screen(100% width) But what about people with tables? Making a fluid web design is hard...
- Mon Oct 28, 2013 7:20 pm
- Forum: Art Showoff
- Topic: Web Game Design?
- Replies: -1
- Views: 5304
Re: Web Game Design?
Thanks! 
- Mon Oct 28, 2013 6:17 am
- Forum: Art Showoff
- Topic: Web Game Design?
- Replies: -1
- Views: 5304
Re: Web Game Design?
Thank you very much!
I was just about to add a nice red torn banner on the right with events/news posts.
Thanks for confirming it needed that!
I was just about to add a nice red torn banner on the right with events/news posts.
Thanks for confirming it needed that!
- Mon Oct 28, 2013 2:20 am
- Forum: Art Showoff
- Topic: Web Game Design?
- Replies: -1
- Views: 5304
Web Game Design?
Just a quick mock-up for something I had in mind for a while. http://oi39.tinypic.com/2ex4gg2.jpg Re worked version (menu might be changed) http://oi44.tinypic.com/so9zyr.jpg I used some custom brushes aswell as some pre made ones (free, CC_SA) The Girl in the avatar location I don't own. CC is fine...
- Thu Oct 24, 2013 1:04 am
- Forum: Announcements and Site Discussion
- Topic: Official Indie-Resource Minecraft is up
- Replies: -1
- Views: 8183
Re: Official Indie-Resource Minecraft is up
Just finished building a house.
Feel free to do as you wish with it.
Feel free to do as you wish with it.
Hello?
Hey, So I registered along ass time ago but never said anything really..
I do lurk the board a lot. Decided to come back after the email about the logo design.
That's about it?
I do lurk the board a lot. Decided to come back after the email about the logo design.
That's about it?
- Wed Oct 23, 2013 4:58 am
- Forum: Announcements and Site Discussion
- Topic: Logo Contest!
- Replies: -1
- Views: 11565
Re: Logo Contest!
Here's my entry (Background removable - used to show text.)

Here's the PSD: http://www33.zippyshare.com/v/91791258/file.html
If you would like the PSD via email, pm me.

Here's the PSD: http://www33.zippyshare.com/v/91791258/file.html
If you would like the PSD via email, pm me.
- Sun Oct 16, 2011 4:18 am
- Forum: Tutorials
- Topic: [PHP]Secure your game
- Replies: -1
- Views: 1710
Re: [PHP]Secure your game
You can do so much more to secure a game :) Heres some other things to stop cheaters: When ever they are inputing a number for stats/money/ or just a number. Use abs(); how to use: $_POST['amount'] = abs($_POST['amount']); You can also addslashes(); this adds slashes (/) when ever they input a ('). ...
- Thu Oct 13, 2011 2:59 pm
- Forum: Coding
- Topic: How to Hide www.mywebsite.com/THIS.PHP
- Replies: -1
- Views: 3676
Re: How to Hide www.mywebsite.com/THIS.PHP
if ($_SESSION['candopvp']==0) { echo "Hae, what are you doing at this page, u nawty dawg! We didn't direct you here or you wouldn't have gotten this message!" // put link to main page here exit; } Nice, I think this would stop them doing it a little more: if($_SESSION['candopvp']==0) { my...
- Thu Oct 13, 2011 2:52 pm
- Forum: Coding
- Topic: free chat system?
- Replies: -1
- Views: 3702
Re: free chat system?
call this chatroom.php <?php session_start(); //header template/connect.php includes include (DIRNAME(__FILE__) . '/header.php'); if(isset($_GET['logout'])){ //Simple exit message $fp = fopen("log.html", 'a'); fwrite($fp, "<div class='msgln'>(".date("g:i A").") <i>...